]> git.phdru.name Git - bookmarks_db.git/commitdiff
phd.pp.ru => phdru.name.
authorOleg Broytman <phd@phdru.name>
Fri, 24 Dec 2010 19:18:12 +0000 (19:18 +0000)
committerOleg Broytman <phd@phdru.name>
Fri, 24 Dec 2010 19:18:12 +0000 (19:18 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@293 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

README
bkmk-publish
bkmk-publish.old
doc/ANNOUNCE
doc/README
doc/TODO
hotexplode.pl
mk-distr

diff --git a/README b/README
index 59a2181bce493399ed321996a90cfde7623b0eef..546a9ce58d9d774cf2d62f757f4aff2be5abc662 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Bookmarks database and Internet robot.
 
-Author: Oleg Broytman <phd@phd.pp.ru>
+Author: Oleg Broytman <phd@phdru.name>
 
 Copyright (C) 1997-2010 PhiloSoft Design.
 
index 623499243a0bfeb98bab76415d83360e64469b8a..e7a6bf88a6e561ea00d84af61706db662e5309ae 100755 (executable)
@@ -7,7 +7,7 @@ STARTDIR="`pwd`"
 BKMK_FORMAT=NETSCAPE db2bkmk.py -p "Private links" -o bookmarks.html || exit 1
 
 echo "Splitting bookmarks..."
-cd $HOME/Internet/WWW/htdocs/phd.pp.ru/Bookmarks && \
+cd $HOME/Internet/WWW/htdocs/phdru.name/public_html/Bookmarks && \
 rm -rf split || exit 1
 
 mv $STARTDIR/bookmarks.html . && \
index f64ea3c8a00fa568acf693cb27a675e422d4f46f..6e4fae9e3132fa0728e2f781991d3ba4b8773a04 100755 (executable)
@@ -8,7 +8,7 @@ bkmk-koi -c && \
 mv public-koi.tmp bkmk-koi.html && chmod a+r bkmk-koi.html || exit 1
 
 echo "Splitting bookmarks..."
-cd $HOME/Internet/WWW/htdocs/phd.pp.ru/Bookmarks && \
+cd $HOME/Internet/WWW/htdocs/phdru.name/Bookmarks && \
 rm -rf split || exit 1
 
 $HOME/lib/bookmarks_db/hotexplode.pl -o split $STARTDIR/bookmarks.html && \
index 79eec54086c2e03037aee37d70d88ec2ab3dfea7..6a36e5debc1b3aeabc188f13f1520dce1930cc7e 100644 (file)
@@ -13,12 +13,12 @@ asynchronous robot(s) that would test many URLs in parallel.
 
 
 WHERE TO GET
-   Master site:    http://phd.pp.ru/Software/Python/#bookmarks_db
+   Master site:    http://phdru.name/Software/Python/#bookmarks_db
    Mirrors:   http://phd.webhost.ru/Software/Python/#bookmarks_db
                    http://phd.by.ru/Software/Python/#bookmarks_db
 
 AUTHOR
-   Oleg Broytman <phd@phd.pp.ru>
+   Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT
    Copyright (C) 1997-2010 PhiloSoft Design
index b896092f21ef330ff78b93aa71d53dcb5243a26d..94c2546143106860472ee91a8311bffbc003239c 100644 (file)
@@ -20,7 +20,7 @@ detailed report. For example:
    this URL is unavailable due to: host not found...
 
 AUTHOR
-   Oleg Broytman <phd@phd.pp.ru>
+   Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT and LEGAL ISSUES
    Copyright (C) 1997-2010 PhiloSoft Design
index e9064c4ab60dbd75a6a775cf227c1993cde93ecf..20dab1aca3009ec5b647c54fea8789e35b30503a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-New robot based on PycURL.
+A new robot based on PycURL.
 
 A program to publish bookmarks with icons.
 
@@ -12,7 +12,8 @@ More and better documentation.
 
 Merge "writers" to storage managers.
 New storage managers: shelve, SQL, ZODB, MetaKit.
-More robots (URL checkers): threading, asyncore-based, PycURL multi.
+More robots (URL checkers): threading, asyncore-based;
+robots that test many URLs in parallel.
 Configuration file to configure defaults - global defaults for the system
 and local defaults for subsystems.
 
index 4103291d4b758b436c5d676e3720722635ea453c..8cf2dd4f282fd503c7fb38fa894409d256f5c4a8 100755 (executable)
@@ -28,7 +28,7 @@ approval of or agreement with its content.
 <hr width="50%">
 <blockquote>
 Please <b>DO NOT</b> bookmark this page. Bookmark the
-<a href="http://phd.pp.ru/Bookmarks/">main page</A> instead.
+<a href="http://phdru.name/Bookmarks/">main page</A> instead.
 Any other page in the hierarchy can be renamed, moved or removed at any time.
 </blockquote>
 FOO
index 302e5f2ae529b910a5aace74684220c416039bcc..bd82caca25d64f6d3e38079d61a6f8a493033241 100755 (executable)
--- a/mk-distr
+++ b/mk-distr
@@ -2,7 +2,7 @@
 # Mk-distr script.
 #
 # This file is a part of Bookmarks Database and Internet robot.
-# Author: Oleg Broytman <phd@phd.pp.ru>.
+# Author: Oleg Broytman <phd@phdru.name>.
 # Copyright: (C) 2004-2008 PhiloSoft Design.
 # License: GPL.
 
@@ -10,7 +10,7 @@
 # __version__ = \
 # __revision__ = "$Id$"
 # __date__ = "$Date$"[7:-2]
-# __author__ = "Oleg Broytman <phd@phd.pp.ru>"
+# __author__ = "Oleg Broytman <phd@phdru.name>"
 # __copyright__ = "Copyright (C) 2004-2008 PhiloSoft Design"