|
Revision 10490, 1.3 kB
(checked in by dave, 11 months ago)
|
|
now rstbep2html.py works. Autoates beps.
|
| Line | |
|---|
| 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 | BEP, see http://www.bittorrent.org/beps/bep_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>BEP %(bep)s -- %(title)s</title> |
|---|
| 13 | %(stylesheet)s |
|---|
| 14 | </head> |
|---|
| 15 | <body bgcolor="white"> |
|---|
| 16 | <table class="navigation" cellpadding="0" cellspacing="0" |
|---|
| 17 | width="100%%" border="0"> |
|---|
| 18 | <tr><td class="navicon" width="150" height="35"> |
|---|
| 19 | <!--<a href="%(pyhome)s/" title="Python Home Page"> |
|---|
| 20 | <img src="%(pyhome)s/pics/PyBanner%(banner)03d.gif" alt="[Python]" |
|---|
| 21 | border="0" width="150" height="35" /></a></td> |
|---|
| 22 | <td class="textlinks" align="left"> |
|---|
| 23 | [<b><a href="%(bthome)s/">bittorrent.org</a></b>]--> |
|---|
| 24 | [<b><a href="%(bepindex)s/">BEP Index</a></b>] |
|---|
| 25 | [<b><a href="%(bephome)s/bep-%(bepnum)s.txt">BEP Source</a></b>] |
|---|
| 26 | </td></tr></table> |
|---|
| 27 | <div class="document"> |
|---|
| 28 | %(body)s |
|---|
| 29 | %(body_suffix)s |
|---|