X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bkmk2db;h=f347b695b9dda7ad1a124a03c55a5fbf4c7132b4;hb=796c00ff1e57833e90ebb154bbe94df8461db0a2;hp=99717cccd1478c7a4d92bdd05287aa5361130e72;hpb=4d631df79afa38de847bcab6b2cae543d3ca38da;p=bookmarks_db.git diff --git a/bkmk2db b/bkmk2db index 99717cc..f347b69 100755 --- a/bkmk2db +++ b/bkmk2db @@ -1,12 +1,22 @@ #! /bin/sh +# Convert bookmarks to DB +# +# This file is a part of Bookmarks database and Internet robot. +# +# __version__ = "$Revision$"[11:-2] +# __revision__ = "$Id$"[5:-2] +# __date__ = "$Date$"[7:-2] +# __author__ = "Oleg Broytman " +# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design" +# __license__ = "GNU GPL" PATH="$HOME/lib/bookmarks_db:$PATH" if [ ! -f ./bookmarks_db.pickle -a ! -f ./bookmarks_db.flad ]; then if [ -f ./bookmarks.html ]; then BKMK=bookmarks.html - elif [ -f "$HOME/Desktop/bookmarks.html" ]; then - BKMK="$HOME/Desktop/bookmarks.html" + elif [ -f "$HOME/.mozilla/bookmarks.html" ]; then + BKMK="$HOME/.mozilla/bookmarks.html" elif [ -f "$HOME/.netscape/bookmarks.html" ]; then BKMK="$HOME/.netscape/bookmarks.html" else