Add LICENSE and README
This commit is contained in:
parent
b4cf16ab83
commit
d84aec9435
2 changed files with 49 additions and 0 deletions
22
LICENSE
Normal file
22
LICENSE
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2024 Wesley Moore
|
||||||
|
Copyright (c) 2020 Huhu
|
||||||
|
|
||||||
|
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.
|
27
README.md
Normal file
27
README.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
rsspls.7bit.org
|
||||||
|
===============
|
||||||
|
|
||||||
|
This is the source of [the website for RSS Please][rsspls].
|
||||||
|
|
||||||
|
Contributing
|
||||||
|
------------
|
||||||
|
|
||||||
|
To contribute:
|
||||||
|
|
||||||
|
1. Create an account on [forge.wezm.net](https://forge.wezm.net) by signing in
|
||||||
|
with your GitHub account.
|
||||||
|
2. Fork [the repo](https://forge.wezm.net/wezm/rsspls.7bit.org)
|
||||||
|
3. Make you changes
|
||||||
|
4. Open a pull request
|
||||||
|
|
||||||
|
Development
|
||||||
|
-----------
|
||||||
|
|
||||||
|
The site is built with [Zola]. Follow the [Zola installation instructions][install] to
|
||||||
|
get started.
|
||||||
|
|
||||||
|
Run `zola serve` to serve the website locally while you edit it.
|
||||||
|
|
||||||
|
[rsspls]: https://rsspls.7bit.org/
|
||||||
|
[Zola]: https://www.getzola.org/
|
||||||
|
[install]: https://www.getzola.org/documentation/getting-started/installation/
|
Loading…
Reference in a new issue