<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.peterkrantz.com/raakt/wiki/lib/styles/feed.css" 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://www.peterkrantz.com/raakt/wiki/feed.php">
        <title>RAAKT examples</title>
        <description></description>
        <link>http://www.peterkrantz.com/raakt/wiki/</link>
        <image rdf:resource="http://www.peterkrantz.com/raakt/wiki/lib/images/favicon.ico" />
       <dc:date>2010-09-09T00:12:59+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/examples/batchtest?rev=1201352243"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/examples/commandline?rev=1283089777"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/examples/extending?rev=1221397292"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.peterkrantz.com/raakt/wiki/lib/images/favicon.ico">
        <title>RAAKT</title>
        <link>http://www.peterkrantz.com/raakt/wiki/</link>
        <url>http://www.peterkrantz.com/raakt/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/examples/batchtest?rev=1201352243">
        <dc:format>text/html</dc:format>
        <dc:date>2008-01-26T12:57:23+00:00</dc:date>
        <title>Batch testing an entire site</title>
        <link>http://www.peterkrantz.com/raakt/wiki/examples/batchtest?rev=1201352243</link>
        <description>This example shows how Raakt can be used in a crawl script to check an entire site.

It is based on Ruport, Raakt and SimpleCrawler. Please see SimpleCrawler example.</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/examples/commandline?rev=1283089777">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-29T13:49:37+00:00</dc:date>
        <title>Calling Raakt from the command line</title>
        <link>http://www.peterkrantz.com/raakt/wiki/examples/commandline?rev=1283089777</link>
        <description>This script shows how Raakt can be used in a simple Ruby script to test a remote web page. 

First, make sure you have installed Raakt (follow the installation instructions if necessary).

Then, install the Mechanize library (it will be used to fetch remote web pages) by opening a command prompt and type:</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/examples/extending?rev=1221397292">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-14T13:01:32+00:00</dc:date>
        <title>Extending Raakt</title>
        <link>http://www.peterkrantz.com/raakt/wiki/examples/extending?rev=1221397292</link>
        <description>Extending Raakt (and other Ruby libraries) is easy! In this example we’ll add a HTML validation method that calls the W3C validator service. Please note that if you are planning to batch test a large number of pages, W3C will throttle your access to the validator. In this case you should install a local copy of the validator service first.</description>
    </item>
</rdf:RDF>
