diff options
author | EuAndreh <eu@euandre.org> | 2021-07-27 14:24:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-27 15:44:45 -0300 |
commit | 7bf0f2319442ee153cc656b72fa660c709f6a0cd (patch) | |
tree | ddae5f4ed3a7431bf026d3a64f9ff06615231804 /README.md | |
parent | aux/: Update, adjust Makefile (diff) | |
download | gistatic-7bf0f2319442ee153cc656b72fa660c709f6a0cd.tar.gz gistatic-7bf0f2319442ee153cc656b72fa660c709f6a0cd.tar.xz |
Re-setup repository using C over Rust
Diffstat (limited to '')
-rw-r--r-- | README.md | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -66,3 +66,39 @@ and for generating the documentation HTML and website, run: ```shell $ make public ``` + +For running the extra development-only checks, run: + +```shell +$ make dev-check +``` + +and for generating the documentation HTML and website, run: + +```shell +$ make public +``` + +Send contributions to the [mailing list] via +[`git send-email`](https://git-send-email.io/). + + +## Links + +- [homepage](https://euandreh.xyz/gistatic/en/) +- [source code](https://git.euandreh.xyz/gistatic/) +- [bug tracking](https://euandreh.xyz/gistatic/TODOs.html) +- [mailing list] +- [CI logs](https://euandreh.xyz/gistatic/ci.html) +- [CHANGELOG](https://euandreh.xyz/gistatic/en/CHANGELOG.html) + +[mailing list]: https://lists.sr.ht/~euandreh/public-inbox?search=%5Bgistatic%5D + + +## License + +The code is licensed under +[GNU Affero General Public License v3.0 or later][AGPL-3.0-or-later] +(AGPL-3.0-or-later). + +[AGPL-3.0-or-later]: https://git.euandreh.xyz/gistatic/tree/COPYING |