[Git][reproducible-builds/reproducible-website][master] 6 commits: Improve formatting of archived news link.
Chris Lamb
gitlab at salsa.debian.org
Tue Apr 21 09:58:51 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
49dacb39 by Chris Lamb at 2020-04-21T10:53:05+01:00
Improve formatting of archived news link.
- - - - -
c7010eb1 by Chris Lamb at 2020-04-21T10:55:27+01:00
Move news archive under the "news" namespace.
- - - - -
dec664d0 by Chris Lamb at 2020-04-21T10:55:40+01:00
Add "& reports" suffix to navigation.
- - - - -
604af57b by Chris Lamb at 2020-04-21T10:56:12+01:00
Improve copy regarding the reports.
- - - - -
e9da17c9 by Chris Lamb at 2020-04-21T10:56:58+01:00
Improve text layout of the footer using bullets to separate sections.
- - - - -
42151753 by Chris Lamb at 2020-04-21T10:57:22+01:00
Make full contact info a little bit easer to find. (Closes: reproducible-builds/reproducible-website#19)
- - - - -
4 changed files:
- _includes/footer.html
- news-archive.md
- news.md
- who.md
Changes:
=====================================
_includes/footer.html
=====================================
@@ -5,13 +5,16 @@
Follow us on Twitter <a href="https://twitter.com/ReproBuilds">@ReproBuilds</a> &
<a href="https://reddit.com/r/reproduciblebuilds">Reddit</a> and
please consider <a href="{{ "/sponsor/" | prepend: site.baseurl }}">making a donation</a>.
+ •
Content licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" class="rb-link" target="_blank">CC BY-SA 4.0</a>,
style licensed under <a href="https://opensource.org/licenses/MIT" class="rb-link" title="MIT" target="_blank">MIT</a>.
Templates and styles based on the <a href="https://styleguide.torproject.org/" target="_blank">Tor Styleguide</a>.
Logos and trademarks belong to their respective owners.
-
+ •
Patches welcome <a href="https://salsa.debian.org/reproducible-builds/reproducible-website">via our Git repository</a>
(<a href="{{ "/contribute/salsa/" | prepend: site.baseurl }}">instructions</a>) or via <a href="https://lists.reproducible-builds.org/listinfo/rb-general">our mailing list</a>.
+ •
+ <a href="{{ "/who/" | prepend: site.baseurl }}">Full contact info</a>
</span>
</p>
=====================================
news-archive.md
=====================================
@@ -1,7 +1,7 @@
---
layout: default
title: News archive
-permalink: /news-archive/
+permalink: /news/archive/
---
# News archive
@@ -15,5 +15,3 @@ permalink: /news-archive/
</li>
{% endfor %}
</ul>
-
-
=====================================
news.md
=====================================
@@ -1,6 +1,6 @@
---
layout: default
-title: News
+title: News & reports
permalink: /news/
order: 5
---
@@ -16,11 +16,12 @@ order: 5
</li>
{% endfor %}
</ul>
-(See all news in the [news archive]({{ "/news-archive/" | prepend: site.baseurl }}).)
+
+You can see all archived posts in [our news archive]({{ "/news/archive/" | prepend: site.baseurl }}).
## Reports
-Every month we publish a report on what we have been up to. ([RSS/Atom feed]({{ "/blog/index.rss" | prepend: site.baseurl }}))
+Every month we publish a report on what we have been up to.
<ul class="list-unstyled">
{% assign reports = site.reports | sort: 'year, month' | where: 'draft', 'false' | reverse %}
@@ -31,6 +32,8 @@ Every month we publish a report on what we have been up to. ([RSS/Atom feed]({{
{% endfor %}
</ul>
+(An [RSS/Atom feed]({{ "/blog/index.rss" | prepend: site.baseurl }}) of these reports is available.)
+
## Weekly reports
Previously, from May 2015 until April 2019, we published 206 weekly reports on what we had been up to:
=====================================
who.md
=====================================
@@ -20,7 +20,6 @@ Various free software projects are working on providing reproducible builds to t
* [Mattia Rizzolo](https://mapreri.org/) (`mapreri`)
* [Vagrant Cascadian](https://www.aikidev.net/about/story/) (`vagrantc`)
-[`contact at reproducible-builds.org`](mailto:contact at reproducible-builds.org)
</div>
<div class="col-md-6" markdown="1">
@@ -37,6 +36,10 @@ Various free software projects are working on providing reproducible builds to t
</div>
</div>
+<br>
+
+The prefered way to contact the team is to post to [our public mailing list, `rb-general`](https://lists.reproducible-builds.org/listinfo/rb-general). However, if you wish to contact the core team directly, please email [`contact at reproducible-builds.org`](mailto:contact at reproducible-builds.org).
+
## Sponsors
If you are interested in the work of the Reproducible Builds project, please consider [becoming a sponsor]({{ "/sponsor/" | prepend: site.baseurl }}).
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/7ba4ae1b9d77f3778831829548ba645ce7750671...421517532f4ae3192f5b3a98eff9bb9b7ab1faa0
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/7ba4ae1b9d77f3778831829548ba645ce7750671...421517532f4ae3192f5b3a98eff9bb9b7ab1faa0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200421/edcf4865/attachment.htm>
More information about the rb-commits
mailing list