[EMAIL PROTECTED] wrote: >Hi guys, > > I am trying to find a solution for this problem: > > I am getting articles, tutorials, etc from different people, in plain > text, which I then need to convert to html to put them on my site. > > Is there any way I could ease my work by using templates ? >
Yes. There are any number of scenarios. 1. Get text, manually run a program that takes the text and turns it into html 2. Get text, save in DB, write a perl CGI script that pulls it from DB & uses a template - serve the pages like that. 3. I'm sure there are more. > Also, could I serve the same content in different formats (html, txt, pdf) ? > > Text, yes, you can find a way to manage that. Pdf you might need a converter & keep static copies around - I don't know much about pdf formats. --Peter _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
