<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NickyCakes.com &#187; Wikipedia</title>
	<atom:link href="http://www.nickycakes.com/category/wikipedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickycakes.com</link>
	<description>Confessions of a Reformed Blackhat</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:19:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Wikipedia Scraper</title>
		<link>http://www.nickycakes.com/wikipedia-scraper/</link>
		<comments>http://www.nickycakes.com/wikipedia-scraper/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 05:16:30 +0000</pubDate>
		<dc:creator>nickycakes</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://www.nickycakes.com/wikipedia-scraper/</guid>
		<description><![CDATA[For a recent project, Nickycakes had to code a Wikipedia scraper. Here&#8217;s a simplified version of the function for you to use if you want. This code requires a few library files, which are included in LIB_http.zip. Enjoy: include('LIB_http.php'); include('LIB_parse.php'); function wikiscrape($topic){ $target = "http://en.wikipedia.org/wiki/".urlencode($topic); $results = http_get($target,""); $paragraphs = parse_array($results['FILE'],"&#60;p&#62;","&#60;/p&#62;",EXCL); foreach($paragraphs as $paragraph){ $paragraph [...]]]></description>
		<wfw:commentRss>http://www.nickycakes.com/wikipedia-scraper/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Scamming Wikipedia Traffic</title>
		<link>http://www.nickycakes.com/scamming-wikipedia-traffic/</link>
		<comments>http://www.nickycakes.com/scamming-wikipedia-traffic/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 01:59:12 +0000</pubDate>
		<dc:creator>nickycakes</dc:creator>
				<category><![CDATA[Link Building]]></category>
		<category><![CDATA[Traffic Generation]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://www.nickycakes.com/scamming-wikipedia-traffic/</guid>
		<description><![CDATA[Wikipedia sucks.  Well, for bringing relevant, mostly accurate content, it&#8217;s awesome, but who wants to compete with that?  Search for nearly anything on google and you will find a wikipedia article at or near the top result.  Wikipedia is the bane of many a webmaster&#8217;s existence, making it near impossible to rank at the #1 [...]]]></description>
		<wfw:commentRss>http://www.nickycakes.com/scamming-wikipedia-traffic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

