diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/devel/index.html | 9 | ||||
-rw-r--r-- | templates/packages/details.html | 2 | ||||
-rw-r--r-- | templates/packages/flag.html | 2 | ||||
-rw-r--r-- | templates/packages/flaghelp.html | 7 | ||||
-rw-r--r-- | templates/public/index.html | 16 | ||||
-rw-r--r-- | templates/public/keys.html | 23 |
6 files changed, 35 insertions, 24 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 3318da58..cda510e4 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -147,9 +147,6 @@ <h3>Developer Reports</h3> <ul> - <li><a href="reports/big/">Big</a>: - All packages with compressed size > 50 MiB - (<a href="reports/big/{{ user.username }}/">yours only</a>)</li> <li><a href="reports/old/">Old</a>: Packages last built more than two years ago (<a href="reports/old/{{ user.username }}/">yours only</a>)</li> @@ -162,6 +159,12 @@ <li><a href="reports/uncompressed-info/">Uncompressed Info Pages</a>: Self-explanatory (<a href="reports/uncompressed-info/{{ user.username }}/">yours only</a>)</li> + <li><a href="reports/mismatched-signature/">Mismatched Signatures</a>: + Packages where 1) signing key is unknown, 2) signer != packager, or 3) signature timestamp more than 24 hours after build timestamp + (<a href="reports/mismatched-signature/{{ user.username }}/">yours only</a>)</li> + <li><a href="reports/big/">Big</a>: + All packages with compressed size > 50 MiB + (<a href="reports/big/{{ user.username }}/">yours only</a>)</li> <li><a href="reports/badcompression/">Bad Compression</a>: Packages with a compression ratio of less than 10% (<a href="reports/badcompression/{{ user.username }}/">yours only</a>)</li> diff --git a/templates/packages/details.html b/templates/packages/details.html index 7a83f9ee..00b2c70c 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -146,7 +146,7 @@ <td>{{ pkg.build_date|date:"DATETIME_FORMAT" }} UTC</td> </tr>{% if pkg.signature %}<tr> <th>Signed By:</th> - <td>{% with pkg.signer as signer %}{% if signer %}{% pgp_key_link pkg.signature.key_id signer.get_full_name %}{% else %}Unknown{% endif %}{% endwith %}</td> + <td>{% with pkg.signer as signer %}{% if signer %}{% pgp_key_link pkg.signature.key_id signer.get_full_name %}{% else %}Unknown ({% pgp_key_link pkg.signature.key_id %}){% endif %}{% endwith %}</td> </tr><tr> <th>Signature Date:</th> <td>{{ pkg.signature.datetime|date:"DATETIME_FORMAT" }} UTC</td> diff --git a/templates/packages/flag.html b/templates/packages/flag.html index 79920c12..f64622c9 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -24,7 +24,7 @@ for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send an email to the <a href="https://lists.parabolagnulinux.org/mailman/listinfo/dev" - title="Visit the dev mailing list">Parabola Development mailing list</a> + title="Visit the dev mailing list">Parabola dev mailing list</a> with your additional text.</p> <p><strong>Note:</strong> Do <em>not</em> use this facility if the diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html index d60018fa..3320bf2a 100644 --- a/templates/packages/flaghelp.html +++ b/templates/packages/flaghelp.html @@ -1,6 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!DOCTYPE html> +<html lang="en"> <head> <title>Flagging Packages</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> @@ -26,7 +25,7 @@ for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send an email to the <a target="_blank" href="https://lists.parabolagnulinux.org/mailman/listinfo/dev" - title="Visit the parabola dev mailing list">parabola mailing list</a> + title="Visit the parabola dev mailing list">Parabola dev mailing list</a> with your additional text.</p> <p><strong>Note:</strong> Please do <em>not</em> use this facility if the diff --git a/templates/public/index.html b/templates/public/index.html index 58d5815d..ebfcde27 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -21,11 +21,15 @@ <p>Currently we provide the official packages from Arch that meet the <a href="http://www.gnu.org/distros/free-system-distribution-guidelines.html">FSDG</a>, replacements for those that don't, and our own additions, all of - them optimized for the i686, x86-64, and mips64el - architectures.</p> + them optimized for the i686, x86-64, and mips64el architectures.</p> - <p>You can find us on IRC at <a - href="irc://irc.freenode.net/#parabola">irc.freenode.net/#parabola</a>.</p> + <p>Our strong community is diverse and helpful. Please + check out our <a href="irc://chat.freenode.net#parabola" title="IRC channel">IRC channel</a> + and <a href="https://lists.parabolagnulinux.org/mailman/listinfo/" + title="Parabola Mailing Lists">mailing lists</a> + to get your feet wet. Also glance through our <a href="https://wiki.parabolagnulinux.org/" + title="Parabola Wiki">wiki</a> + if you want to learn more about Parabola.</p> <p class="readmore"><a href="{% url 'page-about' %}" title="Learn more about Parabola">Learn more...</a></p> @@ -121,13 +125,13 @@ <h4>Community</h4> <ul> - <li><a href="https://lists.parabolagnulinux.org/" + <li><a href="https://lists.parabolagnulinux.org/mailman/listinfo/" title="Community and developer mailing lists">Mailing Lists</a></li> <li><a href="https://lists.parabolagnulinux.org/pipermail/dev/" title="dev mailing list archives">Dev Archives</a></li> <li><a href="https://wiki.parabolagnulinux.org/IRC_Channels" title="Official and regional IRC communities">IRC Channels</a></li> - <li><a href="http://identi.ca/group/parabola" title="Parabola at identi.ca">Identi.ca group</a></li> + <li><a href="https://identi.ca/group/parabola" title="Parabola at identi.ca">Identi.ca group</a></li> </ul> <h4>Support</h4> diff --git a/templates/public/keys.html b/templates/public/keys.html index f0aa310e..257a16ae 100644 --- a/templates/public/keys.html +++ b/templates/public/keys.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load static from staticfiles %} {% load pgp %} {% block title %}Parabola - Master Signing Keys{% endblock %} @@ -66,17 +67,11 @@ <table class="pretty2" id="key-status"> <thead> <tr> - <th></th> + <th>Developer</th> <th>PGP Key</th> {% for key in keys %} - <th>{{ key.owner.get_full_name }}</th> - {% endfor %} - </tr> - <tr> - <th></th> - <th></th> - {% for key in keys %} - <th>{% pgp_key_link key.pgp_key %}</th> + <th>{{ key.owner.get_full_name }}<br/> + {% pgp_key_link key.pgp_key %}</th> {% endfor %} </tr> </thead> @@ -94,4 +89,14 @@ </tbody> </table> </div> +{% load cdn %}{% jquery %} +<script type="text/javascript" src="{% static "jquery.tablesorter.min.js" %}"></script> +<script type="text/javascript" src="{% static "archweb.js" %}"></script> +<script type="text/javascript"> +$(document).ready(function() { + $("#key-status").tablesorter({ + headers: { 1: { sorter: false } } + }); +}); +</script> {% endblock %} |