summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-01-14 18:21:24 +0100
committerUlrich Müller <ulm@gentoo.org>2023-01-14 18:21:24 +0100
commita3212d8ef9f80ba6944d8f29b9ad3650f6c93c49 (patch)
treec6d590e7674b6ec54c957398c1a276f88a6c2b3d /other-docs.html
parentRemove Google+ from footer (diff)
downloadpolicy-guide-a3212d8ef9f80ba6944d8f29b9ad3650f6c93c49.tar.gz
policy-guide-a3212d8ef9f80ba6944d8f29b9ad3650f6c93c49.tar.bz2
policy-guide-a3212d8ef9f80ba6944d8f29b9ad3650f6c93c49.zip
Rebuild
Manually fix the copyright line. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'other-docs.html')
-rw-r--r--other-docs.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/other-docs.html b/other-docs.html
index 1f586f9..f1bfb3f 100644
--- a/other-docs.html
+++ b/other-docs.html
@@ -1,11 +1,11 @@
<!doctype html>
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
+ <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<title>Other policy documents &#8212; Gentoo Policy Guide documentation</title>
<link rel="stylesheet" href="_static/tyrian-sphinx-theme.css" type="text/css" />
@@ -19,9 +19,8 @@
<link rel="stylesheet" type="text/css" href="_static/tyrian-sphinx-theme.css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
- <script src="_static/jquery.js"></script>
- <script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
+ <script src="_static/sphinx_highlight.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Dependencies" href="dependencies.html" />
@@ -134,11 +133,11 @@
<section id="other-policy-documents">
-<h1>Other policy documents<a class="headerlink" href="#other-policy-documents" title="Permalink to this headline">¶</a></h1>
+<h1>Other policy documents<a class="headerlink" href="#other-policy-documents" title="Permalink to this heading">¶</a></h1>
<section id="gentoo-specific-documentation">
-<h2>Gentoo-specific documentation<a class="headerlink" href="#gentoo-specific-documentation" title="Permalink to this headline">¶</a></h2>
+<h2>Gentoo-specific documentation<a class="headerlink" href="#gentoo-specific-documentation" title="Permalink to this heading">¶</a></h2>
<section id="package-manager-specification">
-<h3>Package Manager Specification<a class="headerlink" href="#package-manager-specification" title="Permalink to this headline">¶</a></h3>
+<h3>Package Manager Specification<a class="headerlink" href="#package-manager-specification" title="Permalink to this heading">¶</a></h3>
<p><a class="reference external" href="https://projects.gentoo.org/pms/latest/pms.html">PMS</a> provides the specification of ebuild format, as well as general
guidelines for implementing package managers. All ebuilds in the Gentoo
repository are required to conform to the PMS. Tree policies may
@@ -148,7 +147,7 @@ in subsequent EAPIs that are approved by the Council. The project’s
wiki page discusses how PMS can be changed via <a class="reference external" href="https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification/Future_EAPI_process">future EAPI process</a>.</p>
</section>
<section id="gleps">
-<h3>GLEPs<a class="headerlink" href="#gleps" title="Permalink to this headline">¶</a></h3>
+<h3>GLEPs<a class="headerlink" href="#gleps" title="Permalink to this heading">¶</a></h3>
<p><a class="reference external" href="https://www.gentoo.org/glep/">GLEPs</a> provide the highest level policies applicable to Gentoo. Final
or active GLEPs apply to all developers. Tree policies may impose
additional restrictions on GLEPs but may not override them.</p>
@@ -157,7 +156,7 @@ In general, all GLEP updates go through mailing list review and need
to be approved by the Council.</p>
</section>
<section id="developer-manual">
-<h3>Developer Manual<a class="headerlink" href="#developer-manual" title="Permalink to this headline">¶</a></h3>
+<h3>Developer Manual<a class="headerlink" href="#developer-manual" title="Permalink to this heading">¶</a></h3>
<p><a class="reference external" href="https://devmanual.gentoo.org/">Devmanual</a> is the basic guide for ebuild developers. Besides policies,
it contains many general recommendations and detailed instructions.
Developer Manual does not specify policies itself, and needs to comply
@@ -167,16 +166,16 @@ recommended that all changes are reviewed by the <a class="reference external" h
</section>
</section>
<section id="external-standards">
-<h2>External standards<a class="headerlink" href="#external-standards" title="Permalink to this headline">¶</a></h2>
+<h2>External standards<a class="headerlink" href="#external-standards" title="Permalink to this heading">¶</a></h2>
<section id="posix">
-<h3>POSIX<a class="headerlink" href="#posix" title="Permalink to this headline">¶</a></h3>
+<h3>POSIX<a class="headerlink" href="#posix" title="Permalink to this heading">¶</a></h3>
<p><a class="reference external" href="http://get.posixcertified.ieee.org/">POSIX</a> is the basic standard for operating systems. However, its rules
apply to the software packaged in Gentoo rather than the distribution
itself. Nevertheless, when no more specific policy applies, following
POSIX is recommended.</p>
</section>
<section id="fhs">
-<h3>FHS<a class="headerlink" href="#fhs" title="Permalink to this headline">¶</a></h3>
+<h3>FHS<a class="headerlink" href="#fhs" title="Permalink to this heading">¶</a></h3>
<p><a class="reference external" href="https://refspecs.linuxfoundation.org/fhs.shtml">FHS</a> specifies the suggested filesystem layout for Linux systems.
Gentoo follows FHS only partially. Whenever Gentoo policies and FHS
disagree, Gentoo policies should be followed.</p>
@@ -272,7 +271,7 @@ disagree, Gentoo policies should be followed.</p>
<h3 class="footerhead">Gentoo Policy Guide </h3>
<div class="row">
<div class="col-xs-12 col-md-4">
- <span class="kk-group-header">Powered by</span><br><span><a href="http://sphinx-doc.org/">Sphinx 4.5.0</a> &amp; <a href="https://github.com/mmagorsc/tyrian_sphinx_theme">Tyrian Theme 0.0.7</a></span>
+ <span class="kk-group-header">Powered by</span><br><span><a href="http://sphinx-doc.org/">Sphinx 6.1.3</a> &amp; <a href="https://github.com/mmagorsc/tyrian_sphinx_theme">Tyrian Theme 0.0.7</a></span>
</div>
<div class="col-xs-12 col-md-4">
</div>
@@ -289,11 +288,12 @@ disagree, Gentoo policies should be followed.</p>
<div class="col-xs-2 col-sm-3 col-md-2">
<ul class="footerlinks three-icons">
<li><a href="https://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
+ <li><a href="https://plus.google.com/+Gentoo" title="+Gentoo on Google+"><span class="fa fa-google-plus fa-fw"></span></a></li>
<li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
</ul>
</div>
<div class="col-xs-10 col-sm-9 col-md-10">
- <strong>© 2001–2022 Gentoo Authors</strong><br>
+ <strong>© 2001–2023 Gentoo Authors, Inc.</strong><br>
<small>
Gentoo is a trademark of the Gentoo Foundation, Inc.
The contents of this document, unless otherwise expressly stated, are licensed under the