~cr3/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to launchpadresults/templates/apidoc.html

  • Committer: Marc Tardif
  • Date: 2010-10-05 22:04:03 UTC
  • Revision ID: marc.tardif@canonical.com-20101005220403-11n695o061rct89s
Added root page with all the necessary infrastructure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
{% endcomment %}
5
5
 
6
6
{% load i18n %}
 
7
 
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
8
9
  <head>
9
10
    <title>{% trans "Launchpad Results Web Service API" %}</title>
33
34
  </head>
34
35
 
35
36
  <body>
36
 
 
37
37
    <h1>{% trans "Launchpad Results web service API documentation" %}</h1>
38
38
 
39
39
    <p>{{ service_description }}</p>
45
45
      <li><a href="{{ service_version.version }}.html">{{ service_version.version }}</a>: {{ service_version.description }}</li>
46
46
    {% endfor %}
47
47
    </ul>
48
 
 
49
48
  </body>
50
 
 
51
49
</html>