Skip to content

tim77/fedora-faq-ru

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Fedora FAQ in russian

GitHub version Github downloads AppVeyor build status COPR build 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 sphinx-doc package:
sudo dnf install 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 sphinx-doc and texlive packages:
sudo dnf install 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
  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

About

Fedora FAQ in russian

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.9%
  • Batchfile 12.8%
  • Makefile 10.7%
  • Shell 7.0%
  • CSS 1.6%