[ZF-10089] Zend_Log
[zend.git] / documentation / manual / en / README
blobc72ddf043a0b3c9acbb122578a261f560d282554
1 Required software:
3 - autoconf
4 - make
5 - xsltproc
6 - xmllint
8 On Windows, you should use Cygwin software or another port of GNU 
9 development tools.
11 How to build the DocBook documentation:
13 - run "autoconf" in this dir
14 - run "./configure" in this dir
15 - run "make"
17 The HTML files are rendered in the "html" dir.
19 When developing content, you can verify your changes by running:
21   "make check"
23 This verifies the XML for the whole manual is valid.
25 You can verify your changes in a single file by running:
27   "make XMLFILE=filename.xml check1"
29 The filename.xml is relative to the "module_specs" directory.
31 DocBook resources:
33 http://www.ibiblio.org/godoy/sgml/docbook/howto/index.html
34 http://opensource.bureau-cornavin.com/crash-course/index.html
35 http://ds9a.nl/docbook/
36 http://www.sagehill.net/docbookxsl/index.html
37 http://docbook.org/tdg/en/html/part2.html DocBook tag reference
40 To generat a CHM project file, you must install MsHtmlHelpWorkshop.
42 To build the CHM file on the command line navigate to the directory
43 in which the manual html files are built as described above
45 Then call:
47  "C:/path/to/workshop/hhc htmlhelp.hhp"
49 where "C:/path/to/workshop/" is the path to MsHtmlHelpWorkshop.
51 This will build a "Zend_Framework_LANGUAGE.chm" file.
53  You should now have an index in the file..