From 1b1120d924be98d7b7fdb618c82df2aed93437a1 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Wed, 28 Dec 2022 19:19:53 -0500 Subject: [PATCH] docs: attribution with licenses --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8474bb..0013c25 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,11 @@ ${instanceURL}/questions/43743250/using-libsodium-xchacha20-poly1305-for-large-f You can easily convert StackOverflow URLs to AnonymousOverflow ones by adding the following code as a bookmark in your web browser: ```js -javascript:(function() {window.location=window.location.toString().replace(/stackoverflow\.com/,'code.whatever.social');})() +javascript: (function () { + window.location = window.location + .toString() + .replace(/stackoverflow\.com/, "code.whatever.social"); +})(); ``` Replace `code.whatever.social` with the domain name of the instance you're using if needed. @@ -57,7 +61,6 @@ You can run this bookmarklet on any StackOverflow page to view it anonymously. Thanks to [Manav from ente.io](https://ente.io/about) for the handy tool. - ## How to deploy AnonymousOverflow uses Docker for deployment. @@ -71,3 +74,6 @@ Run `docker compose up -d` to build and start the container. ## Attribution - Icons provided by [heroicons](https://heroicons.com) under the [MIT License](https://choosealicense.com/licenses/mit/) +- [Gin](https://github.com/gin-gonic/gin) under the [MIT License](https://github.com/gin-gonic/gin/blob/master/LICENSE) +- [goquery](https://github.com/PuerkitoBio/goquery) under the [BSD 3-Clause License](https://github.com/PuerkitoBio/goquery/blob/master/LICENSE) +- [resty](https://github.com/go-resty/resty) under the [MIT License](https://github.com/go-resty/resty/blob/master/LICENSE) \ No newline at end of file