User:Andre Castro/prototyping/1.2/traces: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 10: Line 10:
* cgi receives email address and appends it to email-database.xml file
* cgi receives email address and appends it to email-database.xml file


* TO DO: Needs to be be a javascript protection checking if the input is an email
* <del>TO DO: Needs to be be a javascript protection checking if the input is an email</del>: http://pzwart3.wdka.hro.nl/~slorusso/email-form.html
* TO DO: date format not necessarily the best format - check others
* TO DO: date format not necessarily the best format - check others


Line 32: Line 32:


http://pzwart3.wdka.hro.nl/~acastro/cgi-bin/email_form_handler.cgi
http://pzwart3.wdka.hro.nl/~acastro/cgi-bin/email_form_handler.cgi


==******part2******==
==******part2******==

Revision as of 00:48, 17 February 2012

ok bambino

1st part seems to working


******part1******

Form and email / date appending email-database.xml

  • online form
  • cgi receives email address and appends it to email-database.xml file

email-database.xml:

<email-address>
  <entries>
		<date date="20120216">
			<address>test@test.org</address>
			<address>test2@test.org</address>
		</date>
  </entries>
</email-address>
  • links:

http://pzwart3.wdka.hro.nl/~acastro/form/email-form.html

http://pzwart3.wdka.hro.nl/~acastro/cgi-bin/email_form_handler.cgi

******part2******

Days and Emails calculations

Other py script which:

  • parse the email-database.xml (every day)
  • check the dates
  • see what section of the text needs to send to whom


******part2******

Email the sections