/usr/share/doc/pyblosxom/html/syndication.html is in pyblosxom 1.5.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Syndication — PyBlosxom 1.5.2 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '1.5.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="PyBlosxom 1.5.2 documentation" href="index.html" />
<link rel="next" title="Renderers" href="renderers.html" />
<link rel="prev" title="Flavours and Templates" href="flavours_and_templates.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="renderers.html" title="Renderers"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="flavours_and_templates.html" title="Flavours and Templates"
accesskey="P">previous</a> |</li>
<li><a href="index.html">PyBlosxom 1.5.2 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="syndication">
<h1>Syndication<a class="headerlink" href="#syndication" title="Permalink to this headline">¶</a></h1>
<div class="section" id="summary">
<h2>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
<p>Syndicating your blog is very important as it provides a mechanism for
readers of your blog to keep up to date. Typically this is done with
newsreader software. Additionally, there are websites that post blog
entries from a variety of blogs that have similar content. Both
newsreaders and planet-type websites need a semantically marked up
version of your blog.</p>
<p>Most newsreaders read most of the syndication formats. So you
shouldn’t feel that you have to implement each one of them in your
blog—you can most assuredly get away with implementing RSS 2.0 or
Atom and be just fine.</p>
<p>The syndication flavours that come with Pyblosxom should be fine for
most blogs. When pointing people to your syndication feed, just use
one of the syndication flavours.</p>
<p>Examples:</p>
<ul class="simple">
<li><tt class="docutils literal"><span class="pre">http://example.com/blog/index.rss</span></tt></li>
<li><tt class="docutils literal"><span class="pre">http://example.com/~willg/blog/index.rss20</span></tt></li>
<li><tt class="docutils literal"><span class="pre">http://example.com/index.atom</span></tt></li>
</ul>
</div>
<div class="section" id="feed-formats-that-come-with-pyblosxom">
<h2>Feed formats that come with Pyblosxom<a class="headerlink" href="#feed-formats-that-come-with-pyblosxom" title="Permalink to this headline">¶</a></h2>
<p>Pyblosxom comes with a few default flavours, three of which are feed
formats.</p>
<div class="section" id="rss-0-9-1">
<h3>RSS 0.9.1<a class="headerlink" href="#rss-0-9-1" title="Permalink to this headline">¶</a></h3>
<p>Pyblosxom comes with an rss flavour that produces RSS 0.9.1 output.
Here’s a sample of what it produces:</p>
<div class="highlight-python"><pre><?xml version="1.0" encoding="utf-8"?>
<!-- name="generator" content="pyblosxom/1.2 3/25/2005" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
<channel>
<title>My Blog</title>
<link>http://www.joe.com/blog/index.rss</link>
<description>This is my blog about trivial things</description>
<language>en</language>
<item>
<title>Example of an entry post</title>
<link>http://www.joe.com/blog/entries/example1.html</link>
<description>&lt;p&gt;
Here's an example of an entry in my blog. This is the body of the entry.
&lt;/p&gt;
</description>
</item>
</channel>
</rss></pre>
</div>
<p>This example only has one entry in it. The number of entries the rss
flavour will display is determined by the <tt class="docutils literal"><span class="pre">num_entries`</span> <span class="pre">property</span> <span class="pre">in</span>
<span class="pre">your</span> <span class="pre">``config.py</span></tt> file.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>Probably better not to use RSS 0.9.1:</p>
<p>RSS 0.9.1 format lacks dates in the data for the items. Unless you
include the date for the entry somewhere in the description block,
people looking at your RSS 0.9.1 feed won’t know what the date the
entry was created on was.</p>
<p class="last">Unless you have some reason to use RSS 0.9.1 as your syndication
format, you should look at using RSS 2.0 or Atom both of which
also come with Pyblosxom.</p>
</div>
<p>For more information, look at the <a class="reference external" href="http://my.netscape.com/publish/formats/rss-spec-0.91.html">RSS 0.9.1 spec</a>.</p>
</div>
<div class="section" id="rss-2-0">
<h3>RSS 2.0<a class="headerlink" href="#rss-2-0" title="Permalink to this headline">¶</a></h3>
<p>Pyblosxom 1.3 comes with an RSS 2.0 flavour called “rss20”. If it’s
missing features that you want (for example, some folks are doing
podcasting with their blog), then override the individual templates
you need to adjust.</p>
<p>For more information on RSS 2.0, see the <a class="reference external" href="http://blogs.law.harvard.edu/tech/rss">RSS 2.0 spec</a>.</p>
</div>
<div class="section" id="atom">
<h3>Atom<a class="headerlink" href="#atom" title="Permalink to this headline">¶</a></h3>
<p>Starting with 1.3, Pyblosxom comes with an Atom flavour called “atom”.
If it’s missing features that you want, then override the individual
templates you need to adjust.</p>
<p>For more information on Atom, see the <a class="reference external" href="http://atomenabled.org/">Atom spec</a>.</p>
</div>
</div>
<div class="section" id="debugging-your-feeds">
<h2>Debugging your feeds<a class="headerlink" href="#debugging-your-feeds" title="Permalink to this headline">¶</a></h2>
<p><a class="reference external" href="http://feedvalidator.org/">FeedValidator</a> is a useful tool for figuring out whether your
feed is valid and fixing bugs in your feed content.</p>
<p>Additionally, feel free to ask on the pyblosxom-users mailing list.</p>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Syndication</a><ul>
<li><a class="reference internal" href="#summary">Summary</a></li>
<li><a class="reference internal" href="#feed-formats-that-come-with-pyblosxom">Feed formats that come with Pyblosxom</a><ul>
<li><a class="reference internal" href="#rss-0-9-1">RSS 0.9.1</a></li>
<li><a class="reference internal" href="#rss-2-0">RSS 2.0</a></li>
<li><a class="reference internal" href="#atom">Atom</a></li>
</ul>
</li>
<li><a class="reference internal" href="#debugging-your-feeds">Debugging your feeds</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="flavours_and_templates.html"
title="previous chapter">Flavours and Templates</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="renderers.html"
title="next chapter">Renderers</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/syndication.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="renderers.html" title="Renderers"
>next</a> |</li>
<li class="right" >
<a href="flavours_and_templates.html" title="Flavours and Templates"
>previous</a> |</li>
<li><a href="index.html">PyBlosxom 1.5.2 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright Creative Commons CC0 - http://creativecommons.org/publicdomain/zero/1.0/.
Last updated on Oct 22, 2013.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>
|