mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-11-04 06:11:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			848 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			848 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
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'
 | 
						|
 | 
						|
 | 
						|
Revision Tracking (for translations):
 | 
						|
 * make revcheck (this will create revcheck.html)
 | 
						|
 | 
						|
 | 
						|
You should have libxml and autoconf installed in your system.
 | 
						|
Read http://php.net/manual/howto/chapter-tools.html for more info.
 |