summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormicheles <micheles@micheles-mac>2010-05-22 14:29:43 +0200
committermicheles <micheles@micheles-mac>2010-05-22 14:29:43 +0200
commitfec1b26aac736107a3549dca01cedff5e6988467 (patch)
tree8970ea0daafccf528875fb3547c74bc3147957f2
parent5fcc5f55facbd720760e7d4d7f546300b0bf3078 (diff)
downloadmicheles-fec1b26aac736107a3549dca01cedff5e6988467.tar.gz
Fixed the index.html
-rw-r--r--decorator/index.html30
1 files changed, 23 insertions, 7 deletions
diff --git a/decorator/index.html b/decorator/index.html
index 597a1fd..403afc7 100644
--- a/decorator/index.html
+++ b/decorator/index.html
@@ -5,6 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
<title>Decorator module</title>
+<meta name="author" content="Michele Simionato" />
<style type="text/css">
/*
@@ -306,9 +307,24 @@ ul.auto-toc {
<body>
<div class="document" id="decorator-module">
<h1 class="title">Decorator module</h1>
-
-<p>Dependencies:</p>
-<p>The decorator module requires Python 2.4.</p>
+<table class="docinfo" frame="void" rules="none">
+<col class="docinfo-name" />
+<col class="docinfo-content" />
+<tbody valign="top">
+<tr><th class="docinfo-name">Author:</th>
+<td>Michele Simionato</td></tr>
+<tr class="field"><th class="docinfo-name">E-mail:</th><td class="field-body"><a class="reference external" href="mailto:michele.simionato&#64;gmail.com">michele.simionato&#64;gmail.com</a></td>
+</tr>
+<tr class="field"><th class="docinfo-name">Requires:</th><td class="field-body">Python 2.4+</td>
+</tr>
+<tr class="field"><th class="docinfo-name">Download page:</th><td class="field-body"><a class="reference external" href="http://pypi.python.org/pypi/decorator">http://pypi.python.org/pypi/decorator</a></td>
+</tr>
+<tr class="field"><th class="docinfo-name">Installation:</th><td class="field-body"><tt class="docutils literal">easy_install decorator</tt></td>
+</tr>
+<tr class="field"><th class="docinfo-name">License:</th><td class="field-body">BSD license</td>
+</tr>
+</tbody>
+</table>
<div class="section" id="installation">
<h1>Installation</h1>
<p>If you are lazy, just perform</p>
@@ -336,10 +352,10 @@ of the decorator module; in such a case remove the old version.</p>
<h1>Documentation</h1>
<p>There are various versions of the documentation:</p>
<ul class="simple">
-<li><a class="reference external" href="documentation.html">HTML version (Python 2)</a></li>
-<li><a class="reference external" href="documentation.pdf">PDF version (Python 2)</a></li>
-<li><a class="reference external" href="documentation3.html">HTML version (Python 3)</a></li>
-<li><a class="reference external" href="documentation3.pdf">PDF version (Python 3)</a></li>
+<li><a class="reference external" href="http://micheles.googlecode.com/hg/decorator/documentation.html">HTML version (Python 2)</a></li>
+<li><a class="reference external" href="http://micheles.googlecode.com/hg/decorator/documentation.pdf">PDF version (Python 2)</a></li>
+<li><a class="reference external" href="http://micheles.googlecode.com/hg/decorator/documentation3.html">HTML version (Python 3)</a></li>
+<li><a class="reference external" href="http://micheles.googlecode.com/hg/decorator/documentation3.pdf">PDF version (Python 3)</a></li>
</ul>
</div>
</div>