Re: Configuration was Relicensing
Brought to you by:
bs_php,
nigelswinson
From: Dan A. <da...@mo...> - 2002-07-09 22:40:15
|
XBEL!! That's what you are looking for. It is the internet standard for storing hierarchial bookmarks, but which allows for metadata using custom tags in a particular location, if you wanted to add images, etc. Check out Galeon or Konqueror projects, as they both use this format. Here is sample dump: <xbel version="1.0"> <info> <metadata owner="http://galeon.sourceforge.net/"> <default_folder>yes</default_folder> </metadata> </info> <title>Bookmarks</title> <folder folded="no"> <title>Smart Bookmarks Toolbar</title> <info> <metadata owner="http://galeon.sourceforge.net/"> <create_toolbar>yes</create_toolbar> <toolbar_style>3</toolbar_style> </metadata> </info> <bookmark href="http://www.mysql.com/doc/manual.php?search_query=%25s"> <title>mysql</title> <info> <metadata owner="http://galeon.sourceforge.net/"> <pixmap>/home/dallen/config/images/mysql.png</pixmap> <time_visited>1014678818</time_visited> <time_modified>1014797076</time_modified> <time_added>996206648</time_added> <smarturl>http://www.mysql.com/doc/manual.php?search_query=%s</smarturl> </metadata> </info> </bookmark> </folder> </xbel> Dan -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Daniel Allen, <da...@mo...> http://www.mojavelinux.com/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - There is no such thing as a casual knowledge of xslt, either you know everything about it or you are sitting in the creek. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |