diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 265: Merge next branch

Message ID 20111021004612.12801.58805.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Oct. 21, 2011, 12:46 a.m. UTC
Merge authors:
  Zygmunt Krynicki (zkrynicki)
Related merge proposals:
  https://code.launchpad.net/~linaro-validation/lava-server/next/+merge/79397
  proposed by: Zygmunt Krynicki (zkrynicki)
------------------------------------------------------------
revno: 265 [merge]
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Thu 2011-10-20 14:56:55 +0200
message:
  Merge next branch
modified:
  lava_server/templates/index.html


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/templates/index.html'
--- lava_server/templates/index.html	2011-10-11 10:53:31 +0000
+++ lava_server/templates/index.html	2011-10-13 14:41:45 +0000
@@ -4,6 +4,9 @@ 
 
 {% block content %}
 <h2>LAVA Highlights</h2>
+<p>This page containts highligts from the installed lava server extensions.
+Using LAVA Server extension API anyone can create applications that run on the
+LAVA server.</p>
 {% for extension in extension_list %}
 {% if extension.front_page_template %}
 <h3>{{ extension.description }}</h3>
@@ -23,4 +26,35 @@ 
 components.</p>
 <p>To know find out more about the installed components see <a
   href="{% url lava.version_details %}">{% trans "version details" %}</a></p>
+<h3>{% trans "Report a bug" %}</h3>
+<p>If you think the content of this page is incorrect, have encountered
+a server error or otherwise feel like it you may want to <a
+  href="https://bugs.launchpad.net/lava/+filebug" >report a bug</a>. If
+you are unsure which LAVA sub-project to select feel free to report a bug
+on any of them and we'll re-assign it to the appropriate place.</p>
+<h3>{% trans "Documentation" %}</h3>
+<p>LAVA Documentation is maintained on a per-component basis. You can
+find pointers to each component on the <a
+  href="https://wiki.linaro.org/Platform/Validation/LAVA/Documentation"
+  >LAVA Documentation wiki</a></p>
+<h3>{% trans "Source code" %}</h3>
+<p>The canonical source of LAVA is a collection of Bazaar branches
+hosted on Launchpad. LAVA itself is spread across multiple sub-projects,
+each with a separate source repository. You can find them on the <a
+  href="http://launchpad.net/lava/">LAVA project group</a> page</p>
+<h3>{% trans "Web standards" %}</h3>
+<p>This website should contain only valid XHTML markup, you can 
+<a href="http://validator.w3.org/check?uri=referer">validate it</a> if
+you wish.</p>
+<h3>{% trans "Licensing and copyright" %}</h3>
+<p>LAVA Server is free software developed by <a
+  href="http://linaro.org">Linaro</a>. It is distributed under the terms
+of the <a href="http://www.gnu.org/licenses/agpl-3.0.html"
+  >GNU Affero General Public License version 3</a>.
+<strong>You have the right to obtain source code of any server side
+  installations of this software that you interact with.</strong>.</p>
+{% endblock %}
+
+
+{% block footer %}
 {% endblock %}