Make docs validate
This commit is contained in:
parent
019eb0f96c
commit
b5e89c8bd2
@ -1,3 +1,6 @@
|
|||||||
|
<!DOCTYPE html PUBLIC
|
||||||
|
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="docs.js"></script>
|
<script type="text/javascript" src="docs.js"></script>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
<!DOCTYPE html PUBLIC
|
||||||
|
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="docs.js"></script>
|
<script type="text/javascript" src="docs.js"></script>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
<!DOCTYPE html PUBLIC
|
||||||
|
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="docs.js"></script>
|
<script type="text/javascript" src="docs.js"></script>
|
||||||
@ -7,22 +10,25 @@
|
|||||||
<body>
|
<body>
|
||||||
<h2>Table of Contents</h2>
|
<h2>Table of Contents</h2>
|
||||||
<ul class="outer">
|
<ul class="outer">
|
||||||
<li>Basic Features</li>
|
<li>Basic Features
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="config.html">Configuration</a></li>
|
<li><a href="config.html">Configuration</a></li>
|
||||||
<li><a href="templates.html">Templates</a></li>
|
<li><a href="templates.html">Templates</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li>Advanced Features</li>
|
</li>
|
||||||
|
<li>Advanced Features
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="venus.svg">Architecture</a></li>
|
<li><a href="venus.svg">Architecture</a></li>
|
||||||
<li><a href="normalization.html">Normalization</a></li>
|
<li><a href="normalization.html">Normalization</a></li>
|
||||||
<li><a href="filters.html">Filters</a></li>
|
<li><a href="filters.html">Filters</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li>Other</li>
|
</li>
|
||||||
|
<li>Other
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="migration.html">Migration from Planet 2.0</a></li>
|
<li><a href="migration.html">Migration from Planet 2.0</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li>Reference</li>
|
</li>
|
||||||
|
<li>Reference
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.planetplanet.org/">Planet</a></li>
|
<li><a href="http://www.planetplanet.org/">Planet</a></li>
|
||||||
<li><a href="http://feedparser.org/docs/">Universal Feed Parser</a></li>
|
<li><a href="http://feedparser.org/docs/">Universal Feed Parser</a></li>
|
||||||
@ -31,12 +37,14 @@
|
|||||||
<li><a href="http://www.w3.org/TR/xslt">XSLT</a></li>
|
<li><a href="http://www.w3.org/TR/xslt">XSLT</a></li>
|
||||||
<li><a href="http://www.gnu.org/software/sed/manual/html_mono/sed.html">sed</a></li>
|
<li><a href="http://www.gnu.org/software/sed/manual/html_mono/sed.html">sed</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<li>Legal</li>
|
</li>
|
||||||
|
<li>Legal
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="../AUTHORS">Authors</a></li>
|
<li><a href="../AUTHORS">Authors</a></li>
|
||||||
<li><a href="../THANKS">Contributors</a></li>
|
<li><a href="../THANKS">Contributors</a></li>
|
||||||
<li><a href="../LICENCE">License</a></li>
|
<li><a href="../LICENCE">License</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
<!DOCTYPE html PUBLIC
|
||||||
|
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="docs.js"></script>
|
<script type="text/javascript" src="docs.js"></script>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
<!DOCTYPE html PUBLIC
|
||||||
|
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="docs.js"></script>
|
<script type="text/javascript" src="docs.js"></script>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
<!DOCTYPE html PUBLIC
|
||||||
|
"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="docs.js"></script>
|
<script type="text/javascript" src="docs.js"></script>
|
||||||
@ -29,7 +32,7 @@ the following (rather substantial) subset:</p>
|
|||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<table border="1" cellpadding="5" cellspacing="0">
|
<table border="1" cellpadding="5" cellspacing="0">
|
||||||
<thead><th>VAR</th><th>type</th><th>source</th></thead>
|
<tr><th>VAR</th><th>type</th><th>source</th></tr>
|
||||||
<tr><td>author</td><td>String</td><td><a href="http://feedparser.org/docs/reference-feed-author.html">author</a></td></tr>
|
<tr><td>author</td><td>String</td><td><a href="http://feedparser.org/docs/reference-feed-author.html">author</a></td></tr>
|
||||||
<tr><td>author_name</td><td>String</td><td><a href="http://feedparser.org/docs/reference-feed-author_detail.html#reference.feed.author_detail.name">author_detail.name</a></td></tr>
|
<tr><td>author_name</td><td>String</td><td><a href="http://feedparser.org/docs/reference-feed-author_detail.html#reference.feed.author_detail.name">author_detail.name</a></td></tr>
|
||||||
<tr><td>generator</td><td>String</td><td><a href="http://feedparser.org/docs/reference-feed-generator.html">generator</a></td></tr>
|
<tr><td>generator</td><td>String</td><td><a href="http://feedparser.org/docs/reference-feed-generator.html">generator</a></td></tr>
|
||||||
@ -58,7 +61,7 @@ The data values within the <code>Items</code> array are as follows:</p>
|
|||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<table border="1" cellpadding="5" cellspacing="0">
|
<table border="1" cellpadding="5" cellspacing="0">
|
||||||
<thead><th>VAR</th><th>type</th><th>source</th></thead>
|
<tr><th>VAR</th><th>type</th><th>source</th></tr>
|
||||||
<tr><td>author</td><td>String</td><td><a href="http://feedparser.org/docs/reference-entry-author.html">author</a></td></tr>
|
<tr><td>author</td><td>String</td><td><a href="http://feedparser.org/docs/reference-entry-author.html">author</a></td></tr>
|
||||||
<tr><td>author_email</td><td>String</td><td><a href="http://feedparser.org/docs/reference-entry-author_detail.html#reference.entry.author_detail.email">author_detail.email</a></td></tr>
|
<tr><td>author_email</td><td>String</td><td><a href="http://feedparser.org/docs/reference-entry-author_detail.html#reference.entry.author_detail.email">author_detail.email</a></td></tr>
|
||||||
<tr><td>author_name</td><td>String</td><td><a href="http://feedparser.org/docs/reference-entry-author_detail.html#reference.entry.author_detail.name">author_detail.name</a></td></tr>
|
<tr><td>author_name</td><td>String</td><td><a href="http://feedparser.org/docs/reference-entry-author_detail.html#reference.entry.author_detail.name">author_detail.name</a></td></tr>
|
||||||
@ -103,7 +106,7 @@ find XSLT less approachable than htmltmpl.</p>
|
|||||||
input is a <a href="normalization.html">highly normalized</a> feed,
|
input is a <a href="normalization.html">highly normalized</a> feed,
|
||||||
with a few extension elements.</p>
|
with a few extension elements.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>atom:feed</code> will have the following child elements:</li>
|
<li><code>atom:feed</code> will have the following child elements:
|
||||||
<ul>
|
<ul>
|
||||||
<li>A <code>planet:source</code> element per subscription, with the same child elements as <a href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source"><code>atom:source</code></a>, as well as
|
<li>A <code>planet:source</code> element per subscription, with the same child elements as <a href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source"><code>atom:source</code></a>, as well as
|
||||||
an additional child element in the planet namespace for each
|
an additional child element in the planet namespace for each
|
||||||
@ -112,6 +115,7 @@ this subscription.</li>
|
|||||||
<li><a href="http://www.feedparser.org/docs/reference-version.html"><code>planet:format</code></a> indicating the format and version of the source feed.</li>
|
<li><a href="http://www.feedparser.org/docs/reference-version.html"><code>planet:format</code></a> indicating the format and version of the source feed.</li>
|
||||||
<li><a href="http://www.feedparser.org/docs/reference-bozo.html"><code>planet:bozo</code></a> which is either <code>true</code> or <code>false</code>.</li>
|
<li><a href="http://www.feedparser.org/docs/reference-bozo.html"><code>planet:bozo</code></a> which is either <code>true</code> or <code>false</code>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</li>
|
||||||
<li><code>atom:updated</code> and <code>atom:published</code> will have
|
<li><code>atom:updated</code> and <code>atom:published</code> will have
|
||||||
a <code>planet:format</code> attribute containing the referenced date
|
a <code>planet:format</code> attribute containing the referenced date
|
||||||
formatted according to the <code>[planet] date_format</code> specified
|
formatted according to the <code>[planet] date_format</code> specified
|
||||||
|
Loading…
x
Reference in New Issue
Block a user