SourceForge Logo Designer documentation  
Home


Designer documentation

1. Philosophy
2. ACS tags
3. Quoting


Python documentation


Download


Credits


Contact


Philosophy

AHTS is ment to faciliate the development of Dynamic of Pseudo Dynamic websites, by separating the code from HTML. This is the panacea of all Templating Systems, but it's not the solution to all problems: you will have to put HTML in the code sometimes. AHTS doesn't try to provide all possible programming constructs, but expects that the programmer is responsible for providing data, while the designer is responsible for represantation of the data. There is currently no way to define your own tags. I think this is beyond AHTS: if you have a need to define your own tags, you'd better use a full content managment system.

AHTS is build to be easy for the user, not for the Template System programmer. So it doesn't use regex-replacements, but instead consists of a real Parser, so we can check wheter the document is syntactically correct.

  $Id: index.tml,v 1.1 2001/04/09 22:36:18 benderydt Exp $