Allow you to insert a form to give your visitors the ability to give you their email address (for a visitors' mailing list for example)
Allow you to insert a form to give your visitors the ability to give you their email address (for a visitors' mailing list for example).
Just give the plugin zip URL to DokuWiki plugin installer, and you're all set! You can also unzip the archive in your DokuWiki lib/plugins folder
To insert the form in your page, just write the following tag : <givemeyouremail> , and save your page. Now your visitors can give you their email address in this page.
New ! Version 1.1 ! The easiest way to collect the email addresses is to connect as admin in your dokuwiki site, and then load a page with the <givemeyouremail> tag , the addresses should appear under the givemeyouremail form. To collect all the email addresses, you can also download the adresses.txt file located on the plugin installation directory: lib/plugins/givemeyouremail/adresses.txt Alternatively, you can also find the addresses in data/meta/[a md5 hash].givemeyouremail
Make sure your web server can write files at these locations!
Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.
unzip the archive over your previous installation; from version 1.0 to 1.1, just copy the new syntax.php over the old one.
1/1/2009 : Version 1.0 : first version, email addresses collecting via a text file
1/12/2009 : Version 1.1 : email addresses collecting via a doku wiki page, when logged in as admin
You need PHP 5, cause using file_put_contents() …