X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_title.py;h=25d1e51b37fecf408ca69ee7f23047eaf9f3c196;hb=2a39903bba640dff7e893a4ce81c961d79d85a0e;hp=f0baedfd9a3996f117785db5492e1c89e86af8a5;hpb=129a2646ef1dc5e33d6543f336b2cdf5e5694454;p=bookmarks_db.git diff --git a/check_title.py b/check_title.py index f0baedf..25d1e51 100755 --- a/check_title.py +++ b/check_title.py @@ -1,10 +1,16 @@ #! /usr/bin/env python -""" - Check and show URLs in the bookmarks database where name <> real title +"""Check and show URLs in the bookmarks database where name != real title - Written by Broytman. Copyright (C) 2002-2010 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) 2002-2011 PhiloSoft Design" +__license__ = "GNU GPL" + import sys from bkmk_objects import make_linear, quote_title, unquote_title