====== givemeyouremail plugin ====== ---- plugin ---- description: 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) author : Anthony Dahanne email : anthony.dahanne@gmail.com type : Syntax lastupdate : 2009-01-12 compatible : DokuWiki, since 2008-02-20 similar : tags : email form ---- ==== Description : ==== 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). ==== Installation : ==== 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 ==== How to insert it in your page :==== To insert the form in your page, just write the following tag : , and save your page. Now your visitors can give you their email address in this page. ==== How to collect the email addresses : ==== 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 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 Installation ===== Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the following URL. Refer to [[:Plugins]] on how to install plugins manually. * http://blog.dahanne.net/wp-content/uploads/givemeyouremail11.zip ==== Update from a previous version ==== unzip the archive over your previous installation; from version 1.0 to 1.1, just copy the new syntax.php over the old one. ===== Versions ====== 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 ==== Web ===== http://blog.dahanne.net ==== Hints/Prerequirement ==== You need PHP 5, cause using file_put_contents() ...