~ubuntu-branches/debian/squeeze/nose/squeeze

« back to all changes in this revision

Viewing changes to doc/plugin.html.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Marek, Torsten Marek, Gustavo Noronha Silva
  • Date: 2008-06-12 13:39:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080612133943-2q7syp67fwl4on13
Tags: 0.10.3-1

[Torsten Marek]
* New upstream release (Closes: #461994)
* debian/control
  - bump standards version to 3.8.0, no changes necessary
  - add suggestions for python-coverage (Closes: #457053)
  - change dependency on python-setuptools into 
    python-pkg-resources (Closes: #468719)
  - added myself to uploaders

[Gustavo Noronha Silva]
* debian/control:
  - remove -1 from build-dep on setuptools

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
  <head>
 
3
    <title>nose: %(title)s</title>
 
4
    <link rel="stylesheet" href="site.css" type="text/css"></link>
 
5
  </head>
 
6
  <body>
 
7
    
 
8
    <div id="menu">
 
9
      <p>This document covers nose version <b>%(version)s</b></p>
 
10
      <p>Last update: <b>%(date)s</b></p>
 
11
      %(menu)s
 
12
    </div>
 
13
    
 
14
    <div id="main">
 
15
      <h1>nose: %(title)s</h1>
 
16
      
 
17
      %(body)s
 
18
 
 
19
      <h2>Plugin Methods Implemented</h2>
 
20
 
 
21
      <p>This plugin implements the following plugin interface methods:</p>
 
22
      
 
23
      <ul>%(hooks)s</ul>
 
24
 
 
25
 
 
26
      <h2>Commandline Options</h2>
 
27
 
 
28
      <p>This plugin adds the following commandline options:</p>
 
29
 
 
30
      <pre>%(options)s</pre>
 
31
 
 
32
      <h2>Source</h2>
 
33
 
 
34
      %(source)s
 
35
 
 
36
    </div>
 
37
    <script src="http://www.google-analytics.com/urchin.js" 
 
38
            type="text/javascript">
 
39
    </script>
 
40
    <script type="text/javascript">
 
41
      _uacct = "UA-2236166-1";
 
42
      urchinTracker();
 
43
    </script>
 
44
  </body>
 
45
</html>
 
46