public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/devmanual:master commit in: archs/ppc/, keywording/, general-concepts/emerge-and-ebuild/, ...
@ 2015-08-21 20:16 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2015-08-21 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5b16122e6786de482bf8a57ae7eebcc8a31d4b17
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 20:16:15 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 20:16:15 2015 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5b16122e

Gentoo is doing https for everythin now

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 README.md                                    |  4 ++--
 appendices/contributing/text.xml             |  2 +-
 archs/alpha/text.xml                         |  8 ++++----
 archs/amd64/text.xml                         |  8 ++++----
 archs/ppc/text.xml                           |  4 ++--
 devbook.xsl                                  | 24 ++++++++++++------------
 ebuild-writing/eapi/text.xml                 |  2 +-
 ebuild-writing/misc-files/changelog/text.xml |  2 +-
 ebuild-writing/misc-files/metadata/text.xml  | 12 ++++++------
 general-concepts/emerge-and-ebuild/text.xml  |  2 +-
 general-concepts/manifest/text.xml           |  4 ++--
 general-concepts/mirrors/text.xml            |  2 +-
 keywording/text.xml                          |  2 +-
 text.xml                                     |  2 +-
 14 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/README.md b/README.md
index 0a211a4..e1cc00d 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@ devmanual.gentoo.org
 
 Gentoo devmanual source
 
-You can find the compiled version here: http://devmanual.gentoo.org
+You can find the compiled version here: https://devmanual.gentoo.org
 
 This document is licensed under [CC-BY-SA-2.0](License)
 
-See also http://devmanual.gentoo.org/appendices/contributing/index.html
+See also https://devmanual.gentoo.org/appendices/contributing/index.html

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index c8c20da..440aea3 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -63,7 +63,7 @@ for those who prefer to submit patches using pull requests.
 <body>
 
 <p>
-DevBook XML is heavily based on <uri link="http://www.gentoo.org/doc/en/xml-guide.xml">
+DevBook XML is heavily based on <uri link="https://www.gentoo.org/doc/en/xml-guide.xml">
 GuideXML</uri> and many tags are similar, if not the same. The main differences
 occur in layout which are designed to make a large-scale publication easier
 to produce and manage using a hierarchical tree system. Before starting off you

diff --git a/archs/alpha/text.xml b/archs/alpha/text.xml
index b8662fe..dec4eef 100644
--- a/archs/alpha/text.xml
+++ b/archs/alpha/text.xml
@@ -138,16 +138,16 @@ The Alpha team can be contacted:
 
 <ul>
   <li>
-    <uri link="http://alpha.gentoo.org/">Gentoo Linux Alpha Development Project</uri>
+    <uri link="https://alpha.gentoo.org/">Gentoo Linux Alpha Development Project</uri>
   </li>
   <li>
-    <uri link="http://www.gentoo.org/doc/en/gentoo-alpha-faq.xml">Gentoo/Alpha FAQ</uri>
+    <uri link="https://www.gentoo.org/doc/en/gentoo-alpha-faq.xml">Gentoo/Alpha FAQ</uri>
   </li>
   <li>
-    <uri link="http://www.gentoo.org/proj/en/base/alpha/doc/alpha-porting-guide.xml">Alpha Porting Guide</uri>
+    <uri link="https://www.gentoo.org/proj/en/base/alpha/doc/alpha-porting-guide.xml">Alpha Porting Guide</uri>
   </li>
   <li>
-    <uri link="http://forums.gentoo.org/viewforum-f-32.html">Gentoo on Alternative Architectures Forum</uri>
+    <uri link="https://forums.gentoo.org/viewforum-f-32.html">Gentoo on Alternative Architectures Forum</uri>
   </li>
 </ul>
 

diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml
index 8aeff2d..f75e29d 100644
--- a/archs/amd64/text.xml
+++ b/archs/amd64/text.xml
@@ -142,7 +142,7 @@ As you read above, 32bit applications must be linked against 32bit libraries.
 For that, we've put together the most used libraries and stuck them into the
 so-called <c>emul-linux-x86</c> packages, which are located in the
 <c>app-emulation</c> category. The current list of all the <c>emul-linux-x86</c>
-packages, can be found <uri link="http://dev.gentoo.org/~pacho/emul.html">here.</uri>
+packages, can be found <uri link="https://dev.gentoo.org/~pacho/emul.html">here.</uri>
 </p>
 
 <p>
