This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 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 |
PSEP, see http://www.python.org/pseps/psep-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>PSEP %(psep)s -- %(title)s</title> |
| 13 |
%(stylesheet)s</head> |
| 14 |
<body> |
| 15 |
|
| 16 |
<div id="header"> |
| 17 |
<a href="%(pyhome)s/" title="Python Home Page"> |
| 18 |
<img src="%(pyhome)s/wp-content/themes/openbossa/images/logo.png" alt="[PySide]" |
| 19 |
border="0" width="199" height="102" /></a> |
| 20 |
[<b><a href="%(pyhome)s/">PySide Home</a></b>] |
| 21 |
[<b><a href="%(psepindex)s">PSEP Index</a></b>] |
| 22 |
</div> |
| 23 |
<div id="content"> |
| 24 |
%(body)s |
| 25 |
</div> |
| 26 |
%(body_suffix)s |