<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://directory.fsf.org/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://directory.fsf.org/wiki?title=Beautiful_Soup&amp;feed=atom&amp;action=history</id>
		<title>Beautiful Soup - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://directory.fsf.org/wiki?title=Beautiful_Soup&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://directory.fsf.org/wiki?title=Beautiful_Soup&amp;action=history"/>
		<updated>2013-05-20T02:32:29Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://directory.fsf.org/wiki?title=Beautiful_Soup&amp;diff=278&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;{{Entry |Name=Beautiful Soup |Short description=a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. |Full description=Beautiful Soup is a Python...&quot;</title>
		<link rel="alternate" type="text/html" href="http://directory.fsf.org/wiki?title=Beautiful_Soup&amp;diff=278&amp;oldid=prev"/>
				<updated>2011-04-12T12:21:40Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Entry |Name=Beautiful Soup |Short description=a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. |Full description=Beautiful Soup is a Python...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Entry&lt;br /&gt;
|Name=Beautiful Soup&lt;br /&gt;
|Short description=a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.&lt;br /&gt;
|Full description=Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful:&lt;br /&gt;
* 1. Beautiful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and run away.&lt;br /&gt;
* 2. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application.&lt;br /&gt;
* 3. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't autodetect one. Then you just have to specify the original encoding.&lt;br /&gt;
* Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it &amp;amp;quot;Find all the links&amp;amp;quot;, or &amp;amp;quot;Find all the links of class externalLink&amp;amp;quot;, or &amp;amp;quot;Find all the links whose urls match &amp;amp;quot;foo.com&amp;amp;quot;, or &amp;amp;quot;Find the table heading that's got bold text, then give me that text.&amp;amp;quot; Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup.&lt;br /&gt;
|User level=intermediate&lt;br /&gt;
|Status=Live&lt;br /&gt;
|Component programs=&lt;br /&gt;
|Homepage URL=http://www.crummy.com/software/BeautifulSoup/&lt;br /&gt;
|VCS checkout command=&lt;br /&gt;
|Computer languages=Python&lt;br /&gt;
|Documentation note=http://www.crummy.com/software/BeautifulSoup/documentation.html&lt;br /&gt;
|Paid support=&lt;br /&gt;
|IRC help=&lt;br /&gt;
|IRC general=&lt;br /&gt;
|IRC development=&lt;br /&gt;
|Related projects=&lt;br /&gt;
|Keywords=HTML,XML,screen,tree,scraper,scraping,markup,parser,parse&lt;br /&gt;
|Is GNU=n&lt;br /&gt;
|Last review by=Kelly Hopkins&lt;br /&gt;
|Last review date=2009-06-09&lt;br /&gt;
|Submitted by=Database conversion&lt;br /&gt;
|Submitted date=2011-04-01&lt;br /&gt;
|Version identifier=3.1.0.1&lt;br /&gt;
|Version date=2009-01-06&lt;br /&gt;
|Version status=stable&lt;br /&gt;
|Version download=http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz&lt;br /&gt;
|License verified date=2009-06-09&lt;br /&gt;
|Version comment=&lt;br /&gt;
}}&lt;br /&gt;
{{Person&lt;br /&gt;
|Role=Maintainer&lt;br /&gt;
|Real name=Leonard Richardson&lt;br /&gt;
|Email=leonardr@collab.net&lt;br /&gt;
|Resource URL=&lt;br /&gt;
}}&lt;br /&gt;
{{Resource&lt;br /&gt;
|Resource audience=Developer&lt;br /&gt;
|Resource kind=Download&lt;br /&gt;
|Resource URL=http://www.crummy.com/software/BeautifulSoup/#Download&lt;br /&gt;
}}&lt;br /&gt;
{{Resource&lt;br /&gt;
|Resource audience=Developer&lt;br /&gt;
|Resource kind=Homepage&lt;br /&gt;
|Resource URL=https://launchpad.net/beautifulsoup&lt;br /&gt;
}}&lt;br /&gt;
{{Resource&lt;br /&gt;
|Resource audience=General&lt;br /&gt;
|Resource kind=Forum&lt;br /&gt;
|Resource URL=http://groups.google.com/group/beautifulsoup&lt;br /&gt;
}}&lt;br /&gt;
{{Software category&lt;br /&gt;
|Interface=command-line&lt;br /&gt;
|Use=web-authoring&lt;br /&gt;
|Web-authoring=html-format-conversion,xml&lt;br /&gt;
|Works-with=html,xml&lt;br /&gt;
}}&lt;br /&gt;
{{Project license&lt;br /&gt;
|License=BSD_3Clause&lt;br /&gt;
|License verified by=Kelly Hopkins&lt;br /&gt;
|License verified date=2009-06-09&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	</feed>