Generate HTML pages from some template

Posted by Appu on Programmers See other posts from Programmers or by Appu
Published on 2011-01-09T14:02:00Z Indexed on 2011/01/09 14:57 UTC
Read the original article Hit count: 578

I have an open-source project for which I have to generate HTML pages to put on the web. I wanted to keep everything as simple HTML pages. The problem with this approach is if I need to change the design, I have to goto all the pages and change it. This will be tough as I have lot of pages.

Is there some kind of HTML generators which can process simple annotated text files? This way, I can maintain the documentation and website contents as plain text files and run it through this program to generate static HTML pages. This also helps in keeping the design consistent.

Any help would be great!

© Programmers or respective owner

Related posts about open-source

Related posts about documentation