Re: [fpc-pascal] CMS in Pascal ?

2016-03-13 Thread leledumbo
> I am looking for an engine that takes some simple html or markdown and presents it using one or another nice template, with the necessary page links and whatnot. (as in the sample link I presented). Does this fit? http://www.biitsoft.com/products/cmsencorepro/index.htm -- View this messag

Re: [fpc-pascal] CMS in Pascal ?

2016-03-13 Thread Maciej Izak
2016-03-13 10:28 GMT+01:00 Michael Van Canneyt : > > Maybe my question was not clear :) > Or people have a different understanding of what a CMS is than I do :) > > I am not looking to write code in a CMS. I am looking for an engine that > takes some simple html or markdown and presents it using o

Re: [fpc-pascal] CMS in Pascal ?

2016-03-13 Thread Michael Van Canneyt
On Sat, 12 Mar 2016, Christian-W. Budde wrote: Hello Michael, while not being an entire CMS you can use DWScript (see https://www.delphitools.info/dwscript/) to write your code in a nice Object Pascal dialect. With this there are plenty of options such as a server side solution with DWSCri