diff --git a/.gitignore b/.gitignore index b3ab46d..9f3ebf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,3 @@ -## AsciiBinder-specific ignores -_preview -_package -*.swp -diag-*.png -diag-*.png.cache - -## Project-specific ignores - -*.html +build +cache +public diff --git a/README.md b/README.md index ea9c68c..fb397df 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,44 @@ This is the content repository for the Fedora Quick Docs -Please report Issues and submit Pull Requests for **Content Fixes** here. General appearance issues and publishing issues should be reported against the [publisher](https://pagure.io/fedora-docs/docs-fp-o). +Please report Issues and submit Pull Requests for **Content Fixes** here. +Never done a pull request (or "PR")? Here's the [Pagure documentation for +Pull Requests](https://docs.pagure.org/pagure/usage/pull_requests.html). -Look for easy edits in the _topic_map.yml. The files commented out need your help. -## How to edit this document +General appearance issues and publishing issues should be reported against +the [publishing software](https://pagure.io/fedora-docs/docs-fp-o). -This document set 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. +## How to edit these documents -## Testing your changes locally +All of this is written in AsciiDoc. It's a simple mostly-plain-text +markup language. You may want to look at: -To test your changes, first install `asciibinder` -$ gem install ascii_binder +* [AsciiDoc Syntax Quick Reference](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/) +* [AsciiDoc Writer’s Guide](http://asciidoctor.org/docs/asciidoc-writers-guide/) +* [Antora Documentation](https://docs.antora.org/antora/1.0/page/) -To build your changes, from the root directory: + +## Local preview + +This repo includes scripts to build and preview the contents of this repository. + +**NOTE**: Please note that if you reference pages from other repositoreis, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see [the Fedora Docs build repository](https://pagure.io/fedora-docs/docs-fp-o/) for instructions. + +Both scripts use docker, so please make sure you have it installed on your system. Please see below for instructions. + +To build and preview the site, run: ``` -$ asciibinder package -$ firefox _package/main/index.html +$ ./build.sh && ./preview.sh +``` + +The result will be available at http://localhost:8080 + +### Installing docker on Fedora + +``` +$ sudo dnf install docker +$ sudo systemctl start docker && sudo systemctl enable docker ``` diff --git a/_distro_map.yml b/_distro_map.yml deleted file mode 100644 index 56daac0..0000000 --- a/_distro_map.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -fedora: - name: Fedora Quick Docs - author: Fedora Documentation Project - site: main - site_name: Home - site_url: https://docs.fedoraproject.org/ - branches: - master: - name: quick-docs - dir: quick-docs diff --git a/_images/favicon.ico b/_images/favicon.ico deleted file mode 100644 index a912017..0000000 Binary files a/_images/favicon.ico and /dev/null differ diff --git a/_images/favicon32x32.png b/_images/favicon32x32.png deleted file mode 100644 index d33bd5e..0000000 Binary files a/_images/favicon32x32.png and /dev/null differ diff --git a/_images/fedora.svg b/_images/fedora.svg deleted file mode 100644 index e8fd52b..0000000 --- a/_images/fedora.svg +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/_images/redhat-logo.png b/_images/redhat-logo.png deleted file mode 100644 index f085f1a..0000000 Binary files a/_images/redhat-logo.png and /dev/null differ diff --git a/_javascripts/.gitkeep b/_javascripts/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/_javascripts/bootstrap-offcanvas.js b/_javascripts/bootstrap-offcanvas.js deleted file mode 100644 index 62cf7b6..0000000 --- a/_javascripts/bootstrap-offcanvas.js +++ /dev/null @@ -1,6 +0,0 @@ -$(document).ready(function () { - $('[data-toggle="offcanvas"]').click(function () { - $('.sidebar').show(); - $('.row-offcanvas').toggleClass('active'); - }); -}); diff --git a/_stylesheets/asciibinder.css b/_stylesheets/asciibinder.css deleted file mode 100644 index cc13814..0000000 --- a/_stylesheets/asciibinder.css +++ /dev/null @@ -1,575 +0,0 @@ -@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css); -/* ------------------------------------------------------------ -Image: "Spin" https://www.flickr.com/photos/eflon/3655695161/ -Author: eflon https://www.flickr.com/photos/eflon/ -License: https://creativecommons.org/licenses/by/2.0/ ----------------------------------------------------------------*/ -.attribution { - text-align: center; - position: relative; - bottom: -20px; -} -.attribution .btn { - color: #808080; - color: rgba(175,175,175, .65); - font-size: 11px; -} -.attribution .btn:hover { - text-decoration: none; - color: #aaa; -} -.popover-content { - font-size: 12px; - line-height: 1.3; - font-weight: normal; -} - -@media screen and (max-width: 980px) { - body { - margin-bottom: 200px; - } - footer { - text-align: center; - } - footer .text-right { - text-align: center !important; - } - #footer_social .first { - margin-left: 0; - } - #footer_social > a { - top: 24px; - } -} - -.fa-inverse:hover { - color: #ccc; -} - -.collapse a.active { - background-color: #DEEAF4; - color: #000; - position: relative; -} - -.collapse a.active:hover { - text-decoration: none; -} - -.collapse a.active:before { - background-color: #A0C3E5; - content: ""; - display: inline-block; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 3px; -} - -.main h2, .main .h2 { - border-top: 0px; - padding-top: 10px; - font-size: 28px; -} - -.page-header { - height: 100% !important; -} -.page-header .img-responsive { - display: inline; -} -.page-header h2 { - font-size: 32px; - display: inline; - vertical-align: bottom; -} - -.navbar-brand { - padding: initial; - height: initial; - padding: 12px; -} - -.nav > li > a.hover{ - background-color: none; -} - -h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { - position: relative; -} - -h2 > a.anchor, h3 > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { - display: block; - font-weight: normal; - margin-left: -1.5ex; - position: absolute; - text-align: center; - text-decoration: none !important; - visibility: hidden; - width: 1.5ex; - z-index: 1001; -} - -h2 > a.anchor:before, h3 > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { - content: "\f0c1"; - display: block; - font-family: FontAwesome; - font-size: 0.7em; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - padding-top: 0.2em; -} - -h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { - font-size: 1em; -} - -h2:hover > a.anchor, -h2 > a.anchor:hover, -h3:hover > a.anchor, -h3 > a.anchor:hover, -h4:hover > a.anchor, -h4 > a.anchor:hover, -h5:hover > a.anchor, -h5 > a.anchor:hover, -h6:hover > a.anchor, -h6 > a.anchor:hover { - visibility: visible; -} - -.main { - border-left: 1px solid #e7e7e7; - margin-left: -1px; - padding-left: 25px; -} - - -@media (min-width: 768px) { - .main { - padding-left: 30px; - } -} - -/* - * Sidebar - */ - -.nav-header { - font-size: 16px; -} - -.nav-header ul { - font-size: 14px; -} - -.nav-header ul li a { - display: block; - padding: 5px 20px 5px 25px; - font-size: 13px; - font-weight: normal; -} - -.nav-sidebar .fa { - text-align: center; - top: -1px; - width: 14px; -} - -.nav-sidebar li a { - color: inherit; -} - -.nav-sidebar li a:hover { - color: #000; -} - -.nav-sidebar ul li ul.nav-tertiary li a { - padding-left: 50px; -} - -.nav-sidebar > li > a { - padding: 7px 0; -} - -.nav-sidebar > li > a:focus, .nav-sidebar > li > a:hover { - background: transparent; -} - -.sidebar { - font-weight: 300; - display: none; - padding-top: 13px; -} - -@media screen and (max-width: 767px) { - .sidebar { - padding-left: 30px; - padding-right: 0; - } -} - -@media screen and (min-width: 768px) { - .sidebar { - border-right: 1px solid #e7e7e7; - display: block; - } -} - -/* - * Off Canvas - * -------------------------------------------------- - */ - -body, html { - overflow-x: hidden; /* Prevent scroll on narrow devices */ - font-family: "Overpass", sans-serif; -} - -.toggle-nav { - margin-right: 20px; -} - -@media screen and (max-width: 767px) { - .row-offcanvas { - position: relative; - -webkit-transition: all .25s ease-out; - -o-transition: all .25s ease-out; - transition: all .25s ease-out; - } - - .row-offcanvas-right { - right: 0; - } - - .row-offcanvas-left { - left: 0; - } - - .row-offcanvas-right - .sidebar-offcanvas { - right: -75%; /* 8 columns */ - } - - .row-offcanvas-left - .sidebar-offcanvas { - left: -75%; /* 8 columns */ - } - - .row-offcanvas-right.active { - right: 75%; /* 8 columns */ - } - - .row-offcanvas-left.active { - left: 75%; /* 8 columns */ - } - - .sidebar-offcanvas { - overflow: hidden; - position: absolute; - top: 0; - width: 75%; /* 8 columns */ - } -} - - p { - margin: 0 0 1.6em; - } - - /* Remnants of Asciidoctor default stylesheet - remove styles as needed */ - -#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } -.left { float: left !important; } -.right { float: right !important; } -.text-left { text-align: left !important; } -.text-right { text-align: right !important; } -.text-center { text-align: center !important; } -.text-justify { text-align: justify !important; } -.hide { display: none; } -.subheader, #content #toctitle, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { line-height: 1.4; color: #7a2518; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; } -abbr, acronym { text-transform: uppercase; font-size: 90%; color: #333333; border-bottom: 1px dotted #dddddd; cursor: help; } -abbr { text-transform: none; } -blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 3px solid #487c58; } -blockquote cite { display: block; font-size: inherit; color: #454545; } -blockquote cite:before { content: "\2014 \0020"; } -blockquote cite a, blockquote cite a:visited { color: #454545; } -blockquote, blockquote p { line-height: 1.6; color: #6e6e6e; } -@media only screen and (min-width: 768px) { - #toctitle, .sidebarblock > .content > .title { line-height: 1.4; } - #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; } -} -table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; } -table thead, table tfoot { background: whitesmoke; font-weight: bold; } -table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: #333333; text-align: left; } -table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: #333333; } -table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; } -table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6; } -.clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; } -.clearfix:after, .float-group:after { clear: both; } -*:not(pre) > code { font-size: inherit; padding: 0; white-space: nowrap; background-color: inherit; border: 0 solid #dddddd; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: none; line-height: 1; } -.keyseq { color: #666666; } -kbd:not(.keyseq) { display: inline-block; color: #333333; font-size: 0.75em; line-height: 1.4; background-color: #f7f7f7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; } -.keyseq kbd:first-child { margin-left: 0; } -.keyseq kbd:last-child { margin-right: 0; } -.menuseq, .menu { color: #1a1a1a; } -b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; } -b.button:before { content: "["; padding: 0 3px 0 2px; } -b.button:after { content: "]"; padding: 0 2px 0 3px; } -p a > code:hover { color: #561309; } -#header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; } -#header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; } -#header:after, #content:after, #footnotes:after, #footer:after { clear: both; } -#content:before { content: none; } -#header { margin-bottom: 2.5em; } -#header > h1 { color: black; font-weight: 300; border-bottom: 1px solid #d8d8d8; margin-bottom: -28px; padding-bottom: 32px; } -#header span { color: #6e6e6e; } -#header #revnumber { text-transform: capitalize; } -#header br { display: none; } -#header br + span { padding-left: 3px; } -#header br + span:before { content: "\2013 \0020"; } -#header br + span.author { padding-left: 0; } -#header br + span.author:before { content: ", "; } -#toc { border-bottom: 3px double #e5e5e5; padding-top: 1em; padding-bottom: 1.25em; } -#toc > ul { margin-left: 0.25em; } -#toc ul.sectlevel0 > li > a { font-style: italic; } -#toc ul.sectlevel0 ul.sectlevel1 { margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; } -#toc ul { font-family: "Open Sans", "DejaVu Sans", "Sans", sans-serif; list-style-type: none; } -#toc a { text-decoration: none; } -#toc a:active { text-decoration: underline; } -#toctitle { color: #7a2518; } -@media only screen and (min-width: 768px) { body.toc2 { padding-left: 15em; padding-right: 0; } - #toc.toc2 { background-color: #fafaf9; position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #e5e5e5; border-bottom: 0; z-index: 1000; padding: 1.25em 1em; height: 100%; overflow: auto; } - #toc.toc2 #toctitle { margin-top: 0; font-size: 1.2em; } - #toc.toc2 > ul { font-size: .90em; margin-bottom: 0; } - #toc.toc2 ul ul { margin-left: 0; padding-left: 1em; } - #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; } - body.toc2.toc-right { padding-left: 0; padding-right: 15em; } - body.toc2.toc-right #toc.toc2 { border-right: 0; border-left: 1px solid #e5e5e5; left: auto; right: 0; } } -@media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0; } - #toc.toc2 { width: 20em; } - #toc.toc2 #toctitle { font-size: 1.375em; } - #toc.toc2 > ul { font-size: 0.95em; } - #toc.toc2 ul ul { padding-left: 1.25em; } - body.toc2.toc-right { padding-left: 0; padding-right: 20em; } } -#content #toc { border-style: solid; border-width: 1px; border-color: #e3e3dd; margin-bottom: 1.25em; padding: 1.25em; background: #fafaf9; border-width: 0; -webkit-border-radius: 4px; border-radius: 4px; } -#content #toc > :first-child { margin-top: 0; } -#content #toc > :last-child { margin-bottom: 0; } -#content #toctitle { font-size: 1.375em; } -#footer { max-width: 100%; background-color: #333333; padding: 1.25em; } -#footer-text { color: #cccccc; line-height: 1.44; } -.audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .verseblock, .videoblock { margin-bottom: 2.5em; } -.admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-rendering: optimizeLegibility; text-align: left; font-family: "Noto Serif", "DejaVu Serif", "Serif", serif; font-weight: normal; font-style: italic; } -table.tableblock > caption.title { white-space: nowrap; overflow: visible; max-width: 0; } -table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; } -.admonitionblock > table { border: 0; background: none; width: 100%; } -.admonitionblock > table td.icon { text-align: center; width: 80px; } -.admonitionblock > table td.icon img { max-width: none; } -.admonitionblock > table td.icon .title { font-weight: 300; text-transform: uppercase; } -.admonitionblock > table td.content { padding-left: 0; padding-right: 1.25em; color: #6e6e6e; } -.admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; } -.exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: white; -webkit-border-radius: 4px; border-radius: 4px; } -.exampleblock > .content > :first-child { margin-top: 0; } -.exampleblock > .content > :last-child { margin-bottom: 0; } -.exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6, .exampleblock > .content p { color: #333333; } -.exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6 { line-height: 1; margin-bottom: 0.625em; } -.exampleblock > .content h1.subheader, .exampleblock > .content h2.subheader, .exampleblock > .content h3.subheader, .exampleblock > .content .subheader#toctitle, .sidebarblock.exampleblock > .content > .subheader.title, .exampleblock > .content h4.subheader, .exampleblock > .content h5.subheader, .exampleblock > .content h6.subheader { line-height: 1.4; } -.exampleblock.result > .content { -webkit-box-shadow: 0 1px 8px #e3e3dd; box-shadow: 0 1px 8px #e3e3dd; } -.sidebarblock { border-style: solid; border-width: 1px; border-color: #e3e3dd; margin-top: -1.0em; margin-bottom: 1.6em; margin-left: 1em; padding: .5em; background: #F1F3F5; -webkit-border-radius: 4px; border-radius: 4px; overflow-x: auto; float: right; width: 40%; } -.sidebarblock > :first-child { margin-top: 0; } -.sidebarblock > :last-child { margin-bottom: 0; } -.sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6, .sidebarblock p { color: #333333; } -.sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6 { line-height: 1; margin-bottom: 0.625em; } -.sidebarblock h1.subheader, .sidebarblock h2.subheader, .sidebarblock h3.subheader, .sidebarblock .subheader#toctitle, .sidebarblock > .content > .subheader.title, .sidebarblock h4.subheader, .sidebarblock h5.subheader, .sidebarblock h6.subheader { line-height: 1.4; } -.sidebarblock > .content > .title { color: #7a2518; margin-top: 0; line-height: 1.6; } -.exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; } -.literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { border: 0px; background-color: #F0F3F5; -webkit-border-radius: 5px; border-radius: 5px; padding: 1.5em 2.5em; word-wrap: break-word; } -.literalblock pre.nowrap, .literalblock pre[class].nowrap, .listingblock pre.nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; } -.literalblock pre > code, .literalblock pre[class] > code, .listingblock pre > code, .listingblock pre[class] > code { display: block; } -.listingblock > .content { position: relative; } -.listingblock:hover code[class*=" language-"]:before { text-transform: uppercase; font-size: 0.9em; color: #999; position: absolute; top: 0.375em; right: 0.375em; } -.listingblock:hover code.asciidoc:before { content: "asciidoc"; } -.listingblock:hover code.clojure:before { content: "clojure"; } -.listingblock:hover code.css:before { content: "css"; } -.listingblock:hover code.go:before { content: "go"; } -.listingblock:hover code.groovy:before { content: "groovy"; } -.listingblock:hover code.html:before { content: "html"; } -.listingblock:hover code.java:before { content: "java"; } -.listingblock:hover code.javascript:before { content: "javascript"; } -.listingblock:hover code.python:before { content: "python"; } -.listingblock:hover code.ruby:before { content: "ruby"; } -.listingblock:hover code.sass:before { content: "sass"; } -.listingblock:hover code.scss:before { content: "scss"; } -.listingblock:hover code.xml:before { content: "xml"; } -.listingblock:hover code.yaml:before { content: "yaml"; } -.listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; } -.listingblock.terminal pre .command:not([data-prompt]):before { content: '$'; } -table.pyhltable { border: 0; margin-bottom: 0; } -table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; } -table.pyhltable td.code { padding-left: .75em; padding-right: 0; } -.highlight.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #d8d8d8; } -.highlight.pygments .lineno { display: inline-block; margin-right: .25em; } -table.pyhltable .linenodiv { background-color: transparent !important; padding-right: 0 !important; } -.quoteblock { margin: 0 0 1.25em 0; padding: 0.5625em 1.25em 0 1.1875em; border-left: 3px solid #487c58; } -.quoteblock blockquote { margin: 0 0 1.25em 0; padding: 0 0 0.625em 0; border: 0; } -.quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; } -.quoteblock .attribution { margin-top: -0.625em; padding-bottom: 0.625em; font-size: inherit; color: #454545; line-height: 1.6; } -.quoteblock .attribution br { display: none; } -.quoteblock .attribution cite { display: block; } -table.tableblock { max-width: 100%; } -table.tableblock td .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child { margin-bottom: 0; } -table.spread { width: 100%; } -table.tableblock, th.tableblock, td.tableblock { border: 0 solid #dddddd; } -table.grid-all th.tableblock, table.grid-all td.tableblock { border-width: 0 1px 1px 0; } -table.grid-all tfoot > tr > th.tableblock, table.grid-all tfoot > tr > td.tableblock { border-width: 1px 1px 0 0; } -table.grid-cols th.tableblock, table.grid-cols td.tableblock { border-width: 0 1px 0 0; } -table.grid-all * > tr > .tableblock:last-child, table.grid-cols * > tr > .tableblock:last-child { border-right-width: 0; } -table.grid-rows th.tableblock, table.grid-rows td.tableblock { border-width: 0 0 1px 0; } -table.grid-all tbody > tr:last-child > th.tableblock, table.grid-all tbody > tr:last-child > td.tableblock, table.grid-all thead:last-child > tr > th.tableblock, table.grid-rows tbody > tr:last-child > th.tableblock, table.grid-rows tbody > tr:last-child > td.tableblock, table.grid-rows thead:last-child > tr > th.tableblock { border-bottom-width: 0; } -table.grid-rows tfoot > tr > th.tableblock, table.grid-rows tfoot > tr > td.tableblock { border-width: 1px 0 0 0; } -table.frame-all { border-width: 1px; } -table.frame-sides { border-width: 0 1px; } -table.frame-topbot { border-width: 1px 0; } -th.halign-left, td.halign-left { text-align: left; } -th.halign-right, td.halign-right { text-align: right; } -th.halign-center, td.halign-center { text-align: center; } -th.valign-top, td.valign-top { vertical-align: top; } -th.valign-bottom, td.valign-bottom { vertical-align: bottom; } -th.valign-middle, td.valign-middle { vertical-align: middle; } -table thead th, table tfoot th { font-weight: bold; } -tbody tr th { display: table-cell; line-height: 1.6; background: whitesmoke; } -tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: #333333; font-weight: bold; } -td > div.verse { white-space: pre; } -ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; } -ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; } -ul.checklist li > p:first-child > .fa-check-square-o:first-child, ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; } -ul.checklist li > p:first-child > input[type="checkbox"]:first-child { position: relative; top: 1px; } -ul.inline { margin: 0 auto 0.625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; } -ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; } -ul.inline > li > * { display: block; } -.unstyled dl dt { font-weight: normal; font-style: normal; } -ol.arabic { list-style-type: decimal; } -ol.decimal { list-style-type: decimal-leading-zero; } -ol.loweralpha { list-style-type: lower-alpha; } -ol.upperalpha { list-style-type: upper-alpha; } -ol.lowerroman { list-style-type: lower-roman; } -ol.upperroman { list-style-type: upper-roman; } -ol.lowergreek { list-style-type: lower-greek; } -.hdlist > table, .colist > table { border: 0; background: none; } -.hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; } -td.hdlist1 { padding-right: .75em; font-weight: bold; } -td.hdlist1, td.hdlist2 { vertical-align: top; } -.literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; } -.colist > table tr > td:first-of-type { padding: 0 .75em; line-height: 1; } -.colist > table tr > td:last-of-type { padding: 0.25em 0; } -.qanda > ol > li > p > em:only-child { color: #1d4b8f; } -.thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; } -.imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; } -.imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; } -.imageblock > .title { margin-bottom: 0; } -.imageblock.thumb, .imageblock.th { border-width: 6px; } -.imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; } -.image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; } -.image.left { margin-right: 0.625em; } -.image.right { margin-left: 0.625em; } -a.image { text-decoration: none; } -span.footnote, span.footnoteref { vertical-align: super; font-size: 0.875em; } -span.footnote a, span.footnoteref a { text-decoration: none; } -span.footnote a:active, span.footnoteref a:active { text-decoration: underline; } -#footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; } -#footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0; } -#footnotes .footnote { padding: 0 0.375em; line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em; } -#footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; } -#footnotes .footnote:last-of-type { margin-bottom: 0; } -#content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; } -.gist .file-data > table { border: none; background: #fff; width: 100%; margin-bottom: 0; } -.gist .file-data > table td.line-data { width: 99%; } -div.unbreakable { page-break-inside: avoid; } -.replaceable { font-style: italic; font-color: inherit; font-family: inherit; } -.parameter { font-style: italic; font-family: monospace; } -.userinput { font-weight: bold; font-family: monospace; } -.envar { font-weight: bold; font-family: monospace; font-size: 90%; } -.sysitem { font-weight: bold; font-size: 90%; } -.package { font-weight: bold; font-size: 90%; } -.filename { font-weight: bold; font-style: italic; font-size: 90%; } -.big { font-size: larger; } -.small { font-size: smaller; } -.underline { text-decoration: underline; } -.overline { text-decoration: overline; } -.line-through { text-decoration: line-through; } -.aqua { color: #00bfbf; } -.aqua-background { background-color: #00fafa; } -.black { color: black; } -.black-background { background-color: black; } -.blue { color: #0000bf; } -.blue-background { background-color: #0000fa; } -.fuchsia { color: #bf00bf; } -.fuchsia-background { background-color: #fa00fa; } -.gray { color: #606060; } -.gray-background { background-color: #7d7d7d; } -.green { color: #006000; } -.green-background { background-color: #007d00; } -.lime { color: #00bf00; } -.lime-background { background-color: #00fa00; } -.maroon { color: #600000; } -.maroon-background { background-color: #7d0000; } -.navy { color: #000060; } -.navy-background { background-color: #00007d; } -.olive { color: #606000; } -.olive-background { background-color: #7d7d00; } -.purple { color: #600060; } -.purple-background { background-color: #7d007d; } -.red { color: #bf0000; } -.red-background { background-color: #fa0000; } -.silver { color: #909090; } -.silver-background { background-color: #bcbcbc; } -.teal { color: #006060; } -.teal-background { background-color: #007d7d; } -.white { color: #bfbfbf; } -.white-background { background-color: #fafafa; } -.yellow { color: #bfbf00; } -.yellow-background { background-color: #fafa00; } -span.icon > .fa { cursor: default; } -.admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; cursor: default; } -.admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #4E9FDD; } -.admonitionblock td.icon .icon-tip:before { content: "\f0eb"; color: #2C8596; } -.admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #ec7a08; } -.admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #ec7a08; } -.admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #c00; } -.conum[data-value] { display: inline-block; color: white !important; background-color: #333333; -webkit-border-radius: 100px; border-radius: 100px; text-align: center; width: 20px; height: 20px; font-size: 12px; line-height: 20px; font-family: "Open Sans", "Sans", sans-serif; font-style: normal; font-weight: bold; text-indent: -1px; } -.conum[data-value] * { color: white !important; } -.conum[data-value] + b { display: none; } -.conum[data-value]:after { content: attr(data-value); } -pre .conum[data-value] { position: relative; top: -2px; } -b.conum * { color: inherit !important; } -.conum:not([data-value]):empty { display: none; } -.print-only { display: none !important; } -@media print { @page { margin: 1.25cm 0.75cm; } - * { -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } - a, a:visited { color: inherit !important; text-decoration: underline !important; } - a[href^="http:"]:after, a[href^="https:"]:after { content: " (" attr(href) ")"; } - a[href^="#"], a[href^="#"]:visited, a[href^="mailto:"], a[href^="mailto:"]:visited { text-decoration: none !important; } - abbr[title]:after { content: " (" attr(title) ")"; } - pre, blockquote { page-break-inside: avoid; } - code { color: #191919; } - thead { display: table-header-group; } - tr, img { page-break-inside: avoid; } - img { max-width: 100% !important; } - p { orphans: 3; widows: 3; } - h2, h3, #toctitle, .sidebarblock > .content > .title, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid; } - #toc, .sidebarblock { background: none !important; } - #toc { border-bottom: 1px solid #d8d8d8 !important; padding-bottom: 0 !important; } - .sect1 { padding-bottom: 0 !important; } - .sect1 + .sect1 { border: none !important; } - body.book #header { text-align: center; } - body.book #header > h1 { border: none !important; margin: 2.5em 0 1em 0; padding: 0; } - body.book #header span { line-height: 1.6; } - body.book #header br { display: block; } - body.book #header br + span { padding-left: 0; } - body.book #header br + span:before { content: none !important; } - body.book #toc { border: none !important; text-align: left !important; padding: 0 !important; } - #footer { background: none !important; } - #footer-text { color: #333333 !important; } - .hide-on-print { display: none !important; } - .print-only { display: block !important; } - .hide-for-print { display: none !important; } - .show-for-print { display: inherit !important; } } diff --git a/_templates/_css.html.erb b/_templates/_css.html.erb deleted file mode 100644 index 0fca7ae..0000000 --- a/_templates/_css.html.erb +++ /dev/null @@ -1,3 +0,0 @@ -<%- Dir.glob("_stylesheets/*").sort.each do |sheet| -%> - -<%- end -%> diff --git a/_templates/_nav.html.erb b/_templates/_nav.html.erb deleted file mode 100644 index 95a7e5c..0000000 --- a/_templates/_nav.html.erb +++ /dev/null @@ -1,31 +0,0 @@ - diff --git a/_templates/page.html.erb b/_templates/page.html.erb deleted file mode 100644 index 079ce82..0000000 --- a/_templates/page.html.erb +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - <%= distro %> <%= version %> | <%= [group_title, subgroup_title, topic_title].compact.join(' | ') %> - - - - - - - - - <%= render("_templates/_css.html.erb", :css_path => css_path) %> - - - - - - " rel="shortcut icon" type="text/css"> - - - - - -
-

