mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge branch 'master' into feat-gradido-description
This commit is contained in:
commit
b70d510097
@ -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) -->
|
||||||
|
|
||||||
|
|||||||
32
docs/projects/ocelot.social.md
Normal file
32
docs/projects/ocelot.social.md
Normal 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
1292
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user