@@ -596,13 +596,13 @@ segmentation faults or strange behaviour. GCC 4.0 refuses to compile such code.
 
 <ul>
   <li>
-    <uri link="http://amd64.gentoo.org/">Gentoo/AMD64 Project</uri>
+    <uri link="https://amd64.gentoo.org/">Gentoo/AMD64 Project</uri>
   </li>
   <li>
-    <uri link="http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml">Gentoo/Linux AMD64 FAQ</uri>
+    <uri link="https://www.gentoo.org/doc/en/gentoo-amd64-faq.xml">Gentoo/Linux AMD64 FAQ</uri>
   </li>
   <li>
-    <uri link="http://forums.gentoo.org/viewforum-f-46.html">Gentoo on AMD64 Forum</uri>
+    <uri link="https://forums.gentoo.org/viewforum-f-46.html">Gentoo on AMD64 Forum</uri>
   </li>
 </ul>
 

diff --git a/archs/ppc/text.xml b/archs/ppc/text.xml
index 6313f81..5ccfeff 100644
--- a/archs/ppc/text.xml
+++ b/archs/ppc/text.xml
@@ -92,10 +92,10 @@ The PowerPC team can be reached by:
 
 <ul>
   <li>
-    <uri link="http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml">Gentoo PPC FAQ</uri>
+    <uri link="https://www.gentoo.org/doc/en/gentoo-ppc-faq.xml">Gentoo PPC FAQ</uri>
   </li>
   <li>
-    <uri link="http://forums.gentoo.org/viewforum-f-24.html">Gentoo PPC Forums</uri>
+    <uri link="https://forums.gentoo.org/viewforum-f-24.html">Gentoo PPC Forums</uri>
   </li>
 </ul>
 

diff --git a/devbook.xsl b/devbook.xsl
index 3fd2c1b..3cfac4c 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -440,24 +440,24 @@
             <div class="row">
               <div class="site-title-buttons">
                 <div class="btn-group btn-group-sm">
-                  <a href="http://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-download"></span> <strong>Get Gentoo!</strong></a>
+                  <a href="https://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-download"></span> <strong>Get Gentoo!</strong></a>
                   <div class="btn-group btn-group-sm">
                     <button type="button" class="gentoo-org-sites btn" data-toggle="dropdown">
                       <span class="glyphicon glyphicon-globe"></span> gentoo.org sites <span class="caret"></span>
                     </button>
                     <ul class="dropdown-menu">
-                      <li><a href="http://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
-                      <li><a href="http://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text fa-fw"></span> Wiki</a></li>
+                      <li><a href="https://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
+                      <li><a href="https://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text fa-fw"></span> Wiki</a></li>
                       <li><a href="https://bugs.gentoo.org/" title="Report issues and find common issues"><span class="fa fa-bug fa-fw"></span> Bugs</a></li>
-                      <li><a href="http://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a></li>
-                      <li><a href="http://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a></li>
+                      <li><a href="https://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a></li>
+                      <li><a href="https://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a></li>
                       <li class="divider"></li>
-                      <li><a href="http://overlays.gentoo.org/" title="Collaborate on maintaining packages"><span class="fa fa-code-fork fa-fw"></span> Overlays</a></li>
-                      <li><a href="http://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a></li>
-                      <li><a href="http://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
-                      <li><a href="http://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a></li>
+                      <li><a href="https://overlays.gentoo.org/" title="Collaborate on maintaining packages"><span class="fa fa-code-fork fa-fw"></span> Overlays</a></li>
+                      <li><a href="https://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a></li>
+                      <li><a href="https://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
+                      <li><a href="https://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a></li>
                       <li class="divider"></li>
-                      <li><a href="http://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-tasks fa-fw"></span> Infra Status</a></li>
+                      <li><a href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-tasks fa-fw"></span> Infra Status</a></li>
                     </ul>
                   </div>
                 </div>
@@ -527,7 +527,7 @@
             </div>
             <div class="col-md-4">
               <strong>Questions or comments?</strong><br />
-              Please feel free to <a href="http://www.gentoo.org/main/en/contact.xml">contact us</a>.
+              Please feel free to <a href="https://www.gentoo.org/main/en/contact.xml">contact us</a>.
             </div>
           </div>
           <div class="row">
