~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to tools/pep-html-template

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="%(encoding)s" ?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
 
<!--
5
 
This HTML is auto-generated.  DO NOT EDIT THIS FILE!  If you are writing a new
6
 
PEP, see http://www.python.org/peps/pep-0001.html for instructions and links
7
 
to templates.  DO NOT USE THIS HTML FILE AS YOUR TEMPLATE!
8
 
-->
9
 
<head>
10
 
  <meta http-equiv="Content-Type" content="text/html; charset=%(encoding)s" />
11
 
  <meta name="generator" content="Docutils %(version)s: http://docutils.sourceforge.net/" />
12
 
  <title>PEP %(pep)s -- %(title)s</title>
13
 
  %(stylesheet)s</head>
14
 
<body bgcolor="white">
15
 
<table class="navigation" cellpadding="0" cellspacing="0"
16
 
       width="100%%" border="0">
17
 
<tr><td class="navicon" width="150" height="35">
18
 
<a href="%(pyhome)s/" title="Python Home Page">
19
 
<img src="%(pyhome)s/pics/PyBanner%(banner)03d.gif" alt="[Python]"
20
 
 border="0" width="150" height="35" /></a></td>
21
 
<td class="textlinks" align="left">
22
 
[<b><a href="%(pyhome)s/">Python Home</a></b>]
23
 
[<b><a href="%(pepindex)s">PEP Index</a></b>]
24
 
[<b><a href="%(pephome)s/pep-%(pepnum)s.txt">PEP Source</a></b>]
25
 
</td></tr></table>
26
 
%(body)s
27
 
%(body_suffix)s