<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://jamiedubs.com/wikis/blackbook/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Blackbook API/docs</title>
        <description></description>
        <link>http://jamiedubs.com/wikis/blackbook/</link>
        <lastBuildDate>Thu, 09 Sep 2010 03:48:47 +0000</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://jamiedubs.com/wikis/blackbook/lib/images/favicon.ico</url>
            <title>Blackbook API/docs</title>
            <link>http://jamiedubs.com/wikis/blackbook/</link>
        </image>
        <item>
            <title>api-full-method-list</title>
            <link>http://jamiedubs.com/wikis/blackbook/api-full-method-list?rev=1262596556&amp;do=diff</link>
            <description>Full API Method List

TODO

This list is incomplete &amp; ongoing

Currently the API is read-only

data (tags)


	*  /data.{xml,json,txt} [GET]
	*  /data.{xml,json,txt} [POST]
	*  /data/3942/optional-semantic-tag-name.{xml,json,txt} [GET]
	*  /data/3942/optional-semantic-tag-name.{xml,json,txt} [PUT]</description>
            <pubDate>Mon, 04 Jan 2010 09:15:56 +0000</pubDate>
        </item>
        <item>
            <title>drawing-with-javascript-json</title>
            <link>http://jamiedubs.com/wikis/blackbook/drawing-with-javascript-json?rev=1263487794&amp;do=diff</link>
            <description>Drawing with Javascript and JSON (GSON)

TODO!

For now, consult the code on &lt;http://jamiedubs.com/canvasplayer&gt; (it's on the page -- index.html)

or &lt;http://github.com/jamiew/canvasplayer&gt;

Drawing is done using Processing.js &amp; HTML5 canvas, and GML (GSON) data is loaded from 000book using a JSON callback.</description>
            <pubDate>Thu, 14 Jan 2010 16:49:54 +0000</pubDate>
        </item>
        <item>
            <title>minimum-gml-requirements</title>
            <link>http://jamiedubs.com/wikis/blackbook/minimum-gml-requirements?rev=1263487643&amp;do=diff</link>
            <description>This is the minimum acceptable GML that 000000book will accept. It will reject with 'invalid GML' if it cannot parse or if required tags are missing.


&lt;gml&gt;
&lt;tag&gt;
&lt;drawing&gt;
    &lt;stroke&gt; /* by default stroke drawing is true */
        &lt;pt&gt;
            &lt;x&gt;0.0&lt;/x&gt;
            &lt;y&gt;0.0&lt;/y&gt;
        &lt;/pt&gt;
        &lt;pt&gt;
            &lt;x&gt;0.0&lt;/x&gt;
            &lt;y&gt;0.0&lt;/y&gt;
        &lt;/pt&gt;
        &lt;pt&gt;
            &lt;x&gt;0.0&lt;/x&gt;
            &lt;y&gt;0.0&lt;/y&gt;
        &lt;/pt&gt;    
    &lt;/stroke&gt;
&lt;/drawing&gt;
&lt;/tag&gt;
&lt;/gml&gt;</description>
            <pubDate>Thu, 14 Jan 2010 16:47:23 +0000</pubDate>
        </item>
        <item>
            <title>php</title>
            <link>http://jamiedubs.com/wikis/blackbook/php?rev=1277747328&amp;do=diff</link>
            <description>PHP 000book crawler + totally basic GML parser by Filipe Cruz  “ps / TPOLM”
&lt;http://tpolm.org/~ps/&gt;


&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;GML crawl&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#FFFFFF&gt;
&lt;?php


//include_once('parser_php5.php');

include_once('loader.php');

require('auth.php');

$dbl = mysql_connect($db['host'], $db['user'], $db['password']);
if(!$dbl) {
	die('SQL error...');
}
mysql_sel…</description>
            <pubDate>Mon, 28 Jun 2010 17:48:48 +0000</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>http://jamiedubs.com/wikis/blackbook/start?rev=1279229898&amp;do=diff</link>
            <description>000000book API Docs

**BETA NOTICE**

The site is undergoing active development, and this documentation is incomplete. Pleaes email us if you have questions or run into problems. You can also join the new GML mailing list

Contact us via email: &lt;mailto:info@000000book.com&gt;
Or hit us up on IRC: &lt;irc://irc.freenode.net/#fatlab&gt;</description>
            <pubDate>Thu, 15 Jul 2010 21:38:18 +0000</pubDate>
        </item>
    </channel>
</rss>
