bookieio / Bookie

Python based delicious.com replacement
GNU Affero General Public License v3.0
633 stars 138 forks source link

export from Bookie missing required header file to import #474

Open mitechie opened 10 years ago

mitechie commented 10 years ago

Reported via email from Carlos:

Recently i just exported my whole bookmarks already stored in my bmark
account through the bmark's export option, then i deleted all my
bookmarks, and then i tried to re-imported my html exported bookmark
database from bmark and it wasnt working until i edited the html file
header and i changed it to this:

<!DOCTYPE NETSCAPE-Bookmark-file-1>                                                                                                                            
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">                                                                                                                                                
    <!-- This is an automatically generated file.                                                                                                      
          It will be read and overwritten.                                                                                                                 
          Do Not Edit! -->                                                                                                                                 
        <TITLE>Bookmarks</TITLE>                                                                                                                           
        <H1>Bookmarks</H1>                                                                                                                                 
        <DL><p>                                                                                                                                            

And then it worked so, the default header isn't working for some
reason, please check it. I hope this has been helpful.

anarcat commented 10 years ago

i don't understand this bug report. the exported file has all that stuff already.

ravirnjn88 commented 9 years ago

Actually while exporting bookmarks from bookie it does not pop-up a download dialogue box (like we get on delicious while exporting bookmarks) , Bookie shows all the bookmarks on a page, so user have to save the page. Now the page is saved with the header <!DOCTYPE netscape-bookmark-file-1> instead of <!DOCTYPE NETSCAPE-Bookmark-file-1> . When we import this saved file again, the the import is not working.