]> git.phdru.name Git - bookmarks_db.git/commitdiff
Minor doc updates.
authorOleg Broytman <phd@phdru.name>
Thu, 12 Aug 2010 19:56:25 +0000 (19:56 +0000)
committerOleg Broytman <phd@phdru.name>
Thu, 12 Aug 2010 19:56:25 +0000 (19:56 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@274 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

doc/ANNOUNCE
doc/README
doc/TODO

index 0d19fb8632678c3fca7310863b50f1d234d2d716..79d7b1bbd3abfc7eb2d1c549d7b6c8701884bbcd 100644 (file)
@@ -15,7 +15,6 @@ WHAT'S NEW in version 4.2.0 (2010-08-11).
 files.
 
 
-
 WHERE TO GET
    Master site:    http://phd.pp.ru/Software/Python/#bookmarks_db
    Mirrors:   http://phd.webhost.ru/Software/Python/#bookmarks_db
index 87d08b02750b60a95692897c01c86a875f86c326..b896092f21ef330ff78b93aa71d53dcb5243a26d 100644 (file)
@@ -1,8 +1,8 @@
 
                     Bookmarks Database and Internet Robot
 
-   Here is a set of classes, libraries, programs and plugins I use to
-manipulate my bookmarks.html - check for updates, find expired URLs and so on.
+   A set of classes, libraries, programs and plugins I use to manipulate my
+bookmarks.html - check for updates, find expired URLs and so on.
 
    These programs are intended to run as follows.
 1. bkmk2db converts bookmarks.html to bookmarks.db.
index 19597c8edbfa990bdb811e5fdead230526b43878..9c44e31f0887905c21b009722a843cba5f1e0eb8 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,11 +1,9 @@
-New storage: pyyaml.
-
 New robot based on PycURL.
 
-Use lxml to parse broken HTML.
-
 A program to publish bookmarks with icons.
 
+New HTML parser based on lxml to parse broken HTML.
+
 Fetch description from <META name="description" content="..."> and store it in
 bookmark.description if the description is empty. (How to update old
 descriptions without replacing my own comments?)