| 
									
										
										
										
											2003-08-13 14:50:18 +00:00
										 |  |  | This directory contains the documentation for Smarty. All files are in docbook | 
					
						
							| 
									
										
										
										
											2004-03-18 17:12:45 +00:00
										 |  |  | format with an .xml extention. Different subdirs contain different available languages. | 
					
						
							| 
									
										
										
										
											2003-08-13 14:50:18 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-03-18 17:12:45 +00:00
										 |  |  | 		NEW BUILD SYSTEM | 
					
						
							|  |  |  | 		================ | 
					
						
							|  |  |  | Firstly issue these commands: | 
					
						
							|  |  |  | 1) autoconf | 
					
						
							|  |  |  | 2) ./configure --with-lang=xx [DEFAULT=en] | 
					
						
							| 
									
										
										
										
											2003-08-13 14:50:18 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-03-18 17:12:45 +00:00
										 |  |  | TEST: | 
					
						
							|  |  |  |  * make test | 
					
						
							| 
									
										
										
										
											2004-07-30 10:42:52 +00:00
										 |  |  |  * make test_xml (test for XML validity) | 
					
						
							| 
									
										
										
										
											2003-08-18 15:08:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-03-18 17:12:45 +00:00
										 |  |  | MAKE: | 
					
						
							|  |  |  |  * make (to make plain html) | 
					
						
							|  |  |  |  * make web (to make docs for website) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-29 18:32:05 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 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' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-02-10 13:27:26 +00:00
										 |  |  | 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. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-04-14 15:25:57 +00:00
										 |  |  | Revision Tracking (for translations): | 
					
						
							|  |  |  |  * make revcheck (this will create revcheck.html) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-03-18 17:12:45 +00:00
										 |  |  | You should have libxml and autoconf installed in your system. | 
					
						
							| 
									
										
										
										
											2005-02-10 13:27:26 +00:00
										 |  |  | Read http://doc.php.net/php/dochowto/chapter-tools.php for more info. |