From 53a037fe2447bc5e551f18d3bad39cdfbc5f02f3 Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Thu, 14 Jun 2018 17:12:40 -0700 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92b06c9..c71c590 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Anti-Social Network +# 💣The Anti-Social Network 💣 Join at [https://anti-social.herokuapp.com](https://anti-social.herokuapp.com) !!! @@ -6,7 +6,7 @@ Join at [https://anti-social.herokuapp.com](https://anti-social.herokuapp.com) ! Can't you stand the fact that only the cool kids are popular and have all the "likes"? Nobody "stars" or "retweets" your stories? Do you wish you had more friends to love all your pointless posts? -###Your problems are over! +### Your problems are over! Get as many friends as you need to feel good about yourself again! Register Today! From 46ec5c724fe7b70f07a247a3ff0cb27e5d5d057f Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Sun, 17 Jun 2018 21:05:13 -0700 Subject: [PATCH 2/5] add license --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c71c590..075726e 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,14 @@ If you want to use the machinery to deploy the app somewhere (MIT License). [Instructions here](https://coderwall.com/p/pstm1w?i=2&p=1&q=author%3Abt3gl&t%5B%5D=bt3gl). + +---- + + +## License + +When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html). + +Creative Commons License
+ +This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). From 5f8cb194e77409bcbf592b55353766c6be5df09a Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sat, 12 Oct 2019 14:30:21 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 075726e..34f1d93 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 💣The Anti-Social Network 💣 +# The Anti-Social Network Join at [https://anti-social.herokuapp.com](https://anti-social.herokuapp.com) !!! @@ -91,7 +91,4 @@ If you want to use the machinery to deploy the app somewhere (MIT License). ## License When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html). - -Creative Commons License
- This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). From 8d7113ce34b9ecc8208cf98f2ddba1b98c4dd1d9 Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sat, 12 Oct 2019 14:30:35 -0700 Subject: [PATCH 4/5] Create FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..63d1618 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: paypal.me/miasteinkirch From 70bedca937db09de1762145171f061057da1f4df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 17:00:59 +0000 Subject: [PATCH 5/5] Bump bleach from 1.4.0 to 3.3.0 in /requirements Bumps [bleach](https://github.com/mozilla/bleach) from 1.4.0 to 3.3.0. - [Release notes](https://github.com/mozilla/bleach/releases) - [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v1.4...v3.3.0) Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index b7e7104..c74e546 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -17,7 +17,7 @@ SQLAlchemy==0.8.4 WTForms==1.0.5 Werkzeug==0.9.4 alembic==0.6.2 -bleach==1.4.0 +bleach==3.3.0 blinker==1.3 html5lib==1.0b3 itsdangerous==0.23