Неофициальные ЧаВо Fedora на русском языке https://russianfedora.github.io/FAQ/

Vitaly Zaitsev ed9de9ba93 Incremented project version to 2023.05.30. 1 year ago
.github 1875998f51 Switched Pages CI to Python 3.11. 2 years ago
build 0d9733a4f9 Move hidden special files too. 6 years ago
source ed9de9ba93 Incremented project version to 2023.05.30. 1 year ago
LICENSE 40a8cc86ec Relicensed from GPLv3 to CC4-BY-SA. 6 years ago
Makefile 7aea964941 Updated copyright year. 1 year ago
README.md 267fdc8256 Added missing make prerequirement to the README. 2 years ago

README.md

Unofficial Fedora FAQ in russian

GitHub version Github downloads Pages CI status Release CI status

GitHub issues

We decided to find and document answers to the most of the frequently asked questions from our conferences about Fedora for convenience of end users.

You can ask new questions in issues of this repository or you can help us and contribute project by sending your pull requests.

This FAQ maintained by independent community members. Not related to Fedora Project. Fedora is a registered trademark of Red Hat, Inc.

Build HTML

  1. Install make and sphinx-doc packages:
sudo dnf install make python3-sphinx
  1. Clone this repository:
git clone https://github.com/RussianFedora/FAQ.git fedora-faq-ru
  1. Generate HTML from sources:
cd fedora-faq-ru
make html
  1. Open result in default web-browser:
xdg-open build/html/index.html

Build PDF

  1. Install make, sphinx-doc and texlive packages:
sudo dnf install make python3-sphinx latexmk texlive-cmap texlive-metafont-bin texlive-collection-fontsrecommended texlive-babel-russian texlive-hyphen-russian texlive-titling texlive-fancyhdr texlive-titlesec texlive-tabulary texlive-framed texlive-wrapfig texlive-parskip texlive-upquote texlive-capt-of texlive-needspace texlive-collection-langcyrillic texlive-cyrillic-bin texlive-cmcyr texlive-cyrillic-bin-bin texlive-fncychap texlive-xetex dejavu-sans-fonts dejavu-serif-fonts dejavu-sans-mono-fonts texlive-polyglossia texlive-xindy
  1. Clone this repository:
git clone https://github.com/RussianFedora/FAQ.git fedora-faq-ru
  1. Generate PDF from sources:
cd fedora-faq-ru
make latexpdf
  1. Open result in default PDF viewer:
xdg-open build/latex/fedora-faq-ru.pdf