Difference between revisions of "Web template system"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 11: | Line 11: | ||
== See also == | == See also == | ||
+ | * [[Content management system]] | ||
* [[PHP]] | * [[PHP]] | ||
* [[Web application framework]] | * [[Web application framework]] | ||
+ | * [[Web content management system]] | ||
* [[WordPress]] | * [[WordPress]] | ||
Revision as of 06:18, 1 September 2015
A web template system uses a template processor to combine web templates with data, creating [Web page|web pages]].
Description
(TO DO: clean up, add detail.)
It is a web publishing tool present in content management systems, web application frameworks, and HTML editors.
Web templates can be used like the template of a form letter to either generate a large number of "static" (unchanging) web pages in advance, or to produce "dynamic" web pages on demand.
See also
External links
- Web template system @ Wikipedia