Merge branch 'master' into feat-gradido-description

This commit is contained in:
Hannes Heine 2024-03-05 10:19:35 +01:00 committed by GitHub
commit b70d510097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 685 additions and 645 deletions

View File

@ -15,7 +15,7 @@ In the following we list some projects we are proud of:
- Yunite.me <!--[Yunite.me](./projects/yunite.me.md)--> - Yunite.me <!--[Yunite.me](./projects/yunite.me.md)-->
- Gradido <!-- [Gradido](./projects/gradido.md) --> - Gradido <!-- [Gradido](./projects/gradido.md) -->
- wir.social <!-- [wir.social](./projects/wir.social.md)--> - wir.social <!-- [wir.social](./projects/wir.social.md)-->
- Ocelot.social <!-- [Ocelot.social](./projects/ocelot.social.md) --> - [Ocelot.social](./projects/ocelot.social.md)
- Human-Connection <!-- [Human-Connection](./projects/human-connection.md)--> - Human-Connection <!-- [Human-Connection](./projects/human-connection.md)-->
- Democracy-Deutschland <!-- [Democracy-Deutschland](./projects/democracy-deutschland.md) --> - Democracy-Deutschland <!-- [Democracy-Deutschland](./projects/democracy-deutschland.md) -->

View File

@ -0,0 +1,32 @@
# Ocelot.Social
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:
- User Accounts
- User Roles
- news feed (Posts)
- Filter
- posts
- as articles
- as events
- comments
- Search (fulltext)
- Groups
- Map
- Moderation
## Demo
Try out the application under the following link [Ocelot.Social](https://stage.ocelot.social/).
You can login with the following credentials:
| email | password | role |
| :--- | :--- | :--- |
| `user@example.org` | 1234 | user |
| `moderator@example.org` | 1234 | moderator |
| `admin@example.org` | 1234 | admin |

1292
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
"devDependencies": { "devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2", "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
"@vuepress/bundler-vite": "^2.0.0-rc.2", "@vuepress/bundler-vite": "^2.0.0-rc.2",
"textlint": "^13.4.1", "textlint": "^14.0.3",
"textlint-filter-rule-comments": "^1.2.2", "textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0", "textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-common-misspellings": "^1.0.1",
@ -38,6 +38,6 @@
"textlint-rule-write-good": "^2.0.0", "textlint-rule-write-good": "^2.0.0",
"vuepress": "^2.0.0-rc.0", "vuepress": "^2.0.0-rc.0",
"vuepress-plugin-search-pro": "^2.0.0-rc.11", "vuepress-plugin-search-pro": "^2.0.0-rc.11",
"vuepress-theme-hope": "^2.0.0-rc.19" "vuepress-theme-hope": "^2.0.0-rc.27"
} }
} }