Skip to content

Commit

Permalink
Merge branch 'master' into feat-gradido-description
Browse files Browse the repository at this point in the history
  • Loading branch information
Elweyn authored Mar 5, 2024
2 parents 061e893 + abc51a6 commit b70d510
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 650 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In the following we list some projects we are proud of:
- Yunite.me <!--[Yunite.me](./projects/yunite.me.md)-->
- Gradido <!-- [Gradido](./projects/gradido.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)-->
- Democracy-Deutschland <!-- [Democracy-Deutschland](./projects/democracy-deutschland.md) -->

Expand Down
32 changes: 32 additions & 0 deletions docs/projects/ocelot.social.md
Original file line number Diff line number Diff line change
@@ -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 |
Loading

0 comments on commit b70d510

Please sign in to comment.