diff options
-rw-r--r-- | CONTRIBUTORS | 6 | ||||
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rwxr-xr-x | build.sh | 13 |
4 files changed, 16 insertions, 11 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index ae721e2..0000000 --- a/CONTRIBUTORS +++ /dev/null @@ -1,6 +0,0 @@ -People who have worked on new_comment_modifier -============================================== - -If you modified something, feel free to append your name to this list. - -* Laria Carolin Chabowski <laria@laria.me> @@ -1,4 +1,4 @@ -new_comment_notifier: Copyright (c) 2012 The Ratatöskr Team +r7r-new-comment-notifier: Copyright (c) 2012 - 2020 Laria Carolin Chabowski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -1,4 +1,4 @@ -new_comment_notifier -==================== +r7r-new-comment-notifier +======================== -This Ratatöskr plugin sends you a mail, if someone posted a new comment.
\ No newline at end of file +This Ratatöskr plugin sends you a mail, if someone posted a new comment. @@ -1,3 +1,14 @@ #!/usr/bin/env bash -r7r-plugin-packer --output=new_comment_notifier.rpk --codefile=plugin.php --classname=new_comment_notifier --pluginname=new_comment_notifier --author='The Ratatöskr Team' --versiontext="0.2" --versioncount=3 --api=5 --shortdesc="new_comment_notifier sends you a mail, if someone has written a comment." --licensefile=COPYING --tpldir=tpls +r7r-plugin-packer + --output=new_comment_notifier.rpk + --codefile=plugin.php + --classname=new_comment_notifier + --pluginname=new_comment_notifier + --author='Laria Carolin Chabowski <laria@laria.me>' + --versiontext="0.2.1" + --versioncount=4 + --api=5 + --shortdesc="new_comment_notifier sends you a mail, if someone has written a comment." + --licensefile=COPYING + --tpldir=tpls |