Files
smarty/docs
messju a93c42048c changed attribute-name "checked" to "selected" in the docs for
html_radios and html_checkboxes. "checked" is deprecated for ages
AFAIK and selected is recommended for consistency with {html_options}
2004-02-13 09:21:37 +00:00
..
2003-12-23 15:53:39 +00:00
2002-02-26 21:14:01 +00:00
2002-02-26 21:13:54 +00:00
2004-01-23 20:56:41 +00:00
2002-02-26 22:31:18 +00:00
2003-08-11 15:55:39 +00:00
2003-08-11 15:55:39 +00:00
2002-02-26 21:13:54 +00:00
2003-08-18 15:08:34 +00:00

This directory contains the documentation for Smarty. All files are in docbook
format with an .sgml extention. The top level directory contains the english
docs, while the subdirs contain different available languages.

To compile the documentation, I use the docbook utilities (available as an rpm
for redhat linux.) Compiling goes as such:

cd docs
db2html -d /path/to/html.dsl manual.sgml

Be sure to edit the html.dsl file and set the path to your docbook.dsl
stylesheet file.

This will create a subdirectory called manual/ which will contain the generated
HTML docs to view with a browser.