Merge branch '28-feature-content-for-get-started-page' of github.com:Ocelot-Social-Community/ocelot.social into 52-add-blog-posts-for-vuepress

This commit is contained in:
Wolfgang Huß 2023-12-18 20:15:19 +01:00
commit 0559c19bb6
10 changed files with 179 additions and 15 deletions

View File

@ -26,6 +26,14 @@ export default hopeTheme({
copyright: '&copy; von <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authoren | <a href="/de/impressum/">Impressum</a>',
footer: 'Unter der <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT Lizenz<!--]--><!----></a> ausgeliefert.',
navbar: [
{
text: 'Features',
link: '/de/features/'
},
{
text: 'Get Started',
link: '/de/get-started/'
},
{
text: 'Dokumentation',
link: 'https://docs.ocelot.social/' ,
@ -49,6 +57,14 @@ export default hopeTheme({
copyright: '&copy; by <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authors | <a href="/en/impressum/">Impressum</a>',
footer: 'Released under the <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT License<!--]--><!----></a>.',
navbar: [
{
text: 'Features',
link: '/en/features/'
},
{
text: 'Get Started',
link: '/en/get-started/'
},
{
text: 'Documentation',
link: 'https://docs.ocelot.social/',
@ -71,6 +87,14 @@ export default hopeTheme({
copyright: '&copy; par <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Auteurs | <a href="/fr/impressum/">Mentions légales</a>',
footer: 'Publié sous la <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->licence MIT<!--]--><!----></a>.',
navbar: [
{
text: 'Features',
link: '/fr/features/'
},
{
text: 'Get Started',
link: '/fr/get-started/'
},
{
text: 'Documentation',
link: 'https://docs.ocelot.social/',

View File

@ -11,11 +11,18 @@ tagLine:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Wir bauen um
## Vorteile
Unsere Website wird gerade überarbeitet und erweitert. Schau bald wieder rein!
## Screenshots
Inzwischen findest du uns auf [GitHub](https://github.com/Ocelot-Social-Community/) oder [Discord](https://discord.gg/AGPJ7YgC).
## Features
Wenn du dieses Projekt unterstützen möchtest, dann kannst du eine [Spende](https://busfaktor.org/en/spenden) für *ocelot.social*
bei dem Projektträger machen (busFaktor() e.V.).
## Demo
## Get started
## Testimonials
## Donation
## Contact

View File

@ -0,0 +1,12 @@
---
home: false
# layout: BlogHome
icon: home
title: Features
sidebar: false
tagLine:
# actions:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Features

View File

@ -0,0 +1,12 @@
---
home: false
# layout: BlogHome
icon: home
title: Get Started
sidebar: false
tagLine:
# actions:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Get Started

View File

@ -11,11 +11,65 @@ tagLine:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Coming soon
## Benefits
Our website is under construction. Come back soon!
How is ocelot.social different from other social networks?
In the meantime you can find us on [GitHub](https://github.com/Ocelot-Social-Community/) or [Discord](https://discord.gg/AGPJ7YgC).
- **Open Source:** The software code of this network is Open Source. This means that the code is public and can be copied, used, modified, enhanced and verified by anyone. You can contribute as a developer or translator to improve and enhance this project.
- **Not for profit:** Ocelot.social is non-profit, serving the public good. The network is developed and maintained by a non-profit association located in Germany, assisted by open source contributors around the world.
- **Privacy:** Your data will not be sold to advertisers and no user profiling will be done unless the operator of the network in question explicitly states this in its privacy policy.
- **Funded by donations:** The ocelot.social software is funded by donations which means that you may or may not give some love back by a donation or by other ways of contributing.
- **Self-determination:** Independence from the terms of use of the well-known major social networks: The operator of an Ocelot.Social network sets its own terms of use.
If you want to support the project, you can make a [donation](https://busfaktor.org/en/spenden) for *ocelot.social*
to the maintainer of the project (busFaktor() e.V.).
<!-- ## Video (link) -->
## Screenshots
<!-- We want to make a slider with different screenshots -->
## Features
Ocelot.social networks features:
- User Accounts
- User Roles
- news feed (Posts)
- Filter
- posts
- as articles
- as events
- comments
- Search
- Groups
- Map
[See all features](/en/features)
<!-- Button
<Button >See all features!</Button>
-->
## Demo
try out the application under the following link [Ocelot.Social](https://stage.ocelot.social/)
<!-- Button to demo page -->
## Get started
If you want to install the application on a server or your local maschine follow the [link](/en/get-started)
<!-- Button to get started page -->
## Testimonials
<!-- Heimo (sender.fm), Ulf Tramsen, Lars Ebert (Yunite.me), Jenseblümchen (freilernen.social) -->
## Donation
Ocelot.Social is a not-for-profit which can only keep running thanks to your donations. Do you like what we do? Do you think were going in the right direction? If so, and youre able to make a donation, wed very much appreciate it! [Donation Page](/en/donations)
<!-- Button to Donation Page -->
## Contact
If you want more informations you can join us on [Discord](https://discord.gg/AGPJ7YgC), on GitHub or by email.
[Contact](/en/contact)
<!-- Button to contact page-->

View File

@ -0,0 +1,12 @@
---
home: false
# layout: BlogHome
icon: home
title: Features
sidebar: false
tagLine:
# actions:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Features

View File

@ -0,0 +1,12 @@
---
home: false
# layout: BlogHome
icon: home
title: Get Started
sidebar: false
tagLine:
# actions:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Get Started

View File

@ -11,11 +11,18 @@ tagLine:
# - text: Demo
# link: https://stage.ocelot.social/
---
## En construction
## Benefits
Notre site web est en construction. Reviens bientôt!
## Features
Entre-temps, tu peux nous trouver sur [GitHub](https://github.com/Ocelot-Social-Community/) ou [Discord](https://discord.gg/AGPJ7YgC).
## Demo (link)
Si tu veux soutenir ce projet, tu peux faire un [don](https://busfaktor.org/en/spenden) pour *ocelot.social*
chez le porteur du projet (busFaktor() e.V.).
## Get started (link)
## Video (link)
## testimonials
## Donation
## Contact

View File

@ -0,0 +1,12 @@
---
home: false
# layout: BlogHome
icon: home
title: Features
sidebar: false
tagLine:
# actions:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Features

View File

@ -0,0 +1,12 @@
---
home: false
# layout: BlogHome
icon: home
title: Get Started
sidebar: false
tagLine:
# actions:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Get Started