Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Bee
> > Not fpc related, but irie pascal (http://www.irietools.com) has a pascal > that is cross platform, and does handle web support quite well. It's more or less similar to Powtils. I don't see any good reasons to use it while there are many CGI units available for FPC. Using Powtils, you don't ne

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Bee
> > So far I found > embeddable webserver > http://www.eilers.net/pascal > Site doesn't have much info Never use custom embedded web server though it's not hard to build one. > Synapse > http://www.ararat.cz/synapse/doku.php > Seems very low level. It looks more a TCP/IP suite classes to me.

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Andreas Berger
I'm interested to know why no one mentioned powtils yet (other than the original poster). I also am looking into writing a fairly complex CGI program and powtils seems very promising. And comments? Marco van de Voort wrote: In our previous episode, Francisco Reyes said: Marco van de Voort

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Marco van de Voort
In our previous episode, Francisco Reyes said: > Marco van de Voort writes: > > > Sorry, old name, nowadays it is fcl-web. See packages/ > > Don't see it at > http://www.freepascal.org/packages > Is there where I should look? In the source. ___ fpc-

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Francisco Reyes
Marco van de Voort writes: Sorry, old name, nowadays it is fcl-web. See packages/ Don't see it at http://www.freepascal.org/packages Is there where I should look? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.or

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Francisco Reyes
Prince Riley writes: Finally, give the advance from CGI based web apps to Web 2.0 (Javascript running in the browser) is there a design rational for running code on the server instead of in the web browser. I think that is almost a religious war type of discussion... Short answer (as it appli

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Francisco Reyes
Travis Siegel writes: Not fpc related, but irie pascal (http://www.irietools.com) has a pascal that is cross platform, and does handle web support quite well. No Postgresql support listed... still seems pretty interesting. ___ fpc-pascal maillist -

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Marco van de Voort
In our previous episode, Mark Emerson said: > What is fpweb? Sorry, old name, nowadays it is fcl-web. See packages/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Mark Emerson
What is fpweb? On Monday 02 March 2009 12:37:36 pm Marco van de Voort wrote: > In our previous episode, Travis Siegel said: > > Fpc is cross platform I know, but as far as I know, it's not optomized > > for cgi execution like irie pascal is. > > Interesting. Could you share your evaluation/compari

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Marco van de Voort
In our previous episode, Travis Siegel said: > Fpc is cross platform I know, but as far as I know, it's not optomized > for cgi execution like irie pascal is. Interesting. Could you share your evaluation/comparison details? Maybe the people working on fpweb could learn something from it. __

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Prince Riley
Travis, I am joining this discussion fairly late so if you've found your solution already please ignore this post. First, upon reading you feel Irie Pascal is 'optimized' for CGI execution on OSX (Leopard?) my first question is how are you defining that. I've looked over the Irie code just now (u

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Travis Siegel
Not fpc related, but irie pascal (http://www.irietools.com) has a pascal that is cross platform, and does handle web support quite well. My attempts to get him to support osx has fallen flat, but dos, windows, bsd, solaris (I think) and other distributions are supported, so it may do what you

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Marco van de Voort
In our previous episode, Francisco Reyes said: > > It was based on the eliza example iirc. > > URL/source? http://www.indyproject.org there is stuff about indy in the wiki too. > Is the easiest way to go using FPC + apache with CGI? Depends. For me that was not the easiest way, since the web p

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Francisco Reyes
Marco van de Voort writes: It was based on the eliza example iirc. URL/source? Is the easiest way to go using FPC + apache with CGI? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Marco van de Voort
In our previous episode, Francisco Reyes said: > Have found a few libraries and wonder if anyone has had good success with > any of these or otheres. In the past I've had an Indy9 httpserver + ssl running. That was under Delphi, but parts of that I also had running (with indy10) under FreeBSD/32-

[fpc-pascal] Creating FPC enabled websites

2009-03-02 Thread Francisco Reyes
Any recommendations on which library to use to create web enabled FPC apps? Have found a few libraries and wonder if anyone has had good success with any of these or otheres. So far I found embeddable webserver http://www.eilers.net/pascal Site doesn't have much info Synapse http://www.arara