mobiledocbookmark
Description Converts a bookmark or export favorites file to a MobileDB file.
Status Complete - Production.
Audience Internet users with Palm devices
License GNU General Purpose License (GPL).
Operating System OS Independent.
Language Java 2 Runtime.
Topic Web Page Reference.
Future Looking for users and feedback.
Download program and source: bookmark.jar.
Creating a bookmark file
The Netscape browser stores it bookmarks in the format required by this program.
If you are using the Internet Explorer browser, you must export your favorites to a bookmark file. To do this, choose I.E.’s File->Import and Export... menu and select the Export Favorites option of the wizard. If you are running an older version of I.E. that does not have this wizard, you can use the favtool.exe program to generate the input file.
Running MobileBookmark
To run MobileBookmark, open a command window (on Windows, use Start->Programs->MS-DOS Prompt or Start->All Programs->Accessories->Command Prompt), and enter the following commands:
C:\Windows\> cd directory where you downloaded the JAR file
directory> java -jar bookmark.jar [dbname=Bookmarks] [bookmark.html [bookmark.pdb]]
The arguments after the jar file are optional:
dbname=Bookmarks
The name of the database, defaults to Bookmarks. If you have multiple bookmark files, you probably want to give them distinct database names.
bookmark.html 
Name of the bookmark file to convert. If not specified, the program will display a file open dialog.
bookmark.pdb
Name of the bookmark database when converted. If not specified, the program will display a file save dialog.
Installing the bookmarks on your palm device
You will need to install the MobileDB application if you have not already done so.
Like other PalmOS database files, double-click on the bookmark.pdb file (or run Palm’s instapp.exe) to transfer the file to your Palm device the next time you HotSync.
Jar files have the same format as ZIP archives: you can extract the source with winzip or other zip utility. You may need to change the extension to “zip” before opening it. If you have any suggestions for features or bugs to report, please contact me.