diff options
author | 2015-04-02 11:09:31 +0200 | |
---|---|---|
committer | 2015-04-02 11:09:31 +0200 | |
commit | b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef (patch) | |
tree | ae0ac2aedd349e4e5757200b5017e12f9a2b5b36 /_includes | |
download | www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.gz www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.bz2 www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.zip |
Initial version
Diffstat (limited to '_includes')
35 files changed, 548 insertions, 0 deletions
diff --git a/_includes/container/end b/_includes/container/end new file mode 100644 index 0000000..492b151 --- /dev/null +++ b/_includes/container/end @@ -0,0 +1,3 @@ + </div> +</div> +<div class="container"><div class="row"><div class="col-md-12">
\ No newline at end of file diff --git a/_includes/container/start b/_includes/container/start new file mode 100644 index 0000000..cc4e50d --- /dev/null +++ b/_includes/container/start @@ -0,0 +1,3 @@ +</div></div></div> +<div class="{{ include.class }}"> + <div class="container">
\ No newline at end of file diff --git a/_includes/downloads/alpha.html b/_includes/downloads/alpha.html new file mode 100644 index 0000000..15d2d27 --- /dev/null +++ b/_includes/downloads/alpha.html @@ -0,0 +1,17 @@ +<div class="col-xs-12 col-md-6"> + <h4>Boot Media</h4> + <div class="list-group"> + {% include partials/download-link.html type="iso" arch="alpha" id="minimal" title="Minimal Installation CD" %} + </div> + <h4>Stage Archives</h4> + <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="alpha" id="alpha" title="Stage 3" %} + </div> +</div> +<div class="col-xs-12 col-md-6"> + <h4>Details (Contents, Hashes, and Signatures)</h4> + <ul> + <li><a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-install-alpha-minimal/">Minimal Installation CD</a></li> + <li><a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-stage3-alpha/">Stage 3</a></li> + </ul> +</div>
\ No newline at end of file diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html new file mode 100644 index 0000000..3db814b --- /dev/null +++ b/_includes/downloads/amd64-advanced.html @@ -0,0 +1,31 @@ +<div class="col-xs-12 col-md-6"> + <h4>Boot Media</h4> + <div class="list-group"> + {% include partials/download-link-raw.html url='http://distfiles.gentoo.org/releases/amd64/autobuilds/current-admincd-amd64/' title='Admin CD' size='381000000' date='2015-03-26' %} + </div> + + <h4>Stage Archives</h4> + <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64" title="Stage 3" tag="no multilib" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-uclibc-vanilla" title="Stage 3" tag="uclibc" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened" title="Hardened Stage 3" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened+nomultilib" title="Hardened Stage 3" tag="no multilib" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-uclibc-hardened" title="Hardened Stage 3" tag="uclibc" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="x32" title="Stage 3" tag="X32" %} + </div> +</div> +<div class="col-xs-12 col-md-6"> + <h4>Details (Contents, Hashes, and Signatures)</h4> + <ul> + <li><a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a></li> + <li><a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64/">Stage 3</a></li> + <li><a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/">All Stages</a></li> + </ul> + + <div class="alert alert-info"> + <strong><span class="fa fa-fw fa-info-circle"></span> Processor Compatibility</strong> + <p> + The <em>amd64</em> architecture is intended for use on AMD 64-bit CPUs as well as 64-bit <strong>Intel Pentium/Core/Xeon</strong> processors. + </p> + </div> +</div>
\ No newline at end of file diff --git a/_includes/downloads/amd64.html b/_includes/downloads/amd64.html new file mode 100644 index 0000000..b0b54bd --- /dev/null +++ b/_includes/downloads/amd64.html @@ -0,0 +1,17 @@ +<h4>Boot Media</h4> +<div class="list-group"> + {% include partials/download-link.html type="iso" arch="amd64" id="minimal" title="Minimal Installation CD" %} + {% include partials/download-link-raw.html url='http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/amd64/' title='Hybrid ISO (LiveDVD)' size='2800000000' date='2014-08-26' %} +</div> + +<h4>Stage Archives</h4> +<div class="list-group"> + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64" title="Stage 3" %} +</div> + +<h4>Details (Contents, Hashes, and Signatures)</h4> +<p> + <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a>, + <a href="http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/amd64/">Hybrid ISO</a>, + <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64/">Stage 3</a> +</p>
\ No newline at end of file diff --git a/_includes/downloads/arm.html b/_includes/downloads/arm.html new file mode 100644 index 0000000..a2bf23e --- /dev/null +++ b/_includes/downloads/arm.html @@ -0,0 +1,17 @@ +<div class="col-xs-12 col-md-6"> + <h4>Stage Archives</h4> + <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="arm" id="armv4tl" title="Stage 3" tag="ARMv4tl" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv5tel" title="Stage 3" tag="ARMv5tel" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv6j" title="Stage 3" tag="ARMv6j" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv6j_hardfp" title="Stage 3" tag="ARMv6j | HardFP" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv7a" title="Stage 3" tag="ARMv7a" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv7a_hardfp" title="Stage 3" tag="ARMv7a | HardFP" %} + </div> +</div> +<div class="col-xs-12 col-md-6"> + <h4>Details (Contents, Hashes, and Signatures)</h4> + <ul> + <li><a href="http://distfiles.gentoo.org/releases/arm/autobuilds/">Stage 3</a></li> + </ul> +</div>
\ No newline at end of file diff --git a/_includes/downloads/experimental.html b/_includes/downloads/experimental.html new file mode 100644 index 0000000..e6fc030 --- /dev/null +++ b/_includes/downloads/experimental.html @@ -0,0 +1,12 @@ +<div class="col-xs-12 col-md-6"> + <h4>mips</h4> + <div class="list-group"> + <a href="http://distfiles.gentoo.org/experimental/mips/stages/" data-relurl="../experimental/mips/stages/" class="list-group-item download-link download-link-mirrorable"> + <span class="fa fa-download fa-fw"></span> + <strong>MIPS stages</strong> + </a> + </div> +</div> +<div class="col-xs-12 col-md-6"> + +</div>
\ No newline at end of file diff --git a/_includes/downloads/hppa.html b/_includes/downloads/hppa.html new file mode 100644 index 0000000..908eb7a --- /dev/null +++ b/_includes/downloads/hppa.html @@ -0,0 +1,18 @@ +<div class="col-xs-12 col-md-6"> + <h4>Boot Media</h4> + <div class="list-group"> + {% include partials/download-link.html type="iso" arch="hppa" id="minimal" title="Minimal Installation CD" %} + </div> + <h4>Stage Archives</h4> + <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1" title="Stage 3" tag="HPPA 1.1" %} + {% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0" title="Stage 3" tag="HPPA 2.0" %} + </div> +</div> +<div class="col-xs-12 col-md-6"> + <h4>Details (Contents, Hashes, and Signatures)</h4> + <ul> + <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-install-hppa-minimal/">Minimal Installation CD</a></li> + <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/">Stage 3</a></li> + </ul> +</div>
\ No newline at end of file diff --git a/_includes/downloads/ia64.html b/_includes/downloads/ia64.html new file mode 100644 index 0000000..46aee26 --- /dev/null +++ b/_includes/downloads/ia64.html @@ -0,0 +1,25 @@ +<div class="col-xs-12 col-md-6"> + <h4>Boot Media</h4> + <div class="list-group"> + {% include partials/download-link.html type="iso" arch="ia64" id="minimal" title="Minimal Installation CD" %} + </div> + <h4>Stage Archives</h4> + <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="ia64" id="ia64" title="Stage 3" %} + </div> +</div> +<div class="col-xs-12 col-md-6"> + <h4>Details (Contents, Hashes, and Signatures)</h4> + <ul> + <li><a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-iso/">Minimal Installation CD</a></li> + <li><a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-stage3/">Stage 3</a></li> + </ul> + + <div class="alert alert-warning"> + <strong><i class="fa fa-fw fa-warning"></i> Confirm Processor Compatibility</strong> + <p> + The <em>ia64</em> architecture is intended for use on <strong>Intel Itanium</strong> processors only.<br /> + If you have a 64-bit <strong>Intel Pentium/Core/Xeon</strong> processor, you need to use the <a href="#amd64" class="alert-link"><em>amd64</em></a> architecture. + </p> + </div> +</div>
\ No newline at end of file diff --git a/_includes/downloads/ppc.html b/_includes/downloads/ppc.html new file mode 100644 index 0000000..1880dde --- /dev/null +++ b/_includes/downloads/ppc.html @@ -0,0 +1,12 @@ +<div class="col-xs-12 col-md-6"> + <h4>Boot Media</h4> + <div class="list-group"> + {% include partials/download-link.html type="iso" arch="ppc" id="minimal" title="Minimal Installation CD" %} + </div> + <h4>Stage Archives</h4> + <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="ppc" id="ppc" title="PPC Stage 3" %} + {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-32ul" title="PPC64 Stage 3" tag="32ul" %} + {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-64ul" title="PPC64 Stage 3" tag="64ul" %} + </div> +</div>
\ No newline at end of file diff --git a/_includes/downloads/s390.html b/_includes/downloads/s390.html new file mode 100644 index 0000000..a93064b --- /dev/null +++ b/_includes/downloads/s390.html @@ -0,0 +1,7 @@ +<div class="col-xs-12 col-md-6"> + <h4>Stage Archives</h4> + <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="s390" id="s390" title="Stage 3" tag="S390" %} + {% include partials/download-link.html type="stage3" arch="s390" id="s390x" title="Stage 3" tag="S390X" %} + </div> +</div>
\ No newline at end of file diff --git a/_includes/downloads/sh.html b/_includes/downloads/sh.html new file mode 100644 index 0000000..8bd2b03 --- /dev/null +++ b/_includes/downloads/sh.html @@ -0,0 +1,7 @@ +<div class="col-xs-12 col-md-6"> + <h4>Stage Archives</h4> + <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="sh" id="sh4" title="Stage 3" tag="SH4" %} + {% include partials/download-link.html type="stage3" arch="sh" id="sh4a" title="Stage 3" tag="SH4A" %} + </div> +</div>
\ No newline at end of file diff --git a/_includes/downloads/sparc.html b/_includes/downloads/sparc.html new file mode 100644 index 0000000..7e91ad3 --- /dev/null +++ b/_includes/downloads/sparc.html @@ -0,0 +1,11 @@ +<div class="col-xs-12 col-md-6"> + <h4>Boot Media</h4> + <div class="list-group"> + {% include partials/download-link.html type="iso" arch="sparc" id="minimal" title="Minimal Installation CD" %} + </div> + <h4>Stage Archives</h4> + <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64" title="Stage 3" %} + {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64-multilib" title="Stage 3" tag="multilib" %} + </div> +</div>
\ No newline at end of file diff --git a/_includes/downloads/x86-advanced.html b/_includes/downloads/x86-advanced.html new file mode 100644 index 0000000..c2ea396 --- /dev/null +++ b/_includes/downloads/x86-advanced.html @@ -0,0 +1,24 @@ +<div class="col-xs-12 col-md-6"> + <h4>Stage Archives</h4> + <div class="list-group"> + {% include partials/download-link.html type="stage3" arch="x86" id="i486" title="Stage 3" tag="i486" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i686-uclibc-vanilla" title="Stage 3" tag="i686 | uclibc" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i686-hardened" title="Hardened Stage 3" tag="i686" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i686-uclibc-hardened" title="Hardened Stage 3" tag="i686 | uclibc" %} + </div> +</div> +<div class="col-xs-12 col-md-6"> + <h4>Details (Contents, Hashes, and Signatures)</h4> + <ul> + <li><a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a></li> + <li><a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i686/">Stage 3</a></li> + </ul> + + <div class="alert alert-warning"> + <strong><i class="fa fa-fw fa-warning"></i> Confirm Processor Compatibility</strong> + <p> + There are two builds of the <em>x86</em> architecture: <em>i486</em> and <em>i686</em>.<br /> + Processors prior to the <strong>Intel Pentium</strong> require the <em>i486</em> variant to be used. + </p> + </div> +</div>
\ No newline at end of file diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html new file mode 100644 index 0000000..03fc9b5 --- /dev/null +++ b/_includes/downloads/x86.html @@ -0,0 +1,17 @@ +<h4>Boot Media</h4> +<div class="list-group"> + {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %} + {% include partials/download-link-raw.html url='http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/x86/' title='Hybrid ISO (LiveDVD)' size='2800000000' date='2014-08-26' %} +</div> + +<h4>Stage Archives</h4> +<div class="list-group"> + {% include partials/download-link.html type="stage3" arch="x86" id="i686" title="Stage 3" tag="i686" %} +</div> + +<h4>Details (Contents, Hashes, and Signatures)</h4> +<p> + <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a>, + <a href="http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/x86/">Hybrid ISO</a>, + <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i686/">Stage 3</a> +</p>
\ No newline at end of file diff --git a/_includes/frontpage/glsa b/_includes/frontpage/glsa new file mode 100644 index 0000000..6669532 --- /dev/null +++ b/_includes/frontpage/glsa @@ -0,0 +1,17 @@ +<table class="table table-striped"> + {% for advisory in site.data.glsa limit:5 %} + <tr> + <td>{{ advisory.id }}</td> + <td><a href="{{ advisory.uri }}">{{ advisory.title }}</a></td> + <td class="text-right"> + {% if advisory.severity == 'high' %} + <span class="label label-danger">high</span> + {% elsif advisory.severity == 'low' %} + <span class="label label-info">low</span> + {% else %} + <span class="label label-warning">normal</span> + {% endif %} + </td> + </tr> + {% endfor %} +</table>
\ No newline at end of file diff --git a/_includes/frontpage/news b/_includes/frontpage/news new file mode 100644 index 0000000..16e5f93 --- /dev/null +++ b/_includes/frontpage/news @@ -0,0 +1,6 @@ +{% for post in site.posts | limit: 3 %} +<article> + <h2><a href="{{ post.url }}">{{ post.title }}</a> <small>({{ post.date | date: "%b %-d, %Y" }})</small></h2> + {{ post.excerpt }} +</article> +{% endfor %}
\ No newline at end of file diff --git a/_includes/frontpage/packages b/_includes/frontpage/packages new file mode 100644 index 0000000..db7f8a5 --- /dev/null +++ b/_includes/frontpage/packages @@ -0,0 +1,8 @@ +<table class="table table-striped frontpage-table"> + {% for post in site.data.packages.updates limit:5 %} + <tr> + <td class="frontpage-table-package-atom"><a href="{{ post.uri }}" title="{{ post.atom }}">{{ post.atom_p }}</a></td> + <td>{{ post.description }}</td> + </tr> + {% endfor %} +</table>
\ No newline at end of file diff --git a/_includes/frontpage/planet b/_includes/frontpage/planet new file mode 100644 index 0000000..2edd146 --- /dev/null +++ b/_includes/frontpage/planet @@ -0,0 +1,8 @@ +<table class="table table-striped frontpage-table"> + {% for post in site.data.planet.posts limit:5 %} + <tr> + <td class="frontpage-table-planet-author">{{ post.author | xml_escape }}</td> + <td><a href="{{ post.uri }}" rel="nofollow" title="{{ post.title | xml_escape }}">{{ post.title | xml_escape }}</a></td> + </tr> + {% endfor %} +</table>
\ No newline at end of file diff --git a/_includes/frontpage/wiki b/_includes/frontpage/wiki new file mode 100644 index 0000000..5f8d818 --- /dev/null +++ b/_includes/frontpage/wiki @@ -0,0 +1,8 @@ +<table class="table table-striped frontpage-table"> + {% for post in site.data.wiki.updates limit:5 %} + <tr> + <td class="frontpage-table-wiki-title"><a href="{{ post.uri }}" rel="nofollow">{{ post.title }}</a></td> + <td>started by {{ post.author }}</td> + </tr> + {% endfor %} +</table>
\ No newline at end of file diff --git a/_includes/hero-section/end b/_includes/hero-section/end new file mode 100644 index 0000000..492b151 --- /dev/null +++ b/_includes/hero-section/end @@ -0,0 +1,3 @@ + </div> +</div> +<div class="container"><div class="row"><div class="col-md-12">
\ No newline at end of file diff --git a/_includes/hero-section/start b/_includes/hero-section/start new file mode 100644 index 0000000..625fc1c --- /dev/null +++ b/_includes/hero-section/start @@ -0,0 +1,3 @@ +</div></div></div> +<div class="hero-section {{ include.class }}"> + <div class="container">
\ No newline at end of file diff --git a/_includes/layout/footer.html b/_includes/layout/footer.html new file mode 100644 index 0000000..a2a64a0 --- /dev/null +++ b/_includes/layout/footer.html @@ -0,0 +1,38 @@ +<footer> + <div class="container"> + <div class="row"> + <div class="col-xs-12 col-md-offset-2 col-md-7"> + {% if page.footer %}{{ page.footer }}{% endif %} + </div> + <div class="col-xs-12 col-md-3"> + <h3 class="footerhead">Questions or comments?</h3> + Please feel free to <a href="{% if page.contact %}{{ page.contact }}{% else %}{{ site.contact }}{% endif %}">contact us</a>. + </div> + </div> + </div> + <div class="container-sitemap"> + <div class="container"> + {% include layout/footer_sitemap.html %} + </div> + </div> + <div class="container"> + <div class="row"> + <div class="col-xs-3 col-md-2"> + <ul class="footerlinks three-icons"> + <li><a href="http://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-9 col-md-9"> + <strong>© {{ site.copyrightyears }} Gentoo Foundation, 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 + <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC-BY-SA-3.0</a> license. + The <a href="/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply. + </small> + </div> + </div> + </div> +</footer>
\ No newline at end of file diff --git a/_includes/layout/footer_sitemap.html b/_includes/layout/footer_sitemap.html new file mode 100644 index 0000000..9c308df --- /dev/null +++ b/_includes/layout/footer_sitemap.html @@ -0,0 +1,38 @@ +<div class="row row-sitemap hidden-xs"> + <div class="col-xs-12 col-sm-4 col-md-2"> + <h3 class="footerhead"><a href="/">Home</a></h3> + <ul class="sitemap"> + {% navigation sitemap:home %} + </ul> + </div> + <div class="col-xs-12 col-sm-4 col-md-2"> + <h3 class="footerhead"><a href="/get-started/">Get Started</a></h3> + <ul class="sitemap"> + {% navigation sitemap:get-started %} + </ul> + </div> + <div class="col-xs-12 col-sm-4 col-md-2"> + <h3 class="footerhead"><a href="/downloads/">Downloads</a></h3> + <ul class="sitemap"> + {% navigation sitemap:downloads %} + </ul> + </div> + <div class="col-xs-12 col-sm-4 col-md-2"> + <h3 class="footerhead"><a href="/inside-gentoo/">Inside Gentoo</a></h3> + <ul class="sitemap"> + {% navigation sitemap:inside-gentoo %} + </ul> + </div> + <div class="col-xs-12 col-sm-4 col-md-2"> + <h3 class="footerhead"><a href="/support/">Support</a></h3> + <ul class="sitemap"> + {% navigation sitemap:support %} + </ul> + </div> + <div class="col-xs-12 col-sm-4 col-md-2"> + <h3 class="footerhead"><a href="/get-involved/">Get Involved</a></h3> + <ul class="sitemap"> + {% navigation sitemap:get-involved %} + </ul> + </div> +</div>
\ No newline at end of file diff --git a/_includes/layout/head.html b/_includes/layout/head.html new file mode 100644 index 0000000..7844712 --- /dev/null +++ b/_includes/layout/head.html @@ -0,0 +1,19 @@ +<head> + <title>{% if page.title %}{{ page.title | strip_html }} – {{ site.title }}{% else %}{{ site.title }}{% endif %}</title> + {% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %} + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta property="og:image" content="//www.gentoo.org/assets/img/logo/gentoo-g.png"> + <meta name="twitter:image" content="//www.gentoo.org/assets/img/logo/gentoo-g.png"> + <link href="{{ site.cdnurl }}/bootstrap.min.css" rel="stylesheet" media="screen"> + <link href="{{ site.cdnurl }}/tyrian.min.css" rel="stylesheet" media="screen"> + <link href="/assets/css/screen.css" rel="stylesheet" media="screen"> + {% if page.extracss %}{% for css in page.extracss %}<link href="/assets/css/{{ css }}" rel="stylesheet" media="screen">{% endfor %}{% endif %} + <link rel="icon" href="/favicon.ico" type="image/x-icon"> + <link rel="search" type="application/opensearchdescription+xml" href="//www.gentoo.org/search/www-gentoo-org.xml" title="Gentoo Website"> + <link rel="search" type="application/opensearchdescription+xml" href="//www.gentoo.org/search/forums-gentoo-org.xml" title="Gentoo Forums"> + <link rel="search" type="application/opensearchdescription+xml" href="//www.gentoo.org/search/bugs-gentoo-org.xml" title="Gentoo Bugzilla"> + <link rel="search" type="application/opensearchdescription+xml" href="//www.gentoo.org/search/packages-gentoo-org.xml" title="Gentoo Packages"> + <link rel="search" type="application/opensearchdescription+xml" href="//www.gentoo.org/search/archives-gentoo-org.xml" title="Gentoo List Archives"> + {% if page.meta %}{{ page.meta }}{% endif %} +</head>
\ No newline at end of file diff --git a/_includes/layout/header.html b/_includes/layout/header.html new file mode 100644 index 0000000..482fb40 --- /dev/null +++ b/_includes/layout/header.html @@ -0,0 +1,79 @@ +<header> + <div class="site-title"> + <div class="container"> + <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> + <div class="btn-group btn-group-sm"> + <button type="button" class="btn gentoo-org-sites dropdown-toggle" 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://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 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 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> + </ul> + </div> + </div> + </div> + <div class="logo"> + <img src="{{ site.cdnurl }}/site-logo.png" data-at2x="{{ site.cdnurl }}/site-logo@2x.png" alt="Gentoo Linux Logo"> + {% if page.sitelabel %}<span class="site-label">{{ page.sitelabel }}</span>{% endif %} + </div> + </div> + </div> + </div> + <nav class="tyrian-navbar" role="navigation"> + <div class="container"> + <div class="row"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + </div> + <div class="collapse navbar-collapse navbar-main-collapse"> + <ul class="nav navbar-nav"> + {% navigation primary %} + </ul> + <ul class="nav navbar-nav navbar-right"> + <li class="{% if page.nav1 == 'donate' %}active{% endif %}"><a href="/donate/"><span class="fa fa-heart"></span> Donate</a></li> + </ul> + </div> + </div> + </div> + </nav> + {% if page.nav2-display == true %} + <nav class="navbar navbar-grey navbar-stick" role="navigation"> + <div class="container"> + <div class="row"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-secondary-collapse"> + <span class="sr-only">Toggle secondary navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + </div> + <div class="collapse navbar-collapse navbar-secondary-collapse"> + <ul class="nav navbar-nav"> + {% navigation secondary %} + </ul> + </div> + </div> + </div> + </nav> + {% endif %} +</header>
\ No newline at end of file diff --git a/_includes/navigation/primary b/_includes/navigation/primary new file mode 100644 index 0000000..bd6be72 --- /dev/null +++ b/_includes/navigation/primary @@ -0,0 +1,12 @@ +{% assign pages_list2 = pages_list | sort:"nav1-weight" %} +{% for node in pages_list2 %} + {% if node.nav1-show == true %} + {% if page.nav1 == node.nav1 %} + <li class="active"><a href="{{node.url | replace:'index.html',''}}" class="active">{% if node.navtitle %}{{ node.navtitle }}{% else %}{{node.title}}{% endif %}</a></li> + {% else %} + <li><a href="{{node.url | replace:'index.html',''}}">{% if node.navtitle %}{{ node.navtitle }}{% else %}{{node.title}}{% endif %}</a></li> + {% endif %} + {% endif %} +{% endfor %} +{% assign pages_list = nil %} +{% assign pages_list2 = nil %}
\ No newline at end of file diff --git a/_includes/navigation/secondary b/_includes/navigation/secondary new file mode 100644 index 0000000..a8cdfbd --- /dev/null +++ b/_includes/navigation/secondary @@ -0,0 +1,12 @@ +{% assign pages_list2 = pages_list | sort:"nav2-weight" %} +{% for node in pages_list2 %} + {% if page.nav1 == node.nav1 and node.nav1-show != true and node.nav2-show == true %} + {% if page.nav2 == node.nav2 %} + <li class="active"><a href="{{node.url | replace:'index.html',''}}" class="active">{% if node.navtitle %}{{ node.navtitle }}{% else %}{{node.title}}{% endif %}</a></li> + {% else %} + <li><a href="{{node.url | replace:'index.html',''}}">{% if node.navtitle %}{{ node.navtitle }}{% else %}{{node.title}}{% endif %}</a></li> + {% endif %} + {% endif %} +{% endfor %} +{% assign pages_list = nil %} +{% assign pages_list2 = nil %}
\ No newline at end of file diff --git a/_includes/navigation/sitemap_secondary b/_includes/navigation/sitemap_secondary new file mode 100644 index 0000000..402b7cb --- /dev/null +++ b/_includes/navigation/sitemap_secondary @@ -0,0 +1,12 @@ +{% assign pages_list2 = pages_list | sort:"nav2-weight" %} +{% for node in pages_list2 %} + {% if node.nav1 == include.nav1 and node.nav1-show != true and node.nav2-show == true %} + {% if page.nav2 == node.nav2 %} + <li class="active"><a href="{{node.url | replace:'index.html',''}}" class="active">{% if node.navtitle %}{{ node.navtitle }}{% else %}{{node.title}}{% endif %}</a></li> + {% else %} + <li><a href="{{node.url | replace:'index.html',''}}">{% if node.navtitle %}{{ node.navtitle }}{% else %}{{node.title}}{% endif %}</a></li> + {% endif %} + {% endif %} +{% endfor %} +{% assign pages_list = nil %} +{% assign pages_list2 = nil %}
\ No newline at end of file diff --git a/_includes/navigation/tertiary b/_includes/navigation/tertiary new file mode 100644 index 0000000..500c358 --- /dev/null +++ b/_includes/navigation/tertiary @@ -0,0 +1,12 @@ +{% assign pages_list2 = pages_list | sort:"nav3-weight" %} +{% for node in pages_list2 %} + {% if page.nav1 == node.nav1 and page.nav2 == node.nav2 and node.nav3-show == true %} + {% if page.nav3 == node.nav3 %} + <li class="active"><a href="{{node.url | replace:'index.html',''}}" class="active">{% if node.navtitle %}{{ node.navtitle }}{% else %}{{node.title}}{% endif %}</a></li> + {% else %} + <li><a href="{{node.url | replace:'index.html',''}}">{% if node.navtitle %}{{ node.navtitle }}{% else %}{{node.title}}{% endif %}</a></li> + {% endif %} + {% endif %} +{% endfor %} +{% assign pages_list = nil %} +{% assign pages_list2 = nil %}
\ No newline at end of file diff --git a/_includes/partials/download-link-raw.html b/_includes/partials/download-link-raw.html new file mode 100644 index 0000000..4113cd0 --- /dev/null +++ b/_includes/partials/download-link-raw.html @@ -0,0 +1,5 @@ +<a href="{{ include.urlprefix }}{{ include.url }}" data-relurl="{{ include.url }}" class="list-group-item download-link {% if include.urlprefix %} download-link-mirrorable{% endif %}"> + <span class="fa fa-download fa-fw"></span> + <strong>{{ include.title }}</strong>{% if include.tag %} <span class="label label-primary download-tag">{{ include.tag }}</span>{% endif %} + <span class="pull-right"><small class="download-date">{{ include.date }}</small> <span class="label label-default download-size hidden-xs">{{ include.size | nice_filesize }}</span></span> +</a>
\ No newline at end of file diff --git a/_includes/partials/download-link.html b/_includes/partials/download-link.html new file mode 100644 index 0000000..14a2939 --- /dev/null +++ b/_includes/partials/download-link.html @@ -0,0 +1,4 @@ +{% capture url %}{{ include.arch }}/autobuilds/{{ site.data.downloads[include.arch][include.type][include.id].filename }}{% endcapture %} +{% assign date = site.data.downloads[include.arch][include.type][include.id].date %} +{% assign size = site.data.downloads[include.arch][include.type][include.id].size %} +{% include partials/download-link-raw.html title=include.title tag=include.tag url=url urlprefix='http://distfiles.gentoo.org/releases/' date=date size=size %}
\ No newline at end of file diff --git a/_includes/partials/irc-channel.html b/_includes/partials/irc-channel.html new file mode 100644 index 0000000..b7e6dba --- /dev/null +++ b/_includes/partials/irc-channel.html @@ -0,0 +1,8 @@ +<tr> + <th> + <a href="irc://irc.gentoo.org/{{ channel.name }}"><tt>#{{ channel.name }}</tt></a> + </th> + <td> + {{ channel.description }} + </td> +</tr>
\ No newline at end of file diff --git a/_includes/partials/mailinglist.html b/_includes/partials/mailinglist.html new file mode 100644 index 0000000..39a9af1 --- /dev/null +++ b/_includes/partials/mailinglist.html @@ -0,0 +1,21 @@ +<tr> + <th> + {{ list.name }} + {% if list.moderated %} + <span class="label label-warning pull-right" title="This list is moderated"><span class="fa fa-fw fa-lock"></span></span> + {% endif %} + </th> + <td> + {{ list.description }} + {% if list.moderators %} + <br><small>Moderators: {{ list.moderators | join:', '}}</small> + {% endif %} + </td> + <td class="ml-actions hidden-xs"> + <div class="btn-group btn-group-xs" role="group" aria-label="Mailing list actions for {{ list.name }}@lists.gentoo.org"> + <a href="mailto:{{ list.name }}@lists.gentoo.org" title="Post to this list" class="btn btn-default"><span class="fa fa-fw fa-send"></span></a> + <a href="mailto:{{ list.name }}+subscribe@lists.gentoo.org" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span></a> + <a href="http://archives.gentoo.org/{{ list.name }}/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span></a> + </div> + </td> +</tr>
\ No newline at end of file diff --git a/_includes/partials/sponsor.html b/_includes/partials/sponsor.html new file mode 100644 index 0000000..056d14e --- /dev/null +++ b/_includes/partials/sponsor.html @@ -0,0 +1,14 @@ +<div class="row sponsor"> + <div class="col-xs-12 col-md-3 sponsorlogo"> + {% if sponsor.img and sponsor.link %} + <a href="{{ sponsor.link }}"><img src="/assets/img/sponsors/{{ sponsor.img }}" alt="{{ sponsor.name }}" /></a> + {% elsif sponsor.img %} + <img src="/assets/img/sponsors/{{ sponsor.img }}" alt="{{ sponsor.name }}" /> + {% endif %} + </div> + <div class="col-xs-12 col-md-9 sponsortext text-justify"> + <h3>{{ sponsor.name }}</h3> + {{ sponsor.blurb | markdownify }} + </div> +</div> +<hr />
\ No newline at end of file |