root/galaxy-central/eggs/docutils-0.4-py2.6.egg/docutils/writers/pep_html/template.txt @ 3

リビジョン 3, 1.3 KB (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
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<!--
5This HTML is auto-generated.  DO NOT EDIT THIS FILE!  If you are writing a new
6PEP, see http://www.python.org/peps/pep-0001.html for instructions and links
7to 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<div class="document">
27%(body)s
28%(body_suffix)s
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。