From 127d9ca2bec97e52358c7428988731b6b434da04 Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 5 Mar 2024 17:29:45 +0100 Subject: [PATCH 1/6] Add projects to the sidebar. --- docs/.vuepress/config/theme.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index da2dda3..c692ec7 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -28,10 +28,18 @@ export default hopeTheme({ '/contact' ] }, - /*{ + { text: 'Projects', collapsible: false, children: [ + { + text: 'DEMOCRACY App', + link: '/projects/democracy.app' + }, + { + text: 'Ocelot-Social', + link: '/projects/ocelot.social' + }, { text: 'Gradido Software', link: '/projects/gradido' @@ -39,7 +47,7 @@ export default hopeTheme({ // { link: '/extras/contributing', text: 'Contributing ✨' }, // { link: '/extras/license', text: 'License 📚' }, ] - },*/ + }, { text: 'People', collapsible: false, From 65496ecd4a504c1788bf0616416fc9c2ea1eb03e Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 5 Mar 2024 17:30:41 +0100 Subject: [PATCH 2/6] Reorder the projects in timelapse from oldest to newest and under points of human-connection. --- docs/index.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 759df30..b3fc34a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,12 +12,14 @@ One of our principles to make projects resilient to unmaintainability is to spre In the following we list some projects we are proud of: -- Yunite.me -- Gradido -- wir.social -- [Ocelot.social](./projects/ocelot.social.md) +- [DEMOCRACY App](./projects/democracy.app.md) - Human-Connection -- Democracy-Deutschland + - [Ocelot.social](./projects/ocelot.social.md) + - wir.social + - sender.fm + - Yunite.me +- [Gradido](./projects/gradido.md) +- DreamMall ## Members and collaborators From 20c11030a586f2d4e5f9402d89da21afc4f7f973 Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 5 Mar 2024 17:31:27 +0100 Subject: [PATCH 3/6] Change small headings. --- docs/projects/gradido.md | 2 +- docs/projects/ocelot.social.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/projects/gradido.md b/docs/projects/gradido.md index 9ce281b..1957a82 100644 --- a/docs/projects/gradido.md +++ b/docs/projects/gradido.md @@ -1,6 +1,6 @@ # Gradido -## Describe +## Description [Gradido](https://www.gradido.net) is a project that wants to create a alternativ currency to the fiat money. diff --git a/docs/projects/ocelot.social.md b/docs/projects/ocelot.social.md index c8db029..5df053e 100644 --- a/docs/projects/ocelot.social.md +++ b/docs/projects/ocelot.social.md @@ -1,12 +1,14 @@ # Ocelot.Social +## Description + This project started under the name Human-Connection. The idea of human-connection was to create an alternative social media platform where the user is not the product. In contradiction to social media platforms like Facebook, Instagram, etc... The user should have the possibility to have constructive discussion (Pro-Contra), have a possibility to take action if a post made them angry, sad, etc... For this to work the user should pay for the infrastructure the platform is working on. After the closing of the Human-Connection network, the developer and the users wanted to continue to work on the idea. We created a not branded project that can be deployed for different networks with their own brand. -Ocelot.Social has the following functions: +## Functions - User Accounts - User Roles @@ -29,4 +31,4 @@ You can login with the following credentials: | :--- | :--- | :--- | | `user@example.org` | 1234 | user | | `moderator@example.org` | 1234 | moderator | -| `admin@example.org` | 1234 | admin | \ No newline at end of file +| `admin@example.org` | 1234 | admin | From 3f98523b6e90f3f277299eed2700ca5b7f62d4e2 Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 5 Mar 2024 17:31:50 +0100 Subject: [PATCH 4/6] Add description of DEMOCRACY App. --- docs/projects/democracy.app.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/projects/democracy.app.md diff --git a/docs/projects/democracy.app.md b/docs/projects/democracy.app.md new file mode 100644 index 0000000..6a4f652 --- /dev/null +++ b/docs/projects/democracy.app.md @@ -0,0 +1,7 @@ +# DEMOCRACY App + +## Description + +The [DEMOCRACY App](https://www.democracy-deutschland.de/) is an open-source project that gathers from the german parlament the laws and decisions with all their documents. Then gives their users the possibility to vote (accept, reject or withholding) for each decission that the parlament has to make. After the vote the users can see in percentage how many persons have vote accept, reject or withhold. + +## Techstack From 08115abf92b7c89a8fa4198f2961f9a37a1b70aa Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 7 Mar 2024 10:10:14 +0100 Subject: [PATCH 5/6] Add line for Techstack. --- docs/projects/democracy.app.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/projects/democracy.app.md b/docs/projects/democracy.app.md index 6a4f652..b52e2c9 100644 --- a/docs/projects/democracy.app.md +++ b/docs/projects/democracy.app.md @@ -5,3 +5,5 @@ The [DEMOCRACY App](https://www.democracy-deutschland.de/) is an open-source project that gathers from the german parlament the laws and decisions with all their documents. Then gives their users the possibility to vote (accept, reject or withholding) for each decission that the parlament has to make. After the vote the users can see in percentage how many persons have vote accept, reject or withhold. ## Techstack + +Backend is written in TypeScript. From 94fcb685d0cea6e60ce126eb1bcc6df79c451570 Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 7 Mar 2024 10:13:41 +0100 Subject: [PATCH 6/6] Change many to much. --- docs/projects/democracy.app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/democracy.app.md b/docs/projects/democracy.app.md index b52e2c9..3f17aa7 100644 --- a/docs/projects/democracy.app.md +++ b/docs/projects/democracy.app.md @@ -2,7 +2,7 @@ ## Description -The [DEMOCRACY App](https://www.democracy-deutschland.de/) is an open-source project that gathers from the german parlament the laws and decisions with all their documents. Then gives their users the possibility to vote (accept, reject or withholding) for each decission that the parlament has to make. After the vote the users can see in percentage how many persons have vote accept, reject or withhold. +The [DEMOCRACY App](https://www.democracy-deutschland.de/) is an open-source project that gathers from the german parlament the laws and decisions with all their documents. Then gives their users the possibility to vote (accept, reject or withholding) for each decission that the parlament has to make. After the vote the users can see in percentage how much persons have vote accept, reject or withhold. ## Techstack