aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-04-15 22:42:26 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-04-15 22:42:26 +0200
commit94f8c7efa913a71a14831cd1ebd6bc47efd876e7 (patch)
tree839237a05544973d16eddf3baaac27bdbbef94dd
parenta1c979ab7c395f0b73c2658ab48c9c3e109add2a (diff)
downloadr7r-atom-feed-94f8c7efa913a71a14831cd1ebd6bc47efd876e7.tar.gz
r7r-atom-feed-94f8c7efa913a71a14831cd1ebd6bc47efd876e7.tar.bz2
r7r-atom-feed-94f8c7efa913a71a14831cd1ebd6bc47efd876e7.zip
Rename repository
-rw-r--r--README.md6
-rwxr-xr-xbuild.sh14
2 files changed, 16 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4c34b0b..fc1cecc 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/build.sh b/build.sh
index 24553ac..296072f 100755
--- a/build.sh
+++ b/build.sh
@@ -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