diff options
-rw-r--r-- | README.md | 6 | ||||
-rwxr-xr-x | build.sh | 14 |
2 files changed, 16 insertions, 4 deletions
@@ -1,4 +1,4 @@ -atom_feed -========= +r7r-atom-feed +============= -A Plugin for Ratatöskr to provide Atom feeds.
\ No newline at end of file +A Plugin for Ratatöskr to provide Atom feeds. @@ -2,4 +2,16 @@ rm -f tpls/*~ -r7r-plugin-packer --output=atom_feed.rpk --codefile=plugin.php --classname=atom_feed --pluginname=atom_feed --author='The Ratatöskr Team' --versiontext="0.5" --versioncount=3 --api=5 --shortdesc="Power up your website with some Atom Feeds!" --helpfile=help.html --licensefile=COPYING --tpldir=tpls +r7r-plugin-packer \ + --output=atom_feed.rpk \ + --codefile=plugin.php \ + --classname=atom_feed \ + --pluginname=atom_feed \ + --author='Laria Carolin Chabowski <laria@laria.me>' \ + --versiontext="0.5.1" \ + --versioncount=4 \ + --api=5 \ + --shortdesc="Power up your website with some Atom Feeds!" \ + --helpfile=help.html \ + --licensefile=COPYING \ + --tpldir=tpls |