Русский перевод книги Linux From Scratch
Go to file
2023-06-23 16:26:24 +05:00
appendices Spelling/Typos 2023-06-22 23:45:00 +05:00
bootscripts Mount /dev/shm as a tmpfs and typos fix 2023-06-20 22:27:53 +05:00
chapter01 Translated chapter01 2023-06-23 16:26:24 +05:00
chapter02 Spelling/Typos 2023-06-22 23:45:00 +05:00
chapter03 Spelling/Typos 2023-06-22 23:45:00 +05:00
chapter04 Spelling/Typos 2023-06-22 23:45:00 +05:00
chapter05 Spelling/Typos 2023-06-22 23:45:00 +05:00
chapter06 Small fixes 2023-06-14 15:34:58 +05:00
chapter07 Spelling/Typos 2023-06-22 23:45:00 +05:00
chapter08 Translated page util-linux 2023-06-19 13:26:12 +05:00
chapter09 Spelling (pr from Sergei Kuznetsov) 2023-06-19 10:47:59 +05:00
chapter10 Small fixes 2023-06-14 15:34:58 +05:00
chapter11 rc-fixes 2023-06-14 23:49:47 +05:00
images Add images 2022-05-19 02:04:30 +05:00
part3intro Translated part3intro 2023-06-23 12:26:42 +05:00
pdf Fix encoding, add pt-astra fonts 2023-05-24 13:30:24 +05:00
prologue Tranlated prologue 2023-06-21 15:33:09 +05:00
stylesheets fix xsl for local docbook-xsl-1.79.1 2023-05-25 00:29:27 +05:00
udev-lfs Added udev-lfs 2022-06-26 20:24:28 +05:00
ABOUT.md Edited mini changelog 2023-06-20 17:28:27 +05:00
aux-file-data.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
general.ent Updated packages and patches info 2023-06-20 21:56:10 +05:00
git-version.sh Add docbook-xsl-1.79.1 and small fixes 2023-05-25 00:08:02 +05:00
index.xml fix codepage and CRLF 2022-05-11 01:55:07 +05:00
INSTALL Updated packages and patches info 2023-06-20 21:56:10 +05:00
lfs-latest-git.php Updated packages and patches info 2023-06-20 21:56:10 +05:00
lfs-latest.php Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
LICENSE Initial commit 2022-05-09 00:31:36 +05:00
make-aux-files.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
Makefile Add docbook-xsl-1.79.1 and small fixes 2023-05-25 00:08:02 +05:00
obfuscate.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
packages.ent Updated packages and patches info 2023-06-20 21:56:10 +05:00
patches.ent Updated packages and patches info 2023-06-20 21:56:10 +05:00
pdf-fixups.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
process-scripts.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
README.md Add chapter 1 (Добавлена глава 1) 2022-05-16 01:41:48 +05:00
tidy.conf Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00

LFS Book README

В этом документе содержится информация о том, как выполнить преобразование книги из XML формата в другой формат (например, HTML, PDF, PS и TXT). Для начала, если вы ещё этого не сделали, пожалуйста, откройте и прочитайте информацию, представленную в файле INSTALL, чтобы установить необходимое программное обеспечение. Если вы уже выполнили все шаги в файле INSTALL, ознакомьтесь с примерами того, как выполнить преобразование файлов в другие форматы.

Во всех примерах необходимо указание аргумента REV=systemd, если требуется сборка книги редакции systemd.

XML в XHTML:

make BASEDIR=/path/to/output/location

XML в одностраничный XHTML (nochunks):

make BASEDIR=/path/to/output/location nochunks

XML в TXT:

Следуйте инструкциям для nochunks и затем запустите: lynx -dump /path/to/nochunks > /path/to/output

XML в PDF:

make BASEDIR=/path/to/output/location pdf