From b891bde33dd67cc14fc9269ca83040487b124f4a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 15 Apr 2017 20:55:20 +0300 Subject: [PATCH] Move ChangeLog to docs/news.rst and convert to reST --- ChangeLog | 72 ---------------------------------------- docs/index.rst | 1 + docs/news.rst | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+), 72 deletions(-) delete mode 100644 ChangeLog create mode 100644 docs/news.rst diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index f2174df..0000000 --- a/ChangeLog +++ /dev/null @@ -1,72 +0,0 @@ -Version 0.0.15 (2016-07-??) - - Use pytest, coverage and tox for testing. - -Version 0.0.14 (2016-07-29) - - Python 3: support for Py2 and Py3 (3.4+) with one codebase. - -Version 0.0.13 (2016-06-11) - - Add option -C|--config file. - - Change options: -D|--database, -P|--path, -F|--format. - -Version 0.0.12 (2016-06-09) - - Download many books. - - Pass format of the downloaded file name in the command line. - -Version 0.0.11 (2016-06-06) - - Download exactly one book. - -Version 0.0.10 (2016-05-31) - - Multidatabase - every script can open a database by pathname or DB URI. - - Print count after the list. - - Rename -d/--details options to -v/--verbose. - -Version 0.0.9 (2016-05-30) - - Search authors/extensions/genres/languages by database id. - -Version 0.0.8 (2016-05-29) - - Search by author's, book's, extension's, language's id. - - Output count of found objects. - - Use option -d to output database id. - -Version 0.0.7 (2016-05-25) - - Extend ml-serach.py to search books by authors, extensions, genres, - languages. - -Version 0.0.6 (2016-05-21) - - Extend ml-serach.py to search books by title, series, archive, file. - -Version 0.0.5 (2016-05-14) - - Extend script ml-serach.py to search extensions/genres/languages. - -Version 0.0.4 (2016-05-11) - - Command-line script to search authors by surname/name/full name. - -Version 0.0.3 (2015-12-24) - - Convert *.inp(x) to SQL. - -Version 0.0.2 (2015-12-21) - - Import genres from glst files. - -Version 0.0.1 (2015-12-15) - - The project started. Created DB schema. diff --git a/docs/index.rst b/docs/index.rst index 55a2ee9..90efc01 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,6 +16,7 @@ Contents: .. toctree:: :maxdepth: 2 + news before_begin command_line diff --git a/docs/news.rst b/docs/news.rst new file mode 100644 index 0000000..ac10103 --- /dev/null +++ b/docs/news.rst @@ -0,0 +1,90 @@ +News +==== + +Version 0.0.15 (2016-07-??) +--------------------------- + +* Use pytest, coverage and tox for testing. + +Version 0.0.14 (2016-07-29) +--------------------------- + +* Python 3: support for Py2 and Py3 (3.4+) with one codebase. + +Version 0.0.13 (2016-06-11) +--------------------------- + +* Add option -C|--config file. + +* Change options: -D|--database, -P|--path, -F|--format. + +Version 0.0.12 (2016-06-09) +--------------------------- + +* Download many books. + +* Pass format of the downloaded file name in the command line. + +Version 0.0.11 (2016-06-06) +--------------------------- + +* Download exactly one book. + +Version 0.0.10 (2016-05-31) +--------------------------- + +* Multidatabase - every script can open a database by pathname or DB URI. + +* Print count after the list. + +* Rename -d/--details options to -v/--verbose. + +Version 0.0.9 (2016-05-30) +--------------------------- + +* Search authors/extensions/genres/languages by database id. + +Version 0.0.8 (2016-05-29) +--------------------------- + +* Search by author's, book's, extension's, language's id. + +* Output count of found objects. + +* Use option -d to output database id. + +Version 0.0.7 (2016-05-25) +--------------------------- + +* Extend ml-serach.py to search books by authors, extensions, genres, +* languages. + +Version 0.0.6 (2016-05-21) +--------------------------- + +* Extend ml-serach.py to search books by title, series, archive, file. + +Version 0.0.5 (2016-05-14) +--------------------------- + +* Extend script ml-serach.py to search extensions/genres/languages. + +Version 0.0.4 (2016-05-11) +--------------------------- + +* Command-line script to search authors by surname/name/full name. + +Version 0.0.3 (2015-12-24) +--------------------------- + +* Convert \*.inp(x) to SQL. + +Version 0.0.2 (2015-12-21) +--------------------------- + +* Import genres from glst files. + +Version 0.0.1 (2015-12-15) +--------------------------- + +* The project started. Created DB schema. -- 2.39.2