Add credits

This commit is contained in:
Lukas Schulte Pelkum 2021-05-08 13:58:19 +02:00
parent 71e51d2b29
commit f772643d20
No known key found for this signature in database
GPG Key ID: 408DA7CA81DB885C
2 changed files with 29 additions and 0 deletions

21
CREDITS.md Normal file
View File

@ -0,0 +1,21 @@
# credits
pasty uses several awesome open source libraries to provide the functionality it has. Here is a complete list of them.
## Backend (Golang)
* [alexedwards/argon2id](https://github.com/alexedwards/argon2id) (deletion token hashing) [**MIT**]
* [fasthttp/router](https://github.com/fasthttp/router) (endpoint routing) [**BSD-3**]
* [golang-migrate/migrate](https://github.com/golang-migrate/migrate) (SQL migrations) [**MIT**]
* [jackc/pgx](https://github.com/jackc/pgx) (PostgreSQL driver) [**MIT**]
* [johejo/golang-migrate-extra](github.com/johejo/golang-migrate-extra) (io/fs driver for golang-migrate) [**MIT**]
* [joho/godotenv](https://github.com/joho/godotenv) (.env file loading) [**MIT**]
* [minio/minio-go](https://github.com/minio/minio-go) (MinIO client) [**Apache-2.0**]
* [ulule/limiter](https://github.com/ulule/limiter) (rate limiting) [**MIT**]
* [valyala/fasthttp](https://github.com/valyala/fasthttp) (HTTP server) [**MIT**]
* [mongodb/mongo-go-driver](https://github.com/mongodb/mongo-go-driver) (MongoDB driver) [**Apache-2.0**]
## Frontend
* [highlightjs/highlight.js](https://github.com/highlightjs/highlight.js) (code highlighting) [**BSD-3**]
* [tabler/tabler-icons](https://github.com/tabler/tabler-icons) (icons) [**MIT**]

View File

@ -53,6 +53,14 @@
<path d="M9 19c-4.286 1.35-4.286-2.55-6-3m12 5v-3.5c0-1 .099-1.405-.5-2 2.791-.3 5.5-1.366 5.5-6.04a4.567 4.567 0 0 0 -1.333 -3.21a4.192 4.192 0 0 0 -.08 -3.227s-1.05-.3-3.476 1.267a12.334 12.334 0 0 0 -6.222 0C6.462 2.723 5.413 3.023 5.413 3.023a4.192 4.192 0 0 0 -.08 3.227A4.566 4.566 0 0 0 4 9.486c0 4.64 2.709 5.68 5.5 6.014-.591.589-.56 1.183-.5 2V21" />
</svg>
</a>
<a class="button" title="View the credits" href="https://github.com/lus/pasty/blob/master/CREDITS.md" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-award" width="40" height="40" viewBox="0 0 24 24" stroke-width="1.5" stroke="#bebebe" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="12" cy="9" r="6" />
<polyline points="9 14.2 9 21 12 19 15 21 15 14.2" transform="rotate(-30 12 9)" />
<polyline points="9 14.2 9 21 12 19 15 21 15 14.2" transform="rotate(30 12 9)" />
</svg>
</a>
</div>
</div>
<div class="container">