Extension:EmailCapture
EmailCapture リリースの状態: 安定 |
|
---|---|
実装 | 利用者識別 , 特別ページ , データベース |
説明 | Collecting and verifying email addresses. |
作者 | Trevor Parscalトーク |
最新バージョン | 0.5.0 |
MediaWiki | 1.17+ |
データベースの変更 | はい |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | |
|
|
四半期ごとのダウンロード数 | 3 (Ranked 131st) |
translatewiki.net で翻訳を利用できる場合は、EmailCapture 拡張機能の翻訳にご協力ください | |
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' );
- 更新スクリプトを実行します。このスクリプトは、この拡張機能が必要とするデータベーステーブルを自動的に作成します。
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。