- -

- -
- -
- - <%= content %> -
-
-
-
-
-
- - -
- -
-
- - -

© 2017 Red Hat, Inc. and others. Please send any comments or corrections to the documentation team

-
-
-
- -
-
-
- - - - - - - - diff --git a/_topic_map.yml b/_topic_map.yml deleted file mode 100644 index 6c2aed8..0000000 --- a/_topic_map.yml +++ /dev/null @@ -1,153 +0,0 @@ ---- -Name: Fedora Quick Docs -Dir: en-US -Topics: - - Name: Quick Docs in progress (How to help!) - File: index -#INSERT:4:remix-docs:en-US/remix-docs - - Name: Checking integrity with AIDE - File: using-aide - - Name: Anaconda installation program - Dir: anaconda - Topics: - - Name: Anaconda - File: anaconda - - Name: Anaconda-based Distributions - File: anaconda_distros - - Name: Anaconda Updates - File: anaconda_updates - - Name: Anaconda Logging - File: anaconda_logging - - Name: Anaconda Product Image - File: anaconda_product_image - - Name: Getting started with Apache HTTP Server - File: getting-started-with-apache-http-server - - Name: Finding and installing Linux applications - File: finding-and-installing-linux-applications - - Name: Installing Chromium or Google Chrome browsers - File: installing-chromium-or-google-chrome-browsers - - Name: Switching desktop environments - File: switching-desktop-environments - - Name: Difference between Fedora and Red Hat Enterprise Linux - File: fedora-and-red-hat-enterprise-linux - - Name: Using the DNF software package manager - File: dnf - - Name: Upgrading Fedora using the DNF system upgrade - File: dnf-system-upgrade - - Name: Securing the system by keeping it up-to-date - File: securing-the-system-by-keeping-it-up-to-date - - Name: Fedora Release Life Cycle - File: fedora-life-cycle - - Name: Upgrading to a new release of Fedora - File: upgrading - - Name: Controlling network traffic with firewalld - File: firewalld - - Name: Adding new fonts in Fedora - File: adding-new-fonts-fedora - - Name: Creating GPG Keys - File: create-gpg-keys - - Name: Bootloading with GRUB2 - File: bootloading-with-grub2 - - Name: Creating and using a live installation image - File: creating-and-using-a-live-installation-image - - Name: Installing Java - File: installing-java - - Name: Kernel - Dir: kernel - Topics: - - Name: Overview - File: overview - - Name: Troubleshooting - File: troubleshooting - - Name: Building a Custom Kernel - File: build-custom-kernel - - Name: Managing keyboard shortcuts for running an application in GNOME - File: managing-keyboard-shortcuts-for-running-app-in-gnome - - Name: Setting a key shortcut to run an application in GNOME - File: proc_setting-key-shortcut - - Name: Disabling the GNOME automatic screen locking - File: disabling-automatic-screenlock - - Name: Viewing logs in Fedora - File: viewing-logs - - Name: Installing plugins for playing movies and music - File: assembly_installing-plugins-for-playing-movies-and-music - - Name: Installing and running the VLC player - File: installing-and-running-vlc - - Name: Configuring networking with NetworkManager CLI (nmcli) - File: configuring-ip-networking-with-nmcli - - Name: Creating disk partitions - File: creating-a-disk-partition-in-linux - - Name: NVIDIA Optimus Bumblebee - File: bumblebee - - Name: Raspberry Pi - File: raspberry-pi - - Name: Fedora Repositories - File: repositories - - Name: Adding or removing software repositories in Fedora - File: adding-or-removing-software-repositories-in-fedora - - Name: Resetting a root password - File: reset-root-password - - Name: Creating RPM packages - File: creating-rpm-packages - - Name: Creating a GNU Hello World RPM Package - File: create-hello-world-rpm - - Name: Getting started using SELinux - File: getting-started-with-selinux - - Name: Changing SELinux states and modes - File: changing-selinux-states-and-modes - - Name: Troubleshooting SELinux - File: troubleshooting_selinux - - Name: Using shared system certificates - File: using-shared-system-certificates - - Name: Installing software from source code - File: installing-software-from-source - - Name: Installing Spotify on Fedora - File: installing-spotify - - Name: Performing administration tasks using sudo - File: performing-administration-tasks-using-sudo - - Name: Understanding and administering systemd - File: understanding-and-administering-systemd - - Name: Displaying a user prompt on the GNOME login screen - File: displaying_user_prompt_on_gnome_login_screen - - Name: Installing virtual operating systems with GNOME Boxes - File: installing-virtual-systems-with-gnome-boxes.adoc - - Name: Using virtualization emulation in QEMU - File: qemu - - Name: Getting started with virtualization (libvirt) - File: getting-started-with-virtualization - - Name: Using nested virtualization in KVM - File: using-nested-virtualization-in-kvm - - Name: Creating Windows virtual machines using virtIO drivers - File: creating-windows-virtual-machines-using-virtio-drivers - - Name: Running Windows applications with Wine - File: wine - - Name: Configuring X Window System using the xorg.conf file - File: configuring-x-window-system-using-the-xorg-conf-file - - Name: Configuring X.org as the default GNOME session - File: configuring-xorg-as-default-gnome-session -# - Name: (FIX ME!) Identifying Wayland problems -# File: debug-wayland-problems -# - Name: (CHECK) GRUB 2 -# File: grub2 -# - Name: (FIX ME!) How to debug Dracut problems -# File: debug-dracut-problems -# - Name: (FIX ME!) How to debug Systemd problems -# File: debug-systemd-problems -# - Name: (FIX ME!) How to edit iptables rules -# File: edit-iptables-rules -# - Name: (FIX ME!) How to enable touchpad click -# File: enable-touchpad-click -# - Name: (CHECK) Flash -# File: flash -# - Name: (FIX ME!) Mirroring -# File: mirroring -# - Name: (FIX ME!) OpenH264 -# File: openh264 -# - Name: (FIX ME!) PackageKit Items Not Found -# File: packagekit-not-found -# - Name: (FIX ME!) PostgreSQL -# File: postgresql -# - Name: (FIX ME!) Using UEFI with QEMU -# File: uefi-with-qemu -# - Name: (FIX ME!) Upgrading Fedora using package manager -# File: upgrading-fedora-online diff --git a/antora.yml b/antora.yml new file mode 100644 index 0000000..b763b15 --- /dev/null +++ b/antora.yml @@ -0,0 +1,16 @@ +# Name will be mostly visible in the URL. Treat it as an indentifier. +# Tip: If you want to use the local preview scripts that come with this repository, please change this value in the site.yml file as well. (under site/start_page) +name: quick-docs + +# Title will be visible on the page. +title: Quick Docs + +# If you don't plan to have multiple versions of the docs (for example, to document multiple versions of some software), you can ignore this field. Otherwise, change "master" to a specific version. +version: master + +# We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise. +start_page: ROOT:index + +# This lists all the menu definitions of your component. +nav: +- modules/ROOT/nav.adoc diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..c9349e3 --- /dev/null +++ b/build.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +if [ "$(uname)" == "Darwin" ]; then + # Running on macOS. + # Let's assume that the user has the Docker CE installed + # which doesn't require a root password. + docker run --rm -it -v $(pwd):/antora antora/antora --html-url-extension-style=indexify site.yml + +elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then + # Running on Linux. + # Let's assume that it's running the Docker deamon + # which requires root. + echo "" + echo "This build script is using Docker to run the build in an isolated environment. You might be asked for a root password in order to start it." +sudo docker run --rm -it -v $(pwd):/antora:z antora/antora --html-url-extension-style=indexify site.yml +fi diff --git a/en-US/changing-selinux-states-and-modes.adoc b/en-US/changing-selinux-states-and-modes.adoc deleted file mode 100644 index f19b2cb..0000000 --- a/en-US/changing-selinux-states-and-modes.adoc +++ /dev/null @@ -1,19 +0,0 @@ -:experimental: -:parent-context: {context} - -// NOTE (TODO): several links (URLs) in the included modules could be replaced with URLs when the appropriate docs become available on fp.org - -[id='changing-selinux-states-and-modes-{context}'] -= Changing SELinux states and modes -:context: selinux - -:md: en-US/modules - -include::{md}/con_permanent-changes-in-selinux-states-and-modes.adoc[leveloffset=+1] -include::{md}/proc_enabling-selinux.adoc[leveloffset=+1] -include::{md}/proc_changing-to-permissive-mode.adoc[leveloffset=+2] -include::{md}/proc_changing-to-enforcing-mode.adoc[leveloffset=+2] -include::{md}/proc_disabling-selinux.adoc[leveloffset=+1] -include::{md}/ref_changing-selinux-modes-at-boot-time.adoc[leveloffset=+1] - -:context: {parent-context} diff --git a/en-US/configuring-x-window-system-using-the-xorg-conf-file.adoc b/en-US/configuring-x-window-system-using-the-xorg-conf-file.adoc deleted file mode 100644 index 8915f39..0000000 --- a/en-US/configuring-x-window-system-using-the-xorg-conf-file.adoc +++ /dev/null @@ -1,6 +0,0 @@ -[id='configuring-x-window-system-using-the-xorg-conf-file'] -= Configuring X Window System using the xorg.conf file - -include::en-US/modules/con_xorg-conf.adoc[leveloffset=+1] - -include::en-US/modules/proc_creating_xorg_conf.adoc[leveloffset=+1] diff --git a/en-US/creating-and-using-a-live-installation-image.adoc b/en-US/creating-and-using-a-live-installation-image.adoc deleted file mode 100644 index 1866044..0000000 --- a/en-US/creating-and-using-a-live-installation-image.adoc +++ /dev/null @@ -1,11 +0,0 @@ -= Creating and using a live installation image - -include::en-US/modules/proc_downloading-fedora.adoc[leveloffset=+1] - -include::en-US/modules/proc_creating-and-using-live-usb.adoc[leveloffset=+1] - -include::en-US/modules/proc_booting-from-usb-sticks.adoc[leveloffset=+1] - -include::en-US/modules/proc_troubleshooting-live-usb.adoc[leveloffset=+1] - -include::en-US/modules/proc_creating-and-using-live-cd.adoc[leveloffset=+1] diff --git a/en-US/creating-rpm-packages.adoc b/en-US/creating-rpm-packages.adoc deleted file mode 100644 index a231572..0000000 --- a/en-US/creating-rpm-packages.adoc +++ /dev/null @@ -1,12 +0,0 @@ -[id='creating-rpm-packages'] -= Creating RPM packages - -Learn the basics of RPM packaging. - -include::en-US/modules/con_rpm_packaging_overview.adoc[leveloffset=+1] - -include::en-US/modules/proc_rpm_preparing_your_system.adoc[leveloffset=+1] - -include::en-US/modules/proc_rpm_creating_an_rpm.adoc[leveloffset=+1] - -include::en-US/modules/con_rpm_spec_file_overview.adoc[leveloffset=+1] diff --git a/en-US/disabling-automatic-screenlock.adoc b/en-US/disabling-automatic-screenlock.adoc deleted file mode 100644 index 1b3afef..0000000 --- a/en-US/disabling-automatic-screenlock.adoc +++ /dev/null @@ -1 +0,0 @@ -include::en-US/modules/proc_disabling-gnome-screenlock.adoc[leveloffset=+1] diff --git a/en-US/displaying_user_prompt_on_gnome_login_screen.adoc b/en-US/displaying_user_prompt_on_gnome_login_screen.adoc deleted file mode 100644 index 4040b92..0000000 --- a/en-US/displaying_user_prompt_on_gnome_login_screen.adoc +++ /dev/null @@ -1,3 +0,0 @@ -:md: en-US/modules - -include::{md}/proc_displaying_user_prompt_on_gnome_login_screen.adoc[leveloffset=+1] diff --git a/en-US/firewalld.adoc b/en-US/firewalld.adoc deleted file mode 100644 index 898dd75..0000000 --- a/en-US/firewalld.adoc +++ /dev/null @@ -1,29 +0,0 @@ -:experimental: -:imagesdir: ./images - -[[using-firewalld]] -= Using firewalld - -:leveloffset: +1 - -include::en-US/modules/con_firewalld.adoc[] - -include::en-US/modules/proc_checking_firewalld.adoc[] - -include::en-US/modules/proc_installing_firewalld.adoc[] - -include::en-US/modules/proc_starting_firewalld.adoc[] - -include::en-US/modules/proc_stopping_firewalld.adoc[] - -include::en-US/modules/con_runtime_and_permanent_firewalld.adoc[] - -include::en-US/modules/proc_changing_runtime_firewalld.adoc[] - -include::en-US/modules/con_controlling_ports_firewalld.adoc[] - -include::en-US/modules/proc_opening_ports_firewalld.adoc[] - -include::en-US/modules/proc_closing_ports_firewalld.adoc[] - -:leveloffset: 0 diff --git a/en-US/getting-started-with-selinux.adoc b/en-US/getting-started-with-selinux.adoc deleted file mode 100644 index d32150f..0000000 --- a/en-US/getting-started-with-selinux.adoc +++ /dev/null @@ -1,18 +0,0 @@ -:parent-context: {context} - -[id='getting-started-with-selinux-{context}'] -= Getting started with SELinux -:context: getting-started-with-selinux - -:md: en-US/modules -:imagesdir: ./images - -:leveloffset: +1 -include::{md}/con_introduction-to-selinux.adoc[] -include::{md}/con_benefits-of-selinux.adoc[] -include::{md}/con_selinux-examples.adoc[] -include::{md}/con_selinux-architecture.adoc[] -include::{md}/con_selinux-states-and-modes.adoc[] -:leveloffset: -1 - -:context: {parent-context} diff --git a/en-US/getting-started-with-virtualization.adoc b/en-US/getting-started-with-virtualization.adoc deleted file mode 100644 index 1f52a35..0000000 --- a/en-US/getting-started-with-virtualization.adoc +++ /dev/null @@ -1,14 +0,0 @@ -[id='getting-started-with-virtualization'] -= Getting started with virtualization - -Fedora uses the libvirt family of tools as its virtualization solution. - -include::en-US/modules/proc_enabling-hardware-virtualization-support.adoc[leveloffset=+1] - -include::en-US/modules/proc_installing-virtualization-software.adoc[leveloffset=+1] - -include::en-US/modules/proc_creating-virtual-machines.adoc[leveloffset=+1] - -include::en-US/modules/ref_managing-virtual-machines.adoc[leveloffset=+1] - -include::en-US/modules/ref_other-virtualization-options.adoc[leveloffset=+1] diff --git a/en-US/installing-and-running-vlc.adoc b/en-US/installing-and-running-vlc.adoc deleted file mode 100644 index 6de7805..0000000 --- a/en-US/installing-and-running-vlc.adoc +++ /dev/null @@ -1,17 +0,0 @@ -:experimental: -:imagesdir: ./images -:md: en-US/modules - -[[installing-and-running-vlc]] -= Installing and Running VLC - -include::3rdparty-message.adoc[] - -:leveloffset: +1 - -include::{md}/proc_installing_vlc.adoc[] -include::{md}/proc_running_vlc.adoc[] -include::{md}/concept_third-party-repositories.adoc[] -include::{md}/con_the-purpose-of-rpm-fusion.adoc[] - -:leveloffset: 0 diff --git a/en-US/installing-chromium-or-google-chrome-browsers.adoc b/en-US/installing-chromium-or-google-chrome-browsers.adoc deleted file mode 100644 index 8b18455..0000000 --- a/en-US/installing-chromium-or-google-chrome-browsers.adoc +++ /dev/null @@ -1,11 +0,0 @@ -[i='installing-chromium-or-google-chrome-browsers'] -= Installing Chromium or Google Chrome browsers - -include::en-US/3rdparty-message.adoc[] - -include::en-US/modules/concept_chromium-web-browser.adoc[leveloffset=+1] - -include::en-US/modules/proc_installing-chromium-web-browser.adoc[leveloffset=+1] - -include::en-US/modules/proc_enabling-chromium-plugins.adoc[leveloffset=+1] - diff --git a/en-US/installing-spotify.adoc b/en-US/installing-spotify.adoc deleted file mode 100644 index ffffb4f..0000000 --- a/en-US/installing-spotify.adoc +++ /dev/null @@ -1,7 +0,0 @@ -= Installing Spotify - -include::en-US/3rdparty-message.adoc[] - -Installing the Spotify music service client on Fedora. - -include::en-US/modules/proc_installing-spotify-on-fedora.adoc[leveloffset=+1] diff --git a/en-US/viewing-logs.adoc b/en-US/viewing-logs.adoc deleted file mode 100644 index 54fdd54..0000000 --- a/en-US/viewing-logs.adoc +++ /dev/null @@ -1,8 +0,0 @@ - -:md: en-US/modules - -include::{md}/con_viewing-logs.adoc[leveloffset=+1] - -include::{md}/proc_log-files-command-line.adoc[leveloffset=+1] - -include::{md}/proc_log-files-GUI.adoc[leveloffset=+1] diff --git a/index-main.html b/index-main.html deleted file mode 100644 index 098f0e5..0000000 --- a/index-main.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - Fedora Quick Docs Website - - - - - - - - - - - -
-
- -
-
-
-

