summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-02-28 14:53:28 +0200
committerLauri Ojansivu <x@xet7.org>2017-02-28 14:53:28 +0200
commit4c62b3260506017f7a3cc5c7b6db9051fb694be6 (patch)
treea51301fbd6fe43919db62c4f4a1bec4a9a9a8d11
parent48728bf7458a5fb340b59eea303dcc6339428489 (diff)
downloadwekan-4c62b3260506017f7a3cc5c7b6db9051fb694be6.tar.gz
wekan-4c62b3260506017f7a3cc5c7b6db9051fb694be6.tar.bz2
wekan-4c62b3260506017f7a3cc5c7b6db9051fb694be6.zip
Moved fmonthel's cleanup/logstash/stats repos to Wekan GitHub Org. Thanks to fmonthel !
-rw-r--r--CHANGELOG.md8
-rw-r--r--README.md12
2 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c33ecacd..1e7f7bca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,12 +9,10 @@ This release adds following new features:
for SQL access with any programming language
or Office package that has PostgreSQL support, like
newest LibreOffice 3.5;
-* [Wekan database cleanup script](https://github.com/fmonthel/wekan-cleanup) --
- [Feedback](https://github.com/wekan/wekan/issues/833).
- Link to cleanup script also added to README.md;
+* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup);
* [Daily export of Wekan changes as JSON to Logstash and
- ElasticSearch / Kibana (ELK)][https://github.com/fmonthel/wekan-logstash] --
- [Feedback][https://github.com/wekan/wekan/issues/855]
+ ElasticSearch / Kibana (ELK)](https://github.com/wekan/wekan-logstash);
+* [Wekan stats](https://github.com/wekan/wekan-stats).
and fixes the following bugs:
diff --git a/README.md b/README.md
index 5523d671..1ce20001 100644
--- a/README.md
+++ b/README.md
@@ -81,10 +81,12 @@ Automatic generated newest builds are available for Docker, and some others that
install directly from this repo. Automatic builds will be added later for more
platforms.
-[Wekan database cleanup script][wekan_cleanup] -- [Feedback][cleanup_issue]
+[Wekan database cleanup script][wekan_cleanup]
[Daily export of Wekan changes as JSON to Logstash and
-ElasticSearch / Kibana (ELK)][wekan_logstash] -- [Feedback][logstash_issue]
+ElasticSearch / Kibana (ELK)][wekan_logstash]
+
+[Wekan stats][wekan_stats]
### Docker: [Docker image][docker_image], [Docs at wiki][wekan_wiki]
@@ -208,7 +210,7 @@ with [Meteor](https://www.meteor.com).
[donations]: http://www.xet7.org/wekan
[wekan_mongodb]: https://github.com/wekan/wekan-mongodb
[wekan_postgresql]: https://github.com/wekan/wekan-postgresql
-[wekan_cleanup]: https://github.com/fmonthel/wekan-cleanup
-[cleanup_issue]: https://github.com/wekan/wekan/issues/833
-[wekan_logstash]: https://github.com/fmonthel/wekan-logstash
+[wekan_cleanup]: https://github.com/wekan/wekan-cleanup
+[wekan_logstash]: https://github.com/wekan/wekan-logstash
+[wekan_stats]: https://github.com/wekan/wekan-stats
[logstash_issue]: https://github.com/wekan/wekan/issues/855