| 1 |
*****************************************************************************
|
| 2 |
X B V I E W
|
| 3 |
*****************************************************************************
|
| 4 |
Name: xbview module
|
| 5 |
Author: Thilo Wawrzik <drupal at profix898 dot de>
|
| 6 |
Drupal: 6.x
|
| 7 |
*****************************************************************************
|
| 8 |
DESCRIPTION:
|
| 9 |
|
| 10 |
The xbview module is a simple module to display bookmarks through a dhtml
|
| 11 |
(html/css + javascript) frontend. It is designed to read bookmarks from
|
| 12 |
a XML Bookmark Exchange Language (XBEL) file.
|
| 13 |
|
| 14 |
XBEL [1] is a xml-based format to store and exchange bookmarks. Various
|
| 15 |
applications can handle XBEL, esp. open-source software like Konqueror
|
| 16 |
and Galeon browsers. For Firefox users there is an addon available [2,3]
|
| 17 |
to export bookmarks directly to webspace (e.g. ftp). You can then use
|
| 18 |
XBView to view these bookmarks from within Drupal.
|
| 19 |
|
| 20 |
XBView uses a simple css stylesheet to format the output, what makes it
|
| 21 |
easy to customize the layout.
|
| 22 |
|
| 23 |
You can view an online demo (german only) of this module at
|
| 24 |
http://www.profix898.de/en/bookmarks
|
| 25 |
|
| 26 |
*****************************************************************************
|
| 27 |
INSTALLATION:
|
| 28 |
|
| 29 |
1. Place whole xbview folder into your Drupal modules/ directory.
|
| 30 |
|
| 31 |
2. Enable the xbview module by navigating to
|
| 32 |
administer > modules
|
| 33 |
|
| 34 |
3. Bring up xbview configuration screen by navigating to
|
| 35 |
administer > settings > xbview
|
| 36 |
Enter (at least) the path to your bookmark xml file and optionally
|
| 37 |
configure all other options as well.
|
| 38 |
|
| 39 |
*****************************************************************************
|
| 40 |
[1] XBEL InfoPage: http://pyxml.sourceforge.net/topics/xbel/
|
| 41 |
[2] Bookmarks Synchronizer 3: https://addons.mozilla.org/firefox/1989/
|
| 42 |
[3] Bookmark Sync and Sort: https://addons.mozilla.org/de/firefox/addon/2367
|
| 43 |
Sample XBEL file: http://www.profix898.de/files/profix898/bookmarks.xml
|