X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_url.py;h=0194b01f7f9aa7a36584c1d479fb4073866b697a;hb=8f5938d49646af6374afce2e6cbdfdaeb24ca65e;hp=b0a6869a5e5d601b5a2f34728fde97fcff58da1b;hpb=7fd1132c4ab530b7b34e846ca45f99b8737dd127;p=bookmarks_db.git diff --git a/check_url.py b/check_url.py index b0a6869..0194b01 100755 --- a/check_url.py +++ b/check_url.py @@ -1,10 +1,15 @@ #! /usr/bin/env python -""" - Robot interface - check one URL +"""Robot interface - check URLs from the command line - Written by Broytman. Copyright (C) 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) 2010, 2011 PhiloSoft Design" +__license__ = "GNU GPL" import sys import httplib