This is the content repository for the Fedora Installation Guide.
Please report Issues and submit Pull Requests for Content Fixes here. General appearance issues and publishing issues should be reported against the publisher.
Refer to https://fedoraproject.org/wiki/Category:Documentation_beats?rd=Docs/Beats for content; proofread when adding to git and mark sections and wiki pages as complete as you progress.
Use create-tx-configuration
to maintain .tx/config (thanks Sparks!)
When shipping an RPM, test, pull POs, test again, tag, bump spec, and build. See https://fedoraproject.org/wiki/User:Immanetize/Packaging_Docs_in_an_RPM for detailed instructions.
Some methods of finding new packages to write about:
https://bodhi.fedoraproject.org/updates/new
https://bodhi.fedoraproject.org/updates/?release=F25&type=newpackage
bodhi -r f25 -t newpackage
from fedora.client import BodhiClient; BodhiClient().query(release="F25", type_="newpackage")
This document is coded in AsciiDoc. The content is in the en-US directory. There is a shared entity file in the en-US directory. Do not edit the content in the Common_Content directory.
To test your changes, first install asciibinder
$ gem install ascii_binder
To build your changes, from the root directory:
$ asciibinder package $ firefox _package/main/index.html