-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat-gradido-description
- Loading branch information
Showing
4 changed files
with
690 additions
and
650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Oops, something went wrong.