update sponsor links & etc

This commit is contained in:
Your Name 2023-01-23 17:35:52 -05:00 committed by Henri Dickson
parent 236a517d97
commit 2da1991025
2 changed files with 10 additions and 6 deletions

View file

@ -18,4 +18,6 @@ Please see [doc/install.md](doc/install.md)
- Join our Discord community, links available on [our Fediverse profile](https://mastodon.social/@neodb)
## Sponsor
If you like this project, please consider sponsoring NiceDB on [Patreon](https://patreon.com/tertius).
If you like this project, please consider sponsoring
- NeoDB on [ko-fi](https://ko-fi.com/neodb) or [liberapay](https://liberapay.com/neodb)
- NiceDB on [Patreon](https://patreon.com/tertius).

View file

@ -90,6 +90,7 @@ Add a new site
--------------
- add a new item to `IdType` enum in `catalog/common/models.py`
- add a new file in `catalog/sites/`, a new class inherits `AbstractSite`, with:
* `SITE_NAME`
* `ID_TYPE`
* `URL_PATTERNS`
* `WIKI_PROPERTY_ID` (not used now)
@ -105,3 +106,4 @@ Add a new site
+ move captured response file to `test_data/`, except large/images files. Or if have to, use a smallest version (e.g. 1x1 pixel / 1s audio)
+ add `@use_local_response` decorator to test methods that should pick up these responses
- run all the tests and make sure they pass
- add `&.source-label__sitename` to `common/static/sass/_Label.sass`