diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-21 02:28:51 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-21 02:28:51 -0300 |
commit | 5897fba6d3242cc7188d05f8f3be7362a8383761 (patch) | |
tree | 84ccff2220113bff8b38120d04fa4d39f7c1e1fb /templates/releng | |
parent | a30350ac6e76c66d14f6d78ed2b5ae4e5799c79c (diff) |
More rebranding!
Diffstat (limited to 'templates/releng')
-rw-r--r-- | templates/releng/add.html | 26 | ||||
-rw-r--r-- | templates/releng/results.html | 6 | ||||
-rw-r--r-- | templates/releng/thanks.html | 2 |
3 files changed, 15 insertions, 19 deletions
diff --git a/templates/releng/add.html b/templates/releng/add.html index 8488b40c..428812c9 100644 --- a/templates/releng/add.html +++ b/templates/releng/add.html @@ -1,22 +1,22 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Test Result Entry{% endblock %} +{% block title %}Parabola - Test Result Entry{% endblock %} {% block content %} <div class="box"> - <h2>Arch Releng Testbuild Feedback Entry</h2> + <h2>Parabola Releng Testbuild Feedback Entry</h2> - <p>This page allows you to submit feedback after testing an Arch Linux installation - using a release engineering testbuild. Mark all the options you used during the - installation; at the end you can specify whether everything went OK. Be - sure to only denote a successful install after having checked the - installation properly. Some options require you to check several things (such as - config files), this will be mentioned alongside the option.</p> - <p>There is also an overview of all feedback on the - <a href="{% url releng-test-overview %}">results page</a>. Once we have - builds that are properly tested (enough successful feedback for all - important features of the ISO or a slightly earlier ISO), we can release new - official media.</p> + <p>This page allows you to submit feedback after testing an Parabola + installation using a release engineering testbuild. Mark all the + options you used during the installation; at the end you can specify + whether everything went OK. Be sure to only denote a successful + install after having checked the installation properly. Some options + require you to check several things (such as config files), this will + be mentioned alongside the option.</p> <p>There is also an overview of + all feedback on the <a href="{% url releng-test-overview %}">results + page</a>. Once we have builds that are properly tested (enough + successful feedback for all important features of the ISO or a + slightly earlier ISO), we can release new official media.</p> <div id="releng-feedback"> <form action="" method="post">{% csrf_token %} {{ form.as_p }} diff --git a/templates/releng/results.html b/templates/releng/results.html index c3e7d99a..6f7d29f0 100644 --- a/templates/releng/results.html +++ b/templates/releng/results.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Release Engineering Testbuild Results{% endblock %} +{% block title %}Parabola - Release Engineering Testbuild Results{% endblock %} {% block content %} <div class="box"> @@ -13,10 +13,6 @@ if you have tested and used any ISOs. Both successful and failed results are encouraged and welcome.</p> - <p>For more information, see the <a - href="https://wiki.archlinux.org/index.php/DeveloperWiki:releng_testimages_feedback">documentation - on the wiki</a>.</p> - <p>All ISOs referenced on this page are available from <a href="{{ iso_url }}">{{ iso_url }}</a>.</p> diff --git a/templates/releng/thanks.html b/templates/releng/thanks.html index b261426d..984a056d 100644 --- a/templates/releng/thanks.html +++ b/templates/releng/thanks.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Feedback - Thanks!{% endblock %} +{% block title %}Parabola - Feedback - Thanks!{% endblock %} {% block content %} <div class="box"> |