Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21a81c428fef814

Jump to content

// Workers AI · dad joke modeWhat did XBEL file say? "I'm bookmarked for life

From Wikipedia, the free encyclopedia

The XML Bookmark Exchange Language (XBEL), is an open XML standard for sharing Internet URIs, also known as bookmarks (or favorites in Internet Explorer).

XBEL was created by the Python XML Special Interest Group "to create an interesting, fun project which was both useful and would demonstrate the Python XML processing software which was being developed at the time".[1]

An example of XBEL use is the XBELicious application, which stores Del.icio.us bookmarks in XBEL format. The Galeon, Konqueror, Arora and Midori web browsers use XBEL as the format for storing user bookmarks. The Floccus synchronization client can store XBEL on WebDAV servers. The SiteBar bookmark server can import and export bookmarks in XBEL format.

It is also used by Nautilus and gedit of the GNOME desktop environment.

Example

[edit]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xbel>
<xbel version="1.0">
    <folder folded="no">
        <title>Wikimedia resources</title>
        <folder folded="yes">
            <title>Wikimedia websites</title>
            <bookmark href="https://en.wikipedia.org/">
                <title>Wikipedia</title>
            </bookmark>
            <bookmark href="https://en.wikibooks.org/">
                <title>Wikibooks</title>
            </bookmark>
        </folder>
    </folder>
</xbel>

See also

[edit]

References

[edit]
  1. "The XML Bookmark Exchange Language Resource Page".
[edit]