Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
_test/ | H | 30-May-2019 | - | 331 | 219 | |
conf/ | H | 30-May-2019 | - | 20 | 6 | |
lang/en/ | H | 30-May-2019 | - | 60 | 40 | |
meta/ | H | 30-May-2019 | - | 17 | 12 | |
webhooks/ | H | 30-May-2019 | - | 322 | 193 | |
.scrutinizer.yml | H A D | 29-May-2019 | 152 | 6 | 6 | |
.travis.yml | H A D | 29-May-2019 | 653 | 24 | 22 | |
LICENSE | H A D | 29-May-2019 | 17.7 KiB | 340 | 281 | |
README.md | H A D | 29-May-2019 | 1.6 KiB | 33 | 22 | |
admin.php | H A D | 29-May-2019 | 1.7 KiB | 67 | 45 | |
helper.php | H A D | 29-May-2019 | 3.4 KiB | 106 | 66 | |
phpunit.xml | H A D | 29-May-2019 | 794 | 33 | 28 | |
plugin.info.txt | H A D | 29-May-2019 | 252 | 8 | 7 | |
requirements.txt | H A D | 29-May-2019 | 209 | 4 | 3 | |
swarm.struct.json | H A D | 29-May-2019 | 4.1 KiB | 168 | 168 | |
webhook.php | H A D | 29-May-2019 | 393 | 13 | 10 |
README.md
1[](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/?branch=master) 2[](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/?branch=master) 3[](https://travis-ci.com/micgro42/dokuwiki-plugin-swarmwebhook) 4 5## Swarm Webhook Plugin for DokuWiki 6 7A webhook endpoint for swarm Check-Ins forwarded by IFTTT or Zapier into a struct table 8 9All documentation for this plugin can be found at 10[https://dokuwiki.org/plugin:swarmwebhook](https://dokuwiki.org/plugin:swarmwebhook) 11 12If you install this plugin manually, make sure it is installed in 13lib/plugins/swarmwebhook/ - if the folder is called different it 14will not work! 15 16Please refer to [https://www.dokuwiki.org/plugins](https://www.dokuwiki.org/plugins) for additional info 17on how to install plugins in DokuWiki. 18 19 20---- 21Copyright (C) Michael Große <mic.grosse@googlemail.com> 22 23This program is free software; you can redistribute it and/or modify 24it under the terms of the GNU General Public License as published by 25the Free Software Foundation; version 2 of the License 26 27This program is distributed in the hope that it will be useful, 28but WITHOUT ANY WARRANTY; without even the implied warranty of 29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 30GNU General Public License for more details. 31 32See the LICENSING file for details 33