https://github.com/schnti/kirby3-security.txt
https://github.com/schnti/kirby3-security.txt
getkirby kirby3-cms kirby3-plugin security-txt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/schnti/kirby3-security.txt
- Owner: schnti
- License: mit
- Created: 2019-11-29T12:06:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T12:21:30.000Z (over 5 years ago)
- Last Synced: 2024-04-25T21:20:13.872Z (about 1 year ago)
- Topics: getkirby, kirby3-cms, kirby3-plugin, security-txt
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# (simple) security.txt Plugin
A plugin for [Kirby 3 CMS](http://getkirby.com) that generates an `security.txt`.
## Commercial Usage
This plugin is free but if you use it in a commercial project please consider
- [making a donation](https://www.paypal.me/schnti/5) or
- [buying a Kirby license using this affiliate link](https://a.paddle.com/v2/click/1129/48194?link=1170)## Installation
### Download
[Download the files](https://github.com/schnti/kirby3-security/archive/master.zip) and place them inside `site/plugins/security`.
### Composer
```
composer require schnti/security
```### Git Submodule
You can add the plugin as a Git submodule.$ cd your/project/root
$ git submodule add https://github.com/schnti/kirby3-security.git site/plugins/security
$ git submodule update --init --recursive
$ git commit -am "Add Kirby security.txt plugin"Run these commands to update the plugin:
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive## How to use it
Nothing required.
The [schnti/kirby3-sitemap](https://github.com/schnti/kirby3-sitemap) plugin is recommended.