Annotation of bookie/www/index.html, revision 1.19
1.15 will 1: You can read what Bookie is <a href="purpose.html">here</a>, but here's the
2: long and short of it:
1.4 will 3:
1.15 will 4: <blockquote>
5: Bookie is an application which keeps all your bookmarks on a
6: central server so that you can access bookmarks from anywhere on the web.
7: </blockquote>
1.4 will 8:
1.19 ! will 9: <p>I have a server which is currently using XML-RPC and implements three
! 10: commands: <code>getRoot</code>, <code>getNode</code> and
! 11: <code>getChildren</code>. It returns <a
! 12: href="http://www.mozilla.org/rdf/doc">RDF</a> data in the same format that
! 13: Mozilla itself internally for bookmarks. This is all I need to iterate
! 14: through a tree.
1.15 will 15:
1.19 ! will 16: <p>The Mozilla client is still very rudimentary, but it does pick up XML-RPC
! 17: queries and display the RDF in a little window.. If you enjoy pain or would
! 18: like to help, then you can pick up the code from <a
! 19: href="/source/browse/bookie/clients/mozilla/extensions/bookie/resources">here</a>.
1.16 will 20: Thanks to Aaron Andersen for the cool <a
21: href="http://www.xulplanet.com/tutorials/xulapp/">tutorial</a>.
1.15 will 22:
1.16 will 23: <p>You do have to have the XML-RPC extensions to use the client. Go to your
1.15 will 24: mozilla/extensions/xml-rpc directory and <code>"nmake -f
25: makefile.win"</code> should take care of the problem.
1.7 will 26:
1.17 will 27: <p>Using the server requires
1.7 will 28:
1.17 will 29: <a href="http://www-uk.hpl.hp.com/people/bwm/rdf/jena/">Jena</a>, <a
30: href="http://classic.helma.at/hannes/xmlrpc/">XMLRPC-Java</a>, <a
31: href="http://jakarta.apache.org/log4j/docs/index.html">Log4j</a>, and <a
1.19 ! will 32: href="http://www.junit.org/">Junit</a>. At least.
! 33:
! 34: <p>There is an <a href="http://jakarta.apache.org/ant/">Ant</a> script
! 35: available <a href="/source/browse/bookie/scripts/build.xml>here</a>.
1.17 will 36:
1.18 will 37: <p>Suggestions and comments are welcome.
38:
1.17 will 39: <p>
40: Will Sargent <<a href="mailto:will_sargent@yahoo.com">will_sargent@yahoo.com</a>>
41: <?php require(NOTES); ?>
1.2 will 42:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>