Re: Upload Epiphany bookmarks to the web



On Mon, 2004-01-19 at 22:13, Michiel Wientjes wrote:
> I was wondering, are there any tools available that allow you to store
> this bookmarks.rdf file online for access from other computers? If not,
> I would like to try to build one using PHP, which should include some
> password protection.
> 
> Or is the rdf file format intended to be used with one of the standard
> available rdf newsfeed readers (such as Amphetadesk) ?

The format used is RSS 1.0.  This is an RDF encoding of the RSS
syndication technology.  So yes, an RSS reader such as Amphetadesk
should be able to read it.

This means you can also process the file using an RDF aware toolkit
without much hassle.  The most popular API for RDF processing using PHP
is called "RAP", which you can find at
http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/

RAP includes support for RDQL, the RDF Query Language, so you should be
able to perform database like queries over your bookmarks.

-- Edd




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]