From 14658b9a6cf0538865b7f2e9c65b4453f51378a6 Mon Sep 17 00:00:00 2001 From: Joe R Date: Tue, 28 Dec 2021 14:02:12 -0500 Subject: [PATCH] Restored "What's New?" documentation page, properly updated for PySolFC. --- CONTRIBUTING.md | 2 +- html-src/gen-html.py | 3 +- html-src/index.html | 10 +- html-src/news.html | 556 ++++++++++++++++++++-------------- html-src/news_old.html | 221 ++++++++++++++ html-src/rules/stepup.html | 2 +- po/de_pysol.po | 5 +- po/fr_pysol.po | 5 +- po/it_pysol.po | 5 +- po/pl_pysol.po | 5 +- po/pysol.pot | 3 + po/ru_pysol.po | 5 +- pysollib/ui/tktile/menubar.py | 5 +- 13 files changed, 592 insertions(+), 235 deletions(-) create mode 100644 html-src/news_old.html diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5f839b1..7bd16e37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ or Google Drive). In order to publish a new version, follow these steps: -1. Update `NEWS.asciidoc`. +1. Update `NEWS.asciidoc`. The release notes should also be added to `html-src/news.html`, along with `templates/index.html` in the website repo. 2. Update the `VERSION_TUPLE =` line in `pysollib/settings.py`. 3. Test using `gmake test` . 4. `git commit` the changes . diff --git a/html-src/gen-html.py b/html-src/gen-html.py index ddd0ea73..a4ea96ef 100755 --- a/html-src/gen-html.py +++ b/html-src/gen-html.py @@ -56,7 +56,8 @@ files = [ ('install.html', 'PySol - Installation'), ('intro.html', 'PySol - Introduction'), ('license.html', 'PySol Software License'), - ('news.html', 'PySol - a Solitaire Game Collection'), + ('news.html', 'PySol - What\'s New?'), + ('news_old.html', 'PySol - a Solitaire Game Collection'), # ('rules_alternate.html', 'PySol - a Solitaire Game Collection'), # ('rules.html', 'PySol - a Solitaire Game Collection'), ] diff --git a/html-src/index.html b/html-src/index.html index c96a443f..88fbfd6e 100644 --- a/html-src/index.html +++ b/html-src/index.html @@ -11,12 +11,12 @@
  • Individual Game Rules
  • Alternate Names - - -

    PySol license terms -

    +

    Misc

    +
    -

    Visit the official PySolFC Home Page.