diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index 508786b..b2bb9a3 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -179,60 +179,60 @@ export default hopeTheme({ }, plugins: { - notice: [ - { - path: "/de/", // show on all pages (you can add more entries per path/locale) - title: "Crowdfunding 🪄✨", - content: "Lass uns angepinnte Beiträge in Gruppen haben. Mach mit bei unserem ersten Crowdfunding!", - actions: [ - { text: "Mehr lesen", link: "/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, - { text: "Nein danke" } - ], - showOnce: true, // don’t re-show after it’s closed - noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message - // fullscreen: true, // optional: turn it into a modal - // confirm: true // optional: force clicking an action to close - }, - { - path: "/en/", // show on all pages (you can add more entries per path/locale) - title: "Crowdfunding 🪄✨", - content: "Let's have pinned posts in groups. Join our first crowdfunding!", - actions: [ - { text: "Read more", link: "/en/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, - { text: "No, thanks" } - ], - showOnce: true, // don’t re-show after it’s closed - noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message - // fullscreen: true, // optional: turn it into a modal - // confirm: true // optional: force clicking an action to close - }, - { - path: "/es/", // show on all pages (you can add more entries per path/locale) - title: "Financiación colectiva 🪄✨", - content: "¡Pongamos publicaciones ancladas en los grupos! ¡Únete a nuestra primera campaña de crowdfunding!", - actions: [ - { text: "Leer más", link: "/es/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, - { text: "No, gracias" } - ], - showOnce: true, // don’t re-show after it’s closed - noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message - // fullscreen: true, // optional: turn it into a modal - // confirm: true // optional: force clicking an action to close - }, - { - path: "/fr/", // show on all pages (you can add more entries per path/locale) - title: "Financement participatif 🪄✨", - content: "Ajoutons des publications épinglées dans les groupes. Rejoignez notre première campagne de financement participatif !", - actions: [ - { text: "En savoir plus", link: "/fr/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, - { text: "Non, merci" } - ], - showOnce: true, // don’t re-show after it’s closed - noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message - // fullscreen: true, // optional: turn it into a modal - // confirm: true // optional: force clicking an action to close - }, - ], + // notice: [ + // { + // path: "/de/", // show on all pages (you can add more entries per path/locale) + // title: "Crowdfunding 🪄✨", + // content: "Lass uns angepinnte Beiträge in Gruppen haben. Mach mit bei unserem ersten Crowdfunding!", + // actions: [ + // { text: "Mehr lesen", link: "/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, + // { text: "Nein danke" } + // ], + // showOnce: true, // don’t re-show after it’s closed + // noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message + // // fullscreen: true, // optional: turn it into a modal + // // confirm: true // optional: force clicking an action to close + // }, + // { + // path: "/en/", // show on all pages (you can add more entries per path/locale) + // title: "Crowdfunding 🪄✨", + // content: "Let's have pinned posts in groups. Join our first crowdfunding!", + // actions: [ + // { text: "Read more", link: "/en/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, + // { text: "No, thanks" } + // ], + // showOnce: true, // don’t re-show after it’s closed + // noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message + // // fullscreen: true, // optional: turn it into a modal + // // confirm: true // optional: force clicking an action to close + // }, + // { + // path: "/es/", // show on all pages (you can add more entries per path/locale) + // title: "Financiación colectiva 🪄✨", + // content: "¡Pongamos publicaciones ancladas en los grupos! ¡Únete a nuestra primera campaña de crowdfunding!", + // actions: [ + // { text: "Leer más", link: "/es/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, + // { text: "No, gracias" } + // ], + // showOnce: true, // don’t re-show after it’s closed + // noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message + // // fullscreen: true, // optional: turn it into a modal + // // confirm: true // optional: force clicking an action to close + // }, + // { + // path: "/fr/", // show on all pages (you can add more entries per path/locale) + // title: "Financement participatif 🪄✨", + // content: "Ajoutons des publications épinglées dans les groupes. Rejoignez notre première campagne de financement participatif !", + // actions: [ + // { text: "En savoir plus", link: "/fr/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" }, + // { text: "Non, merci" } + // ], + // showOnce: true, // don’t re-show after it’s closed + // noticeKey: "crowdfunding-pinned-post-in-group"// bump this when you edit the message + // // fullscreen: true, // optional: turn it into a modal + // // confirm: true // optional: force clicking an action to close + // }, + // ], blog: { excerptLength: 0, }, diff --git a/docs/.vuepress/public/blog/crowdfunding-feature-pinned-posts-in-groups-success.png b/docs/.vuepress/public/blog/crowdfunding-feature-pinned-posts-in-groups-success.png new file mode 100644 index 0000000..9a68a2f Binary files /dev/null and b/docs/.vuepress/public/blog/crowdfunding-feature-pinned-posts-in-groups-success.png differ diff --git a/docs/de/news/2026-01-20-crowdfunding-feature-pinned-posts-in-groups-thanks/README.md b/docs/de/news/2026-01-20-crowdfunding-feature-pinned-posts-in-groups-thanks/README.md new file mode 100644 index 0000000..22a1c53 --- /dev/null +++ b/docs/de/news/2026-01-20-crowdfunding-feature-pinned-posts-in-groups-thanks/README.md @@ -0,0 +1,65 @@ +--- +home: false +article: true +sidebar: false +lang: de-DE +date: 2026-01-20 +category: + - Funding + - Features +tag: + - Funding + - Groups + - Posts + - Pins +cover: /blog/crowdfunding-feature-pinned-posts-in-groups-success.png +coverAlt: "Danke fürs erfolgreiche erste Crowdfunding!" +title: "Danke fürs erfolgreiche erste Crowdfunding! 💫" +description: "Deine Spende hat geholfen, dass Beiträge sehr bald in Gruppen angepinnt werden können." +--- + + + +Deine Spende hat geholfen, dass Beiträge sehr bald in Gruppen angepinnt werden können. + +### Worum geht es + +Anfang November starteten wir [ein Crowdfunding](/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/) für eine Funktion, die dafür sorgt, dass wichtige Information in Gruppen besser sichtbar bleiben (angepinnte Beiträge in Gruppen). + +Das Spendenziel von € 1.200 wurde bereits Ende November erreicht. +Bis zum Ende des Crowdfundings kamen € 1.330 zusammen. +Wir danken allen Spendern recht herzlich. +Echt toll! + +Damit wurde der Weg geebnet, diese Funktion zu entwickeln. +Sie wird voraussichtlich Anfang Februar fertiggestellt sein und nach und nach den Nutzern der Ocelot-Netzwerke zur Verfügung stehen. + +### Weitere Crowdfundings in Aussicht + +Aufgrund dieses Erfolgs haben wir vor, möglichst bald Spenden für weitere gewünschte Funktionen über Crowdfundings zu sammeln. +Informationen dazu findest du bald hier auf dieser Website. + +### Spenden + +Auch außerhalb der Crowdfundings kannst du die Weiterentwicklung und Pflege der *ocelot.social*-Software gerne mit deiner Spende unterstützen: + +busFaktor() e.V. +IBAN: DE81 5003 1000 1084 5340 01 +BIC: TRODDEF1 +Triodos Bank N.V., Deutschland + +Ort: Haferstr. 5c, 86179 Augsburg, Deutschland + +Verwendungszweck, siehe unten. + +### Hinweise zum Verwendungszweck + +Gib bitte unbedingt beim Verwendungszweck `Spende` und deine E-Mail-Adresse an, damit wir dich kontaktieren können. Bei Überweisungen ist das `@`-Zeichen normalerweise nicht möglich, daher schreibe es als `„ at “`, mit Platz davor und dahinter und ohne Anführungszeichen. + +Beispiel: `Spende von eva.muster at domain.de für ocelot.social` + +In Deutschland sind Spenden unter € 300 ohne Bescheinigung abzugsfähig. +In anderen Fällen stellen wir auf Anfrage gerne eine Spendenquittung aus. + +Für [Dauerspenden](/de/donate/) fürs Projekt sind wir empfänglich. ❤️ +Es gibt auch zahlreiche Möglichkeiten, wie du [mitmachen](/de/contribute/) kannst. diff --git a/docs/en/news/2026-01-20-crowdfunding-feature-pinned-posts-in-groups-thanks/README.md b/docs/en/news/2026-01-20-crowdfunding-feature-pinned-posts-in-groups-thanks/README.md new file mode 100644 index 0000000..dbc7c4d --- /dev/null +++ b/docs/en/news/2026-01-20-crowdfunding-feature-pinned-posts-in-groups-thanks/README.md @@ -0,0 +1,65 @@ +--- +home: false +article: true +sidebar: false +lang: en-US +date: 2026-01-20 +category: + - Funding + - Features +tag: + - Funding + - Groups + - Posts + - Pins +cover: /blog/crowdfunding-feature-pinned-posts-in-groups-success.png +coverAlt: "Thank you for the successful first crowdfunding campaign!" +title: "Thank you for the successful first crowdfunding campaign! 💫" +description: "Your donation has helped make it possible to pin posts in groups very soon." +--- + + + +Your donation has helped make it possible to pin posts in groups very soon. + +### What it's all about + +At the beginning of November, we launched [a crowdfunding campaign](/en/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/) for a feature that ensures important information remains more visible in groups (pinned posts in groups). + +The donation target of € 1,200 was already reached at the end of November. +By the end of the crowdfunding campaign, € 1,330 had been raised. +We would like to express our sincere thanks to all donors. +That's really great! + +This paved the way for the development of this feature. +It is expected to be completed in early February and will gradually be made available to users of the Ocelot networks. + +### Further crowdfunding campaigns planned + +Due to this success, we plan to collect donations for further desired features via crowdfunding as soon as possible. +You will find information about this here on this website soon. + +### Donations + +Even outside of crowdfunding campaigns, you are welcome to support the further development and maintenance of the *ocelot.social* software with your donation: + +busFaktor() e.V. +IBAN: DE81 5003 1000 1084 5340 01 +BIC: TRODDEF1 +Triodos Bank N.V., Germany + +Location: Haferstr. 5c, 86179 Augsburg, Germany + +For the purpose of use, see below. + +### Notes on the purpose of use + +Please be sure to include "Donation" and your e-mail address in the purpose of use so that we can contact you. The "@" symbol is not normally possible in bank transfers, so please write it as " at ", with a space before and after it and without quotation marks. + +Example: "Donation from eva.muster at domain.de for crowdfunding" + +In Germany, donations under € 300 are tax-deductible without a certificate. +In other cases, we will be happy to issue a donation receipt upon request. + +We welcome [recurring donations](/en/donate/) to the project. ❤️ +There are also numerous ways you can [get involved](/en/contribute/).