XML Bookmark Exchange Language

from Wikipedia, the free encyclopedia

Xbel ( Engl. For " Bookmark -Share-language"), abbreviated XBEL is an open XML -based standard for storing and sharing of URIs , also known as bookmarks or favorites (in Internet Explorer ), which the handling of Bookmarks are supposed to simplify. XBEL was created by the Python XML Special Interest Group "to give the world another interesting, fun and useful project" that was "supposed to demonstrate the power of the Python XML Processing Software" at the time.

construction

Example of an XBEL file:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE xbel
  PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML"
         "http://www.python.org/topics/xml/dtds/xbel-1.0.dtd">
<xbel version="1.0">
  <title>Lesezeichen!</title>
  <desc>Lernen von XBEL am Beispiel von zwei Lesezeichen und einer Verknüpfung</desc>
  <folder id="f0" added="2007-11-10">
    <title>Wiki</title>
    <desc>Webseiten von Autoren-Gemeinschaften</desc>
    <bookmark href="http://wikimediafoundation.org/" id="b0" added="2007-11-11" modified="2007-11-14" visited="2007-11-14">
      <title>Wikimedia Foundation</title>
    </bookmark>
    <bookmark href="http://de.wikipedia.org/" id="b1" added="2007-11-11" modified="2007-11-14" visited="2007-12-27">
      <title>Wikipedia</title>
    </bookmark>
  </folder>
  <separator />
  <alias ref="b1" />
</xbel>

support

  • So far, only the Linux browsers, Galeon , Konqueror and Arora as well as the multi -platform browser Midori have mastered the XBEL format by default .
  • XBEL bookmark support for Mozilla Firefox is provided by the extensions XBELFox , SyncPlaces and Bookmark Sync and Sort . These allow bookmarks to be saved locally, on HTTP (S) or FTP servers in XBEL format or to be loaded from them. This makes it possible to use and maintain bookmarks on several computers simultaneously.
  • For Firefox Quantum as well as Google Chrome and Opera , the Floccus extension offers the option of using XBEL files and exchanging them via WebDAV (s) (the Nextcloud Bookmarks app is also supported for online use ). This makes it possible to edit and synchronize bookmarks across platforms and browsers.
  • XBEL is used in the stand-alone program XBELicious for unixoid systems , which converts Del.icio.us bookmarks into XBEL format.

Web links

supporting documents

Individual evidence:

  1. ^ XBEL in the small lexicon of the Internet
  2. Quotation on the development background ( memento of the original from February 20, 2006 in the Internet Archive ) Info: The archive link was automatically inserted and not yet checked. Please check the original and archive link according to the instructions and then remove this notice.  @1@ 2Template: Webachiv / IABot / pyxml.sourceforge.net

Referenced software ("S"):

  1. XBELFox: firefox / addon / xbelfox addons.mozilla.org/de
  2. SyncPlaces: firefox / addon / syncplaces addons.mozilla.org/de ( Memento from December 28, 2012 in the web archive archive.today )
  3. Bookmark Sync and Sort: firefox / addon / bookmark-sync-and-sort addons.mozilla.org/de; currently (as of March 10, 2012) not available for the current Firefox version.
  4. Floccus: README.md on Github. Retrieved August 23, 2018 .
  5. XBELicious: xbel.sourceforge.net/2006/XBELicious