Re: [Lazarus] Lazarus CGI Sample

2010-05-28 Thread Michael Van Canneyt
On Thu, 27 May 2010, Leonardo M. Ramé wrote: El jue, 27-05-2010 a las 22:43 +0200, Michael Van Canneyt escribió: It would be an interesting test to see how easy you could re-create that in fcl-web. Maybe we can learn something from this test, see how we can improve and/or simplify things.

Re: [Lazarus] Lazarus CGI Sample

2010-05-28 Thread Joost van der Sluis
On Thu, 2010-05-27 at 15:36 -0300, Leonardo M. Ramé wrote: Hi, I want to show a little example of an CGI app I created this weekend using Lazarus with a package called FreeSpider, very similar to fpWeb. It runs on a 512mb of ram Debian i386 server hosted in Argentina in a shared hosting

Re: [Lazarus] Lazarus CGI Sample

2010-05-28 Thread Joost van der Sluis
On Thu, 2010-05-27 at 17:52 -0300, Leonardo M. Ramé wrote: El jue, 27-05-2010 a las 22:43 +0200, Michael Van Canneyt escribió: It would be an interesting test to see how easy you could re-create that in fcl-web. Maybe we can learn something from this test, see how we can improve

Re: [Lazarus] Lazarus CGI Sample

2010-05-28 Thread Michael Van Canneyt
On Fri, 28 May 2010, Joost van der Sluis wrote: On Thu, 2010-05-27 at 17:52 -0300, Leonardo M. Ramé wrote: El jue, 27-05-2010 a las 22:43 +0200, Michael Van Canneyt escribió: It would be an interesting test to see how easy you could re-create that in fcl-web. Maybe we can learn

Re: [Lazarus] Lazarus CGI Sample

2010-05-28 Thread Leonardo M.
El vie, 28-05-2010 a las 10:22 +0200, Joost van der Sluis escribió: On Thu, 2010-05-27 at 17:52 -0300, Leonardo M. Ramé wrote: El jue, 27-05-2010 a las 22:43 +0200, Michael Van Canneyt escribió: It would be an interesting test to see how easy you could re-create that in fcl-web.

Re: [Lazarus] Lazarus CGI Sample

2010-05-28 Thread waldo kitty
On 5/28/2010 04:22, Joost van der Sluis wrote: And anyone can help, it's no rocket science. Cgi is about writeln's after all... ;) and STDIN and STDOUT (plus environment vars) since everything travels that way in CGIs ;) heck, i've done CGIs written in plain old DOS .BAT files ;) --

Re: [Lazarus] Lazarus CGI Sample

2010-05-28 Thread silvioprog
Em 28-05-2010 05:22, Joost van der Sluis escreveu: And anyone can help, it's no rocket science. Cgi is about writeln's after all... ;) Hhhh... True :) Joost. -- Silvio Clecio $ programmer ObjectPascal - http://silvioprog.com.br $ Acesse nosso canal IRC sobre Lazarus no Brasil -

[Lazarus] Lazarus CGI Sample

2010-05-27 Thread Leonardo M.
Hi, I want to show a little example of an CGI app I created this weekend using Lazarus with a package called FreeSpider, very similar to fpWeb. It runs on a 512mb of ram Debian i386 server hosted in Argentina in a shared hosting account. The module consists of only two .pas files, one to handle

Re: [Lazarus] Lazarus CGI Sample

2010-05-27 Thread Michael Van Canneyt
It would be an interesting test to see how easy you could re-create that in fcl-web. Maybe we can learn something from this test, see how we can improve and/or simplify things. Michael. On Thu, 27 May 2010, Leonardo M. Ramé wrote: Hi, I want to show a little example of an CGI app I

Re: [Lazarus] Lazarus CGI Sample

2010-05-27 Thread Leonardo M.
El jue, 27-05-2010 a las 22:43 +0200, Michael Van Canneyt escribió: It would be an interesting test to see how easy you could re-create that in fcl-web. Maybe we can learn something from this test, see how we can improve and/or simplify things. Michael. Well this is a fairly trivial

Re: [Lazarus] Lazarus CGI Sample

2010-05-27 Thread ABorka
On 5/27/2010 13:52, Leonardo M. Ramé wrote: On the other hand, fpWeb has a more advanced templating engine, that maybe (I don't tested it) allows one to create rows of an HTML table right from the template, without creating it inside the program's code. Yes, this is true. See the demo program

Re: [Lazarus] Lazarus CGI Sample

2010-05-27 Thread silvioprog
Em 27-05-2010 15:36, Leonardo M. Ramé escreveu: Hi, I want to show a little example of an CGI app I created this weekend using Lazarus with a package called FreeSpider, very similar to fpWeb. It runs on a 512mb of ram Debian i386 server hosted in Argentina in a shared hosting account. The