Fedora Quick Docs Site

-

Test Build.

-
-
-
Fedora Quick Docs
- -
-
-
-
-
-
- - -
-
-
- -
-
-
-
- - -

© 2017 Red Hat, Inc. and others. Please send any comments or corrections to the websites team

-
-
-
- -
-
-
- - - - - - diff --git a/en-US/images/Bios_USB_boot.jpg b/modules/ROOT/assets/images/Bios_USB_boot.jpg similarity index 100% rename from en-US/images/Bios_USB_boot.jpg rename to modules/ROOT/assets/images/Bios_USB_boot.jpg diff --git a/en-US/images/Boxes_new_machine.png b/modules/ROOT/assets/images/Boxes_new_machine.png similarity index 100% rename from en-US/images/Boxes_new_machine.png rename to modules/ROOT/assets/images/Boxes_new_machine.png diff --git a/en-US/images/Customize_resources.png b/modules/ROOT/assets/images/Customize_resources.png similarity index 100% rename from en-US/images/Customize_resources.png rename to modules/ROOT/assets/images/Customize_resources.png diff --git a/en-US/anaconda/images/DSC_3217.JPG b/modules/ROOT/assets/images/DSC_3217.JPG similarity index 100% rename from en-US/anaconda/images/DSC_3217.JPG rename to modules/ROOT/assets/images/DSC_3217.JPG diff --git a/en-US/images/Download_os.png b/modules/ROOT/assets/images/Download_os.png similarity index 100% rename from en-US/images/Download_os.png rename to modules/ROOT/assets/images/Download_os.png diff --git a/en-US/images/Fedora_Live_USB_creator.png b/modules/ROOT/assets/images/Fedora_Live_USB_creator.png similarity index 100% rename from en-US/images/Fedora_Live_USB_creator.png rename to modules/ROOT/assets/images/Fedora_Live_USB_creator.png diff --git a/en-US/images/FireWwall_GUI_startup.PNG b/modules/ROOT/assets/images/FireWwall_GUI_startup.PNG similarity index 100% rename from en-US/images/FireWwall_GUI_startup.PNG rename to modules/ROOT/assets/images/FireWwall_GUI_startup.PNG diff --git a/en-US/images/Firewall-tui.PNG b/modules/ROOT/assets/images/Firewall-tui.PNG similarity index 100% rename from en-US/images/Firewall-tui.PNG rename to modules/ROOT/assets/images/Firewall-tui.PNG diff --git a/en-US/images/Firewall_GUI_First_Time_Startup.PNG b/modules/ROOT/assets/images/Firewall_GUI_First_Time_Startup.PNG similarity index 100% rename from en-US/images/Firewall_GUI_First_Time_Startup.PNG rename to modules/ROOT/assets/images/Firewall_GUI_First_Time_Startup.PNG diff --git a/en-US/images/Firewall_GUI_other_ports.PNG b/modules/ROOT/assets/images/Firewall_GUI_other_ports.PNG similarity index 100% rename from en-US/images/Firewall_GUI_other_ports.PNG rename to modules/ROOT/assets/images/Firewall_GUI_other_ports.PNG diff --git a/en-US/images/Firewall_TUI_Custom_Rules.PNG b/modules/ROOT/assets/images/Firewall_TUI_Custom_Rules.PNG similarity index 100% rename from en-US/images/Firewall_TUI_Custom_Rules.PNG rename to modules/ROOT/assets/images/Firewall_TUI_Custom_Rules.PNG diff --git a/en-US/images/Firewall_TUI_Custom_Rules_Adding.PNG b/modules/ROOT/assets/images/Firewall_TUI_Custom_Rules_Adding.PNG similarity index 100% rename from en-US/images/Firewall_TUI_Custom_Rules_Adding.PNG rename to modules/ROOT/assets/images/Firewall_TUI_Custom_Rules_Adding.PNG diff --git a/en-US/images/Firewall_TUI_ICMP_Filter.PNG b/modules/ROOT/assets/images/Firewall_TUI_ICMP_Filter.PNG similarity index 100% rename from en-US/images/Firewall_TUI_ICMP_Filter.PNG rename to modules/ROOT/assets/images/Firewall_TUI_ICMP_Filter.PNG diff --git a/en-US/images/Firewall_TUI_Port_Forwarding.PNG b/modules/ROOT/assets/images/Firewall_TUI_Port_Forwarding.PNG similarity index 100% rename from en-US/images/Firewall_TUI_Port_Forwarding.PNG rename to modules/ROOT/assets/images/Firewall_TUI_Port_Forwarding.PNG diff --git a/en-US/images/Firewall_TUI_Port_Forwarding_Adding.PNG b/modules/ROOT/assets/images/Firewall_TUI_Port_Forwarding_Adding.PNG similarity index 100% rename from en-US/images/Firewall_TUI_Port_Forwarding_Adding.PNG rename to modules/ROOT/assets/images/Firewall_TUI_Port_Forwarding_Adding.PNG diff --git a/en-US/images/Firewall_TUI_Trusted_services.PNG b/modules/ROOT/assets/images/Firewall_TUI_Trusted_services.PNG similarity index 100% rename from en-US/images/Firewall_TUI_Trusted_services.PNG rename to modules/ROOT/assets/images/Firewall_TUI_Trusted_services.PNG diff --git a/en-US/images/Firewall_TUI_Warning.PNG b/modules/ROOT/assets/images/Firewall_TUI_Warning.PNG similarity index 100% rename from en-US/images/Firewall_TUI_Warning.PNG rename to modules/ROOT/assets/images/Firewall_TUI_Warning.PNG diff --git a/en-US/images/Firewall_TUI_masquerading.PNG b/modules/ROOT/assets/images/Firewall_TUI_masquerading.PNG similarity index 100% rename from en-US/images/Firewall_TUI_masquerading.PNG rename to modules/ROOT/assets/images/Firewall_TUI_masquerading.PNG diff --git a/en-US/images/Firewall_TUI_other_ports.PNG b/modules/ROOT/assets/images/Firewall_TUI_other_ports.PNG similarity index 100% rename from en-US/images/Firewall_TUI_other_ports.PNG rename to modules/ROOT/assets/images/Firewall_TUI_other_ports.PNG diff --git a/en-US/images/Firewall_TUI_trusted_interfaces.PNG b/modules/ROOT/assets/images/Firewall_TUI_trusted_interfaces.PNG similarity index 100% rename from en-US/images/Firewall_TUI_trusted_interfaces.PNG rename to modules/ROOT/assets/images/Firewall_TUI_trusted_interfaces.PNG diff --git a/en-US/images/Firewall_Wizard.PNG b/modules/ROOT/assets/images/Firewall_Wizard.PNG similarity index 100% rename from en-US/images/Firewall_Wizard.PNG rename to modules/ROOT/assets/images/Firewall_Wizard.PNG diff --git a/en-US/images/Firewall_Wizard_2.PNG b/modules/ROOT/assets/images/Firewall_Wizard_2.PNG similarity index 100% rename from en-US/images/Firewall_Wizard_2.PNG rename to modules/ROOT/assets/images/Firewall_Wizard_2.PNG diff --git a/en-US/images/Firewall_Wizard_3.PNG b/modules/ROOT/assets/images/Firewall_Wizard_3.PNG similarity index 100% rename from en-US/images/Firewall_Wizard_3.PNG rename to modules/ROOT/assets/images/Firewall_Wizard_3.PNG diff --git a/en-US/images/Firewall_Wizard_4.PNG b/modules/ROOT/assets/images/Firewall_Wizard_4.PNG similarity index 100% rename from en-US/images/Firewall_Wizard_4.PNG rename to modules/ROOT/assets/images/Firewall_Wizard_4.PNG diff --git a/en-US/images/Firewall_Wizard_5.PNG b/modules/ROOT/assets/images/Firewall_Wizard_5.PNG similarity index 100% rename from en-US/images/Firewall_Wizard_5.PNG rename to modules/ROOT/assets/images/Firewall_Wizard_5.PNG diff --git a/en-US/images/First_menu_firewall_tui.PNG b/modules/ROOT/assets/images/First_menu_firewall_tui.PNG similarity index 100% rename from en-US/images/First_menu_firewall_tui.PNG rename to modules/ROOT/assets/images/First_menu_firewall_tui.PNG diff --git a/en-US/images/Installation_review.png b/modules/ROOT/assets/images/Installation_review.png similarity index 100% rename from en-US/images/Installation_review.png rename to modules/ROOT/assets/images/Installation_review.png diff --git a/en-US/images/No_configuration.PNG b/modules/ROOT/assets/images/No_configuration.PNG similarity index 100% rename from en-US/images/No_configuration.PNG rename to modules/ROOT/assets/images/No_configuration.PNG diff --git a/en-US/images/Properties_USB_size.png b/modules/ROOT/assets/images/Properties_USB_size.png similarity index 100% rename from en-US/images/Properties_USB_size.png rename to modules/ROOT/assets/images/Properties_USB_size.png diff --git a/en-US/images/Select_from_boxes_menu.png b/modules/ROOT/assets/images/Select_from_boxes_menu.png similarity index 100% rename from en-US/images/Select_from_boxes_menu.png rename to modules/ROOT/assets/images/Select_from_boxes_menu.png diff --git a/en-US/images/Select_from_file.png b/modules/ROOT/assets/images/Select_from_file.png similarity index 100% rename from en-US/images/Select_from_file.png rename to modules/ROOT/assets/images/Select_from_file.png diff --git a/en-US/images/Select_virtual_machine.png b/modules/ROOT/assets/images/Select_virtual_machine.png similarity index 100% rename from en-US/images/Select_virtual_machine.png rename to modules/ROOT/assets/images/Select_virtual_machine.png diff --git a/en-US/images/Setup_machine.png b/modules/ROOT/assets/images/Setup_machine.png similarity index 100% rename from en-US/images/Setup_machine.png rename to modules/ROOT/assets/images/Setup_machine.png diff --git a/en-US/images/Unetbootin_gtk3.png b/modules/ROOT/assets/images/Unetbootin_gtk3.png similarity index 100% rename from en-US/images/Unetbootin_gtk3.png rename to modules/ROOT/assets/images/Unetbootin_gtk3.png diff --git a/en-US/images/Upgradef24f25-gs.png b/modules/ROOT/assets/images/Upgradef24f25-gs.png similarity index 100% rename from en-US/images/Upgradef24f25-gs.png rename to modules/ROOT/assets/images/Upgradef24f25-gs.png diff --git a/en-US/images/custom_shortcut.png b/modules/ROOT/assets/images/custom_shortcut.png similarity index 100% rename from en-US/images/custom_shortcut.png rename to modules/ROOT/assets/images/custom_shortcut.png diff --git a/en-US/images/gdm-pick-wayland.png b/modules/ROOT/assets/images/gdm-pick-wayland.png similarity index 100% rename from en-US/images/gdm-pick-wayland.png rename to modules/ROOT/assets/images/gdm-pick-wayland.png diff --git a/en-US/images/mediawriter-icon.png b/modules/ROOT/assets/images/mediawriter-icon.png similarity index 100% rename from en-US/images/mediawriter-icon.png rename to modules/ROOT/assets/images/mediawriter-icon.png diff --git a/en-US/images/packages_icon_search.png b/modules/ROOT/assets/images/packages_icon_search.png similarity index 100% rename from en-US/images/packages_icon_search.png rename to modules/ROOT/assets/images/packages_icon_search.png diff --git a/en-US/images/packages_icon_software.png b/modules/ROOT/assets/images/packages_icon_software.png similarity index 100% rename from en-US/images/packages_icon_software.png rename to modules/ROOT/assets/images/packages_icon_software.png diff --git a/en-US/images/qemu_gtk3.png b/modules/ROOT/assets/images/qemu_gtk3.png similarity index 100% rename from en-US/images/qemu_gtk3.png rename to modules/ROOT/assets/images/qemu_gtk3.png diff --git a/en-US/images/shortcuts-add-empty.png b/modules/ROOT/assets/images/shortcuts-add-empty.png similarity index 100% rename from en-US/images/shortcuts-add-empty.png rename to modules/ROOT/assets/images/shortcuts-add-empty.png diff --git a/en-US/images/shortcuts-add-enter.png b/modules/ROOT/assets/images/shortcuts-add-enter.png similarity index 100% rename from en-US/images/shortcuts-add-enter.png rename to modules/ROOT/assets/images/shortcuts-add-enter.png diff --git a/en-US/images/shortcuts-add-filled.png b/modules/ROOT/assets/images/shortcuts-add-filled.png similarity index 100% rename from en-US/images/shortcuts-add-filled.png rename to modules/ROOT/assets/images/shortcuts-add-filled.png diff --git a/en-US/images/shortcuts-add-shortcut.png b/modules/ROOT/assets/images/shortcuts-add-shortcut.png similarity index 100% rename from en-US/images/shortcuts-add-shortcut.png rename to modules/ROOT/assets/images/shortcuts-add-shortcut.png diff --git a/en-US/images/shortcuts-added.png b/modules/ROOT/assets/images/shortcuts-added.png similarity index 100% rename from en-US/images/shortcuts-added.png rename to modules/ROOT/assets/images/shortcuts-added.png diff --git a/en-US/images/shortcuts-disabled.png b/modules/ROOT/assets/images/shortcuts-disabled.png similarity index 100% rename from en-US/images/shortcuts-disabled.png rename to modules/ROOT/assets/images/shortcuts-disabled.png diff --git a/en-US/images/shortcuts-edit.png b/modules/ROOT/assets/images/shortcuts-edit.png similarity index 100% rename from en-US/images/shortcuts-edit.png rename to modules/ROOT/assets/images/shortcuts-edit.png diff --git a/en-US/images/shortcuts-enabling-entered.png b/modules/ROOT/assets/images/shortcuts-enabling-entered.png similarity index 100% rename from en-US/images/shortcuts-enabling-entered.png rename to modules/ROOT/assets/images/shortcuts-enabling-entered.png diff --git a/en-US/images/shortcuts-enabling-entering.png b/modules/ROOT/assets/images/shortcuts-enabling-entering.png similarity index 100% rename from en-US/images/shortcuts-enabling-entering.png rename to modules/ROOT/assets/images/shortcuts-enabling-entering.png diff --git a/en-US/images/shortcuts-keyboard-scroll.png b/modules/ROOT/assets/images/shortcuts-keyboard-scroll.png similarity index 100% rename from en-US/images/shortcuts-keyboard-scroll.png rename to modules/ROOT/assets/images/shortcuts-keyboard-scroll.png diff --git a/en-US/images/shortcuts-list-disabled.png b/modules/ROOT/assets/images/shortcuts-list-disabled.png similarity index 100% rename from en-US/images/shortcuts-list-disabled.png rename to modules/ROOT/assets/images/shortcuts-list-disabled.png diff --git a/en-US/images/shortcuts-settings-devices.png b/modules/ROOT/assets/images/shortcuts-settings-devices.png similarity index 100% rename from en-US/images/shortcuts-settings-devices.png rename to modules/ROOT/assets/images/shortcuts-settings-devices.png diff --git a/en-US/images/software-updates.png b/modules/ROOT/assets/images/software-updates.png similarity index 100% rename from en-US/images/software-updates.png rename to modules/ROOT/assets/images/software-updates.png diff --git a/en-US/images/switching-desktop-environments-login.png b/modules/ROOT/assets/images/switching-desktop-environments-login.png similarity index 100% rename from en-US/images/switching-desktop-environments-login.png rename to modules/ROOT/assets/images/switching-desktop-environments-login.png diff --git a/en-US/images/switching-desktop-environments-switchdesk.png b/modules/ROOT/assets/images/switching-desktop-environments-switchdesk.png similarity index 100% rename from en-US/images/switching-desktop-environments-switchdesk.png rename to modules/ROOT/assets/images/switching-desktop-environments-switchdesk.png diff --git a/en-US/images/system-config-kickstart.png b/modules/ROOT/assets/images/system-config-kickstart.png similarity index 100% rename from en-US/images/system-config-kickstart.png rename to modules/ROOT/assets/images/system-config-kickstart.png diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc new file mode 100644 index 0000000..5578cb3 --- /dev/null +++ b/modules/ROOT/nav.adoc @@ -0,0 +1,57 @@ +* xref:using-aide.adoc[Checking integrity with AIDE] +* xref:anaconda/anaconda.adoc[Anaconda] +** xref:anaconda/anaconda_distros.adoc[Anaconda-based Distributions] +** xref:anaconda/anaconda_updates.adoc[Anaconda Updates] +** xref:anaconda/anaconda_logging.adoc[Anaconda Logging] +** xref:anaconda/anaconda_product_image.adoc[Anaconda Product Image] +* xref:getting-started-with-apache-http-server.adoc[Getting started with Apache HTTP Server] +* xref:finding-and-installing-linux-applications.adoc[Finding and installing Linux applications] +* xref:installing-chromium-or-google-chrome-browsers.adoc[Installing Chromium or Google Chrome browsers] +* xref:switching-desktop-environments.adoc[Switching desktop environments] +* xref:fedora-and-red-hat-enterprise-linux.adoc[Difference between Fedora and Red Hat Enterprise Linux] +* xref:dnf.adoc[Using the DNF software package manager] +* xref:dnf-system-upgrade.adoc[Upgrading Fedora using the DNF system upgrade] +* xref:securing-the-system-by-keeping-it-up-to-date.adoc[Securing the system by keeping it up-to-date] +* xref:fedora-life-cycle.adoc[Fedora Release Life Cycle] +* xref:upgrading.adoc[Upgrading to a new release of Fedora] +* xref:firewalld.adoc[Controlling network traffic with firewalld] +* xref:adding-new-fonts-fedora.adoc[Adding new fonts in Fedora] +* xref:create-gpg-keys.adoc[Creating GPG Keys] +* xref:bootloading-with-grub2.adoc[Bootloading with GRUB2] +* xref:creating-and-using-a-live-installation-image.adoc[Creating and using a live installation image] +* xref:installing-java.adoc[Installing Java] +* xref:kernel/overview.adoc[Kernel] +** xref:kernel/troubleshooting.adoc[Troubleshooting] +** xref:kernel/build-custom-kernel.adoc[Building a Custom Kernel] +* xref:managing-keyboard-shortcuts-for-running-app-in-gnome.adoc[Managing keyboard shortcuts for running an application in GNOME] +* xref:proc_setting-key-shortcut.adoc[Setting a key shortcut to run an application in GNOME] +* xref:disabling-automatic-screenlock.adoc[Disabling the GNOME automatic screen locking] +* xref:viewing-logs.adoc[Viewing logs in Fedora] +* xref:assembly_installing-plugins-for-playing-movies-and-music.adoc[Installing plugins for playing movies and music] +* xref:installing-and-running-vlc.adoc[Installing and running the VLC player] +* xref:configuring-ip-networking-with-nmcli.adoc[Configuring networking with NetworkManager CLI (nmcli)] +* xref:creating-a-disk-partition-in-linux.adoc[Creating disk partitions] +* xref:bumblebee.adoc[NVIDIA Optimus Bumblebee] +* xref:raspberry-pi.adoc[Raspberry Pi] +* xref:repositories.adoc[Fedora Repositories] +* xref:adding-or-removing-software-repositories-in-fedora.adoc[Adding or removing software repositories in Fedora] +* xref:reset-root-password.adoc[Resetting a root password] +* xref:creating-rpm-packages.adoc[Creating RPM packages] +* xref:create-hello-world-rpm.adoc[Creating a GNU Hello World RPM Package] +* xref:getting-started-with-selinux.adoc[Getting started using SELinux] +* xref:changing-selinux-states-and-modes.adoc[Changing SELinux states and modes] +* xref:troubleshooting_selinux.adoc[Troubleshooting SELinux] +* xref:using-shared-system-certificates.adoc[Using shared system certificates] +* xref:installing-software-from-source.adoc[Installing software from source code] +* xref:installing-spotify.adoc[Installing Spotify on Fedora] +* xref:performing-administration-tasks-using-sudo.adoc[Performing administration tasks using sudo] +* xref:understanding-and-administering-systemd.adoc[Understanding and administering systemd] +* xref:displaying_user_prompt_on_gnome_login_screen.adoc[Displaying a user prompt on the GNOME login screen] +* xref:installing-virtual-systems-with-gnome-boxes.adoc[Installing virtual operating systems with GNOME Boxes] +* xref:qemu.adoc[Using virtualization emulation in QEMU] +* xref:getting-started-with-virtualization.adoc[Getting started with virtualization (libvirt)] +* xref:using-nested-virtualization-in-kvm.adoc[Using nested virtualization in KVM] +* xref:creating-windows-virtual-machines-using-virtio-drivers.adoc[Creating Windows virtual machines using virtIO drivers] +* xref:wine.adoc[Running Windows applications with Wine] +* xref:configuring-x-window-system-using-the-xorg-conf-file.adoc[Configuring X Window System using the xorg.conf file] +* xref:configuring-xorg-as-default-gnome-session.adoc[Configuring X.org as the default GNOME session] diff --git a/en-US/3rdparty-message.adoc b/modules/ROOT/pages/_partials/3rdparty-message.adoc similarity index 91% rename from en-US/3rdparty-message.adoc rename to modules/ROOT/pages/_partials/3rdparty-message.adoc index 1e82512..6f3f502 100644 --- a/en-US/3rdparty-message.adoc +++ b/modules/ROOT/pages/_partials/3rdparty-message.adoc @@ -3,7 +3,7 @@ This message needs to be included on any document referencing third party software repositories. Add the following line verbatim to the top of any such document: -include::en-US/3rdparty-message.adoc[] +include::{partialsdir}/3rdparty-message.adoc[] Please do not change this message without consultation. Thanks! diff --git a/en-US/modules/TODO_virtio-win.adoc b/modules/ROOT/pages/_partials/TODO_virtio-win.adoc similarity index 100% rename from en-US/modules/TODO_virtio-win.adoc rename to modules/ROOT/pages/_partials/TODO_virtio-win.adoc diff --git a/en-US/attributes.adoc b/modules/ROOT/pages/_partials/attributes.adoc similarity index 100% rename from en-US/attributes.adoc rename to modules/ROOT/pages/_partials/attributes.adoc diff --git a/en-US/modules/con_Getting-started-with-nmcli.adoc b/modules/ROOT/pages/_partials/con_Getting-started-with-nmcli.adoc similarity index 100% rename from en-US/modules/con_Getting-started-with-nmcli.adoc rename to modules/ROOT/pages/_partials/con_Getting-started-with-nmcli.adoc diff --git a/en-US/modules/con_Understanding-the-nmcli-options.adoc b/modules/ROOT/pages/_partials/con_Understanding-the-nmcli-options.adoc similarity index 100% rename from en-US/modules/con_Understanding-the-nmcli-options.adoc rename to modules/ROOT/pages/_partials/con_Understanding-the-nmcli-options.adoc diff --git a/en-US/modules/con_about-java.adoc b/modules/ROOT/pages/_partials/con_about-java.adoc similarity index 100% rename from en-US/modules/con_about-java.adoc rename to modules/ROOT/pages/_partials/con_about-java.adoc diff --git a/en-US/modules/con_benefits-of-selinux.adoc b/modules/ROOT/pages/_partials/con_benefits-of-selinux.adoc similarity index 100% rename from en-US/modules/con_benefits-of-selinux.adoc rename to modules/ROOT/pages/_partials/con_benefits-of-selinux.adoc diff --git a/en-US/modules/con_controlling_ports_firewalld.adoc b/modules/ROOT/pages/_partials/con_controlling_ports_firewalld.adoc similarity index 100% rename from en-US/modules/con_controlling_ports_firewalld.adoc rename to modules/ROOT/pages/_partials/con_controlling_ports_firewalld.adoc diff --git a/en-US/modules/con_disk-partition-linux.adoc b/modules/ROOT/pages/_partials/con_disk-partition-linux.adoc similarity index 100% rename from en-US/modules/con_disk-partition-linux.adoc rename to modules/ROOT/pages/_partials/con_disk-partition-linux.adoc diff --git a/en-US/modules/con_firewalld.adoc b/modules/ROOT/pages/_partials/con_firewalld.adoc similarity index 100% rename from en-US/modules/con_firewalld.adoc rename to modules/ROOT/pages/_partials/con_firewalld.adoc diff --git a/en-US/modules/con_introduction-to-selinux.adoc b/modules/ROOT/pages/_partials/con_introduction-to-selinux.adoc similarity index 100% rename from en-US/modules/con_introduction-to-selinux.adoc rename to modules/ROOT/pages/_partials/con_introduction-to-selinux.adoc diff --git a/en-US/modules/con_logging-sudo-commands.adoc b/modules/ROOT/pages/_partials/con_logging-sudo-commands.adoc similarity index 100% rename from en-US/modules/con_logging-sudo-commands.adoc rename to modules/ROOT/pages/_partials/con_logging-sudo-commands.adoc diff --git a/en-US/modules/con_package-management-in-fedora.adoc b/modules/ROOT/pages/_partials/con_package-management-in-fedora.adoc similarity index 100% rename from en-US/modules/con_package-management-in-fedora.adoc rename to modules/ROOT/pages/_partials/con_package-management-in-fedora.adoc diff --git a/en-US/modules/con_permanent-changes-in-selinux-states-and-modes.adoc b/modules/ROOT/pages/_partials/con_permanent-changes-in-selinux-states-and-modes.adoc similarity index 100% rename from en-US/modules/con_permanent-changes-in-selinux-states-and-modes.adoc rename to modules/ROOT/pages/_partials/con_permanent-changes-in-selinux-states-and-modes.adoc diff --git a/en-US/modules/con_relation-between-fedora-and-red-hat-enterprise-linux.adoc b/modules/ROOT/pages/_partials/con_relation-between-fedora-and-red-hat-enterprise-linux.adoc similarity index 100% rename from en-US/modules/con_relation-between-fedora-and-red-hat-enterprise-linux.adoc rename to modules/ROOT/pages/_partials/con_relation-between-fedora-and-red-hat-enterprise-linux.adoc diff --git a/en-US/modules/con_rpm_packaging_overview.adoc b/modules/ROOT/pages/_partials/con_rpm_packaging_overview.adoc similarity index 100% rename from en-US/modules/con_rpm_packaging_overview.adoc rename to modules/ROOT/pages/_partials/con_rpm_packaging_overview.adoc diff --git a/en-US/modules/con_rpm_spec_file_overview.adoc b/modules/ROOT/pages/_partials/con_rpm_spec_file_overview.adoc similarity index 100% rename from en-US/modules/con_rpm_spec_file_overview.adoc rename to modules/ROOT/pages/_partials/con_rpm_spec_file_overview.adoc diff --git a/en-US/modules/con_runtime_and_permanent_firewalld.adoc b/modules/ROOT/pages/_partials/con_runtime_and_permanent_firewalld.adoc similarity index 100% rename from en-US/modules/con_runtime_and_permanent_firewalld.adoc rename to modules/ROOT/pages/_partials/con_runtime_and_permanent_firewalld.adoc diff --git a/en-US/modules/con_selinux-architecture.adoc b/modules/ROOT/pages/_partials/con_selinux-architecture.adoc similarity index 100% rename from en-US/modules/con_selinux-architecture.adoc rename to modules/ROOT/pages/_partials/con_selinux-architecture.adoc diff --git a/en-US/modules/con_selinux-examples.adoc b/modules/ROOT/pages/_partials/con_selinux-examples.adoc similarity index 100% rename from en-US/modules/con_selinux-examples.adoc rename to modules/ROOT/pages/_partials/con_selinux-examples.adoc diff --git a/en-US/modules/con_selinux-states-and-modes.adoc b/modules/ROOT/pages/_partials/con_selinux-states-and-modes.adoc similarity index 100% rename from en-US/modules/con_selinux-states-and-modes.adoc rename to modules/ROOT/pages/_partials/con_selinux-states-and-modes.adoc diff --git a/en-US/modules/con_sudo-timeout.adoc b/modules/ROOT/pages/_partials/con_sudo-timeout.adoc similarity index 100% rename from en-US/modules/con_sudo-timeout.adoc rename to modules/ROOT/pages/_partials/con_sudo-timeout.adoc diff --git a/en-US/modules/con_the-purpose-of-rpm-fusion.adoc b/modules/ROOT/pages/_partials/con_the-purpose-of-rpm-fusion.adoc similarity index 100% rename from en-US/modules/con_the-purpose-of-rpm-fusion.adoc rename to modules/ROOT/pages/_partials/con_the-purpose-of-rpm-fusion.adoc diff --git a/en-US/modules/con_understanding-systemd.adoc b/modules/ROOT/pages/_partials/con_understanding-systemd.adoc similarity index 100% rename from en-US/modules/con_understanding-systemd.adoc rename to modules/ROOT/pages/_partials/con_understanding-systemd.adoc diff --git a/en-US/modules/con_using-sudo-access-docker.adoc b/modules/ROOT/pages/_partials/con_using-sudo-access-docker.adoc similarity index 100% rename from en-US/modules/con_using-sudo-access-docker.adoc rename to modules/ROOT/pages/_partials/con_using-sudo-access-docker.adoc diff --git a/en-US/modules/con_using-sudo-assign-admin-privileges.adoc b/modules/ROOT/pages/_partials/con_using-sudo-assign-admin-privileges.adoc similarity index 100% rename from en-US/modules/con_using-sudo-assign-admin-privileges.adoc rename to modules/ROOT/pages/_partials/con_using-sudo-assign-admin-privileges.adoc diff --git a/en-US/modules/con_using-sudo-without-password.adoc b/modules/ROOT/pages/_partials/con_using-sudo-without-password.adoc similarity index 100% rename from en-US/modules/con_using-sudo-without-password.adoc rename to modules/ROOT/pages/_partials/con_using-sudo-without-password.adoc diff --git a/en-US/modules/con_using-the-system-wide-trust-store.adoc b/modules/ROOT/pages/_partials/con_using-the-system-wide-trust-store.adoc similarity index 100% rename from en-US/modules/con_using-the-system-wide-trust-store.adoc rename to modules/ROOT/pages/_partials/con_using-the-system-wide-trust-store.adoc diff --git a/en-US/modules/con_viewing-logs.adoc b/modules/ROOT/pages/_partials/con_viewing-logs.adoc similarity index 100% rename from en-US/modules/con_viewing-logs.adoc rename to modules/ROOT/pages/_partials/con_viewing-logs.adoc diff --git a/en-US/modules/con_what-is-sudo.adoc b/modules/ROOT/pages/_partials/con_what-is-sudo.adoc similarity index 100% rename from en-US/modules/con_what-is-sudo.adoc rename to modules/ROOT/pages/_partials/con_what-is-sudo.adoc diff --git a/en-US/modules/con_why-it-is-important-keeping-your-system-up-to-date.adoc b/modules/ROOT/pages/_partials/con_why-it-is-important-keeping-your-system-up-to-date.adoc similarity index 100% rename from en-US/modules/con_why-it-is-important-keeping-your-system-up-to-date.adoc rename to modules/ROOT/pages/_partials/con_why-it-is-important-keeping-your-system-up-to-date.adoc diff --git a/en-US/modules/con_xorg-conf.adoc b/modules/ROOT/pages/_partials/con_xorg-conf.adoc similarity index 100% rename from en-US/modules/con_xorg-conf.adoc rename to modules/ROOT/pages/_partials/con_xorg-conf.adoc diff --git a/en-US/modules/concept_chromium-web-browser.adoc b/modules/ROOT/pages/_partials/concept_chromium-web-browser.adoc similarity index 100% rename from en-US/modules/concept_chromium-web-browser.adoc rename to modules/ROOT/pages/_partials/concept_chromium-web-browser.adoc diff --git a/en-US/modules/concept_fedora-virtio-drivers-vs-rhel.adoc b/modules/ROOT/pages/_partials/concept_fedora-virtio-drivers-vs-rhel.adoc similarity index 100% rename from en-US/modules/concept_fedora-virtio-drivers-vs-rhel.adoc rename to modules/ROOT/pages/_partials/concept_fedora-virtio-drivers-vs-rhel.adoc diff --git a/en-US/modules/concept_third-party-repositories.adoc b/modules/ROOT/pages/_partials/concept_third-party-repositories.adoc similarity index 100% rename from en-US/modules/concept_third-party-repositories.adoc rename to modules/ROOT/pages/_partials/concept_third-party-repositories.adoc diff --git a/en-US/modules/concept_virtio-win-repo-overview.adoc b/modules/ROOT/pages/_partials/concept_virtio-win-repo-overview.adoc similarity index 100% rename from en-US/modules/concept_virtio-win-repo-overview.adoc rename to modules/ROOT/pages/_partials/concept_virtio-win-repo-overview.adoc diff --git a/en-US/modules/proc_Brief-selection-of-nmcli-examples.adoc b/modules/ROOT/pages/_partials/proc_Brief-selection-of-nmcli-examples.adoc similarity index 100% rename from en-US/modules/proc_Brief-selection-of-nmcli-examples.adoc rename to modules/ROOT/pages/_partials/proc_Brief-selection-of-nmcli-examples.adoc diff --git a/en-US/modules/proc_adding-new-certificates.adoc b/modules/ROOT/pages/_partials/proc_adding-new-certificates.adoc similarity index 100% rename from en-US/modules/proc_adding-new-certificates.adoc rename to modules/ROOT/pages/_partials/proc_adding-new-certificates.adoc diff --git a/en-US/modules/proc_adding-new-fonts-as-superuser.adoc b/modules/ROOT/pages/_partials/proc_adding-new-fonts-as-superuser.adoc similarity index 100% rename from en-US/modules/proc_adding-new-fonts-as-superuser.adoc rename to modules/ROOT/pages/_partials/proc_adding-new-fonts-as-superuser.adoc diff --git a/en-US/modules/proc_adding-new-fonts-as-user.adoc b/modules/ROOT/pages/_partials/proc_adding-new-fonts-as-user.adoc similarity index 100% rename from en-US/modules/proc_adding-new-fonts-as-user.adoc rename to modules/ROOT/pages/_partials/proc_adding-new-fonts-as-user.adoc diff --git a/en-US/modules/proc_adding-other-operating-systems-grub2.adoc b/modules/ROOT/pages/_partials/proc_adding-other-operating-systems-grub2.adoc similarity index 100% rename from en-US/modules/proc_adding-other-operating-systems-grub2.adoc rename to modules/ROOT/pages/_partials/proc_adding-other-operating-systems-grub2.adoc diff --git a/en-US/modules/proc_adding-repositories.adoc b/modules/ROOT/pages/_partials/proc_adding-repositories.adoc similarity index 100% rename from en-US/modules/proc_adding-repositories.adoc rename to modules/ROOT/pages/_partials/proc_adding-repositories.adoc diff --git a/en-US/modules/proc_adding-shortcut-custom-app-gnome.adoc b/modules/ROOT/pages/_partials/proc_adding-shortcut-custom-app-gnome.adoc similarity index 100% rename from en-US/modules/proc_adding-shortcut-custom-app-gnome.adoc rename to modules/ROOT/pages/_partials/proc_adding-shortcut-custom-app-gnome.adoc diff --git a/en-US/modules/proc_backup-gpg-keys-cli.adoc b/modules/ROOT/pages/_partials/proc_backup-gpg-keys-cli.adoc similarity index 100% rename from en-US/modules/proc_backup-gpg-keys-cli.adoc rename to modules/ROOT/pages/_partials/proc_backup-gpg-keys-cli.adoc diff --git a/en-US/modules/proc_backup-gpg-keys-gnome.adoc b/modules/ROOT/pages/_partials/proc_backup-gpg-keys-gnome.adoc similarity index 100% rename from en-US/modules/proc_backup-gpg-keys-gnome.adoc rename to modules/ROOT/pages/_partials/proc_backup-gpg-keys-gnome.adoc diff --git a/en-US/modules/proc_backup-gpg-keys-kde.adoc b/modules/ROOT/pages/_partials/proc_backup-gpg-keys-kde.adoc similarity index 100% rename from en-US/modules/proc_backup-gpg-keys-kde.adoc rename to modules/ROOT/pages/_partials/proc_backup-gpg-keys-kde.adoc diff --git a/en-US/modules/proc_booting-from-usb-sticks.adoc b/modules/ROOT/pages/_partials/proc_booting-from-usb-sticks.adoc similarity index 100% rename from en-US/modules/proc_booting-from-usb-sticks.adoc rename to modules/ROOT/pages/_partials/proc_booting-from-usb-sticks.adoc diff --git a/en-US/modules/proc_booting-with-configfile-on-different-partition.adoc b/modules/ROOT/pages/_partials/proc_booting-with-configfile-on-different-partition.adoc similarity index 100% rename from en-US/modules/proc_booting-with-configfile-on-different-partition.adoc rename to modules/ROOT/pages/_partials/proc_booting-with-configfile-on-different-partition.adoc diff --git a/en-US/modules/proc_changing-to-enforcing-mode.adoc b/modules/ROOT/pages/_partials/proc_changing-to-enforcing-mode.adoc similarity index 100% rename from en-US/modules/proc_changing-to-enforcing-mode.adoc rename to modules/ROOT/pages/_partials/proc_changing-to-enforcing-mode.adoc diff --git a/en-US/modules/proc_changing-to-permissive-mode.adoc b/modules/ROOT/pages/_partials/proc_changing-to-permissive-mode.adoc similarity index 100% rename from en-US/modules/proc_changing-to-permissive-mode.adoc rename to modules/ROOT/pages/_partials/proc_changing-to-permissive-mode.adoc diff --git a/en-US/modules/proc_changing_runtime_firewalld.adoc b/modules/ROOT/pages/_partials/proc_changing_runtime_firewalld.adoc similarity index 100% rename from en-US/modules/proc_changing_runtime_firewalld.adoc rename to modules/ROOT/pages/_partials/proc_changing_runtime_firewalld.adoc diff --git a/en-US/modules/proc_checking_firewalld.adoc b/modules/ROOT/pages/_partials/proc_checking_firewalld.adoc similarity index 100% rename from en-US/modules/proc_checking_firewalld.adoc rename to modules/ROOT/pages/_partials/proc_checking_firewalld.adoc diff --git a/en-US/modules/proc_closing_ports_firewalld.adoc b/modules/ROOT/pages/_partials/proc_closing_ports_firewalld.adoc similarity index 100% rename from en-US/modules/proc_closing_ports_firewalld.adoc rename to modules/ROOT/pages/_partials/proc_closing_ports_firewalld.adoc diff --git a/en-US/modules/proc_compiling_your_application_from_source.adoc b/modules/ROOT/pages/_partials/proc_compiling_your_application_from_source.adoc similarity index 100% rename from en-US/modules/proc_compiling_your_application_from_source.adoc rename to modules/ROOT/pages/_partials/proc_compiling_your_application_from_source.adoc diff --git a/en-US/modules/proc_configuring-apache-httpd.adoc b/modules/ROOT/pages/_partials/proc_configuring-apache-httpd.adoc similarity index 100% rename from en-US/modules/proc_configuring-apache-httpd.adoc rename to modules/ROOT/pages/_partials/proc_configuring-apache-httpd.adoc diff --git a/en-US/modules/proc_configuring-nested-virtualization-in-virt-manager.adoc b/modules/ROOT/pages/_partials/proc_configuring-nested-virtualization-in-virt-manager.adoc similarity index 100% rename from en-US/modules/proc_configuring-nested-virtualization-in-virt-manager.adoc rename to modules/ROOT/pages/_partials/proc_configuring-nested-virtualization-in-virt-manager.adoc diff --git a/en-US/modules/proc_configuring-xorg-as-default-gnome-session.adoc b/modules/ROOT/pages/_partials/proc_configuring-xorg-as-default-gnome-session.adoc similarity index 100% rename from en-US/modules/proc_configuring-xorg-as-default-gnome-session.adoc rename to modules/ROOT/pages/_partials/proc_configuring-xorg-as-default-gnome-session.adoc diff --git a/en-US/modules/proc_configuring_firewalld.adoc b/modules/ROOT/pages/_partials/proc_configuring_firewalld.adoc similarity index 100% rename from en-US/modules/proc_configuring_firewalld.adoc rename to modules/ROOT/pages/_partials/proc_configuring_firewalld.adoc diff --git a/en-US/modules/proc_converting-sysvinit-services.adoc b/modules/ROOT/pages/_partials/proc_converting-sysvinit-services.adoc similarity index 100% rename from en-US/modules/proc_converting-sysvinit-services.adoc rename to modules/ROOT/pages/_partials/proc_converting-sysvinit-services.adoc diff --git a/en-US/modules/proc_copying-public-gpg-keys-manually.adoc b/modules/ROOT/pages/_partials/proc_copying-public-gpg-keys-manually.adoc similarity index 100% rename from en-US/modules/proc_copying-public-gpg-keys-manually.adoc rename to modules/ROOT/pages/_partials/proc_copying-public-gpg-keys-manually.adoc diff --git a/en-US/modules/proc_creating-a-disk-partition-in-linux.adoc b/modules/ROOT/pages/_partials/proc_creating-a-disk-partition-in-linux.adoc similarity index 100% rename from en-US/modules/proc_creating-a-disk-partition-in-linux.adoc rename to modules/ROOT/pages/_partials/proc_creating-a-disk-partition-in-linux.adoc diff --git a/en-US/modules/proc_creating-and-using-live-cd.adoc b/modules/ROOT/pages/_partials/proc_creating-and-using-live-cd.adoc similarity index 100% rename from en-US/modules/proc_creating-and-using-live-cd.adoc rename to modules/ROOT/pages/_partials/proc_creating-and-using-live-cd.adoc diff --git a/en-US/modules/proc_creating-and-using-live-usb.adoc b/modules/ROOT/pages/_partials/proc_creating-and-using-live-usb.adoc similarity index 100% rename from en-US/modules/proc_creating-and-using-live-usb.adoc rename to modules/ROOT/pages/_partials/proc_creating-and-using-live-usb.adoc diff --git a/en-US/modules/proc_creating-gpg-keys-cli.adoc b/modules/ROOT/pages/_partials/proc_creating-gpg-keys-cli.adoc similarity index 100% rename from en-US/modules/proc_creating-gpg-keys-cli.adoc rename to modules/ROOT/pages/_partials/proc_creating-gpg-keys-cli.adoc diff --git a/en-US/modules/proc_creating-gpg-keys-gnome.adoc b/modules/ROOT/pages/_partials/proc_creating-gpg-keys-gnome.adoc similarity index 100% rename from en-US/modules/proc_creating-gpg-keys-gnome.adoc rename to modules/ROOT/pages/_partials/proc_creating-gpg-keys-gnome.adoc diff --git a/en-US/modules/proc_creating-gpg-keys-kde.adoc b/modules/ROOT/pages/_partials/proc_creating-gpg-keys-kde.adoc similarity index 100% rename from en-US/modules/proc_creating-gpg-keys-kde.adoc rename to modules/ROOT/pages/_partials/proc_creating-gpg-keys-kde.adoc diff --git a/en-US/modules/proc_creating-new-systemd-services.adoc b/modules/ROOT/pages/_partials/proc_creating-new-systemd-services.adoc similarity index 100% rename from en-US/modules/proc_creating-new-systemd-services.adoc rename to modules/ROOT/pages/_partials/proc_creating-new-systemd-services.adoc diff --git a/en-US/modules/proc_creating-virtual-machines.adoc b/modules/ROOT/pages/_partials/proc_creating-virtual-machines.adoc similarity index 100% rename from en-US/modules/proc_creating-virtual-machines.adoc rename to modules/ROOT/pages/_partials/proc_creating-virtual-machines.adoc diff --git a/en-US/modules/proc_creating_xorg_conf.adoc b/modules/ROOT/pages/_partials/proc_creating_xorg_conf.adoc similarity index 100% rename from en-US/modules/proc_creating_xorg_conf.adoc rename to modules/ROOT/pages/_partials/proc_creating_xorg_conf.adoc diff --git a/en-US/modules/proc_disabling-gnome-screenlock.adoc b/modules/ROOT/pages/_partials/proc_disabling-gnome-screenlock.adoc similarity index 100% rename from en-US/modules/proc_disabling-gnome-screenlock.adoc rename to modules/ROOT/pages/_partials/proc_disabling-gnome-screenlock.adoc diff --git a/en-US/modules/proc_disabling-repositories.adoc b/modules/ROOT/pages/_partials/proc_disabling-repositories.adoc similarity index 100% rename from en-US/modules/proc_disabling-repositories.adoc rename to modules/ROOT/pages/_partials/proc_disabling-repositories.adoc diff --git a/en-US/modules/proc_disabling-selinux.adoc b/modules/ROOT/pages/_partials/proc_disabling-selinux.adoc similarity index 100% rename from en-US/modules/proc_disabling-selinux.adoc rename to modules/ROOT/pages/_partials/proc_disabling-selinux.adoc diff --git a/en-US/modules/proc_disabling-shortcut-custom-app-gnome.adoc b/modules/ROOT/pages/_partials/proc_disabling-shortcut-custom-app-gnome.adoc similarity index 100% rename from en-US/modules/proc_disabling-shortcut-custom-app-gnome.adoc rename to modules/ROOT/pages/_partials/proc_disabling-shortcut-custom-app-gnome.adoc diff --git a/en-US/modules/proc_displaying_user_prompt_on_gnome_login_screen.adoc b/modules/ROOT/pages/_partials/proc_displaying_user_prompt_on_gnome_login_screen.adoc similarity index 100% rename from en-US/modules/proc_displaying_user_prompt_on_gnome_login_screen.adoc rename to modules/ROOT/pages/_partials/proc_displaying_user_prompt_on_gnome_login_screen.adoc diff --git a/en-US/modules/proc_downloading-fedora.adoc b/modules/ROOT/pages/_partials/proc_downloading-fedora.adoc similarity index 100% rename from en-US/modules/proc_downloading-fedora.adoc rename to modules/ROOT/pages/_partials/proc_downloading-fedora.adoc diff --git a/en-US/modules/proc_downloading-source-code.adoc b/modules/ROOT/pages/_partials/proc_downloading-source-code.adoc similarity index 100% rename from en-US/modules/proc_downloading-source-code.adoc rename to modules/ROOT/pages/_partials/proc_downloading-source-code.adoc diff --git a/en-US/modules/proc_enabling-chromium-plugins.adoc b/modules/ROOT/pages/_partials/proc_enabling-chromium-plugins.adoc similarity index 100% rename from en-US/modules/proc_enabling-chromium-plugins.adoc rename to modules/ROOT/pages/_partials/proc_enabling-chromium-plugins.adoc diff --git a/en-US/modules/proc_enabling-hardware-virtualization-support.adoc b/modules/ROOT/pages/_partials/proc_enabling-hardware-virtualization-support.adoc similarity index 100% rename from en-US/modules/proc_enabling-hardware-virtualization-support.adoc rename to modules/ROOT/pages/_partials/proc_enabling-hardware-virtualization-support.adoc diff --git a/en-US/modules/proc_enabling-latest-virtio-win-repo.adoc b/modules/ROOT/pages/_partials/proc_enabling-latest-virtio-win-repo.adoc similarity index 100% rename from en-US/modules/proc_enabling-latest-virtio-win-repo.adoc rename to modules/ROOT/pages/_partials/proc_enabling-latest-virtio-win-repo.adoc diff --git a/en-US/modules/proc_enabling-nested-virtualization-in-kvm.adoc b/modules/ROOT/pages/_partials/proc_enabling-nested-virtualization-in-kvm.adoc similarity index 100% rename from en-US/modules/proc_enabling-nested-virtualization-in-kvm.adoc rename to modules/ROOT/pages/_partials/proc_enabling-nested-virtualization-in-kvm.adoc diff --git a/en-US/modules/proc_enabling-repositories.adoc b/modules/ROOT/pages/_partials/proc_enabling-repositories.adoc similarity index 100% rename from en-US/modules/proc_enabling-repositories.adoc rename to modules/ROOT/pages/_partials/proc_enabling-repositories.adoc diff --git a/en-US/modules/proc_enabling-selinux.adoc b/modules/ROOT/pages/_partials/proc_enabling-selinux.adoc similarity index 100% rename from en-US/modules/proc_enabling-selinux.adoc rename to modules/ROOT/pages/_partials/proc_enabling-selinux.adoc diff --git a/en-US/modules/proc_enabling-serial-console-grub.adoc b/modules/ROOT/pages/_partials/proc_enabling-serial-console-grub.adoc similarity index 100% rename from en-US/modules/proc_enabling-serial-console-grub.adoc rename to modules/ROOT/pages/_partials/proc_enabling-serial-console-grub.adoc diff --git a/en-US/modules/proc_enabling-shortcut-custom-app-gnome.adoc b/modules/ROOT/pages/_partials/proc_enabling-shortcut-custom-app-gnome.adoc similarity index 100% rename from en-US/modules/proc_enabling-shortcut-custom-app-gnome.adoc rename to modules/ROOT/pages/_partials/proc_enabling-shortcut-custom-app-gnome.adoc diff --git a/en-US/modules/proc_enabling-the-rpmfusion-repositories-using-command-line-utilities.adoc b/modules/ROOT/pages/_partials/proc_enabling-the-rpmfusion-repositories-using-command-line-utilities.adoc similarity index 100% rename from en-US/modules/proc_enabling-the-rpmfusion-repositories-using-command-line-utilities.adoc rename to modules/ROOT/pages/_partials/proc_enabling-the-rpmfusion-repositories-using-command-line-utilities.adoc diff --git a/en-US/modules/proc_enabling-the-rpmfusion-repositories-using-graphical-applications.adoc b/modules/ROOT/pages/_partials/proc_enabling-the-rpmfusion-repositories-using-graphical-applications.adoc similarity index 100% rename from en-US/modules/proc_enabling-the-rpmfusion-repositories-using-graphical-applications.adoc rename to modules/ROOT/pages/_partials/proc_enabling-the-rpmfusion-repositories-using-graphical-applications.adoc diff --git a/en-US/modules/proc_enabling-third-party-repository.adoc b/modules/ROOT/pages/_partials/proc_enabling-third-party-repository.adoc similarity index 100% rename from en-US/modules/proc_enabling-third-party-repository.adoc rename to modules/ROOT/pages/_partials/proc_enabling-third-party-repository.adoc diff --git a/en-US/modules/proc_enabling_firewalld.adoc b/modules/ROOT/pages/_partials/proc_enabling_firewalld.adoc similarity index 100% rename from en-US/modules/proc_enabling_firewalld.adoc rename to modules/ROOT/pages/_partials/proc_enabling_firewalld.adoc diff --git a/en-US/modules/proc_exporting-gpg-keys-cli.adoc b/modules/ROOT/pages/_partials/proc_exporting-gpg-keys-cli.adoc similarity index 100% rename from en-US/modules/proc_exporting-gpg-keys-cli.adoc rename to modules/ROOT/pages/_partials/proc_exporting-gpg-keys-cli.adoc diff --git a/en-US/modules/proc_exporting-gpg-keys-gnome.adoc b/modules/ROOT/pages/_partials/proc_exporting-gpg-keys-gnome.adoc similarity index 100% rename from en-US/modules/proc_exporting-gpg-keys-gnome.adoc rename to modules/ROOT/pages/_partials/proc_exporting-gpg-keys-gnome.adoc diff --git a/en-US/modules/proc_exporting-gpg-keys-kde.adoc b/modules/ROOT/pages/_partials/proc_exporting-gpg-keys-kde.adoc similarity index 100% rename from en-US/modules/proc_exporting-gpg-keys-kde.adoc rename to modules/ROOT/pages/_partials/proc_exporting-gpg-keys-kde.adoc diff --git a/en-US/modules/proc_filing-virtio-win-bugs.adoc b/modules/ROOT/pages/_partials/proc_filing-virtio-win-bugs.adoc similarity index 100% rename from en-US/modules/proc_filing-virtio-win-bugs.adoc rename to modules/ROOT/pages/_partials/proc_filing-virtio-win-bugs.adoc diff --git a/en-US/modules/proc_install-predefined-systems.adoc b/modules/ROOT/pages/_partials/proc_install-predefined-systems.adoc similarity index 100% rename from en-US/modules/proc_install-predefined-systems.adoc rename to modules/ROOT/pages/_partials/proc_install-predefined-systems.adoc diff --git a/en-US/modules/proc_install_firewalld_gui.adoc b/modules/ROOT/pages/_partials/proc_install_firewalld_gui.adoc similarity index 100% rename from en-US/modules/proc_install_firewalld_gui.adoc rename to modules/ROOT/pages/_partials/proc_install_firewalld_gui.adoc diff --git a/en-US/modules/proc_installing-additional-desktop-enviroments.adoc b/modules/ROOT/pages/_partials/proc_installing-additional-desktop-enviroments.adoc similarity index 100% rename from en-US/modules/proc_installing-additional-desktop-enviroments.adoc rename to modules/ROOT/pages/_partials/proc_installing-additional-desktop-enviroments.adoc diff --git a/en-US/modules/proc_installing-chromium-web-browser.adoc b/modules/ROOT/pages/_partials/proc_installing-chromium-web-browser.adoc similarity index 100% rename from en-US/modules/proc_installing-chromium-web-browser.adoc rename to modules/ROOT/pages/_partials/proc_installing-chromium-web-browser.adoc diff --git a/en-US/modules/proc_installing-fonts.adoc b/modules/ROOT/pages/_partials/proc_installing-fonts.adoc similarity index 100% rename from en-US/modules/proc_installing-fonts.adoc rename to modules/ROOT/pages/_partials/proc_installing-fonts.adoc diff --git a/en-US/modules/proc_installing-grub2-on-bios-system.adoc b/modules/ROOT/pages/_partials/proc_installing-grub2-on-bios-system.adoc similarity index 100% rename from en-US/modules/proc_installing-grub2-on-bios-system.adoc rename to modules/ROOT/pages/_partials/proc_installing-grub2-on-bios-system.adoc diff --git a/en-US/modules/proc_installing-grub2-on-efi-system.adoc b/modules/ROOT/pages/_partials/proc_installing-grub2-on-efi-system.adoc similarity index 100% rename from en-US/modules/proc_installing-grub2-on-efi-system.adoc rename to modules/ROOT/pages/_partials/proc_installing-grub2-on-efi-system.adoc diff --git a/en-US/modules/proc_installing-httpd.adoc b/modules/ROOT/pages/_partials/proc_installing-httpd.adoc similarity index 100% rename from en-US/modules/proc_installing-httpd.adoc rename to modules/ROOT/pages/_partials/proc_installing-httpd.adoc diff --git a/en-US/modules/proc_installing-multimedia-plug-ins-with-dnf.adoc b/modules/ROOT/pages/_partials/proc_installing-multimedia-plug-ins-with-dnf.adoc similarity index 100% rename from en-US/modules/proc_installing-multimedia-plug-ins-with-dnf.adoc rename to modules/ROOT/pages/_partials/proc_installing-multimedia-plug-ins-with-dnf.adoc diff --git a/en-US/modules/proc_installing-openjdk.adoc b/modules/ROOT/pages/_partials/proc_installing-openjdk.adoc similarity index 100% rename from en-US/modules/proc_installing-openjdk.adoc rename to modules/ROOT/pages/_partials/proc_installing-openjdk.adoc diff --git a/en-US/modules/proc_installing-oracle-java.adoc b/modules/ROOT/pages/_partials/proc_installing-oracle-java.adoc similarity index 100% rename from en-US/modules/proc_installing-oracle-java.adoc rename to modules/ROOT/pages/_partials/proc_installing-oracle-java.adoc diff --git a/en-US/modules/proc_installing-spotify-on-fedora.adoc b/modules/ROOT/pages/_partials/proc_installing-spotify-on-fedora.adoc similarity index 100% rename from en-US/modules/proc_installing-spotify-on-fedora.adoc rename to modules/ROOT/pages/_partials/proc_installing-spotify-on-fedora.adoc diff --git a/en-US/modules/proc_installing-virtio-win-repo.adoc b/modules/ROOT/pages/_partials/proc_installing-virtio-win-repo.adoc similarity index 100% rename from en-US/modules/proc_installing-virtio-win-repo.adoc rename to modules/ROOT/pages/_partials/proc_installing-virtio-win-repo.adoc diff --git a/en-US/modules/proc_installing-virtualization-software.adoc b/modules/ROOT/pages/_partials/proc_installing-virtualization-software.adoc similarity index 100% rename from en-US/modules/proc_installing-virtualization-software.adoc rename to modules/ROOT/pages/_partials/proc_installing-virtualization-software.adoc diff --git a/en-US/modules/proc_installing-webapps.adoc b/modules/ROOT/pages/_partials/proc_installing-webapps.adoc similarity index 100% rename from en-US/modules/proc_installing-webapps.adoc rename to modules/ROOT/pages/_partials/proc_installing-webapps.adoc diff --git a/en-US/modules/proc_installing_firewalld.adoc b/modules/ROOT/pages/_partials/proc_installing_firewalld.adoc similarity index 100% rename from en-US/modules/proc_installing_firewalld.adoc rename to modules/ROOT/pages/_partials/proc_installing_firewalld.adoc diff --git a/en-US/modules/proc_installing_vlc.adoc b/modules/ROOT/pages/_partials/proc_installing_vlc.adoc similarity index 100% rename from en-US/modules/proc_installing_vlc.adoc rename to modules/ROOT/pages/_partials/proc_installing_vlc.adoc diff --git a/en-US/modules/proc_log-files-GUI.adoc b/modules/ROOT/pages/_partials/proc_log-files-GUI.adoc similarity index 100% rename from en-US/modules/proc_log-files-GUI.adoc rename to modules/ROOT/pages/_partials/proc_log-files-GUI.adoc diff --git a/en-US/modules/proc_log-files-command-line.adoc b/modules/ROOT/pages/_partials/proc_log-files-command-line.adoc similarity index 100% rename from en-US/modules/proc_log-files-command-line.adoc rename to modules/ROOT/pages/_partials/proc_log-files-command-line.adoc diff --git a/en-US/modules/proc_managing-trusted-system-certificates.adoc b/modules/ROOT/pages/_partials/proc_managing-trusted-system-certificates.adoc similarity index 100% rename from en-US/modules/proc_managing-trusted-system-certificates.adoc rename to modules/ROOT/pages/_partials/proc_managing-trusted-system-certificates.adoc diff --git a/en-US/modules/proc_manual-updating-using-cli.adoc b/modules/ROOT/pages/_partials/proc_manual-updating-using-cli.adoc similarity index 100% rename from en-US/modules/proc_manual-updating-using-cli.adoc rename to modules/ROOT/pages/_partials/proc_manual-updating-using-cli.adoc diff --git a/en-US/modules/proc_manual-updating-using-gui.adoc b/modules/ROOT/pages/_partials/proc_manual-updating-using-gui.adoc similarity index 100% rename from en-US/modules/proc_manual-updating-using-gui.adoc rename to modules/ROOT/pages/_partials/proc_manual-updating-using-gui.adoc diff --git a/en-US/modules/proc_modifying-existing-systemd-services.adoc b/modules/ROOT/pages/_partials/proc_modifying-existing-systemd-services.adoc similarity index 100% rename from en-US/modules/proc_modifying-existing-systemd-services.adoc rename to modules/ROOT/pages/_partials/proc_modifying-existing-systemd-services.adoc diff --git a/en-US/modules/proc_opening_ports_firewalld.adoc b/modules/ROOT/pages/_partials/proc_opening_ports_firewalld.adoc similarity index 100% rename from en-US/modules/proc_opening_ports_firewalld.adoc rename to modules/ROOT/pages/_partials/proc_opening_ports_firewalld.adoc diff --git a/en-US/modules/proc_package-browsing-installing-software.adoc b/modules/ROOT/pages/_partials/proc_package-browsing-installing-software.adoc similarity index 100% rename from en-US/modules/proc_package-browsing-installing-software.adoc rename to modules/ROOT/pages/_partials/proc_package-browsing-installing-software.adoc diff --git a/en-US/modules/proc_package-enabling-third-party.adoc b/modules/ROOT/pages/_partials/proc_package-enabling-third-party.adoc similarity index 100% rename from en-US/modules/proc_package-enabling-third-party.adoc rename to modules/ROOT/pages/_partials/proc_package-enabling-third-party.adoc diff --git a/en-US/modules/proc_package-install-command-line.adoc b/modules/ROOT/pages/_partials/proc_package-install-command-line.adoc similarity index 100% rename from en-US/modules/proc_package-install-command-line.adoc rename to modules/ROOT/pages/_partials/proc_package-install-command-line.adoc diff --git a/en-US/modules/proc_package-searching-web-apps.adoc b/modules/ROOT/pages/_partials/proc_package-searching-web-apps.adoc similarity index 100% rename from en-US/modules/proc_package-searching-web-apps.adoc rename to modules/ROOT/pages/_partials/proc_package-searching-web-apps.adoc diff --git a/en-US/modules/proc_removing-shortcut-custom-app-gnome.adoc b/modules/ROOT/pages/_partials/proc_removing-shortcut-custom-app-gnome.adoc similarity index 100% rename from en-US/modules/proc_removing-shortcut-custom-app-gnome.adoc rename to modules/ROOT/pages/_partials/proc_removing-shortcut-custom-app-gnome.adoc diff --git a/en-US/modules/proc_restoring-bootloader-using-live-disk.adoc b/modules/ROOT/pages/_partials/proc_restoring-bootloader-using-live-disk.adoc similarity index 100% rename from en-US/modules/proc_restoring-bootloader-using-live-disk.adoc rename to modules/ROOT/pages/_partials/proc_restoring-bootloader-using-live-disk.adoc diff --git a/en-US/modules/proc_revoking-gpg-keys.adoc b/modules/ROOT/pages/_partials/proc_revoking-gpg-keys.adoc similarity index 100% rename from en-US/modules/proc_revoking-gpg-keys.adoc rename to modules/ROOT/pages/_partials/proc_revoking-gpg-keys.adoc diff --git a/en-US/modules/proc_rpm_creating_an_rpm.adoc b/modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc similarity index 100% rename from en-US/modules/proc_rpm_creating_an_rpm.adoc rename to modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc diff --git a/en-US/modules/proc_rpm_preparing_your_system.adoc b/modules/ROOT/pages/_partials/proc_rpm_preparing_your_system.adoc similarity index 100% rename from en-US/modules/proc_rpm_preparing_your_system.adoc rename to modules/ROOT/pages/_partials/proc_rpm_preparing_your_system.adoc diff --git a/en-US/modules/proc_run-docker-using-sudo.adoc b/modules/ROOT/pages/_partials/proc_run-docker-using-sudo.adoc similarity index 100% rename from en-US/modules/proc_run-docker-using-sudo.adoc rename to modules/ROOT/pages/_partials/proc_run-docker-using-sudo.adoc diff --git a/en-US/modules/proc_running_vlc.adoc b/modules/ROOT/pages/_partials/proc_running_vlc.adoc similarity index 100% rename from en-US/modules/proc_running_vlc.adoc rename to modules/ROOT/pages/_partials/proc_running_vlc.adoc diff --git a/en-US/modules/proc_securing-apache-httpd.adoc b/modules/ROOT/pages/_partials/proc_securing-apache-httpd.adoc similarity index 100% rename from en-US/modules/proc_securing-apache-httpd.adoc rename to modules/ROOT/pages/_partials/proc_securing-apache-httpd.adoc diff --git a/en-US/modules/proc_setting-automatic-updates.adoc b/modules/ROOT/pages/_partials/proc_setting-automatic-updates.adoc similarity index 100% rename from en-US/modules/proc_setting-automatic-updates.adoc rename to modules/ROOT/pages/_partials/proc_setting-automatic-updates.adoc diff --git a/en-US/modules/proc_setting-default-entry-for-grub2.adoc b/modules/ROOT/pages/_partials/proc_setting-default-entry-for-grub2.adoc similarity index 100% rename from en-US/modules/proc_setting-default-entry-for-grub2.adoc rename to modules/ROOT/pages/_partials/proc_setting-default-entry-for-grub2.adoc diff --git a/en-US/modules/proc_setting-password-for-interactive-edit-mode.adoc b/modules/ROOT/pages/_partials/proc_setting-password-for-interactive-edit-mode.adoc similarity index 100% rename from en-US/modules/proc_setting-password-for-interactive-edit-mode.adoc rename to modules/ROOT/pages/_partials/proc_setting-password-for-interactive-edit-mode.adoc diff --git a/en-US/modules/proc_setting-up-your-local-dev-and-compilation-environment.adoc b/modules/ROOT/pages/_partials/proc_setting-up-your-local-dev-and-compilation-environment.adoc similarity index 100% rename from en-US/modules/proc_setting-up-your-local-dev-and-compilation-environment.adoc rename to modules/ROOT/pages/_partials/proc_setting-up-your-local-dev-and-compilation-environment.adoc diff --git a/en-US/modules/proc_solving-absent-floppy.adoc b/modules/ROOT/pages/_partials/proc_solving-absent-floppy.adoc similarity index 100% rename from en-US/modules/proc_solving-absent-floppy.adoc rename to modules/ROOT/pages/_partials/proc_solving-absent-floppy.adoc diff --git a/en-US/modules/proc_starting-stopping-and-querying-systemd-services.adoc b/modules/ROOT/pages/_partials/proc_starting-stopping-and-querying-systemd-services.adoc similarity index 100% rename from en-US/modules/proc_starting-stopping-and-querying-systemd-services.adoc rename to modules/ROOT/pages/_partials/proc_starting-stopping-and-querying-systemd-services.adoc diff --git a/en-US/modules/proc_starting_firewalld.adoc b/modules/ROOT/pages/_partials/proc_starting_firewalld.adoc similarity index 100% rename from en-US/modules/proc_starting_firewalld.adoc rename to modules/ROOT/pages/_partials/proc_starting_firewalld.adoc diff --git a/en-US/modules/proc_stopping_firewalld.adoc b/modules/ROOT/pages/_partials/proc_stopping_firewalld.adoc similarity index 100% rename from en-US/modules/proc_stopping_firewalld.adoc rename to modules/ROOT/pages/_partials/proc_stopping_firewalld.adoc diff --git a/en-US/modules/proc_switching-desktop-enviroments-using-cli.adoc b/modules/ROOT/pages/_partials/proc_switching-desktop-enviroments-using-cli.adoc similarity index 100% rename from en-US/modules/proc_switching-desktop-enviroments-using-cli.adoc rename to modules/ROOT/pages/_partials/proc_switching-desktop-enviroments-using-cli.adoc diff --git a/en-US/modules/proc_switching-desktop-enviroments-using-gui.adoc b/modules/ROOT/pages/_partials/proc_switching-desktop-enviroments-using-gui.adoc similarity index 100% rename from en-US/modules/proc_switching-desktop-enviroments-using-gui.adoc rename to modules/ROOT/pages/_partials/proc_switching-desktop-enviroments-using-gui.adoc diff --git a/en-US/modules/proc_testing-nested-virtualization.adoc b/modules/ROOT/pages/_partials/proc_testing-nested-virtualization.adoc similarity index 100% rename from en-US/modules/proc_testing-nested-virtualization.adoc rename to modules/ROOT/pages/_partials/proc_testing-nested-virtualization.adoc diff --git a/en-US/modules/proc_troubleshooting-live-usb.adoc b/modules/ROOT/pages/_partials/proc_troubleshooting-live-usb.adoc similarity index 100% rename from en-US/modules/proc_troubleshooting-live-usb.adoc rename to modules/ROOT/pages/_partials/proc_troubleshooting-live-usb.adoc diff --git a/en-US/modules/proc_using-grub2-prompt.adoc b/modules/ROOT/pages/_partials/proc_using-grub2-prompt.adoc similarity index 100% rename from en-US/modules/proc_using-grub2-prompt.adoc rename to modules/ROOT/pages/_partials/proc_using-grub2-prompt.adoc diff --git a/en-US/modules/proc_using-old-graphics-modes.adoc b/modules/ROOT/pages/_partials/proc_using-old-graphics-modes.adoc similarity index 100% rename from en-US/modules/proc_using-old-graphics-modes.adoc rename to modules/ROOT/pages/_partials/proc_using-old-graphics-modes.adoc diff --git a/en-US/modules/proc_using-same-password-for-root-as-user.adoc b/modules/ROOT/pages/_partials/proc_using-same-password-for-root-as-user.adoc similarity index 100% rename from en-US/modules/proc_using-same-password-for-root-as-user.adoc rename to modules/ROOT/pages/_partials/proc_using-same-password-for-root-as-user.adoc diff --git a/en-US/modules/ref_Configuring-networking-with-nmcli.adoc b/modules/ROOT/pages/_partials/ref_Configuring-networking-with-nmcli.adoc similarity index 100% rename from en-US/modules/ref_Configuring-networking-with-nmcli.adoc rename to modules/ROOT/pages/_partials/ref_Configuring-networking-with-nmcli.adoc diff --git a/en-US/modules/ref_changing-selinux-modes-at-boot-time.adoc b/modules/ROOT/pages/_partials/ref_changing-selinux-modes-at-boot-time.adoc similarity index 100% rename from en-US/modules/ref_changing-selinux-modes-at-boot-time.adoc rename to modules/ROOT/pages/_partials/ref_changing-selinux-modes-at-boot-time.adoc diff --git a/en-US/modules/ref_common-service-parameters.adoc b/modules/ROOT/pages/_partials/ref_common-service-parameters.adoc similarity index 100% rename from en-US/modules/ref_common-service-parameters.adoc rename to modules/ROOT/pages/_partials/ref_common-service-parameters.adoc diff --git a/en-US/modules/ref_help-mkpart.adoc b/modules/ROOT/pages/_partials/ref_help-mkpart.adoc similarity index 100% rename from en-US/modules/ref_help-mkpart.adoc rename to modules/ROOT/pages/_partials/ref_help-mkpart.adoc diff --git a/en-US/modules/ref_jdk-tools.adoc b/modules/ROOT/pages/_partials/ref_jdk-tools.adoc similarity index 100% rename from en-US/modules/ref_jdk-tools.adoc rename to modules/ROOT/pages/_partials/ref_jdk-tools.adoc diff --git a/en-US/modules/ref_managing-virtual-machines.adoc b/modules/ROOT/pages/_partials/ref_managing-virtual-machines.adoc similarity index 100% rename from en-US/modules/ref_managing-virtual-machines.adoc rename to modules/ROOT/pages/_partials/ref_managing-virtual-machines.adoc diff --git a/en-US/modules/ref_mapping-runlevel-to-targets.adoc b/modules/ROOT/pages/_partials/ref_mapping-runlevel-to-targets.adoc similarity index 100% rename from en-US/modules/ref_mapping-runlevel-to-targets.adoc rename to modules/ROOT/pages/_partials/ref_mapping-runlevel-to-targets.adoc diff --git a/en-US/modules/ref_mapping-service-commands.adoc b/modules/ROOT/pages/_partials/ref_mapping-service-commands.adoc similarity index 100% rename from en-US/modules/ref_mapping-service-commands.adoc rename to modules/ROOT/pages/_partials/ref_mapping-service-commands.adoc diff --git a/en-US/modules/ref_other-virtualization-options.adoc b/modules/ROOT/pages/_partials/ref_other-virtualization-options.adoc similarity index 100% rename from en-US/modules/ref_other-virtualization-options.adoc rename to modules/ROOT/pages/_partials/ref_other-virtualization-options.adoc diff --git a/en-US/modules/ref_the-most-useful-dnf-commands.adoc b/modules/ROOT/pages/_partials/ref_the-most-useful-dnf-commands.adoc similarity index 100% rename from en-US/modules/ref_the-most-useful-dnf-commands.adoc rename to modules/ROOT/pages/_partials/ref_the-most-useful-dnf-commands.adoc diff --git a/en-US/modules/ref_virtio-win-rpm-contents.adoc b/modules/ROOT/pages/_partials/ref_virtio-win-rpm-contents.adoc similarity index 100% rename from en-US/modules/ref_virtio-win-rpm-contents.adoc rename to modules/ROOT/pages/_partials/ref_virtio-win-rpm-contents.adoc diff --git a/en-US/adding-new-fonts-fedora.adoc b/modules/ROOT/pages/adding-new-fonts-fedora.adoc similarity index 70% rename from en-US/adding-new-fonts-fedora.adoc rename to modules/ROOT/pages/adding-new-fonts-fedora.adoc index 7710155..d853556 100644 --- a/en-US/adding-new-fonts-fedora.adoc +++ b/modules/ROOT/pages/adding-new-fonts-fedora.adoc @@ -6,6 +6,6 @@ The default installation of the Fedora Linux (Fedora) includes several basic fonts. If you plan to use Fedora for activities such as typesetting and graphic design, you may wish to add additional fonts. -include::en-US/modules/proc_adding-new-fonts-as-superuser.adoc[leveloffset=+1] +include::{partialsdir}/proc_adding-new-fonts-as-superuser.adoc[leveloffset=+1] -include::en-US/modules/proc_adding-new-fonts-as-user.adoc[leveloffset=+1] +include::{partialsdir}/proc_adding-new-fonts-as-user.adoc[leveloffset=+1] diff --git a/en-US/adding-or-removing-software-repositories-in-fedora.adoc b/modules/ROOT/pages/adding-or-removing-software-repositories-in-fedora.adoc similarity index 56% rename from en-US/adding-or-removing-software-repositories-in-fedora.adoc rename to modules/ROOT/pages/adding-or-removing-software-repositories-in-fedora.adoc index 966b7ea..da95807 100644 --- a/en-US/adding-or-removing-software-repositories-in-fedora.adoc +++ b/modules/ROOT/pages/adding-or-removing-software-repositories-in-fedora.adoc @@ -5,8 +5,8 @@ This section describes how to add, enable, or disable a software repository with the DNF application. -include::en-US/modules/proc_adding-repositories.adoc[leveloffset=+1] +include::{partialsdir}/proc_adding-repositories.adoc[leveloffset=+1] -include::en-US/modules/proc_enabling-repositories.adoc[leveloffset=+1] +include::{partialsdir}/proc_enabling-repositories.adoc[leveloffset=+1] -include::en-US/modules/proc_disabling-repositories.adoc[leveloffset=+1] +include::{partialsdir}/proc_disabling-repositories.adoc[leveloffset=+1] diff --git a/en-US/anaconda/anaconda.adoc b/modules/ROOT/pages/anaconda/anaconda.adoc similarity index 100% rename from en-US/anaconda/anaconda.adoc rename to modules/ROOT/pages/anaconda/anaconda.adoc diff --git a/en-US/anaconda/anaconda_distros.adoc b/modules/ROOT/pages/anaconda/anaconda_distros.adoc similarity index 100% rename from en-US/anaconda/anaconda_distros.adoc rename to modules/ROOT/pages/anaconda/anaconda_distros.adoc diff --git a/en-US/anaconda/anaconda_logging.adoc b/modules/ROOT/pages/anaconda/anaconda_logging.adoc similarity index 100% rename from en-US/anaconda/anaconda_logging.adoc rename to modules/ROOT/pages/anaconda/anaconda_logging.adoc diff --git a/en-US/anaconda/anaconda_product_image.adoc b/modules/ROOT/pages/anaconda/anaconda_product_image.adoc similarity index 100% rename from en-US/anaconda/anaconda_product_image.adoc rename to modules/ROOT/pages/anaconda/anaconda_product_image.adoc diff --git a/en-US/anaconda/anaconda_updates.adoc b/modules/ROOT/pages/anaconda/anaconda_updates.adoc similarity index 100% rename from en-US/anaconda/anaconda_updates.adoc rename to modules/ROOT/pages/anaconda/anaconda_updates.adoc diff --git a/en-US/assembly_installing-plugins-for-playing-movies-and-music.adoc b/modules/ROOT/pages/assembly_installing-plugins-for-playing-movies-and-music.adoc similarity index 91% rename from en-US/assembly_installing-plugins-for-playing-movies-and-music.adoc rename to modules/ROOT/pages/assembly_installing-plugins-for-playing-movies-and-music.adoc index c266187..52eef43 100644 --- a/en-US/assembly_installing-plugins-for-playing-movies-and-music.adoc +++ b/modules/ROOT/pages/assembly_installing-plugins-for-playing-movies-and-music.adoc @@ -1,5 +1,5 @@ // Load attributes from the external file -include::en-US/attributes.adoc[] +include::{partialsdir}/attributes.adoc[] // This assembly is included in the following assemblies: // @@ -58,15 +58,15 @@ The following procedures only apply to users in countries that do not recognize // modules required to cover the user story. You can also include other // assemblies. -include::en-US/modules/proc_enabling-the-rpmfusion-repositories-using-graphical-applications.adoc[leveloffset=+1] +include::{partialsdir}/proc_enabling-the-rpmfusion-repositories-using-graphical-applications.adoc[leveloffset=+1] -include::en-US/modules/proc_enabling-the-rpmfusion-repositories-using-command-line-utilities.adoc[leveloffset=+1] +include::{partialsdir}/proc_enabling-the-rpmfusion-repositories-using-command-line-utilities.adoc[leveloffset=+1] -include::en-US/modules/proc_installing-multimedia-plug-ins-with-dnf.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-multimedia-plug-ins-with-dnf.adoc[leveloffset=+1] -include::en-US/modules/concept_third-party-repositories.adoc[leveloffset=+1] +include::{partialsdir}/concept_third-party-repositories.adoc[leveloffset=+1] -include::en-US/modules/con_the-purpose-of-rpm-fusion.adoc[leveloffset=+1] +include::{partialsdir}/con_the-purpose-of-rpm-fusion.adoc[leveloffset=+1] // [leveloffset=+1] ensures that when a module starts with a level-1 heading // (= Heading), the heading will be interpreted as a level-2 heading diff --git a/en-US/autoupdates.adoc b/modules/ROOT/pages/autoupdates.adoc similarity index 100% rename from en-US/autoupdates.adoc rename to modules/ROOT/pages/autoupdates.adoc diff --git a/en-US/bootloading-with-grub2.adoc b/modules/ROOT/pages/bootloading-with-grub2.adoc similarity index 59% rename from en-US/bootloading-with-grub2.adoc rename to modules/ROOT/pages/bootloading-with-grub2.adoc index fc5c255..8133065 100644 --- a/en-US/bootloading-with-grub2.adoc +++ b/modules/ROOT/pages/bootloading-with-grub2.adoc @@ -7,27 +7,27 @@ Since Fedora 16, *GRUB2* has been the default bootloader on x86 BIOS systems. For upgrades of BIOS systems, the default is also to install *GRUB2*, but you can opt to skip bootloader configuration entirely. -include::en-US/modules/proc_installing-grub2-on-bios-system.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-grub2-on-bios-system.adoc[leveloffset=+1] -include::en-US/modules/proc_installing-grub2-on-efi-system.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-grub2-on-efi-system.adoc[leveloffset=+1] -include::en-US/modules/proc_adding-other-operating-systems-grub2.adoc[leveloffset=+1] +include::{partialsdir}/proc_adding-other-operating-systems-grub2.adoc[leveloffset=+1] -include::en-US/modules/proc_setting-default-entry-for-grub2.adoc[leveloffset=+1] +include::{partialsdir}/proc_setting-default-entry-for-grub2.adoc[leveloffset=+1] -include::en-US/modules/proc_restoring-bootloader-using-live-disk.adoc[leveloffset=+1] +include::{partialsdir}/proc_restoring-bootloader-using-live-disk.adoc[leveloffset=+1] -include::en-US/modules/proc_using-grub2-prompt.adoc[leveloffset=+1] +include::{partialsdir}/proc_using-grub2-prompt.adoc[leveloffset=+1] -include::en-US/modules/proc_booting-with-configfile-on-different-partition.adoc[leveloffset=+1] +include::{partialsdir}/proc_booting-with-configfile-on-different-partition.adoc[leveloffset=+1] -include::en-US/modules/proc_setting-password-for-interactive-edit-mode.adoc[leveloffset=+1] +include::{partialsdir}/proc_setting-password-for-interactive-edit-mode.adoc[leveloffset=+1] -include::en-US/modules/proc_solving-absent-floppy.adoc[leveloffset=+1] +include::{partialsdir}/proc_solving-absent-floppy.adoc[leveloffset=+1] -include::en-US/modules/proc_using-old-graphics-modes.adoc[leveloffset=+1] +include::{partialsdir}/proc_using-old-graphics-modes.adoc[leveloffset=+1] -include::en-US/modules/proc_enabling-serial-console-grub.adoc[leveloffset=+1] +include::{partialsdir}/proc_enabling-serial-console-grub.adoc[leveloffset=+1] [discrete] diff --git a/en-US/bumblebee.adoc b/modules/ROOT/pages/bumblebee.adoc similarity index 99% rename from en-US/bumblebee.adoc rename to modules/ROOT/pages/bumblebee.adoc index e43c615..f9c06f2 100644 --- a/en-US/bumblebee.adoc +++ b/modules/ROOT/pages/bumblebee.adoc @@ -1,4 +1,4 @@ -include::en-US/3rdparty-message.adoc[] +include::{partialsdir}/3rdparty-message.adoc[] [[description]] == Description diff --git a/modules/ROOT/pages/changing-selinux-states-and-modes.adoc b/modules/ROOT/pages/changing-selinux-states-and-modes.adoc new file mode 100644 index 0000000..f6c59a9 --- /dev/null +++ b/modules/ROOT/pages/changing-selinux-states-and-modes.adoc @@ -0,0 +1,19 @@ +:experimental: +:parent-context: {context} + +// NOTE (TODO): several links (URLs) in the included modules could be replaced with URLs when the appropriate docs become available on fp.org + +[id='changing-selinux-states-and-modes-{context}'] += Changing SELinux states and modes +:context: selinux + +:md: en-US/modules + +include::{partialsdir}/con_permanent-changes-in-selinux-states-and-modes.adoc[leveloffset=+1] +include::{partialsdir}/proc_enabling-selinux.adoc[leveloffset=+1] +include::{partialsdir}/proc_changing-to-permissive-mode.adoc[leveloffset=+2] +include::{partialsdir}/proc_changing-to-enforcing-mode.adoc[leveloffset=+2] +include::{partialsdir}/proc_disabling-selinux.adoc[leveloffset=+1] +include::{partialsdir}/ref_changing-selinux-modes-at-boot-time.adoc[leveloffset=+1] + +:context: {parent-context} diff --git a/en-US/configuring-ip-networking-with-nmcli.adoc b/modules/ROOT/pages/configuring-ip-networking-with-nmcli.adoc similarity index 51% rename from en-US/configuring-ip-networking-with-nmcli.adoc rename to modules/ROOT/pages/configuring-ip-networking-with-nmcli.adoc index 60c58a8..fb9e94f 100644 --- a/en-US/configuring-ip-networking-with-nmcli.adoc +++ b/modules/ROOT/pages/configuring-ip-networking-with-nmcli.adoc @@ -3,10 +3,10 @@ How to configure networking using the [application]*nmcli* (NetworkManager Command Line Interface) command-line utility. -include::en-US/modules/con_Getting-started-with-nmcli.adoc[leveloffset=+1] +include::{partialsdir}/con_Getting-started-with-nmcli.adoc[leveloffset=+1] -include::en-US/modules/proc_Brief-selection-of-nmcli-examples.adoc[leveloffset=+1] +include::{partialsdir}/proc_Brief-selection-of-nmcli-examples.adoc[leveloffset=+1] -include::en-US/modules/con_Understanding-the-nmcli-options.adoc[leveloffset=+1] +include::{partialsdir}/con_Understanding-the-nmcli-options.adoc[leveloffset=+1] -include::en-US/modules/proc_Configuring-networking-with-nmcli.adoc[leveloffset=+1] +include::{partialsdir}/proc_Configuring-networking-with-nmcli.adoc[leveloffset=+1] diff --git a/modules/ROOT/pages/configuring-x-window-system-using-the-xorg-conf-file.adoc b/modules/ROOT/pages/configuring-x-window-system-using-the-xorg-conf-file.adoc new file mode 100644 index 0000000..aad9e41 --- /dev/null +++ b/modules/ROOT/pages/configuring-x-window-system-using-the-xorg-conf-file.adoc @@ -0,0 +1,6 @@ +[id='configuring-x-window-system-using-the-xorg-conf-file'] += Configuring X Window System using the xorg.conf file + +include::{partialsdir}/con_xorg-conf.adoc[leveloffset=+1] + +include::{partialsdir}/proc_creating_xorg_conf.adoc[leveloffset=+1] diff --git a/en-US/configuring-xorg-as-default-gnome-session.adoc b/modules/ROOT/pages/configuring-xorg-as-default-gnome-session.adoc similarity index 89% rename from en-US/configuring-xorg-as-default-gnome-session.adoc rename to modules/ROOT/pages/configuring-xorg-as-default-gnome-session.adoc index 577ce51..69e7806 100644 --- a/en-US/configuring-xorg-as-default-gnome-session.adoc +++ b/modules/ROOT/pages/configuring-xorg-as-default-gnome-session.adoc @@ -5,7 +5,7 @@ Wayland is the default GNOME display server. If GNOME freezes, or some applications do not function correctly in Wayland, you can choose to run GNOME in X11. -include::en-US/modules/proc_configuring-xorg-as-default-gnome-session.adoc[leveloffset=+1] +include::{partialsdir}/proc_configuring-xorg-as-default-gnome-session.adoc[leveloffset=+1] [discrete] diff --git a/en-US/create-gpg-keys.adoc b/modules/ROOT/pages/create-gpg-keys.adoc similarity index 70% rename from en-US/create-gpg-keys.adoc rename to modules/ROOT/pages/create-gpg-keys.adoc index 35c5ea7..f298acf 100644 --- a/en-US/create-gpg-keys.adoc +++ b/modules/ROOT/pages/create-gpg-keys.adoc @@ -1,28 +1,29 @@ += Creating GPG Keys :experimental: This document explains in detail how to obtain a GPG key using common Fedora utilities. It also provides information on managing your key as a Fedora contributor. [[creating-gpg-keys]] -= Creating GPG Keys +== Creating GPG Keys -include::en-US/modules/proc_creating-gpg-keys-gnome.adoc[leveloffset=+1] +include::{partialsdir}/proc_creating-gpg-keys-gnome.adoc[leveloffset=+1] -include::en-US/modules/proc_creating-gpg-keys-kde.adoc[leveloffset=+1] +include::{partialsdir}/proc_creating-gpg-keys-kde.adoc[leveloffset=+1] -include::en-US/modules/proc_creating-gpg-keys-cli.adoc[leveloffset=+1] +include::{partialsdir}/proc_creating-gpg-keys-cli.adoc[leveloffset=+1] [[making-a-backup]] -= Making a Backup +== Making a Backup -include::en-US/modules/proc_backup-gpg-keys-gnome.adoc[leveloffset=+1] +include::{partialsdir}/proc_backup-gpg-keys-gnome.adoc[leveloffset=+1] -include::en-US/modules/proc_backup-gpg-keys-kde.adoc[leveloffset=+1] +include::{partialsdir}/proc_backup-gpg-keys-kde.adoc[leveloffset=+1] -include::en-US/modules/proc_backup-gpg-keys-cli.adoc[leveloffset=+1] +include::{partialsdir}/proc_backup-gpg-keys-cli.adoc[leveloffset=+1] [[making-your-public-key-available]] -= Making Your Public Key Available +== Making Your Public Key Available When you make your public key available to others, they can verify communications you sign, or send you encrypted communications if necessary. This procedure is also known as _exporting_. @@ -30,23 +31,23 @@ This procedure is also known as _exporting_. Now see <>, <>, or the <>. See <> to a file if you wish to email it to individuals or groups. -include::en-US/modules/proc_exporting-gpg-keys-gnome.adoc[leveloffset=+1] +include::{partialsdir}/proc_exporting-gpg-keys-gnome.adoc[leveloffset=+1] -include::en-US/modules/proc_exporting-gpg-keys-kde.adoc[leveloffset=+1] +include::{partialsdir}/proc_exporting-gpg-keys-kde.adoc[leveloffset=+1] -include::en-US/modules/proc_exporting-gpg-keys-cli.adoc[leveloffset=+1] +include::{partialsdir}/proc_exporting-gpg-keys-cli.adoc[leveloffset=+1] -include::en-US/modules/proc_copying-public-gpg-keys-manually.adoc[leveloffset=+1] +include::{partialsdir}/proc_copying-public-gpg-keys-manually.adoc[leveloffset=+1] [[safeguarding-your-secret-key]] -= Safeguarding Your Secret Key +== Safeguarding Your Secret Key Treat your secret key as you would any very important document or physical key. (Some people always keep their secret key on their person, either on magnetic or flash media.) If you lose your secret key, you will be unable to sign communications, or to open encrypted communications that were sent to you. [[hardware-token-options]] -= Hardware Token options +== Hardware Token options If you followed the above, you have a secret key which is just a regular file. A more secure model than keeping the key on disk is to use a hardware token. @@ -55,9 +56,9 @@ There are several options available on the market, for example the https://www.y Look for a token which advertises OpenPGP support. See https://blog.josefsson.org/2014/06/23/offline-gnupg-master-key-and-subkeys-on-yubikey-neo-smartcard/[this blog entry] for how to create a key with offline backups, and use the token for online access. -include::en-US/modules/proc_revoking-gpg-keys.adoc[leveloffset=+1] +include::{partialsdir}/proc_revoking-gpg-keys.adoc[leveloffset=+1] -= Additional resources +== Additional resources * http://www.gnupg.org/[GPG home page] * http://www.gnupg.org/documentation/[Official GPG documentation] diff --git a/en-US/create-hello-world-rpm.adoc b/modules/ROOT/pages/create-hello-world-rpm.adoc similarity index 99% rename from en-US/create-hello-world-rpm.adoc rename to modules/ROOT/pages/create-hello-world-rpm.adoc index 182f7e1..dc46963 100644 --- a/en-US/create-hello-world-rpm.adoc +++ b/modules/ROOT/pages/create-hello-world-rpm.adoc @@ -1,4 +1,4 @@ -include::en-US/attributes.adoc[] +include::{partialsdir}/attributes.adoc[] = How to Create a GNU Hello World RPM Package diff --git a/en-US/creating-a-disk-partition-in-linux.adoc b/modules/ROOT/pages/creating-a-disk-partition-in-linux.adoc similarity index 51% rename from en-US/creating-a-disk-partition-in-linux.adoc rename to modules/ROOT/pages/creating-a-disk-partition-in-linux.adoc index 6640cc1..7d9103c 100644 --- a/en-US/creating-a-disk-partition-in-linux.adoc +++ b/modules/ROOT/pages/creating-a-disk-partition-in-linux.adoc @@ -6,8 +6,8 @@ = Creating a disk partition in Linux :context: using-parted -include::en-US/modules/con_disk-partition-linux.adoc[leveloffset=+1] -include::en-US/modules/proc_creating-a-disk-partition-in-linux.adoc[leveloffset=+1] -include::en-US/modules/ref_help-mkpart.adoc[leveloffset=+1] +include::{partialsdir}/con_disk-partition-linux.adoc[leveloffset=+1] +include::{partialsdir}/proc_creating-a-disk-partition-in-linux.adoc[leveloffset=+1] +include::{partialsdir}/ref_help-mkpart.adoc[leveloffset=+1] :context: {parent-context} diff --git a/modules/ROOT/pages/creating-and-using-a-live-installation-image.adoc b/modules/ROOT/pages/creating-and-using-a-live-installation-image.adoc new file mode 100644 index 0000000..007f41e --- /dev/null +++ b/modules/ROOT/pages/creating-and-using-a-live-installation-image.adoc @@ -0,0 +1,11 @@ += Creating and using a live installation image + +include::{partialsdir}/proc_downloading-fedora.adoc[leveloffset=+1] + +include::{partialsdir}/proc_creating-and-using-live-usb.adoc[leveloffset=+1] + +include::{partialsdir}/proc_booting-from-usb-sticks.adoc[leveloffset=+1] + +include::{partialsdir}/proc_troubleshooting-live-usb.adoc[leveloffset=+1] + +include::{partialsdir}/proc_creating-and-using-live-cd.adoc[leveloffset=+1] diff --git a/modules/ROOT/pages/creating-rpm-packages.adoc b/modules/ROOT/pages/creating-rpm-packages.adoc new file mode 100644 index 0000000..0169a72 --- /dev/null +++ b/modules/ROOT/pages/creating-rpm-packages.adoc @@ -0,0 +1,12 @@ +[id='creating-rpm-packages'] += Creating RPM packages + +Learn the basics of RPM packaging. + +include::{partialsdir}/con_rpm_packaging_overview.adoc[leveloffset=+1] + +include::{partialsdir}/proc_rpm_preparing_your_system.adoc[leveloffset=+1] + +include::{partialsdir}/proc_rpm_creating_an_rpm.adoc[leveloffset=+1] + +include::{partialsdir}/con_rpm_spec_file_overview.adoc[leveloffset=+1] diff --git a/en-US/creating-windows-virtual-machines-using-virtio-drivers.adoc b/modules/ROOT/pages/creating-windows-virtual-machines-using-virtio-drivers.adoc similarity index 82% rename from en-US/creating-windows-virtual-machines-using-virtio-drivers.adoc rename to modules/ROOT/pages/creating-windows-virtual-machines-using-virtio-drivers.adoc index db89659..fd39f29 100644 --- a/en-US/creating-windows-virtual-machines-using-virtio-drivers.adoc +++ b/modules/ROOT/pages/creating-windows-virtual-machines-using-virtio-drivers.adoc @@ -7,17 +7,17 @@ Fedora cannot ship Windows virtIO drivers because they cannot be built automatic The drivers in these repos are licensed under the https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html[GPLv2] license. -include::en-US/modules/concept_virtio-win-repo-overview.adoc[leveloffset=+1] +include::{partialsdir}/concept_virtio-win-repo-overview.adoc[leveloffset=+1] -include::en-US/modules/concept_fedora-virtio-drivers-vs-rhel.adoc[leveloffset=+1] +include::{partialsdir}/concept_fedora-virtio-drivers-vs-rhel.adoc[leveloffset=+1] -include::en-US/modules/proc_installing-virtio-win-repo.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-virtio-win-repo.adoc[leveloffset=+1] -include::en-US/modules/proc_enabling-latest-virtio-win-repo.adoc[leveloffset=+1] +include::{partialsdir}/proc_enabling-latest-virtio-win-repo.adoc[leveloffset=+1] -include::en-US/modules/ref_virtio-win-rpm-contents.adoc[leveloffset=+1] +include::{partialsdir}/ref_virtio-win-rpm-contents.adoc[leveloffset=+1] -include::en-US/modules/proc_filing-virtio-win-bugs.adoc[leveloffset=+1] +include::{partialsdir}/proc_filing-virtio-win-bugs.adoc[leveloffset=+1] [discrete] diff --git a/en-US/debug-dracut-problems.adoc b/modules/ROOT/pages/debug-dracut-problems.adoc similarity index 100% rename from en-US/debug-dracut-problems.adoc rename to modules/ROOT/pages/debug-dracut-problems.adoc diff --git a/en-US/debug-systemd-problems.adoc b/modules/ROOT/pages/debug-systemd-problems.adoc similarity index 100% rename from en-US/debug-systemd-problems.adoc rename to modules/ROOT/pages/debug-systemd-problems.adoc diff --git a/en-US/debug-wayland-problems.adoc b/modules/ROOT/pages/debug-wayland-problems.adoc similarity index 100% rename from en-US/debug-wayland-problems.adoc rename to modules/ROOT/pages/debug-wayland-problems.adoc diff --git a/modules/ROOT/pages/disabling-automatic-screenlock.adoc b/modules/ROOT/pages/disabling-automatic-screenlock.adoc new file mode 100644 index 0000000..1680e48 --- /dev/null +++ b/modules/ROOT/pages/disabling-automatic-screenlock.adoc @@ -0,0 +1 @@ +include::{partialsdir}/proc_disabling-gnome-screenlock.adoc[leveloffset=+1] diff --git a/modules/ROOT/pages/displaying_user_prompt_on_gnome_login_screen.adoc b/modules/ROOT/pages/displaying_user_prompt_on_gnome_login_screen.adoc new file mode 100644 index 0000000..d46b028 --- /dev/null +++ b/modules/ROOT/pages/displaying_user_prompt_on_gnome_login_screen.adoc @@ -0,0 +1,3 @@ +:md: en-US/modules + +include::{partialsdir}/proc_displaying_user_prompt_on_gnome_login_screen.adoc[leveloffset=+1] diff --git a/en-US/dnf-system-upgrade.adoc b/modules/ROOT/pages/dnf-system-upgrade.adoc similarity index 100% rename from en-US/dnf-system-upgrade.adoc rename to modules/ROOT/pages/dnf-system-upgrade.adoc diff --git a/en-US/dnf.adoc b/modules/ROOT/pages/dnf.adoc similarity index 100% rename from en-US/dnf.adoc rename to modules/ROOT/pages/dnf.adoc diff --git a/en-US/edit-iptables-rules.adoc b/modules/ROOT/pages/edit-iptables-rules.adoc similarity index 100% rename from en-US/edit-iptables-rules.adoc rename to modules/ROOT/pages/edit-iptables-rules.adoc diff --git a/en-US/enable-touchpad-click.adoc b/modules/ROOT/pages/enable-touchpad-click.adoc similarity index 100% rename from en-US/enable-touchpad-click.adoc rename to modules/ROOT/pages/enable-touchpad-click.adoc diff --git a/en-US/fedora-and-red-hat-enterprise-linux.adoc b/modules/ROOT/pages/fedora-and-red-hat-enterprise-linux.adoc similarity index 74% rename from en-US/fedora-and-red-hat-enterprise-linux.adoc rename to modules/ROOT/pages/fedora-and-red-hat-enterprise-linux.adoc index 785374b..d4a9121 100644 --- a/en-US/fedora-and-red-hat-enterprise-linux.adoc +++ b/modules/ROOT/pages/fedora-and-red-hat-enterprise-linux.adoc @@ -3,4 +3,4 @@ What is the difference between Fedora and Red Hat Enterprise Linux? -include::en-US/modules/con_relation-between-fedora-and-red-hat-enterprise-linux.adoc[leveloffset=+1] +include::{partialsdir}/con_relation-between-fedora-and-red-hat-enterprise-linux.adoc[leveloffset=+1] diff --git a/en-US/fedora-life-cycle.adoc b/modules/ROOT/pages/fedora-life-cycle.adoc similarity index 100% rename from en-US/fedora-life-cycle.adoc rename to modules/ROOT/pages/fedora-life-cycle.adoc diff --git a/en-US/finding-and-installing-linux-applications.adoc b/modules/ROOT/pages/finding-and-installing-linux-applications.adoc similarity index 64% rename from en-US/finding-and-installing-linux-applications.adoc rename to modules/ROOT/pages/finding-and-installing-linux-applications.adoc index a48ddf3..e91409b 100644 --- a/en-US/finding-and-installing-linux-applications.adoc +++ b/modules/ROOT/pages/finding-and-installing-linux-applications.adoc @@ -7,12 +7,12 @@ Many powerful software applications are available on the Linux operating system. You can use the Fedora package management system to install applications. Many applications are available from the repository provided by the Fedora project. You can enable other repositories to get additional applications. -include::en-US/modules/con_package-management-in-fedora.adoc[leveloffset=+1] +include::{partialsdir}/con_package-management-in-fedora.adoc[leveloffset=+1] -include::en-US/modules/proc_package-searching-web-apps.adoc[leveloffset=+1] +include::{partialsdir}/proc_package-searching-web-apps.adoc[leveloffset=+1] -include::en-US/modules/proc_package-browsing-installing-software.adoc[leveloffset=+1] +include::{partialsdir}/proc_package-browsing-installing-software.adoc[leveloffset=+1] -include::en-US/modules/proc_package-install-command-line.adoc[leveloffset=+1] +include::{partialsdir}/proc_package-install-command-line.adoc[leveloffset=+1] -include::en-US/modules/proc_package-enabling-third-party.adoc[leveloffset=+1] +include::{partialsdir}/proc_package-enabling-third-party.adoc[leveloffset=+1] diff --git a/modules/ROOT/pages/firewalld.adoc b/modules/ROOT/pages/firewalld.adoc new file mode 100644 index 0000000..1cd7867 --- /dev/null +++ b/modules/ROOT/pages/firewalld.adoc @@ -0,0 +1,29 @@ +:experimental: +:imagesdir: ./images + +[[using-firewalld]] += Using firewalld + +:leveloffset: +1 + +include::{partialsdir}/con_firewalld.adoc[] + +include::{partialsdir}/proc_checking_firewalld.adoc[] + +include::{partialsdir}/proc_installing_firewalld.adoc[] + +include::{partialsdir}/proc_starting_firewalld.adoc[] + +include::{partialsdir}/proc_stopping_firewalld.adoc[] + +include::{partialsdir}/con_runtime_and_permanent_firewalld.adoc[] + +include::{partialsdir}/proc_changing_runtime_firewalld.adoc[] + +include::{partialsdir}/con_controlling_ports_firewalld.adoc[] + +include::{partialsdir}/proc_opening_ports_firewalld.adoc[] + +include::{partialsdir}/proc_closing_ports_firewalld.adoc[] + +:leveloffset: 0 diff --git a/en-US/flash.adoc b/modules/ROOT/pages/flash.adoc similarity index 96% rename from en-US/flash.adoc rename to modules/ROOT/pages/flash.adoc index ca89079..afabea1 100644 --- a/en-US/flash.adoc +++ b/modules/ROOT/pages/flash.adoc @@ -1,10 +1,9 @@ :experimental: -include::en-US/entities.adoc[] -include::en-US/3rdparty-message.adoc[] - [[ch-flash]] = Flash +include::{partialsdir}/3rdparty-message.adoc[] + [[sect-what-is-flash]] == What is Flash? diff --git a/en-US/getting-started-with-apache-http-server.adoc b/modules/ROOT/pages/getting-started-with-apache-http-server.adoc similarity index 72% rename from en-US/getting-started-with-apache-http-server.adoc rename to modules/ROOT/pages/getting-started-with-apache-http-server.adoc index 01da9a8..dd0fe06 100644 --- a/en-US/getting-started-with-apache-http-server.adoc +++ b/modules/ROOT/pages/getting-started-with-apache-http-server.adoc @@ -3,13 +3,13 @@ The Apache HTTP Server is one of the most commonly-used web servers. This section acts as a quick-start guide to deploying and configuring Apache on Fedora. -include::en-US/modules/proc_installing-httpd.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-httpd.adoc[leveloffset=+1] -include::en-US/modules/proc_securing-apache-httpd.adoc[leveloffset=+1] +include::{partialsdir}/proc_securing-apache-httpd.adoc[leveloffset=+1] -include::en-US/modules/proc_installing-webapps.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-webapps.adoc[leveloffset=+1] -include::en-US/modules/proc_configuring-apache-httpd.adoc[leveloffset=+1] +include::{partialsdir}/proc_configuring-apache-httpd.adoc[leveloffset=+1] [discrete] diff --git a/modules/ROOT/pages/getting-started-with-selinux.adoc b/modules/ROOT/pages/getting-started-with-selinux.adoc new file mode 100644 index 0000000..5e352da --- /dev/null +++ b/modules/ROOT/pages/getting-started-with-selinux.adoc @@ -0,0 +1,18 @@ +:parent-context: {context} + +[id='getting-started-with-selinux-{context}'] += Getting started with SELinux +:context: getting-started-with-selinux + +:md: en-US/modules +:imagesdir: ./images + +:leveloffset: +1 +include::{partialsdir}/con_introduction-to-selinux.adoc[] +include::{partialsdir}/con_benefits-of-selinux.adoc[] +include::{partialsdir}/con_selinux-examples.adoc[] +include::{partialsdir}/con_selinux-architecture.adoc[] +include::{partialsdir}/con_selinux-states-and-modes.adoc[] +:leveloffset: -1 + +:context: {parent-context} diff --git a/modules/ROOT/pages/getting-started-with-virtualization.adoc b/modules/ROOT/pages/getting-started-with-virtualization.adoc new file mode 100644 index 0000000..db0bed2 --- /dev/null +++ b/modules/ROOT/pages/getting-started-with-virtualization.adoc @@ -0,0 +1,14 @@ +[id='getting-started-with-virtualization'] += Getting started with virtualization + +Fedora uses the libvirt family of tools as its virtualization solution. + +include::{partialsdir}/proc_enabling-hardware-virtualization-support.adoc[leveloffset=+1] + +include::{partialsdir}/proc_installing-virtualization-software.adoc[leveloffset=+1] + +include::{partialsdir}/proc_creating-virtual-machines.adoc[leveloffset=+1] + +include::{partialsdir}/ref_managing-virtual-machines.adoc[leveloffset=+1] + +include::{partialsdir}/ref_other-virtualization-options.adoc[leveloffset=+1] diff --git a/en-US/index.adoc b/modules/ROOT/pages/index.adoc similarity index 100% rename from en-US/index.adoc rename to modules/ROOT/pages/index.adoc diff --git a/modules/ROOT/pages/installing-and-running-vlc.adoc b/modules/ROOT/pages/installing-and-running-vlc.adoc new file mode 100644 index 0000000..5c58ccd --- /dev/null +++ b/modules/ROOT/pages/installing-and-running-vlc.adoc @@ -0,0 +1,17 @@ +:experimental: +:imagesdir: ./images +:md: en-US/modules + +[[installing-and-running-vlc]] += Installing and Running VLC + +include::{partialsdir}/3rdparty-message.adoc[] + +:leveloffset: +1 + +include::{partialsdir}/proc_installing_vlc.adoc[] +include::{partialsdir}/proc_running_vlc.adoc[] +include::{partialsdir}/concept_third-party-repositories.adoc[] +include::{partialsdir}/con_the-purpose-of-rpm-fusion.adoc[] + +:leveloffset: 0 diff --git a/modules/ROOT/pages/installing-chromium-or-google-chrome-browsers.adoc b/modules/ROOT/pages/installing-chromium-or-google-chrome-browsers.adoc new file mode 100644 index 0000000..d40c8cd --- /dev/null +++ b/modules/ROOT/pages/installing-chromium-or-google-chrome-browsers.adoc @@ -0,0 +1,11 @@ +[i='installing-chromium-or-google-chrome-browsers'] += Installing Chromium or Google Chrome browsers + +include::{partialsdir}/3rdparty-message.adoc[] + +include::{partialsdir}/concept_chromium-web-browser.adoc[leveloffset=+1] + +include::{partialsdir}/proc_installing-chromium-web-browser.adoc[leveloffset=+1] + +include::{partialsdir}/proc_enabling-chromium-plugins.adoc[leveloffset=+1] + diff --git a/en-US/installing-grub2.adoc b/modules/ROOT/pages/installing-grub2.adoc similarity index 69% rename from en-US/installing-grub2.adoc rename to modules/ROOT/pages/installing-grub2.adoc index c7c96ed..57ddb36 100644 --- a/en-US/installing-grub2.adoc +++ b/modules/ROOT/pages/installing-grub2.adoc @@ -16,12 +16,12 @@ Since Fedora 16, *GRUB2* has been the default bootloader on x86 BIOS systems. For upgrades of BIOS systems, the default is also to install *GRUB2*, but you can opt to skip bootloader configuration entirely. -include::{md}/proc_installing-grub2-on-bios-system.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-grub2-on-bios-system.adoc[leveloffset=+1] -include::{md}/proc_installing-grub2-on-efi-system.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-grub2-on-efi-system.adoc[leveloffset=+1] -include::{md}/proc_creating-menu-entries-with-uefi-bootloader.adoc[leveloffset=+1] +include::{partialsdir}/proc_creating-menu-entries-with-uefi-bootloader.adoc[leveloffset=+1] -include::{md}/proc_adding-other-operating-systems-grub2.adoc[leveloffset=+1] +include::{partialsdir}/proc_adding-other-operating-systems-grub2.adoc[leveloffset=+1] diff --git a/en-US/installing-java.adoc b/modules/ROOT/pages/installing-java.adoc similarity index 80% rename from en-US/installing-java.adoc rename to modules/ROOT/pages/installing-java.adoc index 7d072d2..5427dd2 100644 --- a/en-US/installing-java.adoc +++ b/modules/ROOT/pages/installing-java.adoc @@ -3,13 +3,13 @@ Java provides a platform for creating and running applications. You can install various versions of Java to suit your requirements. -include::en-US/modules/con_about-java.adoc[leveloffset=+1] +include::{partialsdir}/con_about-java.adoc[leveloffset=+1] -include::en-US/modules/proc_installing-openjdk.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-openjdk.adoc[leveloffset=+1] -include::en-US/modules/proc_installing-oracle-java.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-oracle-java.adoc[leveloffset=+1] -include::en-US/modules/ref_jdk-tools.adoc[leveloffset=+1] +include::{partialsdir}/ref_jdk-tools.adoc[leveloffset=+1] [discrete] diff --git a/en-US/installing-software-from-source.adoc b/modules/ROOT/pages/installing-software-from-source.adoc similarity index 61% rename from en-US/installing-software-from-source.adoc rename to modules/ROOT/pages/installing-software-from-source.adoc index b3c5364..073492a 100644 --- a/en-US/installing-software-from-source.adoc +++ b/modules/ROOT/pages/installing-software-from-source.adoc @@ -4,10 +4,10 @@ The following section contains guidelines and best practices for installing software from source code on Fedora. The instructions below are not prescriptive, but following them minimizes the risk of errors occurring during installation. -include::en-US/modules/con_package-management-in-fedora.adoc[leveloffset=+1] +include::{partialsdir}/con_package-management-in-fedora.adoc[leveloffset=+1] -include::en-US/modules/proc_setting-up-your-local-dev-and-compilation-environment.adoc[leveloffset=+1] +include::{partialsdir}/proc_setting-up-your-local-dev-and-compilation-environment.adoc[leveloffset=+1] -include::en-US/modules/proc_downloading-source-code.adoc[leveloffset=+1] +include::{partialsdir}/proc_downloading-source-code.adoc[leveloffset=+1] -include::en-US/modules/proc_compiling_your_application_from_source.adoc[leveloffset=+1] +include::{partialsdir}/proc_compiling_your_application_from_source.adoc[leveloffset=+1] diff --git a/modules/ROOT/pages/installing-spotify.adoc b/modules/ROOT/pages/installing-spotify.adoc new file mode 100644 index 0000000..854c52d --- /dev/null +++ b/modules/ROOT/pages/installing-spotify.adoc @@ -0,0 +1,7 @@ += Installing Spotify + +include::{partialsdir}/3rdparty-message.adoc[] + +Installing the Spotify music service client on Fedora. + +include::{partialsdir}/proc_installing-spotify-on-fedora.adoc[leveloffset=+1] diff --git a/en-US/installing-virtual-systems-with-gnome-boxes.adoc b/modules/ROOT/pages/installing-virtual-systems-with-gnome-boxes.adoc similarity index 85% rename from en-US/installing-virtual-systems-with-gnome-boxes.adoc rename to modules/ROOT/pages/installing-virtual-systems-with-gnome-boxes.adoc index 406ff5f..d1176cc 100644 --- a/en-US/installing-virtual-systems-with-gnome-boxes.adoc +++ b/modules/ROOT/pages/installing-virtual-systems-with-gnome-boxes.adoc @@ -10,5 +10,5 @@ GNOME Boxes is an application in GNOME Desktop Environment, which enables you to virtually access various operating systems. :leveloffset: +1 -include::{md}/proc_install-predefined-systems.adoc[] +include::{partialsdir}/proc_install-predefined-systems.adoc[] :leveloffset: -1 diff --git a/en-US/kernel/build-custom-kernel.adoc b/modules/ROOT/pages/kernel/build-custom-kernel.adoc similarity index 100% rename from en-US/kernel/build-custom-kernel.adoc rename to modules/ROOT/pages/kernel/build-custom-kernel.adoc diff --git a/en-US/kernel/overview.adoc b/modules/ROOT/pages/kernel/overview.adoc similarity index 100% rename from en-US/kernel/overview.adoc rename to modules/ROOT/pages/kernel/overview.adoc diff --git a/en-US/kernel/troubleshooting.adoc b/modules/ROOT/pages/kernel/troubleshooting.adoc similarity index 100% rename from en-US/kernel/troubleshooting.adoc rename to modules/ROOT/pages/kernel/troubleshooting.adoc diff --git a/en-US/managing-keyboard-shortcuts-for-running-app-in-gnome.adoc b/modules/ROOT/pages/managing-keyboard-shortcuts-for-running-app-in-gnome.adoc similarity index 68% rename from en-US/managing-keyboard-shortcuts-for-running-app-in-gnome.adoc rename to modules/ROOT/pages/managing-keyboard-shortcuts-for-running-app-in-gnome.adoc index 67c2538..af09895 100644 --- a/en-US/managing-keyboard-shortcuts-for-running-app-in-gnome.adoc +++ b/modules/ROOT/pages/managing-keyboard-shortcuts-for-running-app-in-gnome.adoc @@ -7,10 +7,10 @@ :leveloffset: +1 -include::{md}/proc_adding-shortcut-custom-app-gnome.adoc[] -include::{md}/proc_disabling-shortcut-custom-app-gnome.adoc[] -include::{md}/proc_enabling-shortcut-custom-app-gnome.adoc[] -include::{md}/proc_removing-shortcut-custom-app-gnome.adoc[] +include::{partialsdir}/proc_adding-shortcut-custom-app-gnome.adoc[] +include::{partialsdir}/proc_disabling-shortcut-custom-app-gnome.adoc[] +include::{partialsdir}/proc_enabling-shortcut-custom-app-gnome.adoc[] +include::{partialsdir}/proc_removing-shortcut-custom-app-gnome.adoc[] :leveloffset: 0 diff --git a/en-US/mirroring.adoc b/modules/ROOT/pages/mirroring.adoc similarity index 100% rename from en-US/mirroring.adoc rename to modules/ROOT/pages/mirroring.adoc diff --git a/en-US/openh264.adoc b/modules/ROOT/pages/openh264.adoc similarity index 100% rename from en-US/openh264.adoc rename to modules/ROOT/pages/openh264.adoc diff --git a/en-US/package-management.adoc b/modules/ROOT/pages/package-management.adoc similarity index 100% rename from en-US/package-management.adoc rename to modules/ROOT/pages/package-management.adoc diff --git a/en-US/packagekit-not-found.adoc b/modules/ROOT/pages/packagekit-not-found.adoc similarity index 100% rename from en-US/packagekit-not-found.adoc rename to modules/ROOT/pages/packagekit-not-found.adoc diff --git a/en-US/performing-administration-tasks-using-sudo.adoc b/modules/ROOT/pages/performing-administration-tasks-using-sudo.adoc similarity index 62% rename from en-US/performing-administration-tasks-using-sudo.adoc rename to modules/ROOT/pages/performing-administration-tasks-using-sudo.adoc index abac0af..e73354d 100644 --- a/en-US/performing-administration-tasks-using-sudo.adoc +++ b/modules/ROOT/pages/performing-administration-tasks-using-sudo.adoc @@ -3,17 +3,17 @@ How to perform tasks requiring *root* privileges without logging in as *root*. -include::en-US/modules/con_what-is-sudo.adoc[leveloffset=+1] +include::{partialsdir}/con_what-is-sudo.adoc[leveloffset=+1] [id='how-to-use-sudo'] == How to use sudo -include::en-US/modules/con_using-sudo-assign-admin-privileges.adoc[leveloffset=+2] +include::{partialsdir}/con_using-sudo-assign-admin-privileges.adoc[leveloffset=+2] -include::en-US/modules/proc_using-same-password-for-root-as-user.adoc[leveloffset=+2] +include::{partialsdir}/proc_using-same-password-for-root-as-user.adoc[leveloffset=+2] -include::en-US/modules/con_logging-sudo-commands.adoc[leveloffset=+2] +include::{partialsdir}/con_logging-sudo-commands.adoc[leveloffset=+2] [[warning-and-caveats]] @@ -23,10 +23,10 @@ You must use the user account you created following the installation process, at There are several potential risks to keep in mind when using the [command]`sudo` command. You can avoid them by editing the [filename]`/etc/sudoers` configuration file using [command]`visudo` command. -include::en-US/modules/con_sudo-timeout.adoc[leveloffset=+2] +include::{partialsdir}/con_sudo-timeout.adoc[leveloffset=+2] -include::en-US/modules/con_using-sudo-access-docker.adoc[leveloffset=+2] +include::{partialsdir}/con_using-sudo-access-docker.adoc[leveloffset=+2] -include::en-US/modules/proc_run-docker-using-sudo.adoc[leveloffset=+2] +include::{partialsdir}/proc_run-docker-using-sudo.adoc[leveloffset=+2] -include::en-US/modules/con_using-sudo-without-password.adoc[leveloffset=+2] +include::{partialsdir}/con_using-sudo-without-password.adoc[leveloffset=+2] diff --git a/en-US/postgresql.adoc b/modules/ROOT/pages/postgresql.adoc similarity index 100% rename from en-US/postgresql.adoc rename to modules/ROOT/pages/postgresql.adoc diff --git a/en-US/proc_setting-key-shortcut.adoc b/modules/ROOT/pages/proc_setting-key-shortcut.adoc similarity index 100% rename from en-US/proc_setting-key-shortcut.adoc rename to modules/ROOT/pages/proc_setting-key-shortcut.adoc diff --git a/en-US/qemu.adoc b/modules/ROOT/pages/qemu.adoc similarity index 100% rename from en-US/qemu.adoc rename to modules/ROOT/pages/qemu.adoc diff --git a/en-US/raspberry-pi.adoc b/modules/ROOT/pages/raspberry-pi.adoc similarity index 100% rename from en-US/raspberry-pi.adoc rename to modules/ROOT/pages/raspberry-pi.adoc diff --git a/en-US/repositories.adoc b/modules/ROOT/pages/repositories.adoc similarity index 100% rename from en-US/repositories.adoc rename to modules/ROOT/pages/repositories.adoc diff --git a/en-US/reset-root-password.adoc b/modules/ROOT/pages/reset-root-password.adoc similarity index 100% rename from en-US/reset-root-password.adoc rename to modules/ROOT/pages/reset-root-password.adoc diff --git a/en-US/securing-the-system-by-keeping-it-up-to-date.adoc b/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc similarity index 75% rename from en-US/securing-the-system-by-keeping-it-up-to-date.adoc rename to modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc index 4427a3c..fcc8470 100644 --- a/en-US/securing-the-system-by-keeping-it-up-to-date.adoc +++ b/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc @@ -9,13 +9,13 @@ This section explains: * How to apply updates manually by using GUI or CLI (link:#manual-updating-using-cli[Manual updating using CLI]) * How to enable automatic updates (link:#setting-automatic-updates[Setting automatic updates]) -include::en-US/modules/con_why-it-is-important-keeping-your-system-up-to-date.adoc[leveloffset=+1] +include::{partialsdir}/con_why-it-is-important-keeping-your-system-up-to-date.adoc[leveloffset=+1] -include::en-US/modules/proc_manual-updating-using-gui.adoc[leveloffset=+1] +include::{partialsdir}/proc_manual-updating-using-gui.adoc[leveloffset=+1] -include::en-US/modules/proc_manual-updating-using-cli.adoc[leveloffset=+1] +include::{partialsdir}/proc_manual-updating-using-cli.adoc[leveloffset=+1] -include::en-US/modules/proc_setting-automatic-updates.adoc[leveloffset=+1] +include::{partialsdir}/proc_setting-automatic-updates.adoc[leveloffset=+1] [discrete] diff --git a/en-US/switching-desktop-environments.adoc b/modules/ROOT/pages/switching-desktop-environments.adoc similarity index 66% rename from en-US/switching-desktop-environments.adoc rename to modules/ROOT/pages/switching-desktop-environments.adoc index 5792f0f..0b4612e 100644 --- a/en-US/switching-desktop-environments.adoc +++ b/modules/ROOT/pages/switching-desktop-environments.adoc @@ -5,8 +5,8 @@ Fedora's default desktop environment is GNOME 3 in the Workstation spin, but it is very easy to try any of the many other desktop environments that are available without affecting your current desktop environment. -include::en-US/modules/proc_installing-additional-desktop-enviroments.adoc[leveloffset=+1] +include::{partialsdir}/proc_installing-additional-desktop-enviroments.adoc[leveloffset=+1] -include::en-US/modules/proc_switching-desktop-enviroments-using-gui.adoc[leveloffset=+1] +include::{partialsdir}/proc_switching-desktop-enviroments-using-gui.adoc[leveloffset=+1] -include::en-US/modules/proc_switching-desktop-enviroments-using-cli.adoc[leveloffset=+1] +include::{partialsdir}/proc_switching-desktop-enviroments-using-cli.adoc[leveloffset=+1] diff --git a/en-US/troubleshooting_selinux.adoc b/modules/ROOT/pages/troubleshooting_selinux.adoc similarity index 100% rename from en-US/troubleshooting_selinux.adoc rename to modules/ROOT/pages/troubleshooting_selinux.adoc diff --git a/en-US/uefi-with-qemu.adoc b/modules/ROOT/pages/uefi-with-qemu.adoc similarity index 100% rename from en-US/uefi-with-qemu.adoc rename to modules/ROOT/pages/uefi-with-qemu.adoc diff --git a/en-US/understanding-and-administering-systemd.adoc b/modules/ROOT/pages/understanding-and-administering-systemd.adoc similarity index 62% rename from en-US/understanding-and-administering-systemd.adoc rename to modules/ROOT/pages/understanding-and-administering-systemd.adoc index d8101f9..f796916 100644 --- a/en-US/understanding-and-administering-systemd.adoc +++ b/modules/ROOT/pages/understanding-and-administering-systemd.adoc @@ -5,21 +5,21 @@ Learn the basic principles of systemd: how to configure it and use to administer the system. -include::en-US/modules/con_understanding-systemd.adoc[leveloffset=+1] +include::{partialsdir}/con_understanding-systemd.adoc[leveloffset=+1] -include::en-US/modules/proc_starting-stopping-and-querying-systemd-services.adoc[leveloffset=+1] +include::{partialsdir}/proc_starting-stopping-and-querying-systemd-services.adoc[leveloffset=+1] -include::en-US/modules/proc_modifying-existing-systemd-services.adoc[leveloffset=+1] +include::{partialsdir}/proc_modifying-existing-systemd-services.adoc[leveloffset=+1] -include::en-US/modules/proc_creating-new-systemd-services.adoc[leveloffset=+1] +include::{partialsdir}/proc_creating-new-systemd-services.adoc[leveloffset=+1] -include::en-US/modules/proc_converting-sysvinit-services.adoc[leveloffset=+1] +include::{partialsdir}/proc_converting-sysvinit-services.adoc[leveloffset=+1] -include::en-US/modules/ref_common-service-parameters.adoc[leveloffset=+1] +include::{partialsdir}/ref_common-service-parameters.adoc[leveloffset=+1] -include::en-US/modules/ref_mapping-runlevel-to-targets.adoc[leveloffset=+1] +include::{partialsdir}/ref_mapping-runlevel-to-targets.adoc[leveloffset=+1] -include::en-US/modules/ref_mapping-service-commands.adoc[leveloffset=+1] +include::{partialsdir}/ref_mapping-service-commands.adoc[leveloffset=+1] [discrete] diff --git a/en-US/upgrading-fedora-online.adoc b/modules/ROOT/pages/upgrading-fedora-online.adoc similarity index 100% rename from en-US/upgrading-fedora-online.adoc rename to modules/ROOT/pages/upgrading-fedora-online.adoc diff --git a/en-US/upgrading.adoc b/modules/ROOT/pages/upgrading.adoc similarity index 100% rename from en-US/upgrading.adoc rename to modules/ROOT/pages/upgrading.adoc diff --git a/en-US/using-aide.adoc b/modules/ROOT/pages/using-aide.adoc similarity index 100% rename from en-US/using-aide.adoc rename to modules/ROOT/pages/using-aide.adoc diff --git a/en-US/using-nested-virtualization-in-kvm.adoc b/modules/ROOT/pages/using-nested-virtualization-in-kvm.adoc similarity index 69% rename from en-US/using-nested-virtualization-in-kvm.adoc rename to modules/ROOT/pages/using-nested-virtualization-in-kvm.adoc index 00ba7ce..bec5114 100644 --- a/en-US/using-nested-virtualization-in-kvm.adoc +++ b/modules/ROOT/pages/using-nested-virtualization-in-kvm.adoc @@ -2,11 +2,11 @@ Learn how to run a virtual machine within a virtual machine. -include::en-US/modules/proc_enabling-nested-virtualization-in-kvm.adoc[leveloffset=+1] +include::{partialsdir}/proc_enabling-nested-virtualization-in-kvm.adoc[leveloffset=+1] -include::en-US/modules/proc_configuring-nested-virtualization-in-virt-manager.adoc[leveloffset=+1] +include::{partialsdir}/proc_configuring-nested-virtualization-in-virt-manager.adoc[leveloffset=+1] -include::en-US/modules/proc_testing-nested-virtualization.adoc[leveloffset=+1] +include::{partialsdir}/proc_testing-nested-virtualization.adoc[leveloffset=+1] == Additional resources diff --git a/en-US/using-shared-system-certificates.adoc b/modules/ROOT/pages/using-shared-system-certificates.adoc similarity index 77% rename from en-US/using-shared-system-certificates.adoc rename to modules/ROOT/pages/using-shared-system-certificates.adoc index 28b4e15..c862e2f 100644 --- a/en-US/using-shared-system-certificates.adoc +++ b/modules/ROOT/pages/using-shared-system-certificates.adoc @@ -3,11 +3,11 @@ The Shared System Certificates storage enables NSS, GnuTLS, OpenSSL, and Java to share a default source for retrieving system certificate anchors and black list information. By default, the trust store contains the Mozilla CA list, including positive and negative trust. The system allows updating of the core Mozilla CA list or choosing another certificate list. -include::en-US/modules/con_using-the-system-wide-trust-store.adoc[leveloffset=+1] +include::{partialsdir}/con_using-the-system-wide-trust-store.adoc[leveloffset=+1] -include::en-US/modules/proc_adding-new-certificates.adoc[leveloffset=+1] +include::{partialsdir}/proc_adding-new-certificates.adoc[leveloffset=+1] -include::en-US/modules/proc_managing-trusted-system-certificates.adoc[leveloffset=+1] +include::{partialsdir}/proc_managing-trusted-system-certificates.adoc[leveloffset=+1] [[shared-system-certificates-additional-resources]] diff --git a/modules/ROOT/pages/viewing-logs.adoc b/modules/ROOT/pages/viewing-logs.adoc new file mode 100644 index 0000000..3d46ec5 --- /dev/null +++ b/modules/ROOT/pages/viewing-logs.adoc @@ -0,0 +1,8 @@ + +:md: en-US/modules + +include::{partialsdir}/con_viewing-logs.adoc[leveloffset=+1] + +include::{partialsdir}/proc_log-files-command-line.adoc[leveloffset=+1] + +include::{partialsdir}/proc_log-files-GUI.adoc[leveloffset=+1] diff --git a/en-US/wine.adoc b/modules/ROOT/pages/wine.adoc similarity index 100% rename from en-US/wine.adoc rename to modules/ROOT/pages/wine.adoc diff --git a/preview.sh b/preview.sh new file mode 100755 index 0000000..acab783 --- /dev/null +++ b/preview.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +if [ "$(uname)" == "Darwin" ]; then + # Running on macOS. + # Let's assume that the user has the Docker CE installed + # which doesn't require a root password. + echo "The preview will be available at http://localhost:8080/" + docker run --rm -v $(pwd)/public:/usr/share/nginx/html:ro -p 8080:80 nginx + +elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then + # Running on Linux. + # Let's assume that it's running the Docker deamon + # which requires root. + echo "" + echo "This build script is using Docker to run the build in an isolated environment. You might be asked for a root password in order to start it." + echo "The preview will be available at http://localhost:8080/" + sudo docker run --rm -v $(pwd)/public:/usr/share/nginx/html:ro -p 8080:80 nginx +fi diff --git a/site.yml b/site.yml new file mode 100644 index 0000000..7472e1d --- /dev/null +++ b/site.yml @@ -0,0 +1,20 @@ +site: + title: Local Preview + start_page: quick-docs::index +content: + sources: + - url: . + branches: HEAD +ui: + bundle: + url: https://asamalik.fedorapeople.org/ui-bundle.zip + snapshot: true + default_layout: with_menu +output: + clean: true + dir: ./public + destinations: + - provider: archive +runtime: + pull: true + cache_dir: ./cache