Files
smarty/docs
2007-08-22 18:37:13 +00:00
..
2005-02-13 22:50:06 +00:00
2007-06-24 08:57:40 +00:00
2004-04-03 13:53:12 +00:00
2004-03-22 19:02:57 +00:00
2006-12-02 22:18:14 +00:00
2007-04-03 08:13:51 +00:00
2004-08-12 14:52:37 +00:00
2006-12-10 07:28:39 +00:00
2007-04-03 08:13:51 +00:00
2007-06-24 09:02:28 +00:00
2007-04-03 08:13:51 +00:00
2007-08-22 18:37:13 +00:00
2005-12-19 17:12:45 +00:00
2005-03-02 18:30:47 +00:00
2004-08-12 14:52:37 +00:00
2007-06-24 08:59:31 +00:00
2004-04-13 07:34:45 +00:00

This directory contains the documentation for Smarty. All files are in docbook
format with an .xml extention. Different subdirs contain different available languages.


		NEW BUILD SYSTEM
		================
Firstly issue these commands:
1) autoconf
2) ./configure --with-lang=xx [DEFAULT=en]

TEST:
 * make test
 * make test_xml (test for XML validity)

MAKE:
 * make (to make plain html)
 * make web (to make docs for website)


Generate PDF files
==================
In order to generate PDF files you need some tools:
 * Apache FOP (http://xml.apache.org/fop/)
 * JRE 1.2 or later

To generate the file, just type 'make pdf'


Generate CHM files
==================
In order to generate CHM files you need the Microsoft(r) HTML Help Workshop,
which can be freely downloaded at
http://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp

Then type 'make chm'. This will run the 'make html' and then build the chm file.


Revision Tracking (for translations):
 * make revcheck (this will create revcheck.html)


You should have libxml and autoconf installed in your system.
Read http://doc.php.net/php/dochowto/chapter-tools.php for more info.