Recaptcha dokuwiki plugin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "DokuWiki > reCAPTCHA Dokuwiki plugin {{Right| hedding=Software version | text= *DokuWiki:2009-12-25 *reCAPTCHA plugin: 0.2 }} == 用途 == 使用者編輯wiki頁面內...") |
m (→相關資料) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 27: | Line 27: | ||
{dokuwiki安裝目錄}/inc/lang/en/edit.txt 提示使用者需要輸入輸入檢核碼 | {dokuwiki安裝目錄}/inc/lang/en/edit.txt 提示使用者需要輸入輸入檢核碼 | ||
<pre> | <pre> | ||
== before == | === before === | ||
Edit the page and hit ''Save''. See [[wiki:syntax]] for Wiki syntax. Please edit the page only if you can **improve** it. If you want to test some things, learn to make your first steps on the [[playground:playground|playground]]. | Edit the page and hit ''Save''. See [[wiki:syntax]] for Wiki syntax. Please edit the page only if you can **improve** it. If you want to test some things, learn to make your first steps on the [[playground:playground|playground]]. | ||
== after == | === after === | ||
Please type the CAPTCHA code before hit ''Save''. See [[wiki:syntax]] for Wiki syntax. Please edit the page only if you can **improve** it. If you want to test some things, learn to make your first steps on the [[playground:playground|playground]]. | Please type the CAPTCHA code before hit ''Save''. See [[wiki:syntax]] for Wiki syntax. Please edit the page only if you can **improve** it. If you want to test some things, learn to make your first steps on the [[playground:playground|playground]]. | ||
</pre> | </pre> | ||
== 相關資料 == | |||
* [http://www.dokuwiki.org/plugins?plugintag=captcha Available DokuWiki Plugins tagged with "captcha"] | |||
* [http://www.dokuwiki.org/plugins?plugintag=spam Available DokuWiki Plugins tagged with "spam"] | |||
* [http://www.techbang.com.tw/posts/1173 reCAPTCHA:擋Spam同時幫忙書籍數位化! - T客邦] | |||
[[Category:DokuWiki]] | [[Category:DokuWiki]] | ||
[[Category:Security]] | |||
Latest revision as of 20:18, 14 November 2010
DokuWiki > reCAPTCHA Dokuwiki plugin
|
用途[edit]
使用者編輯wiki頁面內容,儲存之前需要輸入英文或數字的檢核碼字串 (如下圖) ,才能儲存。用以判斷使用者是真人,而不是廣告留言機器人程式。

- Image hosted by flickr
安裝說明[edit]
- 至reCAPTCHA: Stop Spam, Read Books申請,獲得網域專用的public key與private key。
- 至reCAPTCHA Dokuwiki Plugin - Dokuwiki - Public Liip Wiki下載reCAPTCHA Dokuwiki Plugin
- 將檔案解開放至 {dokuwiki安裝目錄}/lib/plugins
- 登入dokuwiki > admin > Configuration Settings: Recaptcha Plugin Settings
- (必要) 輸入public key與private key
- (選擇性) 切換theme
- (選擇性) Recaptcha language (if empty, it tries to use the language setting of DokuWiki)
- (選擇性,預設會勾選) Protect the user registration form 新訪客註冊帳號的表單是否需要輸入檢核碼
- (選擇性,預設會勾選) Protect the page edit forms 未登入的訪客編輯頁面時是否需要輸入檢核碼
- (選擇性,預設不會勾選) Activate recaptcha for logged in users (已經登入的使用者,編輯頁面時是否需要輸入檢核碼)
(選擇性)修改編輯的說明文字[edit]
{dokuwiki安裝目錄}/inc/lang/en/edit.txt 提示使用者需要輸入輸入檢核碼
=== before === Edit the page and hit ''Save''. See [[wiki:syntax]] for Wiki syntax. Please edit the page only if you can **improve** it. If you want to test some things, learn to make your first steps on the [[playground:playground|playground]]. === after === Please type the CAPTCHA code before hit ''Save''. See [[wiki:syntax]] for Wiki syntax. Please edit the page only if you can **improve** it. If you want to test some things, learn to make your first steps on the [[playground:playground|playground]].