@@ -536,7 +536,7 @@
               <small>
                 Gentoo is a trademark of the Gentoo Foundation, Inc.
                 The text of this document is distributed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 License</a>.
-                The <a href="http://www.gentoo.org/main/en/name-logo.xml">Gentoo Name and Logo Usage Guidelines</a> apply.
+                The <a href="https://www.gentoo.org/main/en/name-logo.xml">Gentoo Name and Logo Usage Guidelines</a> apply.
               </small>
             </div>
           </div>

diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index 6d0162a..3acf047 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -340,7 +340,7 @@ src_compile() {
 		<p>
 			Support for the <c>EPREFIX</c>, <c>EROOT</c>, and <c>ED</c>
 			variables. If an ebuild uses one of these, it must be EAPI3 aware.
-			See <uri link="http://www.gentoo.org/proj/en/gentoo-alt/prefix/techdocs.xml#doc_chap2">Gentoo Prefix Techdocs</uri> for more information.
+			See <uri link="https://www.gentoo.org/proj/en/gentoo-alt/prefix/techdocs.xml#doc_chap2">Gentoo Prefix Techdocs</uri> for more information.
 		</p>
 	</li>
 	<li>

diff --git a/ebuild-writing/misc-files/changelog/text.xml b/ebuild-writing/misc-files/changelog/text.xml
index 7ee5ce7..ff68e11 100644
--- a/ebuild-writing/misc-files/changelog/text.xml
+++ b/ebuild-writing/misc-files/changelog/text.xml
@@ -15,7 +15,7 @@ the format of a <c>ChangeLog</c> is now defined as "whatever
 You should include references to any relevant bugs. The standard
 format for doing this is via the phrase <c>bug #20600</c> — this
 format (with the hash sign included) is recognised via
-<uri link="http://packages.gentoo.org">packages.gentoo.org</uri> and
+<uri link="https://packages.gentoo.org">packages.gentoo.org</uri> and
 similar tools. When including user-submitted ebuilds or patches, you
 should credit the user with their full name and email address (or
 whatever they use to identify themselves on bugzilla <d/> some users

diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
index 4b8d042..e506b1c 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -68,7 +68,7 @@ A <path>metadata.xml</path> file can contain a number of tags:
     If a package is maintained by one or more herds, names of these herds
     can be specified with the <brite>&lt;herd&gt;</brite> tag. The names
     used in this tag must be the same as specified in the <uri 
-    link="http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?content-type=text/plain&amp;rev=HEAD">herds.xml</uri>
+    link="https://sources.gentoo.org/viewcvs.py/*checkout*/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml?content-type=text/plain&amp;rev=HEAD">herds.xml</uri>
     file.
   </ti>
 </tr>
@@ -309,7 +309,7 @@ OpenOffice of which the ebuilds are completely managed by a herd called
 
 <codesample lang="sgml">
 &lt;?xml version='1.0' encoding='UTF-8'?&gt;
-&lt;!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"&gt;
+&lt;!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"&gt;
 &lt;pkgmetadata&gt;
   &lt;herd&gt;openoffice&lt;/herd&gt;
   &lt;longdescription&gt;
@@ -324,7 +324,7 @@ OpenOffice of which the ebuilds are completely managed by a herd called
 
 <p>
 The <c>openoffice</c> herd is defined in <path>herds.xml</path> by the
-<uri link="http://www.gentoo.org/proj/en/metastructure">Gentoo Metastructure Project</uri>:
+<uri link="https://www.gentoo.org/proj/en/metastructure">Gentoo Metastructure Project</uri>:
 </p>
 
 <note>
@@ -364,7 +364,7 @@ For the second example, we will examine the <path>metadata.xml</path> of
 
 <codesample lang="sgml">
 &lt;?xml version='1.0' encoding='UTF-8'?&gt;
-&lt;!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"&gt;
+&lt;!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"&gt;
 &lt;pkgmetadata&gt;
   &lt;herd&gt;tools-portage&lt;/herd&gt;
   &lt;maintainer&gt;
@@ -392,7 +392,7 @@ and contains USE flag descriptions.
 
 <codesample lang="sgml">
 &lt;?xml version="1.0" encoding="UTF-8"&gt;
-&lt;!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"&gt;
+&lt;!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"&gt;
 &lt;pkgmetadata&gt;
 &lt;herd&gt;gentopia&lt;/herd&gt;
 &lt;maintainer&gt;
@@ -504,7 +504,7 @@ by <uri link="https://wiki.gentoo.org/wiki/GLEP:31">GLEP
 
 <codesample lang="sgml">
     &lt;?xml version="1.0" encoding="UTF-8"?&gt;
-    &lt;!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"&gt;
+    &lt;!DOCTYPE catmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"&gt;
     &lt;catmetadata&gt;
             &lt;longdescription lang="en"&gt;
                 The app-vim category contains plugins and syntax file

diff --git a/general-concepts/emerge-and-ebuild/text.xml b/general-concepts/emerge-and-ebuild/text.xml
index 16bc056..73c97e9 100644
--- a/general-concepts/emerge-and-ebuild/text.xml
+++ b/general-concepts/emerge-and-ebuild/text.xml
@@ -15,7 +15,7 @@ dependency tracking, safe installs and uninstalls and so on. <c>emerge</c> calls
 and any eclasses. The <c>${D}</c> to <c>${ROOT}</c> install is handled by <c>emerge</c>.
 </p>
 
-<todo>http://dev.gentoo.org/~g2boojum/portage.html</todo>
+<todo>https://dev.gentoo.org/~g2boojum/portage.html</todo>
 
 </body>
 </chapter>

diff --git a/general-concepts/manifest/text.xml b/general-concepts/manifest/text.xml
index 665c259..27ebdef 100644
--- a/general-concepts/manifest/text.xml
+++ b/general-concepts/manifest/text.xml
@@ -42,12 +42,12 @@ Key Setup:
 
 <ul>
   <li>
-    <uri link="http://www.gentoo.org/doc/en/gnupg-user.xml#doc_chap2">Create</uri>
+    <uri link="https://www.gentoo.org/doc/en/gnupg-user.xml#doc_chap2">Create</uri>
     a new DSA GnuPG key with at least a 1024 bit keylength, an expiration
     period no longer than 6 months and a good passphrase.
   </li>
   <li>
-    <uri link="http://www.gentoo.org/doc/en/gnupg-user.xml#doc_chap3">Upload</uri>
+    <uri link="https://www.gentoo.org/doc/en/gnupg-user.xml#doc_chap3">Upload</uri>
     the key to a keyserver.
   </li>
 </ul>

diff --git a/general-concepts/mirrors/text.xml b/general-concepts/mirrors/text.xml
index 8d81d44..e860988 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -65,7 +65,7 @@ weeks.
 
 <p>
 More general information about the internals of mirroring can be found on <uri
-link="http://www.gentoo.org/proj/en/infrastructure/mirrors/overview-distfile.xml">infrastructure's
+link="https://www.gentoo.org/proj/en/infrastructure/mirrors/overview-distfile.xml">infrastructure's
 pages</uri>.
 </p>
 </body>

diff --git a/keywording/text.xml b/keywording/text.xml
index e31e0a3..422e15b 100644
--- a/keywording/text.xml
+++ b/keywording/text.xml
@@ -267,7 +267,7 @@ For a package to move to stable, the following guidelines must be met:
 
 <p>
 For security fixes, the "reasonable amount of time" guideline may be relaxed.
-See the <uri link="http://www.gentoo.org/security/en/vulnerability-policy.xml">
+See the <uri link="https://www.gentoo.org/security/en/vulnerability-policy.xml">
 Vulnerability Treatment Policy</uri>
 </p>
 

diff --git a/text.xml b/text.xml
index 4044e0d..7c56cae 100644
--- a/text.xml
+++ b/text.xml
@@ -18,7 +18,7 @@ and file a <uri link="https://bugs.gentoo.org/enter_bug.cgi?product=Doc%20Other;
 The <uri link="::appendices/contributors"/>
 section lists specific contributions to this manual.
 </p>
-<p>Users that are interested in becoming a Gentoo Developer are encouraged to also read the <uri link="http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml">Gentoo Developer Handbook</uri>.</p>
+<p>Users that are interested in becoming a Gentoo Developer are encouraged to also read the <uri link="https://www.gentoo.org/proj/en/devrel/handbook/handbook.xml">Gentoo Developer Handbook</uri>.</p>
 </body>
 
 <section>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-21 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 20:16 [gentoo-commits] proj/devmanual:master commit in: archs/ppc/, keywording/, general-concepts/emerge-and-ebuild/, Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox