diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-04-15 22:42:26 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-04-15 22:42:26 +0200 |
commit | 94f8c7efa913a71a14831cd1ebd6bc47efd876e7 (patch) | |
tree | 839237a05544973d16eddf3baaac27bdbbef94dd | |
parent | a1c979ab7c395f0b73c2658ab48c9c3e109add2a (diff) | |
download | r7r-atom-feed-94f8c7efa913a71a14831cd1ebd6bc47efd876e7.tar.gz r7r-atom-feed-94f8c7efa913a71a14831cd1ebd6bc47efd876e7.tar.bz2 r7r-atom-feed-94f8c7efa913a71a14831cd1ebd6bc47efd876e7.zip |
Rename repository
-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 |