]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_title.py
TODO: Configuration file
[bookmarks_db.git] / check_title.py
index f0baedfd9a3996f117785db5492e1c89e86af8a5..02c8e9ced9feee35c7062f4a38c96b051856bf52 100755 (executable)
@@ -1,10 +1,13 @@
 #! /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.
 """
 
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2002-2012 PhiloSoft Design"
+__license__ = "GNU GPL"
+
 import sys
 from bkmk_objects import make_linear, quote_title, unquote_title