<?xml version="1.0"?>
<?xml-stylesheet href="http://www.rorweb.com/ror.css" type="text/css"?>
<!-- This is a ROR formatted XML document describing the resources of the website http://mws.hobby-site.com/. For information about the ROR format, go to www.rorweb.com --> 
<rdf:RDF xmlns="http://rorweb.com/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 

<!-- ******************** Main Info ******************** --> 
<Resource rdf:about="main">
    <rorinfo>This is a ROR formatted XML document describing the resources of the website http://mws.hobby-site.com/. For information about the ROR format, go to www.rorweb.com</rorinfo>
    <type>Main</type>
    <type>Website</type>
    <title>Micro Web Server</title>
    <url>http://mws.hobby-site.com/</url>
    <desc>An embedded ATMega128 microcontroller server in New Zealand. The server is a Web Tiger based on the Ethernut 1.3f hardware running Nut/OS.</desc>
    <keywords>8-bit,embedded, microcontroller,server,atmega128,rtl8019AS,ethernut,nut/os,roland riegel,multi-media card,mmc,mmc/sd,winavr,avr-gcc,gnu gcc compiler,lcd,fat16,rtc,stk500,stk501,web tiger</keywords>
</Resource>

<!-- ******************** Contact Info ***************** --> 
<Resource rdf:about="contact">
    <type>Contact</type>
    <title>Contact Info</title>
    <name>Micro Web Server</name>
    <url>http://mws.hobby-site.com/</url>
    <phone>03 1234567</phone>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="address">
    <type>Address</type>
    <title>Address</title>
    <address1>Brooklands</address1>
    <city>Christchurch</city>
    <postalCode>8083</postalCode>
    <stateRegion>Canterbury</stateRegion>
    <country>NZ</country>
    <resourceOf rdf:resource="contact"/>
</Resource>

<!-- ******************** Site Map Info ***************** --> 
<Resource rdf:about="sitemap">
    <type>SiteMap</type>
    <title>Sitemap Information</title>
    <sitemapGoogle>http://</sitemapGoogle>
    <sitemapROR>http://mws.hobby-site.com/</sitemapROR>
    <sitemapYahoo></sitemapYahoo>
    <resourceOf rdf:resource="main"/>
</Resource>

<Resource rdf:about="map-about">
    <title>About</title>
    <seeAlso rdf:resource="main"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

<Resource rdf:about="map-contact">
    <title>Contact</title>
    <seeAlso rdf:resource="contact"/>
    <resourceOf rdf:resource="sitemap"/>
</Resource>

</rdf:RDF>






