X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id B02D7D9AE9 for ; Wed, 28 Sep 2005 18:11:56 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 10151-04 for ; Wed, 28 Sep 2005 21:11:51 +0000 (GMT) Received: from anchor-post-36.mail.demon.net (anchor-post-36.mail.demon.net [194.217.242.86]) by svr1.postgresql.org (Postfix) with ESMTP id 86DC6D9AE1 for ; Wed, 28 Sep 2005 18:11:51 -0300 (ADT) Received: from mailgate.vale-housing.co.uk ([194.217.48.34] helo=vale-housing.co.uk) by anchor-post-36.mail.demon.net with esmtp (Exim 4.42) id 1EKjDV-000NZf-L8 for pgsql-www@postgresql.org; Wed, 28 Sep 2005 21:11:53 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: Wanted: Volunteer web developer for small project on www.postgresql.org Date: Wed, 28 Sep 2005 22:11:54 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Wanted: Volunteer web developer for small project on www.postgresql.org Thread-Index: AcXEaEyNd37MK15aQ6CHX7tfljGyygABzqmwAAA3rEA= From: "Dave Page" To: "Gevik babakhani" , X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.057 required=5 tests=[AWL=0.057] X-Spam-Level: X-Archive-Number: 200509/68 X-Sequence-Number: 8582 =20 > -----Original Message----- > From: Gevik babakhani [mailto:gevik@xs4all.nl]=20 > Sent: 28 September 2005 22:01 > To: Dave Page; pgsql-www@postgresql.org > Subject: RE: [pgsql-www] Wanted: Volunteer web developer for=20 > small project on www.postgresql.org >=20 > Dave, >=20 > Perhaps I can be of help as I am waiting for Gavin to update the > framework.org. Great, thanks Gevik. > What do you think about having to type a random word=20 > generated in an image > before being able to submit anything? Yes, that's exactly what I think we need, however, I think we need to add that in a separate step, rather than on the initial form because they will be served by the static servers: - Static server serves form (in most cases this will be part of a doc page, so serving forms from wwwmaster really isn't an option). - User fills form and submits it to the script on wwwmaster. - Server temporarily stores the submission - perhaps in a session variable. - wwwmaster generates the random word and sends it to the user on a simple confirmation form. - User submits confirmation form, and their original submission is processed from the temporary storage. Sound reasonable? Regards Dave