1HTMLTOXBEL(1) General Commands Manual HTMLTOXBEL(1)
2
3
4
6 htmlToXBel - a tool to convert bookmarks stored in the html format into
7 the xbel format.
8
9
11 htmlToXBel [stdin|htmlfile] [stdout|-o outFile]
12
13
15 htmlToXBel is a tool to convert bookmarks stored in the html format
16 into the xbel format. Many browser have the ability to export their
17 bookmarks as a html file. htmlToXBel takes that file as an input and
18 will output those bookmarks in the XML Bookmark Exchange Language
19 (XBEL) format.
20
21
23 -o outFile
24 Write the resulting XBEL to the file outFile
25
26
27
28 BUGS Please report bugs to
29 http://code.google.com/p/arora/issues/list.
30
31
33 The author of htmlToXBel is Benjamin C. Meyer <ben@meyerhome.net>.
34
35 This manual page was written by Benjamin C. Meyer <ben@meyerhome.net>
36
37 Permission is granted to copy, distribute and/or modify this document
38 under the terms of the GNU General Public License, Version 2 or any
39 later version published by the Free Software Foundation.
40
41 On Debian systems, the complete text of the GNU General Public License
42 can be found in /usr/share/common-licenses/GPL.
43
44
45
46 July 2009 HTMLTOXBEL(1)