add HOWTO for managing sponsors token of appreciation

This commit is contained in:
Loïc Dachary 2022-05-11 06:34:27 +01:00
parent debaed0c07
commit 9cda8a034b
Signed by untrusted user: dachary
GPG Key ID: 992D23B392F9E4F2
1 changed files with 18 additions and 1 deletions

View File

@ -34,7 +34,24 @@ make server
When you are done with your changes just create a pull request, after merging
the pull request the website will be updated automatically.
Note that the `themes` directory is [located in another repository](https://gitea.com/gitea/theme).
## HOWTO manage sponsors
Gitea sponsors who donate the [minimal required amount for Gold](https://opencollective.com/gitea) have, during a year:
* Their logo displayed on GitHub and the gitea.io home page
* A link to their website in the footer of gitea.io pages
This is done by:
* Adding their logo to the themes/gitea/static/images directory
* Adding a link with logo the to the home page at themes/gitea/layouts/home/index.html
* Adding a link in the footer at themes/gitea/layouts/partials/footer.html
The date of the addition must be recorded with a reminder to verify
the sponsorship has been renewed at the anniversary date. If not the links and logo can be removed.
Note that the `themes` directory is [located in another repository](https://gitea.com/gitea/theme) and that updates
are only deployed when the [website](https://gitea.com/gitea/website) repository is updated.
## Contributing