[02095ae] | 1 | LFS Book Conversion Tools Installation Instructions
|
---|
| 2 |
|
---|
| 3 | After downloading the SVN source, there are some things that need to be set up
|
---|
| 4 | on your computer if you want to convert the XML source into something easier to
|
---|
| 5 | read (e.g. HTML, TXT, or PDF). If you are interested in this, then keep
|
---|
| 6 | reading. If you are only interested in editing the XML source for re-
|
---|
| 7 | submission to the lfs-book or lfs-dev mailing lists, then you do not need this
|
---|
| 8 | document. Instead, you need to read the LFS Editor's Manual. See the LFS
|
---|
| 9 | website at http://www.linuxfromscratch.org for more information.
|
---|
| 10 |
|
---|
| 11 | -------------------------------------------------------------------------------
|
---|
| 12 |
|
---|
| 13 | If you want to convert the XML to HTML, install the following:
|
---|
| 14 |
|
---|
| 15 | * libxml2
|
---|
| 16 | - http://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
|
---|
| 17 |
|
---|
| 18 | * libxslt
|
---|
| 19 | - http://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
|
---|
| 20 |
|
---|
| 21 | * DocBook DTD
|
---|
| 22 | - http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html
|
---|
| 23 |
|
---|
| 24 | * DocBook XSL Stylesheets
|
---|
| 25 | - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
|
---|
| 26 |
|
---|
| 27 | * HTMLTidy
|
---|
| 28 | - http://www.linuxfromscratch.org/blfs/view/svn/general/tidy.html
|
---|
| 29 |
|
---|
| 30 | -------------------------------------------------------------------------------
|
---|
| 31 |
|
---|
| 32 | If you want to convert the XML to TXT, install the above items, and then install
|
---|
| 33 | the following:
|
---|
| 34 |
|
---|
| 35 | * lynx
|
---|
| 36 | - http://www.linuxfromscratch.org/blfs/view/svn/basicnet/lynx.html
|
---|
| 37 |
|
---|
| 38 | -------------------------------------------------------------------------------
|
---|
| 39 |
|
---|
| 40 | If you want to convert the XML to PDF, install the items listed above (except
|
---|
| 41 | lynx) and then install the following:
|
---|
| 42 |
|
---|
| 43 | * JDK
|
---|
| 44 | - http://www.linuxfromscratch.org/blfs/view/svn/general/jdk.html
|
---|
| 45 |
|
---|
| 46 | * FOP and JAI
|
---|
| 47 | - http://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html
|
---|