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 DWSCript Web Server (scroll further down for
more info and use the code from the GIT repository at
https://bitbucket.org/egrange/dwscript/overview )

With this the site http://www.beginend.net was built.

It allows you to not only write the HTML generator code in Object
Pascal, but also write the HTML script code in Object Pascal (transpiled
to JS on delivery).


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 one or 
another nice template, with the necessary page links and whatnot. 
(as in the sample link I presented).


Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


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 one or another
> nice template, with the necessary page links and whatnot. (as in the sample
> link I presented).
>

mORMot + mustache? :)
-- 
Best regards,
Maciej Izak
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

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 message in context: 
http://free-pascal-general.1045716.n5.nabble.com/CMS-in-Pascal-tp5724519p5724527.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal