cvs commit: www/en send-pr.sgml www/en/cgi Makefile confirm-code.cgi sendpr-code.cgi

Ceri Davies ceri at FreeBSD.org
Sun Dec 4 16:18:41 GMT 2005


ceri        2005-12-04 16:18:40 UTC

  FreeBSD doc repository

  Modified files:
    en                   send-pr.sgml 
    en/cgi               Makefile confirm-code.cgi 
  Removed files:
    en/cgi               sendpr-code.cgi 
  Log:
  Refactor the "confirmation code" stuff into a general purpose script.
  
  confirm-code.cgi contains a preconfigured list of databases and their
  parameters.  When a request comes in, the database in the request's 'db'
  parameter is checked for validity, and a code is generated, stored in
  the appropriate database and returned.
  
  Use this new script in send-pr.sgml and remove sendpr-code.cgi which is
  now superceded.
  
  Revision  Changes    Path
  1.29      +2 -2      www/en/cgi/Makefile
  1.6       +66 -35    www/en/cgi/confirm-code.cgi
  1.7       +0 -87     www/en/cgi/sendpr-code.cgi (dead)
  1.50      +2 -2      www/en/send-pr.sgml


More information about the cvs-doc mailing list