Jean-Frédéric has uploaded a new change for review. https://gerrit.wikimedia.org/r/291196
Change subject: Add ReadMe file ...................................................................... Add ReadMe file Change-Id: I28014e39a8a92bdc6d97400dda7284bae6fc99df --- A README.md 1 file changed, 18 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/heritage refs/changes/96/291196/1 diff --git a/README.md b/README.md new file mode 100644 index 0000000..441cdd0 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +Heritage - tools for Wiki Loves Monuments +========================================= + + +ErfgoedBot +---------- + +A Python MediaWiki bot doing mighty things. See [Commons:User:ErfgoedBot](https://commons.wikimedia.org/wiki/User:ErfgoedBot) + +To hack on it, use [tox](https://tox.readthedocs.io) to run the tests + + +Monuments Database and API +-------------------------- + +A PHP [API](https://commons.wikimedia.org/wiki/Commons:Monuments_database/API) exploiting the [MySQL database](https://commons.wikimedia.org/wiki/Commons:Monuments_database). + +To hack on it, use [Composer](https://getcomposer.org/) to run PHP tests. -- To view, visit https://gerrit.wikimedia.org/r/291196 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I28014e39a8a92bdc6d97400dda7284bae6fc99df Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/heritage Gerrit-Branch: master Gerrit-Owner: Jean-Frédéric <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
