On Thu, 27 Jul 2000, George Sullivan wrote:
> >From a newbie:
>
> It would appear that the Netscape bookmarks are in a file "bookmarks.html"
> in the directory .netscape in the home directory. Does anyone know if you
> can somehow transfer the bookmarks from MS Internet Explorer into this file
> ???
Assuming the Explorer bookmarks are in a plain-text format, you could
write a script to convert them into the same format as Netscape's bookmark
file, and then import them. Assuming the bookmarks aren't separated into
folders, you should get them into the following format, one bookmark per
line:
<DT><A HREF="http://www.foo.com/foo/bar.html">A Link To Foo.com</A>
This should be enough to enable Netscape to import them.
If you have folders you want to preserve, then wrap the above in the
following structure:
<DL><p>
<DT><H3>Folder Name</H3>
<DL><p>
<DT><A....>....</A>
<DT><A....>....</A>
</DL><p>
<DT><H3>Another Folder Name</H3>
<DL><p>
<DT><A....>....</A>
<DT><A....>....</A>
</DL><p>
</DL><p>
--
John Abreau / Executive Director, Boston Linux & Unix
Email: [EMAIL PROTECTED] / URL: http://www.blu.org
ICQ#28611923 / AIM abreauj
-----------------------------------------------------------------------
"Working with NT is like trying to tune a watch wearing oven mitts.
You can't get your fingers inside like you can with UNIX.
-----------------------------------------------------------------------
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************