Extension:EmailCapture/ja

Category:GPL licensed extensions/ja
MediaWiki 拡張機能マニュアル
EmailCapture
リリースの状態: 安定Category:Stable extensions/ja
実装 利用者識別 Category:User identity extensions/ja, 特別ページ Category:Special page extensions/ja, データベース Category:Database extensions/ja
説明 Collecting and verifying email addresses.
作者 Trevor Parscalトーク
最新バージョン 0.5.0
MediaWiki 1.17+Category:Extensions with manual MediaWiki version
データベースの変更 はい
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード Category:Extensions in Wikimedia version control/ja
  • $wgEmailCaptureAutoResponse
  • $wgEmailCaptureSendAutoResponse
四半期ごとのダウンロード数 0
translatewiki.net で翻訳を利用できる場合は、EmailCapture 拡張機能の翻訳にご協力ください
Category:All extensions/ja

The EmailCapture extension allows users to collect e-mail addresses, and allow users to verify them through email. This code is nearly complete, but totally untested.

This was designed for use with the ArticleFeedback extension. The idea is that members of the Wikimedia Community Department can collect email addresses (largely of people without user accounts) in order to contact them in the future about creating an account, editing an article, etc. The extension stores the individual's email address, a verification code, and a verification boolean in a database table.

フィードバック

Open tickets in Wikimedia's BugZilla under the "ArticleFeedback" component in the "MediaWiki extensions" product. Be sure to include "[EmailCapture]" in front of the bug summary.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のEmailCaptureという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EmailCapture
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'EmailCapture' );
    
  • 更新スクリプトを実行します。このスクリプトは、この拡張機能が必要とするデータベーステーブルを自動的に作成します。
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
Category:All extensions/ja Category:Database extensions/ja Category:Extensions in Wikimedia version control/ja Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/ja Category:LoadExtensionSchemaUpdates extensions/ja Category:Special page extensions/ja Category:Stable extensions/ja Category:User identity extensions/ja