瀏覽代碼

Moved fmonthel's cleanup/logstash/stats repos to Wekan GitHub Org. Thanks to fmonthel !

Lauri Ojansivu 8 年之前
父節點
當前提交
4c62b32605
共有 2 個文件被更改,包括 10 次插入10 次删除
  1. 3 5
      CHANGELOG.md
  2. 7 5
      README.md

+ 3 - 5
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:
 

+ 7 - 5
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