1/*************************************
2* GiveMeYourEmail Doku wiki plugin
3* By Anthony Dahanne
4* Email : anthony.dahanne@gmail.com
5* URL : http://blog.dahanne.net
6*************************************/
7-------------
8Description :
9-------------
10Allow you to insert a form to give your visitors the ability to give you their email adress (for a visitors' mailing list for example)
11
12--------------
13Installation :
14--------------
15Just give the plugin zip url to Dokuwiki plugin installer, and you're all set !!
16You can also unzip the archive in your dokuwiki lib/plugins folder
17
18--------------------------------
19How to insert it in your page :
20--------------------------------
21To insert the form in your page, just write the following tag : <givemeyouremail> , and save your page.
22Now your visitors can give you their email adress in this page.
23
24-----------------------------------
25How to collect the email adresses :
26-----------------------------------
27To collect all the email adresses, you can download the adresses.txt file located on the plugin installation directory :
28lib/plugins/givemeyouremail/adresses.txt
29Alternatively, you can also find the adresses in data/meta/[a md5 hash].givemeyouremail
30
31!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32Make sure your web server can write files at these locations !!!
33!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
34
35