1,31 → 1,28 |
Lisez-moi (livre LFS) |
LFS Book README |
|
Ce document décrit la marche à suivre pour convertir le source XML du livre |
en d'autres formats (par exemple en HTML, PDF, PS ou TXT). Merci de lire |
avant tout le fichier INSTALL, qui décrit l'installation des différents |
logiciels requis. Si vous avez suivi ses instructions, vous trouverez ici |
des exemples directement utilisables pour convertir ces fichiers en d'autres |
formats. |
This document is meant to instruct the user on how to convert the book's XML |
source to other formats (e.g. HTML, PDF, PS and TXT). First, if you have not |
already done so, please read the INSTALL file for instructions on how to install |
the required software. If you have already completed the steps outlined in the |
INSTALL file, then continue reading for examples how to convert these files into |
various other formats. |
|
XML vers XHTML : |
---------------- |
|
XML to XHTML: |
------------- |
make BASEDIR=/path/to/output/location |
|
|
XML vers single file XHTML (nochunks) : |
--------------------------------------- |
XML to single file XHTML (nochunks): |
------------------------------------ |
make BASEDIR=/path/to/output/location nochunks |
|
|
XML vers TXT : |
-------------- |
Suivez les instructions pour XHTML (nochunks), puis : |
XML to TXT |
---------- |
Follow the instructions for nochunks and then run: |
lynx -dump /path/to/nochunks >/path/to/output |
|
|
XML vers PDF : |
-------------- |
|
make pdf && |
cp lfs.pdf /path/to/output/location |
XML to PDF: |
----------- |
make BASEDIR=/path/to/output/location pdf |