Merge pull request #128 from IT4Change/define-it4c-projects

feat(content): add Ocelot.Social project
This commit is contained in:
Hannes Heine 2024-03-05 10:07:32 +01:00 committed by GitHub
commit abc51a67a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 33 additions and 1 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 |