[reproducible-website] 02/04: Create separate page for talks and resources.

Ulrike Uhlig u-guest at moszumanska.debian.org
Wed Dec 14 17:02:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository reproducible-website.

commit 7bc0ae306b0479a65da82370bbaa2b1473b4c251
Author: Ulrike Uhlig <u at 451f.org>
Date:   Wed Dec 14 17:57:43 2016 +0100

    Create separate page for talks and resources.
---
 docs.html               | 62 -------------------------------------------------
 docs.html => talks.html | 40 ++-----------------------------
 2 files changed, 2 insertions(+), 100 deletions(-)

diff --git a/docs.html b/docs.html
index 9fe88e5..cd81b1b 100644
--- a/docs.html
+++ b/docs.html
@@ -30,68 +30,6 @@ permalink: /docs/
 
 <div class="row">
   <div class="four columns title">
-    <h2>Talks</h2>
-  </div>
-  <div class="eight columns text">
-    <dl class="talks">
-      <dt>
-        <em>Reproducible builds status update</em><br />
-        by Chris Lamb and Holger Levsen, <a href="https://wiki.debian.org/DebianEvents/gb/2016/MiniDebConfCambridge">MiniDebConfCambridge 2016</a>
-      </dt>
-      <dd>
-       ⧠ <a href="https://people.debian.org/~lamby/2016-11-13-MiniDebConfCambridge">Slides</a>
-      </dd>
-      <dt>
-        <em>Reproducible Builds</em><br />
-        by Chris Lamb, <a href="http://sfk.flossk.org/sfk16/">Software Freedom Kosova</a>, Prishtina, Republic of Kosovo.
-      </dt>
-      <dd>
-      </dd>
-      <dt>
-        <em>Reproducible Builds status update</em><br />
-        by Chris Lamb, <a href="https://debconf16.debconf.org">DebConf16</a>, Cape Town, South Africa.
-      </dt>
-      <dd>
-      </dd>
-      <dt>
-        <em>Reproducible Builds - fulfilling the original promise of free software</em><br />
-        by Chris Lamb, <a href="http://2016.fossasia.org/">FOSSASIA '16</a>
-      </dt>
-      <dd>
-      </dd>
-      <dt>
-        <em>Reproducible Builds: Moving Beyond Single Points of Failure for Software Distribution</em><br />
-        by Mike Perry and Seth Schoen, 2014-12-27, <a href="https://events.ccc.de/congress/2014/">Chaos Communication Congress 2014</a>
-      </dt>
-      <dd>
-       ▸ <a href="https://media.ccc.de/v/31c3_-_6240_-_en_-_saal_g_-_201412271400_-_reproducible_builds_-_mike_perry_-_seth_schoen_-_hans_steiner">Recordings</a>,
-       ⧠ <a href="https://events.ccc.de/congress/2014/Fahrplan/system/attachments/2575/original/2014CCCReproducible.pdf">Slides</a>
-      </dd>
-      <dt>
-        <em>How to make your software build reproducibly</em><br />
-        by Lunar, 2015-08-13, <a href="https://events.ccc.de/camp/2015/">Chaos Communication Camp 2015</a>
-      </dt>
-      <dd>
-        ▸ <a href="https://media.ccc.de/v/camp2015-6657-how_to_make_your_software_build_reproducibly">Recordings</a>,
-        ⧠ <a href="https://reproducible.alioth.debian.org/presentations/2015-08-13-CCCamp15.pdf">Slides</a>,
-        ☷ <a href="https://reproducible.alioth.debian.org/presentations/2015-08-13-CCCamp15-outline.pdf">Full script</a>,
-        ⚙ <a href="https://anonscm.debian.org/cgit/reproducible/presentations.git/tree/2015-08-13-CCCamp15">Sources</a>
-        </ul>
-      </dd>
-      <dt>
-        <em>Reproducible Builds: Moving Beyond Single Points of Failure for Software Distribution</em><br />
-        by Mike Perry and Seth Schoen, 2014-12-27, <a href="https://events.ccc.de/congress/2014/">Chaos Communication Congress 2014</a>
-      </dt>
-      <dd>
-       ▸ <a href="https://media.ccc.de/v/31c3_-_6240_-_en_-_saal_g_-_201412271400_-_reproducible_builds_-_mike_perry_-_seth_schoen_-_hans_steiner">Recordings</a>,
-       ⧠ <a href="https://events.ccc.de/congress/2014/Fahrplan/system/attachments/2575/original/2014CCCReproducible.pdf">Slides</a>
-      </dd>
-    </dl>
-  </div>
-</div>
-
-<div class="row">
-  <div class="four columns title">
     <h2>Specifications</h2>
   </div>
   <div class="eight columns text">
diff --git a/docs.html b/talks.html
similarity index 73%
copy from docs.html
copy to talks.html
index 9fe88e5..2a0373e 100644
--- a/docs.html
+++ b/talks.html
@@ -1,34 +1,10 @@
 ---
 layout: page
-title: Documentation
-permalink: /docs/
+title: Talks and Resources
+permalink: /resources/
 ---
 
 <div class="row">
-  <div class="four columns"> </div>
-  <div class="eight columns text">
-    <p>
-      Getting <em>reproducible builds</em> for your software might be easier than
-      you think! But it might require—usually small—changes to your build system,
-      and a strategy on how to enable others to recreate an environment in which
-      the builds can be reproduced.
-    </p>
-  </div>
-</div>
-
-<div class="row" style="margin-top: 1rem;">
-  <div class="four columns title">
-    <h2>Tips & help</h2>
-  </div>
-  <div class="eight columns text doc-index">
-    {% for section in site.data.docs %}
-    <h4>{{ section.title }}</h4>
-    {% include docs_ul.html items=section.docs %}
-    {% endfor %}
-  </div>
-</div>
-
-<div class="row">
   <div class="four columns title">
     <h2>Talks</h2>
   </div>
@@ -89,15 +65,3 @@ permalink: /docs/
     </dl>
   </div>
 </div>
-
-<div class="row">
-  <div class="four columns title">
-    <h2>Specifications</h2>
-  </div>
-  <div class="eight columns text">
-    <dl>
-      <dt><a href="/specs/source-date-epoch/">SOURCE_DATE_EPOCH</a></dt>
-      <dd>distribution-agnostic standard to provide a pre-defined timestamp to build systems</a></dd>
-    </dl>
-  </div>
-</div>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git



More information about the Reproducible-commits mailing list