Русский перевод книги Linux From Scratch
Go to file
2023-06-13 17:01:26 +05:00
appendices Translated page udev 2023-06-08 02:14:57 +05:00
bootscripts Package updates. 2022-07-25 01:07:54 +05:00
chapter01 Small fix 2023-05-26 02:07:20 +05:00
chapter02 Small fix 2023-05-26 02:07:20 +05:00
chapter03 Intermediate update prior to lfs-11.2-rc1 2022-08-21 20:47:56 +05:00
chapter04 Add Chapter 9 and small translate fix 2022-08-13 00:17:03 +05:00
chapter05 Translated page about kernel 2023-06-12 19:09:10 +05:00
chapter06 Microtranslation 2023-05-24 17:27:52 +05:00
chapter07 Translated page usage 2023-06-13 17:01:26 +05:00
chapter08 Small fix 2023-05-26 02:07:20 +05:00
chapter09 Translated page usage 2023-06-13 17:01:26 +05:00
chapter10 fix link 2023-06-12 19:27:05 +05:00
chapter11 Added Chapter 11 translation 2023-05-25 14:22:06 +05:00
images Add images 2022-05-19 02:04:30 +05:00
part3intro Microtranslation 2023-05-24 17:27:52 +05:00
pdf Fix encoding, add pt-astra fonts 2023-05-24 13:30:24 +05:00
prologue Typo fix 2023-06-11 03:06:41 +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 Rename file and added changelog 2023-06-12 16:32:38 +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 Small fix 2023-05-26 02:07:20 +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 fix line length 2022-05-11 00:31:57 +05:00
lfs-latest-git.php Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +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 Correction of endings 2023-05-24 11:00:49 +05:00
patches.ent Intermediate update prior to lfs-11.2-rc1 2022-08-21 20:47:56 +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