Tappeto Magico is a HTML preprocessor written in Perl optimized for generating a large scale website. You can define a website in a project file or further define the website into sections. Instead of like many other HTML processors that insert include files (something like header and footer files), Tappeto Magico use a mechanism that insert content into template. Which makes possible of REAL content and layout separation. Template file can be made by text editor or WYSIWYG editor. With no_template option, you can still use the same tag and definition but without merging with a template file. It's good for the first page (if you've something like an introduction page with different layout) or a page with flash. |