RDF Site Summary 1.0 Modules: Wiki

Authors

Jeff Dairiki, PhpWiki
Laurens Pit, OpenWiki
Sunir Shah, Meatball

Version

Latest Version: http://openwiki.com/mod_wiki.html

DRAFT 0.5 2001-11-28

Status

Proposed

Rights

Copyright © 2001 by the Author.

Permission to use, copy, modify and distribute the RDF Site Summary 1.0 Wiki Module and its accompanying documentation for any purpose and without fee is hereby granted in perpetuity, provided that the above copyright notice and this paragraph appear in all copies. The copyright holders make no representation about the suitability of the specification for any purpose. It is provided "as is" without expressed or implied warranty.

This copyright applies to the RDF Site Summary 1.0 Wiki Module and accompanying documentation and does not extend to the RSS format itself.

Description

For those who like to track the recently changed pages of various wiki sources, additional fields are needed. This module adds those fields that are needed. These fields are based on what is commonly shown on RecentChanges pages of many wiki sites.

The RSS 1.0 Wiki Module augments the RSS core and Dublin Core module's metadata with channel-level and item-level elements specific to wiki data. These are listed below for your quick reference; be sure to visit Meatball:ModWiki for more specifics.

Namespace Declarations

Model

<channel> Elements:

<item> Elements:

<dc:contributor> Elements:

Example

<?xml version="1.0" encoding="ISO-8859-1"?>



 <rdf:RDF

     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

     xmlns="http://purl.org/rss/1.0/"

     xmlns:dc="http://purl.org/dc/elements/1.1/"

     xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/"

 >

    <channel rdf:about="http://openwiki.com">

        <title>O p e n W i k i</title>

        <link>http://openwiki.com</link>

        <description>Bringing XML to the wiki world.</description>

        <wiki:interwiki>

            <rdf:Description link="http://openwiki.com/?">

                <rdf:value>OpenWiki</rdf:value>

            </rdf:Description>

        </wiki:interwiki>

        <items>

            <rdf:Seq>

                <rdf:li rdf:resource="http://openwiki.com?p=SandBox&amp;version=23">

            </rdf:Seq>

        </items>

    </channel>



    <item rdf:about="http://openwiki.com/ow.asp?p=SandBox&amp;version=23">

        <title>SandBox</title>

        <link>http://openwiki.com/?SandBox</link>

        <description>Added example of numbered lists</description>

        <dc:date>2001-11-25T15:01:00+01:00</dc:date>

        <dc:contributor>

            <rdf:Description link="http://openwiki.com/?MaryMcConnell"

                             wiki:host="192.168.1.10">

                <rdf:value>Mary McConnell</rdf:value>

            </rdf:Description>

        </dc:contributor>

        <wiki:version>v23</wiki:version>

        <wiki:status>updated</wiki:status>

        <wiki:importance>major</wiki:importance>

        <wiki:diff>http://openwiki.com/?p=SandBox&amp;a=diff</wiki:diff>

        <wiki:history>http://openwiki.com/?p=SandBox&amp;a=changes</wiki:history>

    </item>

</rdf:RDF>