Browse Source

Merge branch 'release-1.2' back into develop

develop
Jonathan Golder 7 years ago
parent
commit
e6ef20f0a4
  1. 3
      .gitmodules
  2. 10
      README.md
  3. 2
      charts.py
  4. 2
      countrylist.py
  5. 2
      jogobot
  6. 2
      summarypage.py

3
.gitmodules

@ -1,4 +1,3 @@
[submodule "jogobot"]
path = jogobot
url = git@github.com:golderweb/wiki-jogobot-core.git
branch = test-v1
url = ../jogobot

10
README.md

@ -11,6 +11,14 @@ On [JogoBots wikipedia user page](https://de.wikipedia.org/wiki/Benutzer:JogoBot
* [jogobot-core module](https://github.com/golderweb/wiki-jogobot-core) used as submodule
* [Isoweek module](https://pypi.python.org/pypi/isoweek)
## Versions
* v1.2
- improved repo structure
* v1.1
- Cut Titel and Interpret on first linebreak
* v1.0
- first stable release
## Bugs
[wiki-jogobot-charts on fs.golderweb.de (de)](https://fs.golderweb.de/proj20)
@ -18,4 +26,4 @@ On [JogoBots wikipedia user page](https://de.wikipedia.org/wiki/Benutzer:JogoBot
GPLv3+
## Author Information
Copyright 2016 Jonathan Golder <jonathan@golderweb.de>
Copyright 2017 Jonathan Golder <jonathan@golderweb.de>

2
charts.py

@ -11,7 +11,7 @@
#
# modified by:
#
# Copyright 2016 Jonathan Golder <jonathan@golderweb.de>
# Copyright 2017 Jonathan Golder <jonathan@golderweb.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

2
countrylist.py

@ -3,7 +3,7 @@
#
# countrylist.py
#
# Copyright 2016 Jonathan Golder <jonathan@golderweb.de>
# Copyright 2017 Jonathan Golder <jonathan@golderweb.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

2
jogobot

@ -1 +1 @@
Subproject commit 9131235b7b1c976a068753f67064b9892a08e808
Subproject commit d69d873624abb70a25a0aef711a635cfc88aa7e9

2
summarypage.py

@ -3,7 +3,7 @@
#
# summarypage.py
#
# Copyright 2016 Jonathan Golder <jonathan@golderweb.de>
# Copyright 2017 Jonathan Golder <jonathan@golderweb.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save