Here are all of Digg's front page stories, including all topics,
scraped into a simple XML format. There'ss too much data here for me to
check it thoroughly, but as far as I can tell, there are no errors.

The format of the XML document is as follows:
<items>
    <item>
        <topic>name of topic</topic>
        <ndiggs>number of diggs</ndiggs>
        <ncomments>number of comments</ncomments>
        <submitter>username of submitter</submitter>
        <linkurl>URL story links to</link>
        <entryurl>URL (permalink) of this entry</entryurl>
        <title>title of story</title>
        <content>description of story</content>
    </item>
    ...
</items>
