<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://webascorpus.org/wacwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://webascorpus.org/wacwiki/feed.php">
        <title>Web as Corpus</title>
        <description></description>
        <link>http://webascorpus.org/wacwiki/</link>
        <image rdf:resource="http://webascorpus.org/wacwiki/lib/images/favicon.ico" />
       <dc:date>2009-01-05T05:23:26-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg:searchwac&amp;rev=1226618187&amp;do=diff"/>
                <rdf:li rdf:resource="http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg:countmatch&amp;rev=1212152027&amp;do=diff"/>
                <rdf:li rdf:resource="http://webascorpus.org/wacwiki/doku.php?id=user_posts:bill_fletcher:phpsnippets&amp;rev=1212151930&amp;do=diff"/>
                <rdf:li rdf:resource="http://webascorpus.org/wacwiki/doku.php?id=user_posts:bill_fletcher&amp;rev=1212150923&amp;do=diff"/>
                <rdf:li rdf:resource="http://webascorpus.org/wacwiki/doku.php?id=wiki:wac_links&amp;rev=1210345987&amp;do=diff"/>
                <rdf:li rdf:resource="http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg:searchwc&amp;rev=1204663183&amp;do=diff"/>
                <rdf:li rdf:resource="http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg&amp;rev=1204662805&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://webascorpus.org/wacwiki/lib/images/favicon.ico">
        <title>Web as Corpus</title>
        <link>http://webascorpus.org/wacwiki/</link>
        <url>http://webascorpus.org/wacwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg:searchwac&amp;rev=1226618187&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-13T16:16:27-07:00</dc:date>
        <dc:creator>Bill Fletcher</dc:creator>
        <title>wiki:wacorg:searchwac</title>
        <link>http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg:searchwac&amp;rev=1226618187&amp;do=diff</link>
        <description>13 November 2008 

	*  Occasionally the Web Concordancer script “stalls” for various reasons, i.e. it stops producing output.  To avoid queries that get stuck permanently, after 6 seconds without new output the page now displays links to restart the stalled query (starting with the next page in the result set) and to download a zipfile of matching webpages.  (Formerly these links did not appear until the entire query was complete.)  These links disappear as new output is received.  They rema…</description>
    </item>
    <item rdf:about="http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg:countmatch&amp;rev=1212152027&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-30T06:53:47-07:00</dc:date>
        <dc:creator>Bill Fletcher</dc:creator>
        <title>wiki:wacorg:countmatch</title>
        <link>http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg:countmatch&amp;rev=1212152027&amp;do=diff</link>
        <description>Count Matching Webpages was updated... 

	*  May 2008 retored LiveSearch! results to Count Matching Webpages 

	*  February 2008 to respond to changes on the Yahoo! SERP (Search Engine Report Page) which caused the existing “scraping” algorithm to fail.  (Scraping means parsing SERPs to find specific information, e.g. page counts.)</description>
    </item>
    <item rdf:about="http://webascorpus.org/wacwiki/doku.php?id=user_posts:bill_fletcher:phpsnippets&amp;rev=1212151930&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-30T06:52:10-07:00</dc:date>
        <dc:creator>Bill Fletcher</dc:creator>
        <title>user_posts:bill_fletcher:phpsnippets</title>
        <link>http://webascorpus.org/wacwiki/doku.php?id=user_posts:bill_fletcher:phpsnippets&amp;rev=1212151930&amp;do=diff</link>
        <description>Useful PHP 5 snippets

Code to format and print out arrays and XML on a webpage  (e.g. to see exactly what an object or array contains or what XML is returned by a search engine query).


  function showObject($ar)
  {
    $find = array(chr(10), chr(32));
    $replace = array(&quot;&lt;br&gt;\r\n&quot;, &quot;&amp;nbsp;&quot;);
    $info = print_r($ar, true);
    echo  str_replace($find, $replace, $info);
  }
  function showXML($xml)
  {
    // add indenting?
    $xml=str_replace(&quot;\n&quot;, &quot;&quot;, $xml);
    $xml=str_replace(&quot;\r&quot;, &quot;…</description>
    </item>
    <item rdf:about="http://webascorpus.org/wacwiki/doku.php?id=user_posts:bill_fletcher&amp;rev=1212150923&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-30T06:35:23-07:00</dc:date>
        <dc:creator>Bill Fletcher</dc:creator>
        <title>user_posts:bill_fletcher</title>
        <link>http://webascorpus.org/wacwiki/doku.php?id=user_posts:bill_fletcher&amp;rev=1212150923&amp;do=diff</link>
        <description>Bill Fletcher's Posts

	*  Barebones PHP 5 Code to query Live Search

	*  Useful PHP 5 snippets for developers</description>
    </item>
    <item rdf:about="http://webascorpus.org/wacwiki/doku.php?id=wiki:wac_links&amp;rev=1210345987&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-09T09:13:07-07:00</dc:date>
        <dc:creator>Bill Fletcher</dc:creator>
        <title>wiki:wac_links</title>
        <link>http://webascorpus.org/wacwiki/doku.php?id=wiki:wac_links&amp;rev=1210345987&amp;do=diff</link>
        <description>*  Web as Corpus Community site on SourceForge


collaborative repository for data, software and links to Web as Corpus sites set up by Stefan Evert and co-administered by various members of the WaC community 

Web as Corpus Workshops

	*  WaC 4: 4th Web as Corpus Workshop – Can we beat Google?, as part of LREC 2008, Marrakech, Morocco, 1 June 2008
 Conference site |  Proceedings</description>
    </item>
    <item rdf:about="http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg:searchwc&amp;rev=1204663183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-04T13:39:43-07:00</dc:date>
        <dc:creator>Bill Fletcher</dc:creator>
        <title>wiki:wacorg:searchwc</title>
        <link>http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg:searchwc&amp;rev=1204663183&amp;do=diff</link>
        <description>4 March 2008 

	*  Search interface launched for new, self-expanding corpora based on English-language webpages matching user queries. Details of corpus development will appear here later.</description>
    </item>
    <item rdf:about="http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg&amp;rev=1204662805&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-04T13:33:25-07:00</dc:date>
        <dc:creator>Bill Fletcher</dc:creator>
        <title>wiki:wacorg</title>
        <link>http://webascorpus.org/wacwiki/doku.php?id=wiki:wacorg&amp;rev=1204662805&amp;do=diff</link>
        <description>Recent changes

	*  Web Corpus updates
	*  Web Concordancer updates
	*  Count Matching Webpages updates

Older changes

Future plans</description>
    </item>
</rdf:RDF>
