LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Importing IE links to Mozilla (https://www.linuxquestions.org/questions/linux-software-2/importing-ie-links-to-mozilla-101101/)

WebmastaX 10-07-2003 01:41 AM

Importing IE links to Mozilla
 
Hi, I want to import my IE bookmarks in Windows to Mozilla in linux, is it possible?

slakmagik 10-07-2003 02:20 AM

bookmarks>manage bookmarks>tools>import

WebmastaX 10-07-2003 05:22 AM

I already tried that and didn't do anything, Window$ bookmarks have a ."url" extension and a different format, and the import tool only works with html files. An example of an IE bookmark

cat java.url

[DEFAULT]
BASEURL=http://java.sun.com/
[InternetShortcut]
URL=http://java.sun.com/
Modified=D0844B3BDF11C3018E
IconFile=http://java.sun.com/favicon.ico
IconIndex=1

pesho_p 10-07-2003 06:50 AM

In IE: File -> Import and Export -> Next -> Export Favorites. Generated file will have *.htm extension and will look like:
Code:

<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
It will be read and overwritten.
Do Not Edit! -->
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks</H1>
<DL><p>
    <DT><H3 FOLDED ADD_DATE="1061216292">CAD</H3>
    <DL><p>
        <DT><A HREF="http://www.askinga.com/" ADD_DATE="1061216271" LAST_VISIT="1061216292" LAST_MODIFIED="1014378812">Ask Inga</A>
        <DT><A HREF="http://www.bentleyuser.org/" ADD_DATE="1061216271" LAST_VISIT="1061216292" LAST_MODIFIED="1014378558">Bentleyuser.org</A>
        <DT><A HREF="http://www.cadalyst.com/index.cfm" ADD_DATE="1061216271" LAST_VISIT="1061216292" LAST_MODIFIED="1014667484">CADALYST</A>
        <DT><A HREF="http://www.cadenceweb.com/" ADD_DATE="1062876225" LAST_VISIT="1062876225" LAST_MODIFIED="1062876229">CADENCE</A>

...

Then simply import this file in Mozilla.

WebmastaX 10-08-2003 11:03 AM

Thanks pesho, that worked.


All times are GMT -5. The time now is 04:59 PM.