• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

_test/H30-May-2019-331219

conf/H30-May-2019-206

lang/en/H30-May-2019-6040

meta/H30-May-2019-1712

webhooks/H30-May-2019-322193

.scrutinizer.ymlH A D29-May-2019152 66

.travis.ymlH A D29-May-2019653 2422

LICENSEH A D29-May-201917.7 KiB340281

README.mdH A D29-May-20191.6 KiB3322

admin.phpH A D29-May-20191.7 KiB6745

helper.phpH A D29-May-20193.4 KiB10666

phpunit.xmlH A D29-May-2019794 3328

plugin.info.txtH A D29-May-2019252 87

requirements.txtH A D29-May-2019209 43

swarm.struct.jsonH A D29-May-20194.1 KiB168168

webhook.phpH A D29-May-2019393 1310

README.md

1[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/?branch=master)
2[![Code Coverage](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/?branch=master)
3[![Build Status](https://travis-ci.com/micgro42/dokuwiki-plugin-swarmwebhook.svg?branch=master)](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