
operahotlist2html.pl is a Perl script that converts Opera bookmarks (called
"Hotlist") to HTML 4.01.  It doesn't process the creation or last
visited dates to help ensure privacy of the users.

It reads from standard in and writes to standard out. So you could do for
instance

	$ ./operahotlist2html.pl  < ~/.opera/opera.adr > htmlfile.html

If you want to personalize the output, use add a string to the command line.

	$ ./operahotlist2html.pl " for me" < ~/.opera/opera.adr > htmlfile.html

The current version is available at: http://www.alanhoyle.com/operahotlist2html/

Alan Hoyle <alan@alanhoyle.com> 
23 March 2001

This code is based on hotlist2xbel written by Haakon Nilsen <haakon@nilsen.com>.
http://sips.midian.net/hotlist2xbel/


