]> git.phdru.name Git - bookmarks_db.git/commitdiff
Reformat ChangeLog: remove "WHAT'S NEW", squeeze empty lines
authorOleg Broytman <phd@phdru.name>
Sat, 24 Jan 2015 17:33:28 +0000 (20:33 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 24 Jan 2015 17:33:28 +0000 (20:33 +0300)
README
doc/ANNOUNCE
doc/ChangeLog
doc/README

diff --git a/README b/README
index 75f69234a0efad1a8b1f741c45485db039e6b20e..9d4b50d7d4b78cd8dea04a37bb46565bf2d21a4a 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Bookmarks database and Internet robot.
 
 Author: Oleg Broytman <phd@phdru.name>
 
-Copyright (C) 1997-2014 PhiloSoft Design.
+Copyright (C) 1997-2015 PhiloSoft Design.
 
 License: GPL. For detailed terms see doc/COPYING.
 
index 8327679a1fc37be034bf9779fffbc30c6c28f308..f3f7ddf4132dae166d04d3389d7a8df637a7b4a1 100644 (file)
@@ -5,8 +5,8 @@ WHAT IS IT
    A set of classes, libraries, programs and plugins I use to manipulate my
 bookmarks.html.
 
-
-WHAT'S NEW in version 4.6.0 (2014-07-06)
+WHAT'S NEW
+Version 4.6.0 (2014-07-06)
 
    Split simple robot: separate network operations and
    URL handling/HTML parsing.
@@ -38,7 +38,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 1997-2014 PhiloSoft Design
+   Copyright (C) 1997-2015 PhiloSoft Design
 
 LICENSE
    GPL
index 58fee45d5ddd78b5b8018bf7cc29a4ae6577669b..3813710cd44bf5e842ee9a5562e0511085f60eb0 100644 (file)
@@ -1,4 +1,4 @@
-WHAT'S NEW in version 4.6.0 (2014-07-06)
+Version 4.6.0 (2014-07-06)
 
    Split simple robot: separate network operations and
    URL handling/HTML parsing.
@@ -19,30 +19,25 @@ WHAT'S NEW in version 4.6.0 (2014-07-06)
 
    Add a new robot based on urllib2.
 
-
-WHAT'S NEW in version 4.5.6 (2014-01-14)
+Version 4.5.6 (2014-01-14)
 
    Remove absolute directory ~/lib to make it portable.
 
-
-WHAT'S NEW in version 4.5.5 (2013-12-05)
+Version 4.5.5 (2013-12-05)
 
    Parse <meta charset="...">.
 
-
-WHAT'S NEW in version 4.5.4 (2013-11-23)
+Version 4.5.4 (2013-11-23)
 
    Published through git/gitweb.
 
-
-WHAT'S NEW in version 4.5.3 (2013-07-26)
+Version 4.5.3 (2013-07-26)
 
    Minor tweak in Makefile.
 
    Switched to git.
 
-
-WHAT'S NEW in version 4.5.2 (2012-09-24)
+Version 4.5.2 (2012-09-24)
 
    Removed svn:keywords.
 
@@ -50,20 +45,17 @@ WHAT'S NEW in version 4.5.2 (2012-09-24)
 
    Fixed a bug in handling place: URIs (do not append '//').
 
-
-WHAT'S NEW in version 4.5.1 (2011-12-28).
+Version 4.5.1 (2011-12-28).
 
    Read/write mozilla-specific date/time format in json storage.
 
-
-WHAT'S NEW in version 4.5.0 (2011-12-18).
+Version 4.5.0 (2011-12-18).
 
    Encode international domain names with IDNA encoding.
 
    Adapted to different Mozilla 'place' URIs.
 
-
-WHAT'S NEW in version 4.4.0 (2011-01-07).
+Version 4.4.0 (2011-01-07).
 
    Moved BeautifulSoup.py and subproc.py from Robots/ to the top-level
    directory.
@@ -75,41 +67,34 @@ WHAT'S NEW in version 4.4.0 (2011-01-07).
 
    Removed old cruft.
 
-
-WHAT'S NEW in version 4.3.1 (2011-01-03).
+Version 4.3.1 (2011-01-03).
 
    Get favicon before HTML redirect (refresh).
 
-
-WHAT'S NEW in version 4.3.0 (2011-01-01).
+Version 4.3.0 (2011-01-01).
 
    Robots no longer have one global temporary file - there are at least two
    (html and favicon), and in the future there will be more for asynchronous
    robot(s) that would test many URLs in parallel.
 
-
-WHAT'S NEW in version 4.2.2.
+Version 4.2.2.
 
     Added HTML Parser based on lxml.
 
-
-WHAT'S NEW in version 4.2.1 (2010-08-12).
+Version 4.2.1 (2010-08-12).
 
    Added HTML Parser based on html5 library.
 
-
-WHAT'S NEW in version 4.2.0 (2010-08-11).
+Version 4.2.0 (2010-08-11).
 
    New storage: json; it allows to load and store Mozilla (Firefox) backup
    files.
 
-
-WHAT'S NEW in version 4.1.2
+Version 4.1.2
 
    Process http error 307 as a temporary redirect.
 
-
-WHAT'S NEW in version 4.1.1 (2008-03-10)
+Version 4.1.1 (2008-03-10)
 
    Catch and report all errors.
 
@@ -121,8 +106,7 @@ WHAT'S NEW in version 4.1.1 (2008-03-10)
 
    Always use utf-8 as the default encoding.
 
-
-WHAT'S NEW in version 4.1.0 (2008-01-14)
+Version 4.1.0 (2008-01-14)
 
    Parser for HTML based on BeautifulSoup.
 
@@ -137,8 +121,7 @@ WHAT'S NEW in version 4.1.0 (2008-01-14)
 
    Minimal required version of Python is 2.5 now.
 
-
-WHAT'S NEW in version 4.0.0 (2007-10-20)
+Version 4.0.0 (2007-10-20)
 
    Extended support for Mozilla: charset and icon in bookmarks.
    Use the charset to add Accept-Charset header.
@@ -146,24 +129,20 @@ WHAT'S NEW in version 4.0.0 (2007-10-20)
 
    The project celebrates 10th anniversary!
 
-
-WHAT'S NEW in version 3.4.1 (2005-01-29)
+Version 3.4.1 (2005-01-29)
 
    Updated to Python 2.4. Switched from CVS to Subversion.
 
-
-WHAT'S NEW in version 3.4.0 (2004-09-23)
+Version 3.4.0 (2004-09-23)
 
    Extended support for Mozilla: keywords in bookmarks.
    Updated to m_lib version 1.2.
 
-
-WHAT'S NEW in version 3.3.2
+Version 3.3.2
 
    parse_html.py can now recode unicode entities in titles.
 
-
-WHAT'S NEW in version 3.3.0
+Version 3.3.0
 
    Required Python 2.2.
 
@@ -174,8 +153,7 @@ WHAT'S NEW in version 3.3.0
    charset. The <HEADER> is also parsed to extract <META> tag with redirect,
    if any.
 
-
-WHAT'S NEW in version 3.0
+Version 3.0
 
    Complete rewrite from scratch. Created mechanism for pluggable storage
    managers, writers (DB dumpers/exporters) and robots.
index a485aa92587fe82312bbb3d537e3c6db18b1a54e..5e503a7ce7746730edd07a68d03e7895d6f25324 100644 (file)
@@ -23,7 +23,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT and LEGAL ISSUES
-   Copyright (C) 1997-2014 PhiloSoft Design
+   Copyright (C) 1997-2015 PhiloSoft Design
 All sources protected by GNU  GPL.  Programs are provided "as-is", without
 any kind of warranty. All usual blah-blah-blah.