<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://dev.iscabbs.com/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://dev.iscabbs.com/feed.php">
        <title>Raccdoc Development</title>
        <description></description>
        <link>http://dev.iscabbs.com/</link>
        <image rdf:resource="http://dev.iscabbs.com/lib/images/favicon.ico" />
       <dc:date>2009-10-22T20:44:11-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://dev.iscabbs.com/doku.php?id=http_xml&amp;rev=1199885855&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.iscabbs.com/doku.php?id=lunenburg&amp;rev=1253240784&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.iscabbs.com/doku.php?id=perl&amp;rev=1253240552&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.iscabbs.com/doku.php?id=raccdoc_protocol_documentation&amp;rev=1253129494&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.iscabbs.com/doku.php?id=rss_feeds&amp;rev=1253306564&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.iscabbs.com/doku.php?id=ruby&amp;rev=1253240512&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.iscabbs.com/doku.php?id=start&amp;rev=1253306397&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.iscabbs.com/doku.php?id=wish_list&amp;rev=1200718326&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://dev.iscabbs.com/lib/images/favicon.ico">
        <title>Raccdoc Development</title>
        <link>http://dev.iscabbs.com/</link>
        <url>http://dev.iscabbs.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://dev.iscabbs.com/doku.php?id=http_xml&amp;rev=1199885855&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-01-09T07:37:35-05:00</dc:date>
        <title>http_xml</title>
        <link>http://dev.iscabbs.com/doku.php?id=http_xml&amp;rev=1199885855&amp;do=diff</link>
        <description>RaccXML

On top of the raccdoc protocol is the utility raccxml; this program speaks raccdoc, but returns its results in a stateless XML document, perfect for integrating into an application which understands XML.  Because of XMLHttpRequest restrictions in FireFox, you need to install this program on your webserver. Note that raccxml could have been written by anyone and installed anywhere -- it doesn't need anything installed on ISCA's server.</description>
    </item>
    <item rdf:about="http://dev.iscabbs.com/doku.php?id=lunenburg&amp;rev=1253240784&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-17T21:26:24-05:00</dc:date>
        <title>lunenburg</title>
        <link>http://dev.iscabbs.com/doku.php?id=lunenburg&amp;rev=1253240784&amp;do=diff</link>
        <description>Lunenburg has been an ISCABBS user since 1993.  He is the author of the Perl and Ruby Raccdoc APIs, the RSS feeds, and various other Raccdoc tools.

He lives in San Antonio, Texas.</description>
    </item>
    <item rdf:about="http://dev.iscabbs.com/doku.php?id=perl&amp;rev=1253240552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-17T21:22:32-05:00</dc:date>
        <title>perl</title>
        <link>http://dev.iscabbs.com/doku.php?id=perl&amp;rev=1253240552&amp;do=diff</link>
        <description>There is currently a functional, object-oriented Perl module that implements the Raccdoc protocol.  It was formerly used for the ISCABBS RSS feeds, but that has since been superceded by the Ruby API.

It can be found on CPAN, though the module on CPAN is currently somewhat out of date.</description>
    </item>
    <item rdf:about="http://dev.iscabbs.com/doku.php?id=raccdoc_protocol_documentation&amp;rev=1253129494&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-16T14:31:34-05:00</dc:date>
        <title>raccdoc_protocol_documentation</title>
        <link>http://dev.iscabbs.com/doku.php?id=raccdoc_protocol_documentation&amp;rev=1253129494&amp;do=diff</link>
        <description>Raccoon Message Server
The Raccoon message server is responsible for maintaining information about
a collection of &quot;topics.&quot; Each topic consists of &quot;notes,&quot; which are each
documents in the RFC822 format. In general, a Raccoon server is used for a
specific administrative domain, where particular standards and guidelines
are enforced.A Raccoon server may also be used to host the Jalot system. Within Jalot,
threaded topics are used as task lists, and threads within a topic are
used as tasks.Command…</description>
    </item>
    <item rdf:about="http://dev.iscabbs.com/doku.php?id=rss_feeds&amp;rev=1253306564&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-18T15:42:44-05:00</dc:date>
        <title>rss_feeds</title>
        <link>http://dev.iscabbs.com/doku.php?id=rss_feeds&amp;rev=1253306564&amp;do=diff</link>
        <description>The ISCABBS RSS feeds are located at &lt;http://rss.iscabbs.com/&gt;

They are generated by a Ruby/Sinatra application named RaccFeeds, whose source code can be found at &lt;http://github.com/minter/raccfeeds/&gt;

The code consists of a backend script, run via cron, that polls both the database of stored posts and the live BBS, reconciling them (posts that have been removed from the BBS are marked as “deleted” in the database, new posts on the BBS are added to the database).</description>
    </item>
    <item rdf:about="http://dev.iscabbs.com/doku.php?id=ruby&amp;rev=1253240512&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-17T21:21:52-05:00</dc:date>
        <title>ruby</title>
        <link>http://dev.iscabbs.com/doku.php?id=ruby&amp;rev=1253240512&amp;do=diff</link>
        <description>The Ruby API was written by Lunenburg and is maintained as a Ruby Gem.  The source code can be found on Github and freely cloned from there.

To install the gem, do


sudo gem sources -a http://gems.github.com
sudo gem install minter-raccdoc


Then, within your code, do</description>
    </item>
    <item rdf:about="http://dev.iscabbs.com/doku.php?id=start&amp;rev=1253306397&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-18T15:39:57-05:00</dc:date>
        <title>start</title>
        <link>http://dev.iscabbs.com/doku.php?id=start&amp;rev=1253306397&amp;do=diff</link>
        <description>This wiki is designed to act as a clearinghouse for work on the Raccdoc protocol, including protocol documents, API modules, sample code, and discussion.

You must have an account to edit pages.  Mail&gt; Lunenburg on ISCA or Inara for access.

Protocol Documentation

	*  Raccdoc Protocol Documentation
	*  TODO list
	*  Wish List</description>
    </item>
    <item rdf:about="http://dev.iscabbs.com/doku.php?id=wish_list&amp;rev=1200718326&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-01-18T22:52:06-05:00</dc:date>
        <title>wish_list</title>
        <link>http://dev.iscabbs.com/doku.php?id=wish_list&amp;rev=1200718326&amp;do=diff</link>
        <description>What do you want to see in terms of a BBS API?  List it here!



API

Java

	*  Would be nice to have a .jar library that you add to your project that provides java methods, error handling for all of the raccdoc functions.

General

Email Gateway

	*  Send an email to 8@iscabbs.com or Client@iscabbs.com (forum #8 is Client) and have the contents posted to that forum. Obviously this has some security risks/issues.
	*  Or email to post@iscabbs.com, subject=8 (or subject=Client), etc.</description>
    </item>
</rdf:RDF>

