File: annotated-examples.html

package info (click to toggle)
feedparser 4.1-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,108 kB
  • ctags: 657
  • sloc: python: 2,190; xml: 239; makefile: 34; sh: 8
file content (55 lines) | stat: -rw-r--r-- 2,943 bytes parent folder | download
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Annotated Examples [Universal Feed Parser]</title>
<link rel="stylesheet" href="css/feedparser.css" type="text/css">
<link rev="made" href="mailto:mark@diveintomark.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
<meta name="keywords" content="RSS, Atom, CDF, XML, feed, parser, Python">
<link rel="start" href="index.html" title="Documentation">
<link rel="up" href="index.html" title="Documentation">
<link rel="prev" href="http-other.html" title="Other HTTP Headers">
<link rel="next" href="annotated-atom10.html" title="Atom 1.0">
</head>
<body id="feedparser-org" class="docs">
<div class="z" id="intro"><div class="sectionInner"><div class="sectionInner2">
<div class="s" id="pageHeader">
<h1><a href="/"><span>Universal Feed Parser</span></a></h1>
<p><span>Parse RSS and Atom feeds in Python.  3000 unit tests.  Open source.</span></p>
</div>
<div class="s" id="quickSummary"><ul>
<li class="li1">
<a href="http://sourceforge.net/projects/feedparser/"><span>Download</span></a> ·</li>
<li class="li2">
<a href="http://feedparser.org/docs/"><span>Documentation</span></a> ·</li>
<li class="li3">
<a href="http://feedparser.org/tests/"><span>Unit tests</span></a> ·</li>
<li class="li4"><a href="http://sourceforge.net/tracker/?func=browse&amp;group_id=112328&amp;atid=661937"><span>Report a bug</span></a></li>
</ul></div>
</div></div></div>
<div id="main"><div id="mainInner">
<p id="breadcrumb">You are here: <a href="index.html">Documentation</a> → <span class="thispage">Annotated Examples</span></p>
<div class="chapter" lang="en">
<div class="titlepage">
<div><div><h2 class="title">
<a name="annotated" class="skip" href="#annotated" title="link to this chapter"><img src="images/permalink.gif" alt="[link]" title="link to this chapter" width="8" height="9"></a> Annotated Examples</h2></div></div>
<div></div>
</div>
<div class="toc"><ul>
<li><span class="section"><a href="annotated-atom10.html">Atom 1.0</a></span></li>
<li><span class="section"><a href="annotated-atom03.html">Atom 0.3</a></span></li>
<li><span class="section"><a href="annotated-rss20.html">RSS 2.0</a></span></li>
<li><span class="section"><a href="annotated-rss20-dc.html">RSS 2.0 with Namespaces</a></span></li>
<li><span class="section"><a href="annotated-rss10.html">RSS 1.0</a></span></li>
</ul></div>
</div>
<div style="float: left">← <a class="NavigationArrow" href="http-other.html">Other HTTP Headers</a>
</div>
<div style="text-align: right">
<a class="NavigationArrow" href="annotated-atom10.html">Atom 1.0</a> →</div>
<hr style="clear:both">
<div class="footer"><p class="copyright">Copyright © 2004, 2005, 2006 Mark Pilgrim</p></div>
</div></div>
</body>
</html>