From 031a85c2d755f754e7c99d2d145f051e854fde5f Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Sat, 23 Mar 2024 18:34:43 +0100 Subject: [PATCH] Initial commit --- .github/workflows/publish-to-redaxo.yml | 18 ++++++++++++++++++ .gitignore | 14 ++++++++++++++ LICENSE | 21 +++++++++++++++++++++ README.de.md | 1 + README.md | 10 ++++++++++ boot.php | 1 + package.yml | 8 ++++++++ 7 files changed, 73 insertions(+) create mode 100644 .github/workflows/publish-to-redaxo.yml create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.de.md create mode 100644 README.md create mode 100644 boot.php create mode 100644 package.yml diff --git a/.github/workflows/publish-to-redaxo.yml b/.github/workflows/publish-to-redaxo.yml new file mode 100644 index 0000000..3da6aa8 --- /dev/null +++ b/.github/workflows/publish-to-redaxo.yml @@ -0,0 +1,18 @@ +name: Publish release + +on: + release: + types: + - published + +jobs: + redaxo_publish: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: FriendsOfREDAXO/installer-action@v1 + with: + myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }} + myredaxo-api-key: ${{ secrets.MYREDAXO_API_KEY }} + description: ${{ github.event.release.body }} + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d1017fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +.DS_Store +.definition +.dislap +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf +*.iml +modules.xml +.idea/misc.xml +.idea/vcs.xml +.idea/encodings.xml +*.ipr diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e381d15 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Friends Of REDAXO + +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 the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.de.md b/README.de.md new file mode 100644 index 0000000..c513c91 --- /dev/null +++ b/README.de.md @@ -0,0 +1 @@ +Deutsche Readme diff --git a/README.md b/README.md new file mode 100644 index 0000000..1acbfea --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# rex_repo_template +REDAXO AddOn english readme + +please use in your classes a namespace as + +``` +namespace FriendsOfRedaxo\[AddOnNameWithoutSpacesAndAsCamelCase] +``` + +in order to use non deprecated features please don't use PlugIns anymore diff --git a/boot.php b/boot.php new file mode 100644 index 0000000..7c16537 --- /dev/null +++ b/boot.php @@ -0,0 +1 @@ +=8.1, <9'