Dev:APIbookmarksXBEL
Aus YaCyWiki
Inhaltsverzeichnis |
/xml/bookmarks/xbel/xbel.xml
| Deprecated: Use /xml/bookmarks/get_bookmarks.xml instead! |
Parameters
- NONE - if called without parameters, all public bookmarks a returned in their folder structure
- login=[true,false] - if empty or true, login is forced
- tag=[tagName]- if a tagName is given, only bookmarks with an associated tag tagName are returned in a single XBEL-folder named tagName
- folder=[folderName]- returns a single folder (bookmarks and sub folders)
- style=[url]- lets you set a link for css/xsl style sheet
Example
<xbel>
<folder>
<title>YaCy Bookmark Folder</title>
<folder id="UcD_SfgRqGpG">
<title>Internet</title>
<bookmark id="eNBGEQz62MCQ" href="http://www.apache.org/" added="2008-01-26T08:46:32Z">
<title>
Welcome! - The Apache Software Foundation
</title>
<info>
<metadata owner="Mozilla" ShortcutURL="open source,apache,"/>
<metadata owner="YaCy" public="true"/>
</info>
<desc>
Homepage of the Apache Web Server Project.
</desc>
</bookmark>
</folder>
</folder>
</xbel>
Elements
- XBEL Documentation and DTD: http://pyxml.sourceforge.net/topics/xbel/
Used
- Bookmarks.html [Export XML]
- YaCy-UI
