X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=sort_db.py;h=014fcaeb505fe93d0a6c479a3aa19bd635cb5a38;hb=3fa95e7ba73b268164c50290b394e57fcf790cf0;hp=056c619a7d4a6bfd870dc25185d67fffff9ab586;hpb=9edef5a570ea28f7c06d8d92fdd70afe0ea86809;p=bookmarks_db.git diff --git a/sort_db.py b/sort_db.py index 056c619..014fcae 100755 --- a/sort_db.py +++ b/sort_db.py @@ -1,6 +1,5 @@ #! /usr/bin/env python -""" - Sort bookmarks DB according to a rule: +"""Sort bookmarks DB according to a rule: -a - by AddDate -v - by LastVisit -m - by LastModified @@ -9,9 +8,15 @@ default is -m -r - reverse the sort order - Written by BroytMann, Apr 2000. Copyright (C) 2000 PhiloSoft Design +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" import sys