From e6279896d60ff87ccdb74273325636f5d0f89f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Wed, 6 Mar 2024 16:34:00 +0100 Subject: [PATCH 01/17] v2: initial commit * Separate german and english language pages * Add a services page with details per service * Move hakken dates into the same container as the text * Introductory text on the homepage --- _config.ts | 41 +++- _data/hakken.yml | 20 +- _data/services.yml | 342 +++++++++++++++++++++++++++++ _includes/HakkenDates.tsx | 19 +- _includes/Head.tsx | 5 + _includes/Langlink.tsx | 4 + _includes/Services.tsx | 54 +++++ _includes/layouts/default.tsx | 59 ++--- _includes/layouts/error.tsx | 7 +- _includes/layouts/homepage.tsx | 35 ++- _includes/layouts/services.tsx | 48 ++++ _includes/styles/hakken-dates.scss | 15 +- _includes/styles/homelink.scss | 22 +- _includes/styles/main.scss | 2 - _includes/styles/page.scss | 116 +++++----- _includes/styles/service.scss | 116 ++++++++++ _includes/styles/style.scss | 23 +- about.yml | 197 +++++------------ de/about.yml | 89 ++++++++ de/hakken.yml | 49 +++++ de/index.yml | 24 ++ de/maintenance.yml | 16 ++ de/privacy.yml | 8 + deno.lock | 148 ++++++++++++- flake.lock | 18 +- flake.nix | 2 +- hakken.yml | 100 +++------ index.yml | 32 ++- privacy.yml | 236 ++++++++++---------- services.yml | 17 ++ 30 files changed, 1354 insertions(+), 510 deletions(-) create mode 100644 _data/services.yml create mode 100644 _includes/Langlink.tsx create mode 100644 _includes/Services.tsx create mode 100644 _includes/layouts/services.tsx create mode 100644 _includes/styles/service.scss create mode 100644 de/about.yml create mode 100644 de/hakken.yml create mode 100644 de/index.yml create mode 100644 de/maintenance.yml create mode 100644 de/privacy.yml create mode 100644 services.yml diff --git a/_config.ts b/_config.ts index f522af6..04c756a 100644 --- a/_config.ts +++ b/_config.ts @@ -7,6 +7,38 @@ import postcss from "lume/plugins/postcss.ts"; const site = lume(); +const languages = [ + { + name: 'deutsch', + slug: 'de', + urlPrefix: 'de', + }, + { + name: 'english', + slug: 'en', + urlPrefix: '', + }, +]; +site.data('languages', languages); + +site.preprocess([ '.yml' ], (pages) => { + for (const page of pages) { + const urlParts = (page.data.url || '').replace(/^\/|\/$/g, '').split('/'); + const langPrefix = urlParts[0]; + const currentLang = (() => { + if (langPrefix.length === 2) { + return languages.find(lang => lang.urlPrefix === langPrefix); + } + + return languages.find(lang => lang.urlPrefix.length === 0); + })() || languages[0]; + + page.data.language = currentLang; + page.data.otherLang = languages.find(l => l.slug !== currentLang.slug); + page.data.baseURL = page.data.url.replace(new RegExp(`^\\/${currentLang.slug}`), ''); + } +}); + site.use(sass()); site.use(date()); site.use(jsx()); @@ -26,6 +58,13 @@ site.loadAssets([ ".txt", ]); -site.ignore("README.md", "CHANGELOG.md", "LICENSE.md", "docker-compose.yml"); +site.ignore( + ".direnv", + "README.md", + "CHANGELOG.md", + "LICENSE.md", + "docker-compose.yml", +); export default site; + diff --git a/_data/hakken.yml b/_data/hakken.yml index 08a967c..f12f4de 100644 --- a/_data/hakken.yml +++ b/_data/hakken.yml @@ -1,16 +1,6 @@ dates: - - name: Winter 2024 - theme: org-mode - location: - en: Berlin - de: Berlin - description: - en: | - This hakken will include our yearly general assembly. This is the perfect opportunity to get to know the internals of the organization, and to get involved! - de: | - Auf diesem hakken wird die Mitgliederversammlung stattfinden. Dies ist die perfekte Gelegenheit pub.solar n.e.V. als Organisation kennenzulernen und mitzumachen! - - name: Spring 2024 + id: spring-2024 theme: Push for privacy location: en: Cologne @ [MiOM space](https://miom.space) @@ -30,10 +20,11 @@ dates: Projekt-Ideen: * Löschen von alten Accounts automatisieren * eine Analyse unserer Datenspeicherung erstellen; was speichern wir und wo? Können wir das reduzieren? - * unsere Datenschutzerklärung auffrischen + * unser20e Datenschutzerklärung auffrischen * schauen ob wir eigene Hardware kriegen könnten - name: Summer 2024 + id: summer-2024 theme: Hot CPU Summer location: en: Cologne @ [MiOM space](https://miom.space) @@ -53,6 +44,7 @@ dates: * Einen open source Fahrradcomputer bauen - name: Autumn 2024 + id: autumn-2024 theme: Awesome hardware autumn location: en: Cologne @ [MiOM space](https://miom.space) @@ -79,8 +71,8 @@ strings: en: 'Where' de: 'Wo' comingDates: - en: 'The following dates are scheduled:' - de: 'Folgende Termine stehen an:' + en: 'Upcoming dates' + de: 'Kommende Termine' friday: en: 'friday' de: 'Freitag' diff --git a/_data/services.yml b/_data/services.yml new file mode 100644 index 0000000..8508b00 --- /dev/null +++ b/_data/services.yml @@ -0,0 +1,342 @@ +services: + - name: Nextcloud + id: nextcloud + description: + en: Store your files, calendar, contacts and many other things in the local cloud. Access from all your devices. + de: + link: https://cloud.pub.solar + wiki: https://wiki.pub.solar/index.php/Nextcloud + support: + status: yes # yes partial no + backups: + status: untested # fully-automated untested not-applicable no + anonymousUsage: + status: no # yes partial no + zeroKnowledge: # yes partial no + status: no + comment: + en: | + By default, no data in Nextcloud is encrypted and everything is readable and changeable by pub.solar administrators. + + However, we have installed the [End-to-End Encryption app](https://apps.nextcloud.com/apps/end_to_end_encryption) which gives you the option to encrypt files before they are sent to the pub.solar cloud. + + This application has horrible reviews, with lots of people saying they suffered dataloss. Though we offer this option, **there will be no support or help** if you use this app and lose data. + de: + storageEncrypted: # yes no + status: yes + loggingMinimized: # yes partial no + status: no + decentralized: # yes partial no + status: yes + + - name: Mastodon + id: mastodon + description: + en: Social networking and microblogging. + de: + link: https://mastodon.pub.solar + support: + status: yes # yes partial no + backups: + status: untested # fully-automated untested not-applicable no + anonymousUsage: + status: partial # yes partial no + comment: + en: You can use our web interface to read posts, but if you want to post stuff yourself you'll need a pub.solar ID. + de: + zeroKnowledge: # yes partial no + status: no + storageEncrypted: # yes no + status: yes + loggingMinimized: # yes partial no + status: no + decentralized: # yes partial no + status: yes + + - name: Matrix + id: matrix + description: + en: Matrix is an encrypted chat service. It can be used as an alternative to tools like Discord, Slack, or IRC. In fact, Matrix can bridge into these other chat tools, allowing you to chat with everyone from one place. + de: + link: https://chat.pub.solar + support: + status: yes # yes partial no + backups: + status: untested # fully-automated untested not-applicable no + anonymousUsage: + status: no # yes partial no + zeroKnowledge: # yes partial no + status: partial + comment: + en: | + By default pub.solar admins cannot read the content of your messages, but there is data that is accessible: + + * Who you're talking to + * When you're talking to them + * When you are online or offline + + Also, some larger public rooms are unencrypted, and you have the option to turn off encryption on rooms you control. + de: + storageEncrypted: # yes no + status: yes + loggingMinimized: # yes partial no + status: no + decentralized: # yes partial no + status: yes + + - name: Forgejo / git + id: forgejo + description: + en: git server + de: + link: https://git.pub.solar + support: + status: yes # yes partial no + backups: + status: untested # fully-automated untested nnot-applicable no + anonymousUsage: + status: no # yes partial no + zeroKnowledge: # yes partial no + status: no + storageEncrypted: # yes no + status: yes + loggingMinimized: # yes partial no + status: no + decentralized: # yes partial no + status: no + + - name: Wiki + id: wiki + description: + en: Our wiki + de: + link: https://wiki.pub.solar + support: + status: partial # yes partial no + backups: + status: untested # fully-automated untested not-applicable no + comment: + en: The database is backed up, but not assets like images. + de: + anonymousUsage: + status: partial # yes partial no + zeroKnowledge: # yes partial no + status: no + storageEncrypted: # yes no + status: yes + loggingMinimized: # yes partial no + status: no + decentralized: # yes partial no + status: no + + - name: Mailman + id: mailman + description: + en: Mailing lists + de: + link: https://list.pub.solar + support: + status: partial # yes partial no + backups: + status: untested # fully-automated untested not-applicable no + anonymousUsage: + status: no # yes partial no + zeroKnowledge: # yes partial no + status: no + storageEncrypted: # yes no + status: yes + loggingMinimized: # yes partial no + status: no + decentralized: # yes partial no + status: no + + - name: Open Bike Sensor portal + id: obs-portal + description: + en: Portal for the open bike sensor project. This portal currently only hosts the cologne/bonn region. + de: + link: https://obs-portal.pub.solar + support: + status: partial # yes partial no + backups: + status: untested # fully-automated untested not-applicable no + anonymousUsage: + status: no # yes partial no + zeroKnowledge: # yes partial no + status: no + storageEncrypted: # yes no + status: yes + loggingMinimized: # yes partial no + status: no + decentralized: # yes partial no + status: no + + - name: Searx + id: searx + description: + en: Metasearch engine + de: + link: https://search.pub.solar + support: + status: no # yes partial no + backups: + status: not-applicable # fully-automated untested not-applicable no + anonymousUsage: + status: yes # yes partial no + zeroKnowledge: # yes partial no + status: yes + storageEncrypted: # yes no + status: yes + loggingMinimized: # yes partial no + status: no + decentralized: # yes partial no + status: not-applicable + +strings: + states: + yes: + en: Yes + de: Ja + partial: + en: Partial + de: Teilweise + no: + en: No + de: Nein + not-applicable: + en: Not applicable + de: Nicht zutreffend + fully-automated: + en: Fully automated + de: Komplett automatisiert + untested: + en: Yes, untested + de: Ja, nicht getestet + support: + name: + en: Support + de: Unterstützung + description: + en: This badge describes how much love and support this service gets from the pub.solar community. Services with a higher level of support are less likely to suffer from outages or dataloss. + de: + states: + yes: + en: We consider this service to be part of our core. It is among our highest priority services to keep online, up-to-date, and backed-up. This service will not be shut down without at least 3 months of prior notice. + de: + partial: + en: We've been running this service for a while, and it's probably going to be around to stay. However, it is not our highest priority. We could shut this service down with only a couple of days of prior notice. + de: + no: + en: This service is running because someone thought it was fun to try out, as a test, or is very new. Expect changes, downtime, or even shutdown to happen at any time. + de: + backups: + name: + en: Backups + de: Backups + description: + en: This badge shows whether the data in the service is automatically backed up every day. + de: + states: + yes: + en: Daily encrypted backups are made automatially and are tested so we can also automatically restore the service from a previous backup. + de: + untested: + en: We run daily encrypted backups to an offsite location, but we do not have automated tests to see if recovery works. In a catastrophic event, recovery might take a long time. + de: + not-applicable: + en: This service does not store any data to be backed up. + de: + no: + en: Data from this service is not backed up. Expect dataloss any time. + de: + anonymousUsage: + name: + en: Anonymous usage + de: Anonyme Benutzung + description: + en: This badge shows whether you can use the service without registering a pub.solar ID. + de: + states: + yes: + en: You can use all features of this service without logging in to a pub.solar ID. + de: + partial: + en: Some features of this service require you to log in to a pub.solar ID. + de: + no: + en: You have to log in to a pub.solar ID to use this service. + de: + zeroKnowledge: + name: + en: Zero knowledge + de: Zero knowledge + description: + en: This badge tells you how much access the pub.solar administrators have to your data in that service. + de: + states: + yes: + en: pub.solar administrators have no access to your data in this service. + de: + partial: + en: Some of the data of this service is unreadable to pub.solar administrators, but not all. + de: + no: + en: All your data in this service is readable by pub.solar administrators. + de: + storageEncrypted: + name: + en: Storage encrypted + de: Verschlüsselter Speicher + description: + en: | + This badge tells you whether the service data is stored on encrypted drives. This protects against unwanted physical access to the servers, since only the pub.solar administrators can unlock the hard drive encryption. + + ***Caveat***: Man-in-the-middle attacks that intercept the password in-transit when pub.solar administrators remotely unlock the disk can circumvent this. Do not rely on storage encryption to keep your data safe from highly-capable attackers like nation-states. Focus on the zero-knowledge badge if this is your threat-model. + de: + states: + yes: + en: This service runs on a server with encrypted hard drives. + de: + no: + en: This service **does not** run on a server with encrypted hard drives. + de: + loggingMinimized: + name: + en: Logging minimized + de: Minimiertes Logging + description: + en: This badge tells you whether we've configured the service and any related software so it logs as little data as possible. + de: + states: + yes: + en: No logs are written at all. + de: + partial: + en: We've reduced the amount of logging, but there is still some amount of activity logging going on. + de: + no: + en: This service runs in its default logging configuration. + de: + decentralized: + name: + en: Decentralized + de: Dezentralisiert + description: + en: | + This badge shows whether this service can interact with services of similar types hosted by other people or organizations. + + For example, you can send an email from your own provider to someone who has their address with some other provider. With facebook messages you cannot do this; all facebook messages have to go to other facebook users. + de: + states: + yes: + en: All relevant communication features of this service can interact with other instances of similar services. + de: + partial: + en: Some features of this service can interact with other instances. + de: + not-applicable: + en: This service has no features that could be decentralized. + de: + no: + en: This service is centralized. + de: diff --git a/_includes/HakkenDates.tsx b/_includes/HakkenDates.tsx index 8d6c85a..16b866e 100644 --- a/_includes/HakkenDates.tsx +++ b/_includes/HakkenDates.tsx @@ -43,16 +43,16 @@ const getStartAndEnd = (date) => { } }; -export default ({ data, lang, className }) => { +export default ({ data, lang, className = '', }) => { const strings = data.strings; const dates = data.dates; const t = (o) => o?.[lang] || ''; - return
-

{t(strings.comingDates)}

+

{t(strings.comingDates)}

-
; + ; }; diff --git a/_includes/Head.tsx b/_includes/Head.tsx index eda82d2..0ba2b88 100644 --- a/_includes/Head.tsx +++ b/_includes/Head.tsx @@ -3,11 +3,14 @@ import { title as titleFilter } from '../filters.ts'; export default ({ title, theme, + baseURL, + otherLang, extraStylesheets, extraScripts, cacheBust, }) => + { titleFilter(title) } @@ -17,6 +20,8 @@ export default ({ + + <> diff --git a/_includes/Langlink.tsx b/_includes/Langlink.tsx new file mode 100644 index 0000000..5e88e6d --- /dev/null +++ b/_includes/Langlink.tsx @@ -0,0 +1,4 @@ +export default ({ otherLang, baseURL }) => {otherLang.slug} diff --git a/_includes/Services.tsx b/_includes/Services.tsx new file mode 100644 index 0000000..6960a29 --- /dev/null +++ b/_includes/Services.tsx @@ -0,0 +1,54 @@ +import { md, mdi } from '../filters.ts'; + +const badges = [ + "support", + "backups", + "anonymousUsage", + "zeroKnowledge",, + "loggingMinimized", + "decentralized", + "storageEncrypted", +] as string[]; + +export default ({ data, language, className = '', }) => { + const { services, strings } = data; + return <> + {services.map((service, i) => { + return
+
+

{service.name}

+ +
+ Visit service + {service.wiki ? Wiki help page : null} +
+
+ +
+ +
+ {badges.map((badge, i) => { + const { status, comment } = service[badge]; + + return
+ +
{strings[badge].name[language.slug]}
+
{strings.states[status][language.slug]}
+
+ +

+ +

+ + {comment ?

: null } +
; + })} +
+ +
; + })} + ; +}; diff --git a/_includes/layouts/default.tsx b/_includes/layouts/default.tsx index f4b8132..c35cdaa 100644 --- a/_includes/layouts/default.tsx +++ b/_includes/layouts/default.tsx @@ -2,12 +2,17 @@ import { md } from '../../filters.ts'; import Head from '../Head.tsx'; import Background from '../Background.tsx'; import Homelink from '../Homelink.tsx'; +import Langlink from '../Langlink.tsx'; import HakkenDates from '../HakkenDates.tsx'; +import Services from '../Services.tsx'; export default ({ title, content, + language, + otherLang, + baseURL, theme, extraStylesheets, extraScripts, @@ -15,11 +20,16 @@ export default ({ showHakkenDates, hakken, + + showServices, + services, }) => <> - + + +
-
- - Deutsche übersetzung unten - - +
+
+ {showServices ? : null} + {showHakkenDates ? : null} +
-
- - {showHakkenDates ? : null} -
- -
- - English translation above - - - -
- - {showHakkenDates ? : null} -
diff --git a/_includes/layouts/error.tsx b/_includes/layouts/error.tsx index f97df30..85fffed 100644 --- a/_includes/layouts/error.tsx +++ b/_includes/layouts/error.tsx @@ -7,15 +7,20 @@ export default ({ content, code, + language, + otherLang, + baseURL, theme, extraStylesheets, extraScripts, cacheBust, }) => <> - + <> - + + + +
- {links.map(({ href, title, openInNewTab }) => - {title} - )} +
+ +
+ {links.map(({ href, title, openInNewTab }) => + {title} + )} +
diff --git a/_includes/layouts/services.tsx b/_includes/layouts/services.tsx new file mode 100644 index 0000000..2ca9b6c --- /dev/null +++ b/_includes/layouts/services.tsx @@ -0,0 +1,48 @@ +import { md } from '../../filters.ts'; +import Head from '../Head.tsx'; +import Background from '../Background.tsx'; +import Homelink from '../Homelink.tsx'; +import HakkenDates from '../HakkenDates.tsx'; + +export default ({ + title, + content, + + language, + otherLang, + baseURL, + theme, + extraStylesheets, + extraScripts, + cacheBust, + + showHakkenDates, + hakken, +}) => <> + + + + + + + + +
+
+ + {showHakkenDates ? : null} +
+ + +; diff --git a/_includes/styles/hakken-dates.scss b/_includes/styles/hakken-dates.scss index faf91be..b9d4b31 100644 --- a/_includes/styles/hakken-dates.scss +++ b/_includes/styles/hakken-dates.scss @@ -1,14 +1,21 @@ .ps-hakken-dates { - margin: 5vw; - margin-top: 0; - &--list { list-style: none; padding: 0; } + &--title { + display: flex; + align-items: center; + justify-content: space-between; + } + + &--permalink { + min-height: 2rem; + } + &--item { - border-left: 3px solid var(--accent); + border-left: 0.25rem solid var(--accent); padding-left: 1rem; } diff --git a/_includes/styles/homelink.scss b/_includes/styles/homelink.scss index cd6a1c9..71b6635 100644 --- a/_includes/styles/homelink.scss +++ b/_includes/styles/homelink.scss @@ -10,21 +10,29 @@ text-decoration: none; text-align: center; font-weight: 900; - font-size: 24px; - padding: 8px; + font-size: 1.5rem; + padding: 0.5rem; line-height: 1em; - text-shadow: 0.15vw 0px 0px white; + text-shadow: 0.1em 0px 0px white; transition: text-shadow 0.1s ease; - border: 12px solid black; + border: 1rem solid black; border-top: 0; border-left: 0; &:hover { - text-shadow: 0.3vw 0px 0px var(--accent); + text-shadow: 0.1em 0px 0px var(--accent); } @media screen and (min-width: 1200px) { - font-size: 32px; - padding: 12px; + font-size: 2rem; + padding: 1rem; + } + + &_lang { + left: unset; + right: 0; + border: 1rem solid black; + border-top: 0; + border-right: 0; } } diff --git a/_includes/styles/main.scss b/_includes/styles/main.scss index e0f1ba2..7199ba0 100644 --- a/_includes/styles/main.scss +++ b/_includes/styles/main.scss @@ -6,8 +6,6 @@ height: 100vh; width: 100vw; margin: 0; - padding-top: 10vw; - padding-bottom: 2vw; overflow: auto; position: relative; diff --git a/_includes/styles/page.scss b/_includes/styles/page.scss index 453ec18..5716da6 100644 --- a/_includes/styles/page.scss +++ b/_includes/styles/page.scss @@ -2,30 +2,37 @@ display: flex; width: 100vw; flex-direction: column; - align-items: center; + align-items: flex-start; justify-content: flex-start; - padding: 0; + padding: 1rem; pointer-events: none; @media screen and (min-width: 1200px) { - padding: 1vw; - flex-direction: row; - align-items: flex-start; - } - - &_home { + padding: 2rem; flex-direction: row; flex-wrap: wrap; } - &--section { + @media screen and (min-width: 1600px) { + padding: 4rem; + } + + &_home { + flex-direction: column; + flex-wrap: nowrap; + } + + &_home &--contents { + font-size: 1.25rem; + } + + &--contents { border: 12px solid black; - margin-top: 10vh; - margin-bottom: 10vh; + margin-top: 20rem; + margin-bottom: 20rem; width: 100%; - max-width: 700px; + max-width: 800px; flex-basis: 100%; - font-size: 16px; flex-shrink: 1; pointer-events: all; color: var(--foreground); @@ -33,13 +40,13 @@ word-break: break-word; display: flex; flex-direction: column; + margin: 0; + font-weight: 500; + line-height: 1.75; + padding: 1.5rem; @media screen and (min-width: 1200px) { - margin: 1vw; - } - - &_home { - padding: 5vw; + padding: 3rem; } a { @@ -57,38 +64,6 @@ width: 230px; margin-top: 1rem; } - } - - &--section-link { - position: sticky; - top: 0; - background-color: var(--background); - padding: 1rem; - display: flex; - justify-content: flex-end; - align-items: center; - text-align: right; - padding-left: 132px; - - @media screen and (min-width: 1200px) { - display: none; - border-bottom: 0; - } - - &-icon { - margin-left: 8px; - } - } - - &--section-contents { - margin: 5vw; - margin-bottom: 0; - font-weight: 500; - line-height: 1.4; - - &:last-child { - margin-bottom: 5vw; - } pre, code { @@ -108,15 +83,30 @@ > * { margin-bottom: 0; - margin-top: 8px; + margin-top: 1.5rem; } - > h1, h2 { - margin-top: 32px; + > h1, + > h2 { line-height: 1.5; } } + &--links { + margin-top: 1rem; + display: flex; + flex-direction: row; + flex-wrap: wrap; + + @media screen and (min-width: 700px) { + margin-top: 1.5rem; + } + + @media screen and (min-width: 1000px) { + margin-top: 2rem; + } + } + &--link { pointer-events: all; color: var(--foreground); @@ -124,24 +114,30 @@ text-decoration: none; text-align: center; font-weight: 900; - font-size: 12rem; + font-size: 2rem; line-height: 1em; - padding: 0.2vw; - margin: 2vw; - text-shadow: 0.15vw 0px 0px white; + padding: 0.4rem; + margin: 0; + margin-right: 1rem; + margin-bottom: 1rem; + text-shadow: 0.01em 0px 0px white; transition: text-shadow 0.1s ease; - border: 12px solid black; + border: 0.75rem solid black; &:hover { - text-shadow: 0.3vw 0px 0px var(--accent); + text-shadow: 0.1em 0px 0px var(--accent); } @media screen and (min-width: 700px) { - font-size: 8rem; + font-size: 3rem; + margin-right: 1.5rem; + margin-bottom: 1.5rem; } @media screen and (min-width: 1000px) { font-size: 4rem; + margin-right: 2rem; + margin-bottom: 2rem; } } } diff --git a/_includes/styles/service.scss b/_includes/styles/service.scss new file mode 100644 index 0000000..928ae8c --- /dev/null +++ b/_includes/styles/service.scss @@ -0,0 +1,116 @@ +.ps-service { + margin-top: 2rem; + margin-right: 1rem; + + &--header { + margin: 0; + display: flex; + justify-content: space-between; + align-items: center; + border-bottom: 0.25rem solid black; + }; + + &--title { + margin: 0; + } + + &--links { + display: flex; + justify-content: flex-end; + flex-wrap: wrap; + flex-basis: 8rem; + flex-grow: 1; + max-width: 16rem; + + > * { + margin-left: 2rem; + } + } + + &--description { + margin: 0; + + > * { + margin: 0; + margin-top: 1rem; + } + } + + &--badges { + display: flex; + flex-direction: column; + align-items: flex-start; + margin-top: 1rem; + + @media screen and (min-width: 700px) { + display: grid; + grid-template-columns: 1fr 1fr; + grid-gap: 0.5rem 1rem; + } + } + + &--badge { + display: flex; + justify-content: space-between; + border-left: 0.25rem solid var(--accent); + padding-left: 1rem; + + @media screen and (min-width: 700px) { + flex-basis: 50%; + } + + &_yes, + &_fully-automated { + border-left-color: #009d11; + } + + &_partial, + &_untested { + border-left-color: #ff8f00; + } + + &_not-applicable { + border-left-color: #555; + } + + &_no { + border-left-color: var(--accent); + } + } + + &--badge-header { + display: flex; + justify-content: space-between; + cursor: pointer; + } + + &--badge-title { + font-weight: bold; + } + + &--badge-status { + display: inline-flex; + } + + $b: &; + + &--badge { + &_yes #{$b}--badge-status, + &_fully-automated #{$b}--badge-status { + color: #007d0e; + } + + &_partial #{$b}--badge-status, + &_untested #{$b}--badge-status { + color: #ac6100; + } + + &_not-applicable #{$b}--badge-status { + color: #555; + } + + &_no #{$b}--badge-status { + color: var(--accent); + } + } +} diff --git a/_includes/styles/style.scss b/_includes/styles/style.scss index 10627db..b2c423a 100644 --- a/_includes/styles/style.scss +++ b/_includes/styles/style.scss @@ -1,5 +1,10 @@ * { box-sizing: border-box; + scroll-margin-top: 4rem; + + @media screen and (min-width: 1200px) { + scroll-margin-top: 6rem; + } } html { @@ -20,7 +25,22 @@ html { width: 100vw; height: 100vh; margin: 0; - font-size: 1vw; +} + +h1 { + font-size: 2.25rem; +} + +h2 { + font-size: 1.5rem; +} + +h3 { + font-size: 1.25rem; +} + +h4 { + font-size: 1rem; } @import './main'; @@ -31,4 +51,5 @@ html { @import './homelink'; @import './copy-code-button.scss'; @import './hakken-dates.scss'; +@import './service.scss'; diff --git a/about.yml b/about.yml index 1a90a79..01e654d 100644 --- a/about.yml +++ b/about.yml @@ -2,176 +2,89 @@ layout: layouts/default.tsx title: About & Imprint -content: - en: | - # Hi! We're pub.solar +content: | + # Hi! We're pub.solar - We are a non-registered association seated in Cologne, Germany. Our goal is to enable more people to use free software, have secure digital communications, and to take control over their private data. + We are a non-registered association seated in Cologne, Germany. Our goal is to enable more people to use free software, have secure digital communications, and to take control over their private data. - We host free software for you and all the people you love. We do this transparently and democratically. + We host free software for you and all the people you love. We do this transparently and democratically. - We currently offer these services: + We currently offer these services: - * [Matrix](https://chat.pub.solar): a decentralized, end-to-end encrypted chat, similar to Slack or Discord, - * [Mastodon](https://mastodon.pub.solar): a decentralized microblogging platform, similar to Twitter, - * [Nextcloud](https://cloud.pub.solar): a cloud with office capabilities, similar to the Google Suite and Microsoft Office 365, - * [Forgejo](https://git.pub.solar/): a git server, comparable to GitHub or Gitlab, + * [Matrix](https://chat.pub.solar): a decentralized, end-to-end encrypted chat, similar to Slack or Discord, + * [Mastodon](https://mastodon.pub.solar): a decentralized microblogging platform, similar to Twitter, + * [Nextcloud](https://cloud.pub.solar): a cloud with office capabilities, similar to the Google Suite and Microsoft Office 365, + * [Forgejo](https://git.pub.solar/): a git server, comparable to GitHub or Gitlab, - Additionally, the following services which might change or dissappear any time. + Additionally, the following services which might change or dissappear any time. - * [Searx](https://search.pub.solar/): a metasearch engine, similar to Google or Bing, - * [Mailman](https://lists.pub.solar/): a software for mailing lists, - * [OBS Portal](https://obs-portal.pub.solar/): a server for saving [OpenBikeSensor](https://www.openbikesensor.org/) data which is currently limited to the Cologne/Bonn region, + * [Searx](https://search.pub.solar/): a metasearch engine, similar to Google or Bing, + * [Mailman](https://lists.pub.solar/): a software for mailing lists, + * [OBS Portal](https://obs-portal.pub.solar/): a server for saving [OpenBikeSensor](https://www.openbikesensor.org/) data which is currently limited to the Cologne/Bonn region, - For some of these Services, you'll need to register an account, which we call a [pub.solar ID](https://auth.pub.solar). All services are publicly open for registration. Nextcloud accounts are severely limited in their storage amount. If you want more storage, please contact the crew. + For some of these Services, you'll need to register an account, which we call a [pub.solar ID](https://auth.pub.solar). All services are publicly open for registration. Nextcloud accounts are severely limited in their storage amount. If you want more storage, please contact the crew. - ## Contact and getting help + ## Contact and getting help - You can reach us via [#General in Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) and [@crew on Mastodon](https://mastodon.pub.solar/@crew), or send a mail to [crew@pub.solar](mailto:crew@pub.solar). + You can reach us via [#General in Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) and [@crew on Mastodon](https://mastodon.pub.solar/@crew), or send a mail to [crew@pub.solar](mailto:crew@pub.solar). - You can find our PGP key [here](https://keys.openpgp.org/vks/v1/by-fingerprint/8A8987ADE3736C8CA2EB315A9B809EBBDD62BAE3). It has the following fingerprint: + You can find our PGP key [here](https://keys.openpgp.org/vks/v1/by-fingerprint/8A8987ADE3736C8CA2EB315A9B809EBBDD62BAE3). It has the following fingerprint: - ``` - 8A89 87AD E373 6C8C A2EB 315A 9B80 9EBB DD62 BAE3 - ``` + ``` + 8A89 87AD E373 6C8C A2EB 315A 9B80 9EBB DD62 BAE3 + ``` - Check out our [wiki](https://wiki.pub.solar) or contact us via one of the methods above. In the Matrix [#General room](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) there's always someone around for answering your questions. + Check out our [wiki](https://wiki.pub.solar) or contact us via one of the methods above. In the Matrix [#General room](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) there's always someone around for answering your questions. - ## Being a member or helping hand + ## Being a member or helping hand - Are you interested in becoming a member of the pub.solar organisation? Do you want to support the organisation with labour, money, or just your name? + Are you interested in becoming a member of the pub.solar organisation? Do you want to support the organisation with labour, money, or just your name? - We are currently a non-registered association (n.e.V.), which means that from a legal perspective we are a group of individuals, _not_ members of a registered association. Our goal is to become a registered association (e.V.) and expand our work where we can. + We are currently a non-registered association (n.e.V.), which means that from a legal perspective we are a group of individuals, _not_ members of a registered association. Our goal is to become a registered association (e.V.) and expand our work where we can. - We are always looking for help and support. Being a member is currently not tied to any costs or privileges, but is rather an indicator of support. We encourage you to become a member even if (or, especially if) you are not very technically versed. Our goal is for pub.solar to be an organisation that helps _everyone_, especially people that would by themselves not be able to administrate IT infrastructure. We want you to have a voice in the decisions surrounding your services. We want the community to decide together what an IT infrastructure built with solidarity, freedom, privacy, and mutual support in mind would look like. + We are always looking for help and support. Being a member is currently not tied to any costs or privileges, but is rather an indicator of support. We encourage you to become a member even if (or, especially if) you are not very technically versed. Our goal is for pub.solar to be an organisation that helps _everyone_, especially people that would by themselves not be able to administrate IT infrastructure. We want you to have a voice in the decisions surrounding your services. We want the community to decide together what an IT infrastructure built with solidarity, freedom, privacy, and mutual support in mind would look like. - Feel like joining in? Know what to do? Don't know what to do? Just send the crew a message. We're looking forward to hearing from you! + Feel like joining in? Know what to do? Don't know what to do? Just send the crew a message. We're looking forward to hearing from you! - ## Financing + ## Financing - We currently pay for the infrastructure out of our own pockets (like the server and domain name). + We currently pay for the infrastructure out of our own pockets (like the server and domain name). - This situation is not long-term sustainable, and we're currently working on founding an e.V. and having solid financing. We'd of course welcome anyone wanting to help and participate! + This situation is not long-term sustainable, and we're currently working on founding an e.V. and having solid financing. We'd of course welcome anyone wanting to help and participate! - ### Donate via IBAN + ### Donate via IBAN - Jhonas Wernery - DE70430609674093197701 - GLS Bank + Jhonas Wernery + DE70430609674093197701 + GLS Bank - ## Imprint + ## Imprint - pub.solar n.e.V. - - c/o MiOM Kreativraum e.V., - Wilhelm-Mauser-Straße 47 Halle 5, - D-50827 Köln, - [crew@pub.solar](mailto:crew@pub.solar) + pub.solar n.e.V. + + c/o MiOM Kreativraum e.V., + Wilhelm-Mauser-Straße 47 Halle 5, + D-50827 Köln, + [crew@pub.solar](mailto:crew@pub.solar) - ## Our Statutes + ## Our Statutes - Are over [here](https://pub.solar/satzung). + Are over [here](https://pub.solar/satzung). - ## Our Privacy Policy + ## Our Privacy Policy - Is over [here](/privacy). + Is over [here](/privacy). - ## Our hosting + ## Our hosting - We use a dedicated server from Hetzner GmbH hosted in Germany. + We use a dedicated server from Hetzner GmbH hosted in Germany. - The code for the infrastructure can be found [in this git repository](https://git.pub.solar/pub-solar/infra). - - de: | - # Hi! Wir sind pub.solar - - Wir sind ein nicht eingetragener Verein mit Sitz in Köln. Unser Ziel ist es mehr Menschen zu ermöglichen, Freie Software zu benutzen, sicher digital zu kommunizieren, und datensparsamer zu leben. - - Wir stellen für Dich und alle Menschen die Du lieb hast auf transparente und demokratische Weise freie Software zur Verfügung. - - Momentan bieten wir diese Services an: - - * [Matrix](https://chat.pub.solar): dezentraler, Ende-zu-Ende verschlüsselter Chat, ähnlich wie Slack oder Discord, - * [Mastodon](https://mastodon.pub.solar): dezentrale Mikrobloggingplattform, ähnlich wie Twitter, - * [Nextcloud](https://cloud.pub.solar): Cloud mit Office Möglichkeiten, ähnlich wie Teile der Google Suite und Microsoft Office 365, - * [Forgejo](https://git.pub.solar/): ein git Server, ähnlich wie GitHub oder Gitlab. - - Ausserdem bieten wir folgende Services an, die jederzeit geändert werden oder verschwinden könnten: - - * [Searx](https://search.pub.solar/): eine Meta-Suchmachine, ähnlich wie Google oder Bing, - * [Mailman](https://lists.pub.solar/): eine Software für Mailing-Listen, - * [OBS Portal](https://obs-portal.pub.solar/): ein Server um [OpenBikeSensor](https://www.openbikesensor.org/)-Daten zu speichern, begrenzt auf die Region Köln/Bonn. - - Für manche dieser Services musst du einen Account registrieren, bei uns heißt der [pub.solar ID](https://auth.pub.solar). Die Registrierung ist für alle offen. Bei der Nextcloud ist der Speicherplatz allerdings stark begrenzt. Falls du Speicherplatz in der Nextcloud haben willst, kontaktiere die Crew. - - ## Kontakt und Hilfe - - Du kannst uns via [#General in Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) und [@crew auf Mastodon](https://mastodon.pub.solar/@crew) erreichen, oder eine Mail an [crew@pub.solar](mailto:crew@pub.solar) schicken. - - Unseren PGP Schlüssel findest du [hier](https://keys.openpgp.org/vks/v1/by-fingerprint/8A8987ADE3736C8CA2EB315A9B809EBBDD62BAE3). Er hat folgenden Fingerabdruck: - - ``` - 8A89 87AD E373 6C8C A2EB 315A 9B80 9EBB DD62 BAE3 - ``` - - Schau dir bei Fragen gerne unser [wiki](https://wiki.pub.solar) an oder kontaktiere uns über einen der oben genannten Kanäle. Im Matrix [#General Raum](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) gibt es immer Menschen, die gerne deine Fragen beantworten. - - ## Mitglied oder Helfer*in werden - - Bist du daran interessiert ein Mitglied von pub.solar n.e.V. zu werden? Du würdest die Organisation gerne mit Arbeit, Geld, oder einfach nur deinen Namen unterstützen? - - Momentan sind wir ein nicht eingetragener Verein. Das bedeutet das wir juristisch eine Gruppe einzelner Personen sind (wie eine GbR) und der Verein nicht haften oder als juristische Person existiert. Unser Ziel ist es einen eingetragener Verein (e.V.) zu gründen. - - Wir suchen immer nach Hilfe und Unterstützung. Eine Mitgliedschaft ist momentan weder mit Kosten noch Vorteile verbunden, und sollte eher ein Zeichen der Unterstützung sein. Wir ermutigen jede*n ein Mitglied zu werden, sogar (oder, vor allem) wenn du nicht sehr technisch bewandert bist. Unser Ziel ist es pub.solar zu einer Organisation zu machen die _allen_ hilft, vor allem Menschen die selbständig nicht in der Lage wären IT-Infrastruktur zu verwalten. Wir wollen dir eine Stimme in den Entscheidungen bezüglich deiner IT-Services geben. Wir wollen, dass die Community gemeinsam entscheidet wie IT die mit Solidarität, Freiheit, Privacy, und gegenseite Unterstützung gebaut wird aussieht. - - Klingt nach deinem Ding? Schon ne Ahnung was du machen willst? Keine Ahnung was du machen willst? Schick die Crew ne Nachricht, wir freuen uns von dir zu hören! - - ## Finanzierung - - Die laufenden Kosten zahlen wir momentan aus eigener Tasche (wie der Server + die Domain). - - Diese Situation ist nicht nachhaltig, also arbeiten wir aktuell daran einen e.V. zu gründen und die Finanzierung zu sichern. Wir freuen uns über alle, die sich einbringen oder helfen möchten. - - ### Per IBAN spenden - - Jhonas Wernery - DE70430609674093197701 - GLS Bank - - ## Impressum - - pub.solar n.e.V. - - c/o MiOM Kreativraum e.V., - Wilhelm-Mauser-Straße 47 Halle 5, - D-50827 Köln, - [crew@pub.solar](mailto:crew@pub.solar) - - ### Unsere Satzung - - Findest Du [hier](https://pub.solar/satzung). - - ## Unsere Datenschutzerklärung - Findest Du [hier](/privacy). - - ## Unser Hosting - - Wir benutzen einen dedicated Server der Hetzner GmbH, der in einem deutschen Rechenzentrum steht. - - Den Quellcode der Infrastruktur kannst du [in diesem git Repo](https://git.pub.solar/pub-solar/infra) einsehen. + The code for the infrastructure can be found [in this git repository](https://git.pub.solar/pub-solar/infra). diff --git a/de/about.yml b/de/about.yml new file mode 100644 index 0000000..320812d --- /dev/null +++ b/de/about.yml @@ -0,0 +1,89 @@ +layout: layouts/default.tsx + +title: Über uns & Impressum + +content: | + # Hi! Wir sind pub.solar + + Wir sind ein nicht eingetragener Verein mit Sitz in Köln. Unser Ziel ist es mehr Menschen zu ermöglichen, Freie Software zu benutzen, sicher digital zu kommunizieren, und datensparsamer zu leben. + + Wir stellen für Dich und alle Menschen die Du lieb hast auf transparente und demokratische Weise freie Software zur Verfügung. + + Momentan bieten wir diese Services an: + + * [Matrix](https://chat.pub.solar): dezentraler, Ende-zu-Ende verschlüsselter Chat, ähnlich wie Slack oder Discord, + * [Mastodon](https://mastodon.pub.solar): dezentrale Mikrobloggingplattform, ähnlich wie Twitter, + * [Nextcloud](https://cloud.pub.solar): Cloud mit Office Möglichkeiten, ähnlich wie Teile der Google Suite und Microsoft Office 365, + * [Forgejo](https://git.pub.solar/): ein git Server, ähnlich wie GitHub oder Gitlab. + + Ausserdem bieten wir folgende Services an, die jederzeit geändert werden oder verschwinden könnten: + + * [Searx](https://search.pub.solar/): eine Meta-Suchmachine, ähnlich wie Google oder Bing, + * [Mailman](https://lists.pub.solar/): eine Software für Mailing-Listen, + * [OBS Portal](https://obs-portal.pub.solar/): ein Server um [OpenBikeSensor](https://www.openbikesensor.org/)-Daten zu speichern, begrenzt auf die Region Köln/Bonn. + + Für manche dieser Services musst du einen Account registrieren, bei uns heißt der [pub.solar ID](https://auth.pub.solar). Die Registrierung ist für alle offen. Bei der Nextcloud ist der Speicherplatz allerdings stark begrenzt. Falls du Speicherplatz in der Nextcloud haben willst, kontaktiere die Crew. + + ## Kontakt und Hilfe + + Du kannst uns via [#General in Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) und [@crew auf Mastodon](https://mastodon.pub.solar/@crew) erreichen, oder eine Mail an [crew@pub.solar](mailto:crew@pub.solar) schicken. + + Unseren PGP Schlüssel findest du [hier](https://keys.openpgp.org/vks/v1/by-fingerprint/8A8987ADE3736C8CA2EB315A9B809EBBDD62BAE3). Er hat folgenden Fingerabdruck: + + ``` + 8A89 87AD E373 6C8C A2EB 315A 9B80 9EBB DD62 BAE3 + ``` + + Schau dir bei Fragen gerne unser [wiki](https://wiki.pub.solar) an oder kontaktiere uns über einen der oben genannten Kanäle. Im Matrix [#General Raum](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) gibt es immer Menschen, die gerne deine Fragen beantworten. + + ## Mitglied oder Helfer*in werden + + Bist du daran interessiert ein Mitglied von pub.solar n.e.V. zu werden? Du würdest die Organisation gerne mit Arbeit, Geld, oder einfach nur deinen Namen unterstützen? + + Momentan sind wir ein nicht eingetragener Verein. Das bedeutet das wir juristisch eine Gruppe einzelner Personen sind (wie eine GbR) und der Verein nicht haften oder als juristische Person existiert. Unser Ziel ist es einen eingetragener Verein (e.V.) zu gründen. + + Wir suchen immer nach Hilfe und Unterstützung. Eine Mitgliedschaft ist momentan weder mit Kosten noch Vorteile verbunden, und sollte eher ein Zeichen der Unterstützung sein. Wir ermutigen jede*n ein Mitglied zu werden, sogar (oder, vor allem) wenn du nicht sehr technisch bewandert bist. Unser Ziel ist es pub.solar zu einer Organisation zu machen die _allen_ hilft, vor allem Menschen die selbständig nicht in der Lage wären IT-Infrastruktur zu verwalten. Wir wollen dir eine Stimme in den Entscheidungen bezüglich deiner IT-Services geben. Wir wollen, dass die Community gemeinsam entscheidet wie IT die mit Solidarität, Freiheit, Privacy, und gegenseite Unterstützung gebaut wird aussieht. + + Klingt nach deinem Ding? Schon ne Ahnung was du machen willst? Keine Ahnung was du machen willst? Schick die Crew ne Nachricht, wir freuen uns von dir zu hören! + + ## Finanzierung + + Die laufenden Kosten zahlen wir momentan aus eigener Tasche (wie der Server + die Domain). + + Diese Situation ist nicht nachhaltig, also arbeiten wir aktuell daran einen e.V. zu gründen und die Finanzierung zu sichern. Wir freuen uns über alle, die sich einbringen oder helfen möchten. + + ### Per IBAN spenden + + Jhonas Wernery + DE70430609674093197701 + GLS Bank + + ## Impressum + + pub.solar n.e.V. + + c/o MiOM Kreativraum e.V., + Wilhelm-Mauser-Straße 47 Halle 5, + D-50827 Köln, + [crew@pub.solar](mailto:crew@pub.solar) + + ### Unsere Satzung + + Findest Du [hier](https://pub.solar/satzung). + + ## Unsere Datenschutzerklärung + Findest Du [hier](/privacy). + + ## Unser Hosting + + Wir benutzen einen dedicated Server der Hetzner GmbH, der in einem deutschen Rechenzentrum steht. + + Den Quellcode der Infrastruktur kannst du [in diesem git Repo](https://git.pub.solar/pub-solar/infra) einsehen. diff --git a/de/hakken.yml b/de/hakken.yml new file mode 100644 index 0000000..d47db3f --- /dev/null +++ b/de/hakken.yml @@ -0,0 +1,49 @@ +layout: layouts/default.tsx + +title: hakken.irl +showHakkenDates: true + +content: | + # hakken.irl + + Du bist eingeladen! + + Wir treffen uns (fast) alle drei Monate zum hakken.irl, ein kleiner 3-Tägiger (Freitag bis Sonntag) Hackathon bei dem es nur darum geht Spaß zu haben und abzunerden. + + ## Was machen wir denn so? + + Es gibt nur einen festen Programmpunkt: bei der Critical Mass mitradeln. Tendenziell hakken wir danach an pub.solar Sachen, wie [unserer Infrastruktur](https://git.pub.solar/pub-solar/infra "pub.solar infra repo"). + + Ein paar Beispiele: + + * [die Infrastruktur auf NixOS 23.11 aktualisieren](https://git.pub.solar/pub-solar/infra/pulls/74), + * [unsere Website auf einen neuen Server migrieren](https://git.pub.solar/pub-solar/infra/pulls/20), + * [die Standardinhalte des Nextcloud Verzeichnis für neue User definieren](https://git.pub.solar/pub-solar/infra/pulls/73), + * [Matrix vhosts in nginx konfigurieren](https://git.pub.solar/pub-solar/infra/pulls/33), + * digitale Animationen kreieren, + * Fotos bearbeiten und Musik machen, + * Wizard, Karten, und Brettspiele zocken, + * kochen, bestellen, und gemeinsam essen, + * und über die FDP herziehen. + + ## Ist das also nur für über-nerds? + + Es geht schon ziemlich nerdy zu, und du solltest auf jeden Fall deinen Laptop dabei haben. Allerdings ist es uns eigentlich egal, wie du deine Zeit verbringst. Im besten Falle kannst du dich auch allein mit einem eigenen Projekt beschäftigen. Wir benutzen den Raum zum gemeinsamen Arbeiten und Austauschen, aber wenn der Vibe passt, kannst du dich auch gerne dazu setzen und nur Spiele zocken. + + ## Was kostet das? + + Die Teilnahme kostet nichts, aber wenn wir mal Essen bestellen oder beim Kiosk was holen wärs cool wenn du etwas dazu gibst. Eine kleine Spende an den Verein ist auch immer gerne gesehen. + + ## Wo schlafe ich? + + Falls du keine (bezahlbare, coole, sichere) Übernachtungsmöglichkeit finden kannst, dann rede mit uns. Wir kriegen garantiert einen Schlafplatz organisiert. + + ## Wo melde ich mich an? + + Schreib uns kurz eine Nachricht. Du kannst uns via [Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) und [Mastodon](https://mastodon.pub.solar/@crew) erreichen, oder schick uns eine Mail an [crew@pub.solar](mailto:crew@pub.solar). + + ## Und wann findet das statt? + + hakken.irl startet am letzten Freitag im Monat um 13:12 und geht bis Sonntag 16:20. + + Wir treffen uns alle drei Monate, üblicherweise im Januar, April, Juli und Oktober. diff --git a/de/index.yml b/de/index.yml new file mode 100644 index 0000000..1ecf1e0 --- /dev/null +++ b/de/index.yml @@ -0,0 +1,24 @@ +layout: layouts/homepage.tsx + +content: | + # Willkommen bei pub.solar + + We're a friendly community creating a digital corner pub. + + Our goal is to enable more people to use free software, have secure digital communications, and to take control over their private data. + + We host online services for you and all the people you love. We do this transparently and democratically. + + ***Fucking free*** + +links: + - href: ./services + title: Unsere Dienste + - href: https://auth.pub.solar/realms/pub.solar/account + title: Deine pub.solar ID + - href: ./hakken + title: hakken.irl + - href: ./about + title: Über uns + - href: ./privacy + title: Datenschutz diff --git a/de/maintenance.yml b/de/maintenance.yml new file mode 100644 index 0000000..0d35b8e --- /dev/null +++ b/de/maintenance.yml @@ -0,0 +1,16 @@ +layout: layouts/error.tsx + +title: Scheduled maintenance + +content: | + # Scheduled maintenance + + This service is currently undergoing scheduled maintenance. + + Sorry for the inconvenience :) + + Check our [status page](https://stats.uptimerobot.com/G28ByiBg8j) for more information. + + Love, + + the pub.solar crew diff --git a/de/privacy.yml b/de/privacy.yml new file mode 100644 index 0000000..5293596 --- /dev/null +++ b/de/privacy.yml @@ -0,0 +1,8 @@ +layout: layouts/default.tsx + +title: Privacy Policy + +content: | + **Es gibt momentan leider keine Deutsche Version unserer Datenschutzerklärung.** + + Falls Du unbedingt eine sehen willst, dann kontaktiere die Crew damit wir das Thema höher priorisieren können. diff --git a/deno.lock b/deno.lock index 073a9fc..4f93f3d 100644 --- a/deno.lock +++ b/deno.lock @@ -13,6 +13,7 @@ "npm:postcss-import@15.1.0": "npm:postcss-import@15.1.0_postcss@8.4.32", "npm:postcss-nesting@12.0.1": "npm:postcss-nesting@12.0.1_postcss@8.4.32_postcss-selector-parser@6.0.14", "npm:postcss@8.4.32": "npm:postcss@8.4.32", + "npm:react": "npm:react@18.2.0", "npm:react-dom@18.2.0": "npm:react-dom@18.2.0_react@18.2.0", "npm:react@18.2.0": "npm:react@18.2.0", "npm:sass@1.69.5": "npm:sass@1.69.5", @@ -477,6 +478,19 @@ } }, "remote": { + "https://deno.land/std@0.170.0/_util/asserts.ts": "d0844e9b62510f89ce1f9878b046f6a57bf88f208a10304aab50efcb48365272", + "https://deno.land/std@0.170.0/_util/os.ts": "8a33345f74990e627b9dfe2de9b040004b08ea5146c7c9e8fe9a29070d193934", + "https://deno.land/std@0.170.0/encoding/base64.ts": "8605e018e49211efc767686f6f687827d7f5fd5217163e981d8d693105640d7a", + "https://deno.land/std@0.170.0/fmt/colors.ts": "03ad95e543d2808bc43c17a3dd29d25b43d0f16287fe562a0be89bf632454a12", + "https://deno.land/std@0.170.0/path/_constants.ts": "df1db3ffa6dd6d1252cc9617e5d72165cd2483df90e93833e13580687b6083c3", + "https://deno.land/std@0.170.0/path/_interface.ts": "ee3b431a336b80cf445441109d089b70d87d5e248f4f90ff906820889ecf8d09", + "https://deno.land/std@0.170.0/path/_util.ts": "d16be2a16e1204b65f9d0dfc54a9bc472cafe5f4a190b3c8471ec2016ccd1677", + "https://deno.land/std@0.170.0/path/common.ts": "bee563630abd2d97f99d83c96c2fa0cca7cee103e8cb4e7699ec4d5db7bd2633", + "https://deno.land/std@0.170.0/path/glob.ts": "81cc6c72be002cd546c7a22d1f263f82f63f37fe0035d9726aa96fc8f6e4afa1", + "https://deno.land/std@0.170.0/path/mod.ts": "cf7cec7ac11b7048bb66af8ae03513e66595c279c65cfa12bfc07d9599608b78", + "https://deno.land/std@0.170.0/path/posix.ts": "b859684bc4d80edfd4cad0a82371b50c716330bed51143d6dcdbe59e6278b30c", + "https://deno.land/std@0.170.0/path/separator.ts": "fe1816cb765a8068afb3e8f13ad272351c85cbc739af56dacfc7d93d710fe0f9", + "https://deno.land/std@0.170.0/path/win32.ts": "7cebd2bda6657371adc00061a1d23fdd87bcdf64b4843bb148b0b24c11b40f69", "https://deno.land/std@0.205.0/assert/assert.ts": "9a97dad6d98c238938e7540736b826440ad8c1c1e54430ca4c4e623e585607ee", "https://deno.land/std@0.205.0/assert/assertion_error.ts": "4d0bde9b374dfbcbe8ac23f54f567b77024fb67dbb1906a852d67fe050d42f56", "https://deno.land/std@0.205.0/html/entities.ts": "43f208131bb847e6e222c9dd50322066491da93ed945a93d778923ef7e975398", @@ -729,6 +743,88 @@ "https://deno.land/std@0.208.0/yaml/schema/mod.ts": "4472e827bab5025e92bc2eb2eeefa70ecbefc64b2799b765c69af84822efef32", "https://deno.land/std@0.208.0/yaml/stringify.ts": "fffc09c65c68d3d63f8159e8cbaa3f489bc20a8e55b4fbb61a8c2e9f914d1d02", "https://deno.land/std@0.208.0/yaml/type.ts": "65553da3da3c029b6589c6e4903f0afbea6768be8fca61580711457151f2b30f", + "https://deno.land/x/cliffy@v0.25.7/_utils/distance.ts": "02af166952c7c358ac83beae397aa2fbca4ad630aecfcd38d92edb1ea429f004", + "https://deno.land/x/cliffy@v0.25.7/ansi/ansi.ts": "7f43d07d31dd7c24b721bb434c39cbb5132029fa4be3dd8938873065f65e5810", + "https://deno.land/x/cliffy@v0.25.7/ansi/ansi_escapes.ts": "885f61f343223f27b8ec69cc138a54bea30542924eacd0f290cd84edcf691387", + "https://deno.land/x/cliffy@v0.25.7/ansi/chain.ts": "31fb9fcbf72fed9f3eb9b9487270d2042ccd46a612d07dd5271b1a80ae2140a0", + "https://deno.land/x/cliffy@v0.25.7/ansi/colors.ts": "5f71993af5bd1aa0a795b15f41692d556d7c89584a601fed75997df844b832c9", + "https://deno.land/x/cliffy@v0.25.7/ansi/cursor_position.ts": "d537491e31d9c254b208277448eff92ff7f55978c4928dea363df92c0df0813f", + "https://deno.land/x/cliffy@v0.25.7/ansi/deps.ts": "0f35cb7e91868ce81561f6a77426ea8bc55dc15e13f84c7352f211023af79053", + "https://deno.land/x/cliffy@v0.25.7/ansi/mod.ts": "bb4e6588e6704949766205709463c8c33b30fec66c0b1846bc84a3db04a4e075", + "https://deno.land/x/cliffy@v0.25.7/ansi/tty.ts": "8fb064c17ead6cdf00c2d3bc87a9fd17b1167f2daa575c42b516f38bdb604673", + "https://deno.land/x/cliffy@v0.25.7/command/_errors.ts": "a9bd23dc816b32ec96c9b8f3057218241778d8c40333b43341138191450965e5", + "https://deno.land/x/cliffy@v0.25.7/command/_utils.ts": "9ab3d69fabab6c335b881b8a5229cbd5db0c68f630a1c307aff988b6396d9baf", + "https://deno.land/x/cliffy@v0.25.7/command/command.ts": "a2b83c612acd65c69116f70dec872f6da383699b83874b70fcf38cddf790443f", + "https://deno.land/x/cliffy@v0.25.7/command/completions/_bash_completions_generator.ts": "43b4abb543d4dc60233620d51e69d82d3b7c44e274e723681e0dce2a124f69f9", + "https://deno.land/x/cliffy@v0.25.7/command/completions/_fish_completions_generator.ts": "d0289985f5cf0bd288c05273bfa286b24c27feb40822eb7fd9d7fee64e6580e8", + "https://deno.land/x/cliffy@v0.25.7/command/completions/_zsh_completions_generator.ts": "14461eb274954fea4953ee75938821f721da7da607dc49bcc7db1e3f33a207bd", + "https://deno.land/x/cliffy@v0.25.7/command/completions/bash.ts": "053aa2006ec327ccecacb00ba28e5eb836300e5c1bec1b3cfaee9ddcf8189756", + "https://deno.land/x/cliffy@v0.25.7/command/completions/complete.ts": "58df61caa5e6220ff2768636a69337923ad9d4b8c1932aeb27165081c4d07d8b", + "https://deno.land/x/cliffy@v0.25.7/command/completions/fish.ts": "9938beaa6458c6cf9e2eeda46a09e8cd362d4f8c6c9efe87d3cd8ca7477402a5", + "https://deno.land/x/cliffy@v0.25.7/command/completions/mod.ts": "aeef7ec8e319bb157c39a4bab8030c9fe8fa327b4c1e94c9c1025077b45b40c0", + "https://deno.land/x/cliffy@v0.25.7/command/completions/zsh.ts": "8b04ab244a0b582f7927d405e17b38602428eeb347a9968a657e7ea9f40e721a", + "https://deno.land/x/cliffy@v0.25.7/command/deprecated.ts": "bbe6670f1d645b773d04b725b8b8e7814c862c9f1afba460c4d599ffe9d4983c", + "https://deno.land/x/cliffy@v0.25.7/command/deps.ts": "275b964ce173770bae65f6b8ebe9d2fd557dc10292cdd1ed3db1735f0d77fa1d", + "https://deno.land/x/cliffy@v0.25.7/command/help/_help_generator.ts": "f7c349cb2ddb737e70dc1f89bcb1943ca9017a53506be0d4138e0aadb9970a49", + "https://deno.land/x/cliffy@v0.25.7/command/help/mod.ts": "09d74d3eb42d21285407cda688074c29595d9c927b69aedf9d05ff3f215820d3", + "https://deno.land/x/cliffy@v0.25.7/command/mod.ts": "d0a32df6b14028e43bb2d41fa87d24bc00f9662a44e5a177b3db02f93e473209", + "https://deno.land/x/cliffy@v0.25.7/command/type.ts": "24e88e3085e1574662b856ccce70d589959648817135d4469fab67b9cce1b364", + "https://deno.land/x/cliffy@v0.25.7/command/types.ts": "ae02eec0ed7a769f7dba2dd5d3a931a61724b3021271b1b565cf189d9adfd4a0", + "https://deno.land/x/cliffy@v0.25.7/command/types/action_list.ts": "33c98d449617c7a563a535c9ceb3741bde9f6363353fd492f90a74570c611c27", + "https://deno.land/x/cliffy@v0.25.7/command/types/boolean.ts": "3879ec16092b4b5b1a0acb8675f8c9250c0b8a972e1e4c7adfba8335bd2263ed", + "https://deno.land/x/cliffy@v0.25.7/command/types/child_command.ts": "f1fca390c7fbfa7a713ca15ef55c2c7656bcbb394d50e8ef54085bdf6dc22559", + "https://deno.land/x/cliffy@v0.25.7/command/types/command.ts": "325d0382e383b725fd8d0ef34ebaeae082c5b76a1f6f2e843fee5dbb1a4fe3ac", + "https://deno.land/x/cliffy@v0.25.7/command/types/enum.ts": "2178345972adf7129a47e5f02856ca3e6852a91442a1c78307dffb8a6a3c6c9f", + "https://deno.land/x/cliffy@v0.25.7/command/types/file.ts": "8618f16ac9015c8589cbd946b3de1988cc4899b90ea251f3325c93c46745140e", + "https://deno.land/x/cliffy@v0.25.7/command/types/integer.ts": "29864725fd48738579d18123d7ee78fed37515e6dc62146c7544c98a82f1778d", + "https://deno.land/x/cliffy@v0.25.7/command/types/number.ts": "aeba96e6f470309317a16b308c82e0e4138a830ec79c9877e4622c682012bc1f", + "https://deno.land/x/cliffy@v0.25.7/command/types/string.ts": "e4dadb08a11795474871c7967beab954593813bb53d9f69ea5f9b734e43dc0e0", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/mod.ts": "17e2df3b620905583256684415e6c4a31e8de5c59066eb6d6c9c133919292dc4", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider.ts": "d6fb846043232cbd23c57d257100c7fc92274984d75a5fead0f3e4266dc76ab8", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/deno_land.ts": "24f8d82e38c51e09be989f30f8ad21f9dd41ac1bb1973b443a13883e8ba06d6d", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/github.ts": "99e1b133dd446c6aa79f69e69c46eb8bc1c968dd331c2a7d4064514a317c7b59", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/nest_land.ts": "0e07936cea04fa41ac9297f32d87f39152ea873970c54cb5b4934b12fee1885e", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/upgrade_command.ts": "3640a287d914190241ea1e636774b1b4b0e1828fa75119971dd5304784061e05", + "https://deno.land/x/cliffy@v0.25.7/flags/_errors.ts": "f1fbb6bfa009e7950508c9d491cfb4a5551027d9f453389606adb3f2327d048f", + "https://deno.land/x/cliffy@v0.25.7/flags/_utils.ts": "340d3ecab43cde9489187e1f176504d2c58485df6652d1cdd907c0e9c3ce4cc2", + "https://deno.land/x/cliffy@v0.25.7/flags/_validate_flags.ts": "16eb5837986c6f6f7620817820161a78d66ce92d690e3697068726bbef067452", + "https://deno.land/x/cliffy@v0.25.7/flags/deprecated.ts": "a72a35de3cc7314e5ebea605ca23d08385b218ef171c32a3f135fb4318b08126", + "https://deno.land/x/cliffy@v0.25.7/flags/flags.ts": "68a9dfcacc4983a84c07ba19b66e5e9fccd04389fad215210c60fb414cc62576", + "https://deno.land/x/cliffy@v0.25.7/flags/mod.ts": "b21c2c135cd2437cc16245c5f168a626091631d6d4907ad10db61c96c93bdb25", + "https://deno.land/x/cliffy@v0.25.7/flags/types.ts": "7452ea5296758fb7af89930349ce40d8eb9a43b24b3f5759283e1cb5113075fd", + "https://deno.land/x/cliffy@v0.25.7/flags/types/boolean.ts": "4c026dd66ec9c5436860dc6d0241427bdb8d8e07337ad71b33c08193428a2236", + "https://deno.land/x/cliffy@v0.25.7/flags/types/integer.ts": "b60d4d590f309ddddf066782d43e4dc3799f0e7d08e5ede7dc62a5ee94b9a6d9", + "https://deno.land/x/cliffy@v0.25.7/flags/types/number.ts": "610936e2d29de7c8c304b65489a75ebae17b005c6122c24e791fbed12444d51e", + "https://deno.land/x/cliffy@v0.25.7/flags/types/string.ts": "e89b6a5ce322f65a894edecdc48b44956ec246a1d881f03e97bbda90dd8638c5", + "https://deno.land/x/cliffy@v0.25.7/keycode/key_code.ts": "c4ab0ffd102c2534962b765ded6d8d254631821bf568143d9352c1cdcf7a24be", + "https://deno.land/x/cliffy@v0.25.7/keycode/key_codes.ts": "917f0a2da0dbace08cf29bcfdaaa2257da9fe7e705fff8867d86ed69dfb08cfe", + "https://deno.land/x/cliffy@v0.25.7/keycode/mod.ts": "292d2f295316c6e0da6955042a7b31ab2968ff09f2300541d00f05ed6c2aa2d4", + "https://deno.land/x/cliffy@v0.25.7/mod.ts": "e3515ccf6bd4e4ac89322034e07e2332ed71901e4467ee5bc9d72851893e167b", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_input.ts": "737cff2de02c8ce35250f5dd79c67b5fc176423191a2abd1f471a90dd725659e", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_list.ts": "79b301bf09eb19f0d070d897f613f78d4e9f93100d7e9a26349ef0bfaa7408d2", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_prompt.ts": "8630ce89a66d83e695922df41721cada52900b515385d86def597dea35971bb2", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_suggestions.ts": "2a8b619f91e8f9a270811eff557f10f1343a444a527b5fc22c94de832939920c", + "https://deno.land/x/cliffy@v0.25.7/prompt/_utils.ts": "676cca30762656ed1a9bcb21a7254244278a23ffc591750e98a501644b6d2df3", + "https://deno.land/x/cliffy@v0.25.7/prompt/checkbox.ts": "e5a5a9adbb86835dffa2afbd23c6f7a8fe25a9d166485388ef25aba5dc3fbf9e", + "https://deno.land/x/cliffy@v0.25.7/prompt/confirm.ts": "94c8e55de3bbcd53732804420935c432eab29945497d1c47c357d236a89cb5f6", + "https://deno.land/x/cliffy@v0.25.7/prompt/deps.ts": "4c38ab18e55a792c9a136c1c29b2b6e21ea4820c45de7ef4cf517ce94012c57d", + "https://deno.land/x/cliffy@v0.25.7/prompt/figures.ts": "26af0fbfe21497220e4b887bb550fab997498cde14703b98e78faf370fbb4b94", + "https://deno.land/x/cliffy@v0.25.7/prompt/input.ts": "ee45532e0a30c2463e436e08ae291d79d1c2c40872e17364c96d2b97c279bf4d", + "https://deno.land/x/cliffy@v0.25.7/prompt/list.ts": "6780427ff2a932a48c9b882d173c64802081d6cdce9ff618d66ba6504b6abc50", + "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts": "195aed14d10d279914eaa28c696dec404d576ca424c097a5bc2b4a7a13b66c89", + "https://deno.land/x/cliffy@v0.25.7/prompt/number.ts": "015305a76b50138234dde4fd50eb886c6c7c0baa1b314caf811484644acdc2cf", + "https://deno.land/x/cliffy@v0.25.7/prompt/prompt.ts": "0e7f6a1d43475ee33fb25f7d50749b2f07fc0bcddd9579f3f9af12d05b4a4412", + "https://deno.land/x/cliffy@v0.25.7/prompt/secret.ts": "58745f5231fb2c44294c4acf2511f8c5bfddfa1e12f259580ff90dedea2703d6", + "https://deno.land/x/cliffy@v0.25.7/prompt/select.ts": "1e982eae85718e4e15a3ee10a5ae2233e532d7977d55888f3a309e8e3982b784", + "https://deno.land/x/cliffy@v0.25.7/prompt/toggle.ts": "842c3754a40732f2e80bcd4670098713e402e64bd930e6cab2b787f7ad4d931a", + "https://deno.land/x/cliffy@v0.25.7/table/border.ts": "2514abae4e4f51eda60a5f8c927ba24efd464a590027e900926b38f68e01253c", + "https://deno.land/x/cliffy@v0.25.7/table/cell.ts": "1d787d8006ac8302020d18ec39f8d7f1113612c20801b973e3839de9c3f8b7b3", + "https://deno.land/x/cliffy@v0.25.7/table/deps.ts": "5b05fa56c1a5e2af34f2103fd199e5f87f0507549963019563eae519271819d2", + "https://deno.land/x/cliffy@v0.25.7/table/layout.ts": "46bf10ae5430cf4fbb92f23d588230e9c6336edbdb154e5c9581290562b169f4", + "https://deno.land/x/cliffy@v0.25.7/table/mod.ts": "e74f69f38810ee6139a71132783765feb94436a6619c07474ada45b465189834", + "https://deno.land/x/cliffy@v0.25.7/table/row.ts": "5f519ba7488d2ef76cbbf50527f10f7957bfd668ce5b9169abbc44ec88302645", + "https://deno.land/x/cliffy@v0.25.7/table/table.ts": "ec204c9d08bb3ff1939c5ac7412a4c9ed7d00925d4fc92aff9bfe07bd269258d", + "https://deno.land/x/cliffy@v0.25.7/table/utils.ts": "187bb7dcbcfb16199a5d906113f584740901dfca1007400cba0df7dcd341bc29", "https://deno.land/x/deno_dom@v0.1.43/build/deno-wasm/deno-wasm.js": "d6841a06342eb6a2798ef28de79ad69c0f2fa349fa04d3ca45e5fcfbf50a9340", "https://deno.land/x/deno_dom@v0.1.43/deno-dom-wasm.ts": "a33d160421bbb6e3104285ea5ebf33352b7ad50d82ea8765e3cf65f972b25119", "https://deno.land/x/deno_dom@v0.1.43/src/api.ts": "0ff5790f0a3eeecb4e00b7d8fbfa319b165962cf6d0182a65ba90f158d74f7d7", @@ -751,6 +847,11 @@ "https://deno.land/x/deno_dom@v0.1.43/src/dom/utils-types.ts": "96db30e3e4a75b194201bb9fa30988215da7f91b380fca6a5143e51ece2a8436", "https://deno.land/x/deno_dom@v0.1.43/src/dom/utils.ts": "4c6206516fb8f61f37a209c829e812c4f5a183e46d082934dd14c91bde939263", "https://deno.land/x/deno_dom@v0.1.43/src/parser.ts": "e06b2300d693e6ae7564e53dfa5c9a9e97fdb8c044c39c52c8b93b5d60860be3", + "https://deno.land/x/lume@v2.0.1/cli.ts": "ec79a3b06406f163de3c9228ffa3ab2381409fd3441056d7d67093a3259f477c", + "https://deno.land/x/lume@v2.0.1/cli/build.ts": "9fe29016681d4cb486a4899785d555e936717485fb4ecd119ee9f06cd784315a", + "https://deno.land/x/lume@v2.0.1/cli/create.ts": "d045fa2aba880adb4653f8d5ffc70eb89b21df57cb5dd6ec78208f31b99690cb", + "https://deno.land/x/lume@v2.0.1/cli/run.ts": "7f602b21244dbc698159e925a547b30edbbb89579d7fd27e94e2cbaf1acea7bf", + "https://deno.land/x/lume@v2.0.1/cli/upgrade.ts": "2c04a0129501f344d14597b9e0eb426d04f3e48e6093251025ed3c0704b5560e", "https://deno.land/x/lume@v2.0.1/core/component_loader.ts": "da80bf80a168d0b91b59eb3449fbf62627d8bf67879df34e71970616d47ce2ec", "https://deno.land/x/lume@v2.0.1/core/data_loader.ts": "8698a9e9b1aac27147dc835ba89a0e30828c81338eceae86630607d78f146215", "https://deno.land/x/lume@v2.0.1/core/events.ts": "f02a60b815325093b650bcf4104d023a079b990dfa29b103f2cf2062b3ffc1ce", @@ -773,20 +874,25 @@ "https://deno.land/x/lume@v2.0.1/core/source.ts": "5552c89cadebaff338aaae0e71cc80c4dfd4801eed65edfa1134d5c2fa7658b5", "https://deno.land/x/lume@v2.0.1/core/utils/concurrent.ts": "cb0775b3d95f3faa356aa3a3e489dccef8807ed93cc4f84fcf5bc81e87c29504", "https://deno.land/x/lume@v2.0.1/core/utils/date.ts": "9fde280ed704e4f66f590b43d5318a15b04900a93fc030dd8c27227ef8c4795f", + "https://deno.land/x/lume@v2.0.1/core/utils/deno_config.ts": "d95f685d42627d386cb72c7026e22a309891d5515933c8ab7e0f8151d471867f", "https://deno.land/x/lume@v2.0.1/core/utils/digest.ts": "445b387983391af73269686292a65bb677119a25a327776885ff1242a9397ad8", "https://deno.land/x/lume@v2.0.1/core/utils/dom.ts": "d406fb5c48ceb012286d0aff66ef635261eda666de2ce07538c0cf9366b8fecd", "https://deno.land/x/lume@v2.0.1/core/utils/env.ts": "ed12a51148a6cfdc27f14de6ae014825b689ee601067d165dd7613661c479da1", "https://deno.land/x/lume@v2.0.1/core/utils/generator.ts": "1e664e9fd4c469e38a0acf5c94fd49dac4f38cb6334563ea4b7fc498b5958877", "https://deno.land/x/lume@v2.0.1/core/utils/log.ts": "78894770d968e9a50a0c767fcc8cfa409825c9514c1bc9f6be17b88a54066844", + "https://deno.land/x/lume@v2.0.1/core/utils/lume_config.ts": "256cd1a6636f542f27407599471453c369b241b81cf118ecb20cb853d4d1e571", + "https://deno.land/x/lume@v2.0.1/core/utils/lume_version.ts": "368d68675cb5d3ed3b03461ac2f86d5c0fe25b2f194531216c4308b3376f49ce", "https://deno.land/x/lume@v2.0.1/core/utils/merge_data.ts": "f4771c4f027b17487bf9a33bc2b04701a97f0578fd4a7feb31809cc119e5ee63", "https://deno.land/x/lume@v2.0.1/core/utils/object.ts": "e00ee6e91264064772c87e69e128a09ba0e30c2c41be4a5302881f59f456fc31", "https://deno.land/x/lume@v2.0.1/core/utils/page_date.ts": "096b21d1832c74bc338c8d8d8762f1f5106259b73e6b2caa72fb50986d4f1f5b", "https://deno.land/x/lume@v2.0.1/core/utils/page_url.ts": "fbfcb121c3c0b8b84760ff678c85b9fa7bb66b3ed6db4fa294cab44699e6eb3f", "https://deno.land/x/lume@v2.0.1/core/utils/path.ts": "f3286c4e38149e0fccdb59fab17dbcd8b82fb8f4928fd2fce6306e0d11d0f69b", "https://deno.land/x/lume@v2.0.1/core/utils/read.ts": "5655deaf6bea0b106f0c00dbbbc263076d138342d9500b5fabd8cb2470273661", + "https://deno.land/x/lume@v2.0.1/core/watcher.ts": "2487018b7b860fec08194b6b46ca3793852e2bf72ac9479ef513624b085becdc", "https://deno.land/x/lume@v2.0.1/core/writer.ts": "6438885b10c87123dab035615be660a012a52b3b4d960d02945c61acc530815f", "https://deno.land/x/lume@v2.0.1/deps/base64.ts": "79f5ad1f936fc1a8c1920a331c537ff97834189b1ca7567d034428317b2df8fc", "https://deno.land/x/lume@v2.0.1/deps/cli.ts": "5052ef3d362aba1c75364ca19666ace6e4b3b8c579cd01cabe3ff87c3a18fe08", + "https://deno.land/x/lume@v2.0.1/deps/cliffy.ts": "faff0c2ca187ec9fd1ad8660141f85b9d05b5c36bab25b40eb5038c02590a310", "https://deno.land/x/lume@v2.0.1/deps/colors.ts": "d11e05704e4cba01c1a4981ac22abc82b1e7511e9d5acee04450f4fef8fcf56a", "https://deno.land/x/lume@v2.0.1/deps/crypto.ts": "d87da1ede845c120cbec683094645dc50c67eeaf9e4b052350c2d36734bf94a4", "https://deno.land/x/lume@v2.0.1/deps/date.ts": "a9320999733700f106ddffa9b457e38e879cc86acfcd51a3d9bd2c6d847aef45", @@ -807,6 +913,11 @@ "https://deno.land/x/lume@v2.0.1/deps/toml.ts": "ffae452ae0d847d98efac4a45867819330d4ecf6391ea9228654bbc2bacb4e12", "https://deno.land/x/lume@v2.0.1/deps/vento.ts": "3b8cfc5199064def632e20afe210cd523097038a0adaf5424f53dc8dc64f927b", "https://deno.land/x/lume@v2.0.1/deps/yaml.ts": "9eb7cdd4e98ae93f6d1a14ca5a634e42c105e7446c17c686dff0aa405d0205a3", + "https://deno.land/x/lume@v2.0.1/middlewares/logger.ts": "def186719dc34e92a553c51bfb8dbe55dbbce34428b8fc38b00702b51722e094", + "https://deno.land/x/lume@v2.0.1/middlewares/no_cache.ts": "c576ae2323c8b5657681721377c806672d5e1811d8cf35fba5efebc2645b37ae", + "https://deno.land/x/lume@v2.0.1/middlewares/not_found.ts": "0fcd2da81a9573faf3f6f650f8e126ab5600bf0dd0b49b211303274b5d9afa4e", + "https://deno.land/x/lume@v2.0.1/middlewares/reload.ts": "c9999bdd52e18e85a1634659506542ce0e942cc91b69e3fc9887cabf23ca4592", + "https://deno.land/x/lume@v2.0.1/middlewares/reload_client.js": "34d75e01503fae8180796de882af42b1125fac88f22a010a99d5548de1ba7d72", "https://deno.land/x/lume@v2.0.1/mod.ts": "a07ffb98ba25639ed5909590fcb8f649f287207a7258e255a057a8e757d66e1c", "https://deno.land/x/lume@v2.0.1/plugins/date.ts": "4e4d58340b5fb56e14aa2cdead1c49e7c14bd8cb35cbbfe778dd9381cc5e614c", "https://deno.land/x/lume@v2.0.1/plugins/json.ts": "f6429bbd865e3666ef3385fd205fcc92df02ca2c0f74f20baa5c0798a81e1642", @@ -839,6 +950,41 @@ "https://deno.land/x/vento@v0.9.1/plugins/unescape.ts": "946512835a409815d6ad98ac4529440e9a368f42ca499791d0f25ee0ecc4c4d6", "https://deno.land/x/vento@v0.9.1/src/environment.ts": "9c28fbf05176297adb93fc688711125b295c69089554d4211cd38a5b04028ec5", "https://deno.land/x/vento@v0.9.1/src/loader.ts": "eb01b0dca7ea8bcdcdfd30b1f90f2fad28fb7f2cfd943900322a85bfaa86130c", - "https://deno.land/x/vento@v0.9.1/src/tokenizer.ts": "e9918ac58f941e048fe08cea10e65fb6e19c00fe7ed31fb050663445f11c6e9d" + "https://deno.land/x/vento@v0.9.1/src/tokenizer.ts": "e9918ac58f941e048fe08cea10e65fb6e19c00fe7ed31fb050663445f11c6e9d", + "https://jspm.dev/markdown-it": "1d5c9ce12e0cfd34a75dd1cb6419d93ee9b83c55a0a89dec6bfc32e8282cfac1", + "https://jspm.dev/npm:@jspm/core@2.0.1/_/0545670c.js": "468e254a0e5f7801333f217fcee046141186bd0a960018c893d73910bd754b71", + "https://jspm.dev/npm:@jspm/core@2.0.1/nodelibs/punycode": "de15b3b865f8196f62e2100731590c1d499cfffedef3d682861aff306b1f69dc", + "https://jspm.dev/npm:@jspm/core@2/nodelibs/punycode": "0ef16b3299b3928a3b26b7152c99a2bfa6a024189c9c62b769a81b7c931b25e0", + "https://jspm.dev/npm:entities@3.0.1/lib/maps/entities.json!cjs": "cc32e6ad7900d4f2b2f03a2ba983cec31e2a52f7cccac04ddb11e014b75a5842", + "https://jspm.dev/npm:entities@3.0/lib/maps/entities.json!cjs": "808f033fa7e69a2c341b3273d6ec8b5b794a6580ff0567d67d28d61878160c31", + "https://jspm.dev/npm:linkify-it@4!cjs": "2ba478ff45c86cc57f608274348cdd0ddf2e3107c6d28398e94f8b438fa47b47", + "https://jspm.dev/npm:linkify-it@4.0.1!cjs": "4260b67db5f69f3f5f4cdc6fe3c9ffc488bda8cf76637b54e1cec274f1e875b2", + "https://jspm.dev/npm:markdown-it@13.0.2/_/35775827.js": "6a2394e7354e721d4fbdb85c531ea13a2fd8ae64632dd9cd7450e2a57f11e99c", + "https://jspm.dev/npm:markdown-it@13.0.2/lib!cjs": "14748c62ae77d7f689ea0d75ce379208bc27ff8cade6fa432cb37d5af01543da", + "https://jspm.dev/npm:markdown-it@13.0.2/lib/common/html_blocks!cjs": "443cd7d049a4c203c248677bc531d57ac480ed1f93d5a6e8beec06aa6675be01", + "https://jspm.dev/npm:markdown-it@13.0.2/lib/common/html_re!cjs": "48be2ebb1ac4931bc55ce72a150ac89daa65f0f2c9ee3136d88c7db220299a5c", + "https://jspm.dev/npm:markdown-it@13.0.2/lib/helpers/parse_link_destination!cjs": "4215da80cb023b8692b1b5ade590c6cbca83f53f8ebb3fcea2f381c962513380", + "https://jspm.dev/npm:markdown-it@13.0.2/lib/helpers/parse_link_label!cjs": "ead57d79b4f00f26d52335a9c7ee6c0d29b01d3ebc9dcd2370018764ec1c0d48", + "https://jspm.dev/npm:markdown-it@13.0.2/lib/helpers/parse_link_title!cjs": "ef3940d544f5a012e910cf87c6b6d2c54f94aaf3188be63dda5cbb38d12a403e", + "https://jspm.dev/npm:markdown-it@13.0.2/lib/presets/default!cjs": "c966e45f82f0899af39042bef29266767faf7a1412cc4397e33f5eb4783c8683", + "https://jspm.dev/npm:markdown-it@13.0.2/lib/renderer!cjs": "bc8dde16ec8eef63c8324ea630ac2b5f4f42360e488e31c78d968bbba6406f8c", + "https://jspm.dev/npm:markdown-it@13.0.2/lib/rules_inline/state_inline!cjs": "f4159a954ad300557c52262b82ba24aa3673727150b0713fbbd946c6e6e8b7b1", + "https://jspm.dev/npm:markdown-it@13.0.2/lib/token!cjs": "457b480cb3600e6bd53c0bd68728bfa510ba58d99ccee895fa0d522994ab41bf", + "https://jspm.dev/npm:mdurl@1!cjs": "79d7e9befa635671886e663b8a295f79032a89da9c39a595b065cf36e953e6d4", + "https://jspm.dev/npm:mdurl@1.0.1!cjs": "7b55713117a89c7777130898abe12354d1e57a50cf5c3f704e21f493736e1b07", + "https://jspm.dev/npm:mdurl@1.0.1/decode!cjs": "c0d3880b8ad68820cc1eb74c438b2298df17d502f23906c90dd41658fbcd7659", + "https://jspm.dev/npm:mdurl@1.0.1/encode!cjs": "5f726382c9e0abacaf6a66f1a279ffb4285a9eda19094a62ff4b54925c381e32", + "https://jspm.dev/npm:mdurl@1.0.1/parse!cjs": "4d42ccc1191b4f78fafca4a37cffe01b9e49bf63e912f303b1133319d6a02fe4", + "https://jspm.dev/npm:uc.micro@1!cjs": "d1f95936ac3ec842fc714b183b9b48d947254e1444346b1cc47ddd9b52e16537", + "https://jspm.dev/npm:uc.micro@1.0.6!cjs": "7a8e688a06110b5b776dbfb75668c9ad541b15c45ca0f48980f99b0039fa6a92", + "https://jspm.dev/npm:uc.micro@1.0.6/categories/Cc/regex!cjs": "5d38e85df8a965f04ad3200f082741d0d946ec6006779c0b34be89b035dc742c", + "https://jspm.dev/npm:uc.micro@1.0.6/categories/Cf/regex!cjs": "3559322645cd5498059936ab622bfec1ad526340cae70f0b81c3a515335fc8f9", + "https://jspm.dev/npm:uc.micro@1.0.6/categories/P/regex!cjs": "1aa197d899ed79eba5d13ad6d5e3d71f5eb78d0af8527a3c16b771db382bd65d", + "https://jspm.dev/npm:uc.micro@1.0.6/categories/Z/regex!cjs": "8cd611ab13531ef42f483b7de5d3f920f2cd59e6f81d5784f8fe01062f2243e6", + "https://jspm.dev/npm:uc.micro@1.0.6/properties/Any/regex!cjs": "563fc432c9071c3902dc1ec804bcf82e21b0753b951b97c45cb28b469036277b", + "https://jspm.dev/npm:uc.micro@1/categories/Cc/regex!cjs": "82e4c2b20918b32106a354344c1c906e78a8834011dc2f0164fb2046ab5f25e9", + "https://jspm.dev/npm:uc.micro@1/categories/P/regex!cjs": "847ab064f5ba7659453a219c69d53973831cd2ae0027c533ee887ec14b4395dc", + "https://jspm.dev/npm:uc.micro@1/categories/Z/regex!cjs": "c65ea2fc5ad9aeef6a8dabdd0d174b83b439938059fa4b64cb3c09b837254fdd", + "https://jspm.dev/npm:uc.micro@1/properties/Any/regex!cjs": "e1656c86b86e5d59376e1b7305675171d4b69296afd6a685d9476a87534e1f9b" } } diff --git a/flake.lock b/flake.lock index b917483..4d1f42d 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1701473968, - "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", + "lastModified": 1709336216, + "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", + "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1703438236, - "narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=", + "lastModified": 1709479366, + "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b", + "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", "type": "github" }, "original": { @@ -37,11 +37,11 @@ "nixpkgs-lib": { "locked": { "dir": "lib", - "lastModified": 1701253981, - "narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", + "lastModified": 1709237383, + "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", + "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 93306af..7794440 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "devs & ops environment for nix'ing with triton"; + description = "pub.solar website"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; diff --git a/hakken.yml b/hakken.yml index 0a3deff..4e93cb3 100644 --- a/hakken.yml +++ b/hakken.yml @@ -3,93 +3,45 @@ layout: layouts/default.tsx title: hakken.irl showHakkenDates: true -content: - en: | - # hakken.irl +content: | + # You're invited! - You're invited! + We meet (almost) every three months for hakken.irl, a small three-day (Friday to Sunday) hackathon that's just about having fun and nerding around. - We meet (almost) every three months for hakken.irl, a small three-day (Friday to Sunday) hackathon that's just about having fun and nerding around. + ## What will we be doing? - ## What will we be doing? + There is only one set agenda point: riding with Critical Mass. In general, we'll be hakking on pub.solar related stuff like [our Infrastructure](https://git.pub.solar/pub-solar/infra "pub.solar infra repo"). - There is only one set agenda point: riding with Critical Mass. In general, we'll be hakking on pub.solar related stuff like [our Infrastructure](https://git.pub.solar/pub-solar/infra "pub.solar infra repo"). + Examples include: - Examples include: + * [updating the pub.solar infrastructure servers to NixOS 23.11](https://git.pub.solar/pub-solar/infra/pulls/74), + * [migrating our website to a new server](https://git.pub.solar/pub-solar/infra/pulls/20), + * [defining the default directory contents for new Nextcloud users](https://git.pub.solar/pub-solar/infra/pulls/73), + * [configuring nginx to serve Matrix vhosts](https://git.pub.solar/pub-solar/infra/pulls/33), + * creating digital animations, + * touching up photographs and making music, + * playing Wizard, cards and board games, + * cooking, ordering, and eating together, + * and making fun of neoliberals. - * [updating the pub.solar infrastructure servers to NixOS 23.11](https://git.pub.solar/pub-solar/infra/pulls/74), - * [migrating our website to a new server](https://git.pub.solar/pub-solar/infra/pulls/20), - * [defining the default directory contents for new Nextcloud users](https://git.pub.solar/pub-solar/infra/pulls/73), - * [configuring nginx to serve Matrix vhosts](https://git.pub.solar/pub-solar/infra/pulls/33), - * creating digital animations, - * touching up photographs and making music, - * playing Wizard, cards and board games, - * cooking, ordering, and eating together, - * and making fun of neoliberals. + ## So is it just for über-nerds? - ## So is it just for über-nerds? + It's pretty nerdy over all, and you should definitely bring your laptop. However we don't really care what you do while you're with us. It's good if you can also entertain yourself with a project. We use the space to work together and connect, but if we vibe you can also just sit with us and play games all day. - It's pretty nerdy over all, and you should definitely bring your laptop. However we don't really care what you do while you're with us. It's good if you can also entertain yourself with a project. We use the space to work together and connect, but if we vibe you can also just sit with us and play games all day. + ## What do I have to pay? - ## What do I have to pay? + It's free, but if we order food or get some stuff at a kiosk it'd be cool if you chip in. A small donation to the association is also always welcome. - It's free, but if we order food or get some stuff at a kiosk it'd be cool if you chip in. A small donation to the association is also always welcome. + ## Where do I sleep? - ## Where do I sleep? + If you cannot find an (affordable, cool, safe) place to stay, then talk to us. We'll surely be able to set you up with a place to stay somewhere. - If you cannot find an (affordable, cool, safe) place to stay, then talk to us. We'll surely be able to set you up with a place to stay somewhere. + ## Where do I sign up? - ## Where do I sign up? + Write us a short message. You can reach us via [Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) and [Mastodon](https://mastodon.pub.solar/@crew), or send a mail to [crew@pub.solar](mailto:crew@pub.solar). - Write us a short message. You can reach us via [Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) and [Mastodon](https://mastodon.pub.solar/@crew), or send a mail to [crew@pub.solar](mailto:crew@pub.solar). + ## When will this happen? - ## When will this happen? + hakken.irl starts on the last Friday of the month at 13:12 and ends on Sunday 16:20. - hakken.irl starts on the last Friday of the month at 13:12 and ends on Sunday 16:20. - - We're meeting up every three months, typically in January, April, July and October. - - de: | - # hakken.irl - - Du bist eingeladen! - - Wir treffen uns (fast) alle drei Monate zum hakken.irl, ein kleiner 3-Tägiger (Freitag bis Sonntag) Hackathon bei dem es nur darum geht Spaß zu haben und abzunerden. - - ## Was machen wir denn so? - - Es gibt nur einen festen Programmpunkt: bei der Critical Mass mitradeln. Tendenziell hakken wir danach an pub.solar Sachen, wie [unserer Infrastruktur](https://git.pub.solar/pub-solar/infra "pub.solar infra repo"). - - Ein paar Beispiele: - - * [die Infrastruktur auf NixOS 23.11 aktualisieren](https://git.pub.solar/pub-solar/infra/pulls/74), - * [unsere Website auf einen neuen Server migrieren](https://git.pub.solar/pub-solar/infra/pulls/20), - * [die Standardinhalte des Nextcloud Verzeichnis für neue User definieren](https://git.pub.solar/pub-solar/infra/pulls/73), - * [Matrix vhosts in nginx konfigurieren](https://git.pub.solar/pub-solar/infra/pulls/33), - * digitale Animationen kreieren, - * Fotos bearbeiten und Musik machen, - * Wizard, Karten, und Brettspiele zocken, - * kochen, bestellen, und gemeinsam essen, - * und über die FDP herziehen. - - ## Ist das also nur für über-nerds? - - Es geht schon ziemlich nerdy zu, und du solltest auf jeden Fall deinen Laptop dabei haben. Allerdings ist es uns eigentlich egal, wie du deine Zeit verbringst. Im besten Falle kannst du dich auch allein mit einem eigenen Projekt beschäftigen. Wir benutzen den Raum zum gemeinsamen Arbeiten und Austauschen, aber wenn der Vibe passt, kannst du dich auch gerne dazu setzen und nur Spiele zocken. - - ## Was kostet das? - - Die Teilnahme kostet nichts, aber wenn wir mal Essen bestellen oder beim Kiosk was holen wärs cool wenn du etwas dazu gibst. Eine kleine Spende an den Verein ist auch immer gerne gesehen. - - ## Wo schlafe ich? - - Falls du keine (bezahlbare, coole, sichere) Übernachtungsmöglichkeit finden kannst, dann rede mit uns. Wir kriegen garantiert einen Schlafplatz organisiert. - - ## Wo melde ich mich an? - - Schreib uns kurz eine Nachricht. Du kannst uns via [Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) und [Mastodon](https://mastodon.pub.solar/@crew) erreichen, oder schick uns eine Mail an [crew@pub.solar](mailto:crew@pub.solar). - - ## Und wann findet das statt? - - hakken.irl startet am letzten Freitag im Monat um 13:12 und geht bis Sonntag 16:20. - - Wir treffen uns alle drei Monate, üblicherweise im Januar, April, Juli und Oktober. + We're meeting up every three months, typically in January, April, July and October. diff --git a/index.yml b/index.yml index d0bcbba..898ca2b 100644 --- a/index.yml +++ b/index.yml @@ -1,26 +1,24 @@ layout: layouts/homepage.tsx +content: | + # Welcome to pub.solar + + We're a friendly community creating a digital corner pub. + + Our goal is to enable more people to use free software, have secure digital communications, and to take control over their private data. + + We host online services for you and all the people you love. We do this transparently and democratically. + + ***Fucking free*** + links: - - href: https://en.wikipedia.org/wiki/Free_software - title: Fucking Free - openInNewTab: true - - href: ./about - title: About us + - href: ./services + title: Our services - href: https://auth.pub.solar/realms/pub.solar/account title: Your pub.solar ID - - href: https://cloud.pub.solar/ - title: Nextcloud - openInNewTab: true - - href: https://chat.pub.solar/ - title: Matrix - openInNewTab: true - - href: https://mastodon.pub.solar/ - title: Mastodon - openInNewTab: true - - href: https://git.pub.solar/ - title: Git - openInNewTab: true - href: ./hakken title: hakken.irl + - href: ./about + title: About us - href: ./privacy title: Privacy policy diff --git a/privacy.yml b/privacy.yml index 915204c..5ebc63d 100644 --- a/privacy.yml +++ b/privacy.yml @@ -2,135 +2,129 @@ layout: layouts/default.tsx title: Privacy Policy -content: - en: | - # Privacy Policy - - Information on data privacy and protection for the services operated by pub.solar n.e.V. as required by article 13 DSGVO. - - ## Services - - We run multiple public services: - - * our Matrix service, consisting of the "Homeserver"; `https://matrix.pub.solar`, as well as the web-based Element-Messenger ([chat.pub.solar](https://chat.pub.solar/)), - * our Nextcloud service at `https://cloud.pub.solar`, - * our Mastodon service at `https://mastodon.pub.solar`. - * our Gitea service at `https://git.pub.solar`. - * our Keycloak authentication service at `https://auth.pub.solar`. - - ## Responsible for operating the service - - **pub.solar n.e.V.** - Benjamin Bädorf, Jhonas Wernery, Hendrik Sokolowki - c/o MiOM 202 - Wilhelm-Mauser-Straße 47 Halle 5, - D-50827 Köln - [crew@pub.solar](mailto:crew@pub.solar) - - ## Contact for data protection issues - - If you have any questions regarding data protection, please contact us at [crew@pub.solar](mailto:crew@pub.solar) or at the postal address given above. - - ## What is the purpose of the data processing? - - "Matrix" is an open, decentralized communication service for real-time communication. It enables members of pub.solar n.e.V., as well as other interested parties, to communicate with other users of this server as well as other Matrix users of federated Matrix servers via chat and audio/video telephony by means of a Matrix account. - - ## What personal data is processed? - - If a user chooses to use any of the services provided by us, the following data will be required and therefore collected by pub.solar in the authentication service: - - A valid email address: required for account creation. This email address is deleted from our database after the account has been approved/denied, unless the user chooses during the registration process, to keep it for password reset process. - - An username and a password: required to identify the account holder and provide the services offered by pub.solar. - - Necessary information related to the operation and functioning of the services which may include, for example, IP address, User Agent, etc. More detailed information about this and how we handle it can be found in the Privacy notices per service. - - When a user makes an online donation to pub.solar, we collect personal data such as, but not limited to, username (if any), country (in case of extra storage request for tax purposes), transaction IDs or bank account/reference. The purpose for which we use this data is merely administrative (verification of regular donations, accounting management) and is maintained under the same security measures described in the "How do we store your data?" section. Since all the data we collect is previously processed by a third-party payment processor such as PayPal, Patreon or Liberapay, by using these or similar services, their use of your information is based on their terms of service and policies, not ours, so we encourage you to review those policies carefully. - - Any additional information that the user chooses to supply while using the services provided by us (whether it is chats, posts, emails, etc.). This additional information is optional and with the user's consent. - - ## How long will the personal data be stored? - - The personal data will be deleted from our server after 15 months of inactivity. The deletion requests are forwarded to the federated servers. However, we have no influence on their execution. - - ## Where is the personal data stored? - - We run our all of our services on servers of the company [Greenbaum Cloud](https://greenbaum.cloud/). - - ## Data subject rights - - When we process personal data about you, you have the following rights: - - * right of access to the data processed and right to obtain a copy of it, - * right of rectification if we process incorrect data about you, - * right to deletion, unless exceptions apply as to why we are still storing the data, for example, retention obligations or limitation periods - * right to restriction of processing, - * right to withdraw consent to data processing at any time, - * right to object to processing in the public or legitimate interest, - * right to data portability, - * right to lodge a complaint with a data protection supervisory authority if you believe that we are not processing your data properly. The State Commissioner for Data Protection and Freedom of Information in Nordrhein-Westfalen is responsible in our case. However, if you are in another federal state or not in Germany, you can also contact the data protection authority there. - - ## What we do not do with your data - - We do not collect any other data than what is needed to provide you the service. - - We do not, in any way, process, analyze your behavior or personal characteristics to create profiles about you or your usage of the services. We have no advertisements or business relationships with advertisers. - - We do not sell your data to any third party. - - We do not share your data to any third party unless in case of federated services which requires certain data to be shared in order to operate (e.g. other email service provider needs to know your email address to be able to deliver emails). - - We do not require any additional information that is not crucial for the operation of the service (we do not ask for phone numbers, private personal data, home address). - - We do not read/look nor process your personal data, emails, files, etc., stored on our servers unless needed for providing the service, troubleshooting purposes or under suspicion of breaking our Terms Of Services in which case we ask for prior permission from you or inform you afterwards of all actions taken against the account in the transparency report addressed to account holder. - - ## Privacy Policy per service - - ### Cloud - - Our cloud runs Nextcloud. - - This service requires login with pub.solar credentials. - - Everything (files, calendars, contacts, news, tasks, bookmarks, etc.) is stored unencrypted in a database, unless an application provides external encryption (none so far). This is a limitation of the software we are utilizing for this service (Nextcloud). - - We do not currently encrypt files when you upload them because we've had some bad experiences with dataloss incurred through end-to-end encryption. - - Server logs, which store information such as, but not limited to, your IP address, your username, an app currently used, error messages and User Agent, are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. - - ### Git - - This service requires login with pub.solar credentials. - - Server logs, which store information such as, but not limited to, your IP address, your username, error messages and User Agent, are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. - - All git data such as, but not limited to, usernames, email addresses, messages, code, files, versions, pull requests, etc., are stored on the server in the database as is (plain-text). - - ### Matrix +content: | + # Privacy Policy - This service requires login with pub.solar credentials. + Information on data privacy and protection for the services operated by pub.solar n.e.V. as required by article 13 DSGVO. - Server logs, which store information such as, but not limited to, your IP address, your username, error messages and User Agent, are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. + ## Services + + We run multiple public services: - All git data such as, but not limited to, usernames, email addresses, messages, code, files, versions, pull requests, etc., are stored on the server in the database as is (plain-text). + * our Matrix service, consisting of the "Homeserver"; `https://matrix.pub.solar`, as well as the web-based Element-Messenger ([chat.pub.solar](https://chat.pub.solar/)), + * our Nextcloud service at `https://cloud.pub.solar`, + * our Mastodon service at `https://mastodon.pub.solar`. + * our Gitea service at `https://git.pub.solar`. + * our Keycloak authentication service at `https://auth.pub.solar`. - ### Mastodon + ## Responsible for operating the service - This service requires login with pub.solar credentials. - - Basic account information: If you register on this server, you may be asked to enter a username, an e-mail address and a password. You may also enter additional profile information such as a display name and biography, and upload a profile picture and header image. The username, display name, biography, profile picture and header image are always listed publicly. + **pub.solar n.e.V.** + Benjamin Bädorf, Jhonas Wernery, Hendrik Sokolowki + c/o MiOM 202 + Wilhelm-Mauser-Straße 47 Halle 5, + D-50827 Köln + [crew@pub.solar](mailto:crew@pub.solar) - Posts, following and other public information: The list of people you follow is listed publicly, the same is true for your followers. When you submit a message, the date and time is stored as well as the application you submitted the message from. Messages may contain media attachments, such as pictures and videos. Public and unlisted posts are available publicly. When you feature a post on your profile, that is also publicly available information. Your posts are delivered to your followers, in some cases it means they are delivered to different servers and copies are stored there. When you delete posts, this is likewise delivered to your followers. The action of reblogging or favouriting another post is always public. + ## Contact for data protection issues + + If you have any questions regarding data protection, please contact us at [crew@pub.solar](mailto:crew@pub.solar) or at the postal address given above. - Direct and followers-only posts: All posts are stored and processed on the server. Followers-only posts are delivered to your followers and users who are mentioned in them, and direct posts are delivered only to users mentioned in them. In some cases it means they are delivered to different servers and copies are stored there. We make a good faith effort to limit the access to those posts only to authorized persons, but other servers may fail to do so. Therefore it's important to review servers your followers belong to. You may toggle an option to approve and reject new followers manually in the settings. Please keep in mind that the operators of the server and any receiving server may view such messages, and that recipients may screenshot, copy or otherwise re-share them. Do not share any sensitive information over Mastodon. + ## What is the purpose of the data processing? - IPs and other metadata: When you log in, we record the IP address you log in from, as well as the name of your browser application. All the logged in sessions are available for your review and revocation in the settings. The latest IP address used is stored for up to 12 months. We also may retain server logs which include the IP address of every request to our server. + "Matrix" is an open, decentralized communication service for real-time communication. It enables members of pub.solar n.e.V., as well as other interested parties, to communicate with other users of this server as well as other Matrix users of federated Matrix servers via chat and audio/video telephony by means of a Matrix account. - ## References/License - - We have created the basic structure of this data protection information with the help of [DS-GVO.clever-Tools](https://www.baden-wuerttemberg.datenschutz.de/ds-gvo.clever/) and adapted it to our needs. We have also used parts of [Datenschutzerklärung der TU-Dresden](https://doc.matrix.tu-dresden.de/privacy/) and adjusted them accordingly. Text is licensed [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.de). + ## What personal data is processed? + + If a user chooses to use any of the services provided by us, the following data will be required and therefore collected by pub.solar in the authentication service: - de: | - **Es gibt momentan leider keine Deutsche Version unserer Datenschutzerklärung.** + A valid email address: required for account creation. This email address is deleted from our database after the account has been approved/denied, unless the user chooses during the registration process, to keep it for password reset process. - Falls Du unbedingt eine sehen willst, dann kontaktiere die Crew damit wir das Thema höher priorisieren können. + An username and a password: required to identify the account holder and provide the services offered by pub.solar. + + Necessary information related to the operation and functioning of the services which may include, for example, IP address, User Agent, etc. More detailed information about this and how we handle it can be found in the Privacy notices per service. + + When a user makes an online donation to pub.solar, we collect personal data such as, but not limited to, username (if any), country (in case of extra storage request for tax purposes), transaction IDs or bank account/reference. The purpose for which we use this data is merely administrative (verification of regular donations, accounting management) and is maintained under the same security measures described in the "How do we store your data?" section. Since all the data we collect is previously processed by a third-party payment processor such as PayPal, Patreon or Liberapay, by using these or similar services, their use of your information is based on their terms of service and policies, not ours, so we encourage you to review those policies carefully. + + Any additional information that the user chooses to supply while using the services provided by us (whether it is chats, posts, emails, etc.). This additional information is optional and with the user's consent. + + ## How long will the personal data be stored? + + The personal data will be deleted from our server after 15 months of inactivity. The deletion requests are forwarded to the federated servers. However, we have no influence on their execution. + + ## Where is the personal data stored? + + We run our all of our services on servers of the company [Greenbaum Cloud](https://greenbaum.cloud/). + + ## Data subject rights + + When we process personal data about you, you have the following rights: + + * right of access to the data processed and right to obtain a copy of it, + * right of rectification if we process incorrect data about you, + * right to deletion, unless exceptions apply as to why we are still storing the data, for example, retention obligations or limitation periods + * right to restriction of processing, + * right to withdraw consent to data processing at any time, + * right to object to processing in the public or legitimate interest, + * right to data portability, + * right to lodge a complaint with a data protection supervisory authority if you believe that we are not processing your data properly. The State Commissioner for Data Protection and Freedom of Information in Nordrhein-Westfalen is responsible in our case. However, if you are in another federal state or not in Germany, you can also contact the data protection authority there. + + ## What we do not do with your data + + We do not collect any other data than what is needed to provide you the service. + + We do not, in any way, process, analyze your behavior or personal characteristics to create profiles about you or your usage of the services. We have no advertisements or business relationships with advertisers. + + We do not sell your data to any third party. + + We do not share your data to any third party unless in case of federated services which requires certain data to be shared in order to operate (e.g. other email service provider needs to know your email address to be able to deliver emails). + + We do not require any additional information that is not crucial for the operation of the service (we do not ask for phone numbers, private personal data, home address). + + We do not read/look nor process your personal data, emails, files, etc., stored on our servers unless needed for providing the service, troubleshooting purposes or under suspicion of breaking our Terms Of Services in which case we ask for prior permission from you or inform you afterwards of all actions taken against the account in the transparency report addressed to account holder. + + ## Privacy Policy per service + + ### Cloud + + Our cloud runs Nextcloud. + + This service requires login with pub.solar credentials. + + Everything (files, calendars, contacts, news, tasks, bookmarks, etc.) is stored unencrypted in a database, unless an application provides external encryption (none so far). This is a limitation of the software we are utilizing for this service (Nextcloud). + + We do not currently encrypt files when you upload them because we've had some bad experiences with dataloss incurred through end-to-end encryption. + + Server logs, which store information such as, but not limited to, your IP address, your username, an app currently used, error messages and User Agent, are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. + + ### Git + + This service requires login with pub.solar credentials. + + Server logs, which store information such as, but not limited to, your IP address, your username, error messages and User Agent, are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. + + All git data such as, but not limited to, usernames, email addresses, messages, code, files, versions, pull requests, etc., are stored on the server in the database as is (plain-text). + + ### Matrix + + This service requires login with pub.solar credentials. + + Server logs, which store information such as, but not limited to, your IP address, your username, error messages and User Agent, are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. + + All git data such as, but not limited to, usernames, email addresses, messages, code, files, versions, pull requests, etc., are stored on the server in the database as is (plain-text). + + ### Mastodon + + This service requires login with pub.solar credentials. + + Basic account information: If you register on this server, you may be asked to enter a username, an e-mail address and a password. You may also enter additional profile information such as a display name and biography, and upload a profile picture and header image. The username, display name, biography, profile picture and header image are always listed publicly. + + Posts, following and other public information: The list of people you follow is listed publicly, the same is true for your followers. When you submit a message, the date and time is stored as well as the application you submitted the message from. Messages may contain media attachments, such as pictures and videos. Public and unlisted posts are available publicly. When you feature a post on your profile, that is also publicly available information. Your posts are delivered to your followers, in some cases it means they are delivered to different servers and copies are stored there. When you delete posts, this is likewise delivered to your followers. The action of reblogging or favouriting another post is always public. + + Direct and followers-only posts: All posts are stored and processed on the server. Followers-only posts are delivered to your followers and users who are mentioned in them, and direct posts are delivered only to users mentioned in them. In some cases it means they are delivered to different servers and copies are stored there. We make a good faith effort to limit the access to those posts only to authorized persons, but other servers may fail to do so. Therefore it's important to review servers your followers belong to. You may toggle an option to approve and reject new followers manually in the settings. Please keep in mind that the operators of the server and any receiving server may view such messages, and that recipients may screenshot, copy or otherwise re-share them. Do not share any sensitive information over Mastodon. + + IPs and other metadata: When you log in, we record the IP address you log in from, as well as the name of your browser application. All the logged in sessions are available for your review and revocation in the settings. The latest IP address used is stored for up to 12 months. We also may retain server logs which include the IP address of every request to our server. + + ## References/License + + We have created the basic structure of this data protection information with the help of [DS-GVO.clever-Tools](https://www.baden-wuerttemberg.datenschutz.de/ds-gvo.clever/) and adapted it to our needs. We have also used parts of [Datenschutzerklärung der TU-Dresden](https://doc.matrix.tu-dresden.de/privacy/) and adjusted them accordingly. Text is licensed [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.de). diff --git a/services.yml b/services.yml new file mode 100644 index 0000000..6547b95 --- /dev/null +++ b/services.yml @@ -0,0 +1,17 @@ +layout: layouts/default.tsx + +title: Our services +showServices: true + +content: | + # Our services + + This page gives an overview of the services we host. We give some information regarding the support status and privacy of each service. + + * [Nextcloud](#nextcloud) + * [Mastodon](#mastodon) + * [Matrix](#matrix) + * [Forgejo / git](#forgejo) + * [Mailman](#mailman) + * [Wiki](#wiki) + * [Searx](#searx) From f98467c4c158fe23eb71a7071ccf690a65505e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Wed, 10 Apr 2024 20:08:01 +0200 Subject: [PATCH 02/17] v2: add german translations to services Thanks to @wolkenblume :) --- _data/services.yml | 102 ++++++++++++++++++++++++++------------------- 1 file changed, 60 insertions(+), 42 deletions(-) diff --git a/_data/services.yml b/_data/services.yml index 8508b00..559ee46 100644 --- a/_data/services.yml +++ b/_data/services.yml @@ -3,7 +3,7 @@ services: id: nextcloud description: en: Store your files, calendar, contacts and many other things in the local cloud. Access from all your devices. - de: + de: Sichere deine Dateien, Kalender, Kontakte und viele andere Sachen in der lokalen Cloud. Mit Zugriff von allen deinen Geräten. link: https://cloud.pub.solar wiki: https://wiki.pub.solar/index.php/Nextcloud support: @@ -21,7 +21,12 @@ services: However, we have installed the [End-to-End Encryption app](https://apps.nextcloud.com/apps/end_to_end_encryption) which gives you the option to encrypt files before they are sent to the pub.solar cloud. This application has horrible reviews, with lots of people saying they suffered dataloss. Though we offer this option, **there will be no support or help** if you use this app and lose data. - de: + de: | + Standardmäßig sind keine Daten in Nextcloud verschlüsselt und alles ist für pub.solar-Administratoren lesbar und veränderbar. + + Wir haben jedoch die [Ende-zu-Ende Verschlüsselungs-App] (https://apps.nextcloud.com/apps/end_to_end_encryption) installiert, die dir die Möglichkeit gibt Dateien zu verschlüsseln, bevor sie an die pub.solar-Cloud gesendet werden. + + Diese Anwendung hat schreckliche Rezensionen, in denen viele Personen angeben Daten verloren zu haben. Obwohl wir diese Option anbieten, **wird es keine Unterstützung oder Hilfe unsererseits geben**, falls du diese App verwendest und Daten verloren gehen. storageEncrypted: # yes no status: yes loggingMinimized: # yes partial no @@ -33,7 +38,7 @@ services: id: mastodon description: en: Social networking and microblogging. - de: + de: Soziales Netwerken und Microblogging-Dienste. link: https://mastodon.pub.solar support: status: yes # yes partial no @@ -43,7 +48,7 @@ services: status: partial # yes partial no comment: en: You can use our web interface to read posts, but if you want to post stuff yourself you'll need a pub.solar ID. - de: + de: Du kannst unser Web Interface benutzen, um Beiträge zu lesen, aber wenn du selber einen Beitrag verfassen möchtest, benötigst du eine pub.solar ID. zeroKnowledge: # yes partial no status: no storageEncrypted: # yes no @@ -57,7 +62,7 @@ services: id: matrix description: en: Matrix is an encrypted chat service. It can be used as an alternative to tools like Discord, Slack, or IRC. In fact, Matrix can bridge into these other chat tools, allowing you to chat with everyone from one place. - de: + de: Matrix ist ein verschlüsselter Chat Service. Es kann als Alternative zu Programmen wie Discord, Slack oder IRC benutzt werden. Matrix kann sogar als Brücke zu diesen anderen Chat Programmen verwendet werden, was es dir erlaubt mit allen von einem Ort aus zu chatten. link: https://chat.pub.solar support: status: yes # yes partial no @@ -76,7 +81,14 @@ services: * When you are online or offline Also, some larger public rooms are unencrypted, and you have the option to turn off encryption on rooms you control. - de: + de: | + Generell können pub.solar Administratoren den Kontent eurer Nachrichten nicht lesen, aber folgende Daten sind sichtbar: + + * Mit wem du sprichst + * Wann du mit ihnen sprichst + * Wann du online oder offline bist + + Auch sind einige größere öffentliche Räume unverschlüsselt, und du hast die Option die Verschlüsselung für Räume auszuschalten, die du kontrollierst. storageEncrypted: # yes no status: yes loggingMinimized: # yes partial no @@ -88,7 +100,7 @@ services: id: forgejo description: en: git server - de: + de: Git-Server link: https://git.pub.solar support: status: yes # yes partial no @@ -109,7 +121,7 @@ services: id: wiki description: en: Our wiki - de: + de: Unser Wiki link: https://wiki.pub.solar support: status: partial # yes partial no @@ -117,7 +129,7 @@ services: status: untested # fully-automated untested not-applicable no comment: en: The database is backed up, but not assets like images. - de: + de: Für die Datenbank gibt es ein Back-up, aber nicht für Bestandteile wie Bilder. anonymousUsage: status: partial # yes partial no zeroKnowledge: # yes partial no @@ -133,7 +145,7 @@ services: id: mailman description: en: Mailing lists - de: + de: Mailinglisten link: https://list.pub.solar support: status: partial # yes partial no @@ -154,7 +166,7 @@ services: id: obs-portal description: en: Portal for the open bike sensor project. This portal currently only hosts the cologne/bonn region. - de: + de: Portal für das Open Bike Sensor Projekt. Dieses Portal deckt zurzeit nur die Region Köln/Bonn ab. link: https://obs-portal.pub.solar support: status: partial # yes partial no @@ -174,8 +186,8 @@ services: - name: Searx id: searx description: - en: Metasearch engine - de: + en: Search engine + de: Suchmaschine link: https://search.pub.solar support: status: no # yes partial no @@ -218,71 +230,71 @@ strings: de: Unterstützung description: en: This badge describes how much love and support this service gets from the pub.solar community. Services with a higher level of support are less likely to suffer from outages or dataloss. - de: + de: Dieses Abzeichen beschreibt, wie viel Liebe und Unterstützung dieser Dienst von der pub.solar-Gemeinschaft erhält. Dienste mit einem höheren Maß an Unterstützung sind weniger anfällig für Ausfälle oder Datenverluste. states: yes: en: We consider this service to be part of our core. It is among our highest priority services to keep online, up-to-date, and backed-up. This service will not be shut down without at least 3 months of prior notice. - de: + de: Wir betrachten diesen Dienst als Teil unseres Kerngeschäfts. Er gehört zu den Diensten mit der höchsten Priorität, die wir online, aktuell und gesichert halten müssen. Dieser Dienst wird nicht ohne eine Vorankündigung von mindestens 3 Monaten abgeschaltet. partial: en: We've been running this service for a while, and it's probably going to be around to stay. However, it is not our highest priority. We could shut this service down with only a couple of days of prior notice. - de: + de: Wir betreiben diesen Dienst schon seit einiger Zeit, und er wird wahrscheinlich auch in Zukunft bestehen bleiben. Er hat jedoch nicht unsere höchste Priorität. Wir könnten diesen Dienst mit einer Vorankündigung von nur wenigen Tagen abschalten. no: en: This service is running because someone thought it was fun to try out, as a test, or is very new. Expect changes, downtime, or even shutdown to happen at any time. - de: + de: Dieser Dienst läuft weil jemand dachte dass es Spaß macht ihn auszuprobieren, als Test, oder er ist sehr neu. Rechne damit, dass es jederzeit zu Änderungen, Ausfallzeiten oder sogar zur Abschaltung kommen kann. backups: name: en: Backups de: Backups description: en: This badge shows whether the data in the service is automatically backed up every day. - de: + de: Dieses Abzeichen zeigt an, ob die Daten des Dienstes täglich automatisch gesichert werden. states: yes: en: Daily encrypted backups are made automatially and are tested so we can also automatically restore the service from a previous backup. - de: + de: Tägliche verschlüsselte Backups werden automatisch erstellt und getestet, so dass wir den Dienst auch automatisch aus einem früheren Backup wiederherstellen können. untested: en: We run daily encrypted backups to an offsite location, but we do not have automated tests to see if recovery works. In a catastrophic event, recovery might take a long time. - de: + de: Wir führen täglich verschlüsselte Sicherungen an einem externen Standort durch, aber wir haben keine automatischen Tests, um festzustellen, ob die Wiederherstellung funktioniert. Im Katastrophenfall kann die Wiederherstellung sehr lange dauern. not-applicable: en: This service does not store any data to be backed up. - de: + de: Bei diesem Dienst werden Daten gespeichert die gesichert werden müssen. no: en: Data from this service is not backed up. Expect dataloss any time. - de: + de: Die Daten dieses Dienstes werden nicht gesichert. Rechne jederzeit mit Datenverlusten. anonymousUsage: name: en: Anonymous usage de: Anonyme Benutzung description: en: This badge shows whether you can use the service without registering a pub.solar ID. - de: + de: Diese Abzeichen zeigt an ob du den Dienst nutzen kannst ohne eine pub.solar ID zu registrieren. states: yes: en: You can use all features of this service without logging in to a pub.solar ID. - de: + de: Du kannst alle Funktionen dieses Dienstes nutzen ohne dich mit einer pub.solar ID anzumelden. partial: en: Some features of this service require you to log in to a pub.solar ID. - de: + de: Für einige Funktionen dieses Dienstes musst du dich mit einer pub.solar ID anmelden. no: en: You have to log in to a pub.solar ID to use this service. - de: + de: Für einige Funktionen dieses Dienstes musst du dich mit einer pub.solar ID anmelden. zeroKnowledge: name: en: Zero knowledge de: Zero knowledge description: en: This badge tells you how much access the pub.solar administrators have to your data in that service. - de: + de: Dieses Abzeichen zeigt Ihnen, wie viel Zugriff die pub.solar-Administratoren auf Ihre Daten in diesem Dienst haben. states: yes: en: pub.solar administrators have no access to your data in this service. - de: + de: Die Administratoren von pub.solar haben keinen Zugriff auf deine Daten in diesem Dienst. partial: en: Some of the data of this service is unreadable to pub.solar administrators, but not all. - de: + de: Einige der Daten dieses Dienstes sind für pub.solar-Administratoren unlesbar, aber nicht alle. no: en: All your data in this service is readable by pub.solar administrators. - de: + de: Alle deine Daten in diesem Dienst sind für die Administratoren von pub.solar lesbar. storageEncrypted: name: en: Storage encrypted @@ -292,31 +304,34 @@ strings: This badge tells you whether the service data is stored on encrypted drives. This protects against unwanted physical access to the servers, since only the pub.solar administrators can unlock the hard drive encryption. ***Caveat***: Man-in-the-middle attacks that intercept the password in-transit when pub.solar administrators remotely unlock the disk can circumvent this. Do not rely on storage encryption to keep your data safe from highly-capable attackers like nation-states. Focus on the zero-knowledge badge if this is your threat-model. - de: + de: | + Dieses Abzeichen zeigt an, ob die Daten des Dienstes auf verschlüsselten Laufwerken gespeichert sind. Dies schützt vor unerwünschtem physischen Zugriff auf die Server, da nur die pub.solar-Administratoren die Festplattenverschlüsselung aufheben können. + + ***Vorbehalt***: Man-in-the-middle-Angriffe, die das Passwort beim Entsperren der Festplatte durch pub.solar-Administratoren aus der Ferne abfangen, können dies umgehen. Verlasse dich nicht auf die Speicherverschlüsselung, um Daten vor hochgradig fähigen Angreifern wie Nationalstaaten zu schützen. Konzentrieren Sie sich auf den Zero-Knowledge-Badge, wenn dies Ihr Bedrohungsmodell ist. states: yes: en: This service runs on a server with encrypted hard drives. - de: + de: Dieser Dienst läuft auf einem Server mit verschlüsselten Festplatten. no: en: This service **does not** run on a server with encrypted hard drives. - de: + de: Dieser Dienst läuft **nicht** auf einem Server mit verschlüsselten Festplatten. loggingMinimized: name: en: Logging minimized de: Minimiertes Logging description: en: This badge tells you whether we've configured the service and any related software so it logs as little data as possible. - de: + de: Dieses Abzeichen zeigt Ihnen, ob wir den Dienst und die zugehörige Software so konfiguriert haben, dass so wenig Daten wie möglich aufgezeichnet werden. states: yes: en: No logs are written at all. - de: + de: Es werden keinerlei Protokolle erstellt. partial: en: We've reduced the amount of logging, but there is still some amount of activity logging going on. - de: + de: Wir haben den Umfang der Protokollierung reduziert, aber es wird immer noch ein gewisses Maß an Aktivitäten protokolliert. no: en: This service runs in its default logging configuration. - de: + de: Dieser Dienst wird in seiner Standardkonfiguration für die Protokollierung ausgeführt. decentralized: name: en: Decentralized @@ -326,17 +341,20 @@ strings: This badge shows whether this service can interact with services of similar types hosted by other people or organizations. For example, you can send an email from your own provider to someone who has their address with some other provider. With facebook messages you cannot do this; all facebook messages have to go to other facebook users. - de: + de: | + Dieses Abzeichen zeigt an ob dieser Dienst mit Diensten ähnlicher Art, die von anderen Personen oder Organisationen betrieben werden, interagieren kann. + + Du kannst zum Beispiel eine E-Mail von deinem eigenen Anbieter an jemanden senden der seine Adresse bei einem anderen Anbieter hat. Bei Facebook-Nachrichten ist dies nicht möglich; alle Facebook-Nachrichten müssen an andere Facebook-Nutzer gehen. states: yes: en: All relevant communication features of this service can interact with other instances of similar services. - de: + de: Alle relevanten Kommunikationsfunktionen dieses Dienstes können mit anderen Instanzen ähnlicher Dienste interagieren. partial: en: Some features of this service can interact with other instances. - de: + de: Einige Funktionen dieses Dienstes können mit anderen Instanzen interagieren. not-applicable: en: This service has no features that could be decentralized. - de: + de: Dieser Dienst hat keine Funktionen, die dezentralisiert werden könnten. no: en: This service is centralized. - de: + de: Dieser Dienst ist zentralisiert. From 87e4b106e05c65a54d327a779e53bb173f776bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Thu, 11 Apr 2024 18:07:14 +0200 Subject: [PATCH 03/17] v2/services: remove usage of formal form in German --- _data/services.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/services.yml b/_data/services.yml index 559ee46..24b02a0 100644 --- a/_data/services.yml +++ b/_data/services.yml @@ -284,7 +284,7 @@ strings: de: Zero knowledge description: en: This badge tells you how much access the pub.solar administrators have to your data in that service. - de: Dieses Abzeichen zeigt Ihnen, wie viel Zugriff die pub.solar-Administratoren auf Ihre Daten in diesem Dienst haben. + de: Dieses Abzeichen zeigt dir, wie viel Zugriff die pub.solar-Administratoren auf deine Daten in diesem Dienst haben. states: yes: en: pub.solar administrators have no access to your data in this service. @@ -307,7 +307,7 @@ strings: de: | Dieses Abzeichen zeigt an, ob die Daten des Dienstes auf verschlüsselten Laufwerken gespeichert sind. Dies schützt vor unerwünschtem physischen Zugriff auf die Server, da nur die pub.solar-Administratoren die Festplattenverschlüsselung aufheben können. - ***Vorbehalt***: Man-in-the-middle-Angriffe, die das Passwort beim Entsperren der Festplatte durch pub.solar-Administratoren aus der Ferne abfangen, können dies umgehen. Verlasse dich nicht auf die Speicherverschlüsselung, um Daten vor hochgradig fähigen Angreifern wie Nationalstaaten zu schützen. Konzentrieren Sie sich auf den Zero-Knowledge-Badge, wenn dies Ihr Bedrohungsmodell ist. + ***Vorbehalt***: Man-in-the-middle-Angriffe, die das Passwort beim Entsperren der Festplatte durch pub.solar-Administratoren aus der Ferne abfangen, können dies umgehen. Verlasse dich nicht auf die Speicherverschlüsselung, um Daten vor hochgradig fähigen Angreifern wie Nationalstaaten zu schützen. Konzentriere dich auf den Zero-Knowledge-Badge, wenn das dein Bedrohungsmodell ist. states: yes: en: This service runs on a server with encrypted hard drives. @@ -321,7 +321,7 @@ strings: de: Minimiertes Logging description: en: This badge tells you whether we've configured the service and any related software so it logs as little data as possible. - de: Dieses Abzeichen zeigt Ihnen, ob wir den Dienst und die zugehörige Software so konfiguriert haben, dass so wenig Daten wie möglich aufgezeichnet werden. + de: Dieses Abzeichen zeigt dir, ob wir den Dienst und die zugehörige Software so konfiguriert haben, dass so wenig Daten wie möglich aufgezeichnet werden. states: yes: en: No logs are written at all. From 887fead703a984f4425a3c5d3d2fd3434edfa251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Thu, 11 Apr 2024 18:18:14 +0200 Subject: [PATCH 04/17] v2: fix language switcher, fix german translations --- _data/services.yml | 6 ++++++ _includes/Langlink.tsx | 2 +- _includes/Services.tsx | 4 ++-- de/services.yml | 17 +++++++++++++++++ 4 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 de/services.yml diff --git a/_data/services.yml b/_data/services.yml index 24b02a0..de59a62 100644 --- a/_data/services.yml +++ b/_data/services.yml @@ -205,6 +205,12 @@ services: status: not-applicable strings: + visit_service: + en: 'Visit service' + de: 'Zum Dienst' + wiki_help_page: + en: Wiki help page + de: Wikiseite states: yes: en: Yes diff --git a/_includes/Langlink.tsx b/_includes/Langlink.tsx index 5e88e6d..b3d4f35 100644 --- a/_includes/Langlink.tsx +++ b/_includes/Langlink.tsx @@ -1,4 +1,4 @@ export default ({ otherLang, baseURL }) => {otherLang.slug} diff --git a/_includes/Services.tsx b/_includes/Services.tsx index 6960a29..cd4d766 100644 --- a/_includes/Services.tsx +++ b/_includes/Services.tsx @@ -19,8 +19,8 @@ export default ({ data, language, className = '', }) => {

{service.name}

diff --git a/de/services.yml b/de/services.yml new file mode 100644 index 0000000..bc5abec --- /dev/null +++ b/de/services.yml @@ -0,0 +1,17 @@ +layout: layouts/default.tsx + +title: Unsere Dienste +showServices: true + +content: | + # Unsere Dienste + + Diese Seite gibt einen Überblick über die Dienste, die wir hosten. Wir geben einige Informationen über den Support-Status und den Datenschutz für jeden Dienst. + + * [Nextcloud](#nextcloud) + * [Mastodon](#mastodon) + * [Matrix](#matrix) + * [Forgejo / git](#forgejo) + * [Mailman](#mailman) + * [Wiki](#wiki) + * [Searx](#searx) From 05c3cc518bf6d19efdb0e0bd2e359d59a64c6a8b Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 18:52:48 +0200 Subject: [PATCH 05/17] chore: bump deno version to 1.41.3 --- .drone.yml | 2 +- Dockerfile | 2 +- deno.lock | 148 +---------------------------------------------------- flake.lock | 18 +++---- 4 files changed, 12 insertions(+), 158 deletions(-) diff --git a/.drone.yml b/.drone.yml index 679b129..ef41d24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: event: - push - pull_request - image: denoland/deno:alpine-1.39.1 + image: denoland/deno:alpine-1.41.3 commands: - deno task build diff --git a/Dockerfile b/Dockerfile index 22f606c..99712a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM denoland/deno:alpine-1.39.1 +FROM denoland/deno:alpine-1.41.3 WORKDIR /site COPY . . diff --git a/deno.lock b/deno.lock index 4f93f3d..073a9fc 100644 --- a/deno.lock +++ b/deno.lock @@ -13,7 +13,6 @@ "npm:postcss-import@15.1.0": "npm:postcss-import@15.1.0_postcss@8.4.32", "npm:postcss-nesting@12.0.1": "npm:postcss-nesting@12.0.1_postcss@8.4.32_postcss-selector-parser@6.0.14", "npm:postcss@8.4.32": "npm:postcss@8.4.32", - "npm:react": "npm:react@18.2.0", "npm:react-dom@18.2.0": "npm:react-dom@18.2.0_react@18.2.0", "npm:react@18.2.0": "npm:react@18.2.0", "npm:sass@1.69.5": "npm:sass@1.69.5", @@ -478,19 +477,6 @@ } }, "remote": { - "https://deno.land/std@0.170.0/_util/asserts.ts": "d0844e9b62510f89ce1f9878b046f6a57bf88f208a10304aab50efcb48365272", - "https://deno.land/std@0.170.0/_util/os.ts": "8a33345f74990e627b9dfe2de9b040004b08ea5146c7c9e8fe9a29070d193934", - "https://deno.land/std@0.170.0/encoding/base64.ts": "8605e018e49211efc767686f6f687827d7f5fd5217163e981d8d693105640d7a", - "https://deno.land/std@0.170.0/fmt/colors.ts": "03ad95e543d2808bc43c17a3dd29d25b43d0f16287fe562a0be89bf632454a12", - "https://deno.land/std@0.170.0/path/_constants.ts": "df1db3ffa6dd6d1252cc9617e5d72165cd2483df90e93833e13580687b6083c3", - "https://deno.land/std@0.170.0/path/_interface.ts": "ee3b431a336b80cf445441109d089b70d87d5e248f4f90ff906820889ecf8d09", - "https://deno.land/std@0.170.0/path/_util.ts": "d16be2a16e1204b65f9d0dfc54a9bc472cafe5f4a190b3c8471ec2016ccd1677", - "https://deno.land/std@0.170.0/path/common.ts": "bee563630abd2d97f99d83c96c2fa0cca7cee103e8cb4e7699ec4d5db7bd2633", - "https://deno.land/std@0.170.0/path/glob.ts": "81cc6c72be002cd546c7a22d1f263f82f63f37fe0035d9726aa96fc8f6e4afa1", - "https://deno.land/std@0.170.0/path/mod.ts": "cf7cec7ac11b7048bb66af8ae03513e66595c279c65cfa12bfc07d9599608b78", - "https://deno.land/std@0.170.0/path/posix.ts": "b859684bc4d80edfd4cad0a82371b50c716330bed51143d6dcdbe59e6278b30c", - "https://deno.land/std@0.170.0/path/separator.ts": "fe1816cb765a8068afb3e8f13ad272351c85cbc739af56dacfc7d93d710fe0f9", - "https://deno.land/std@0.170.0/path/win32.ts": "7cebd2bda6657371adc00061a1d23fdd87bcdf64b4843bb148b0b24c11b40f69", "https://deno.land/std@0.205.0/assert/assert.ts": "9a97dad6d98c238938e7540736b826440ad8c1c1e54430ca4c4e623e585607ee", "https://deno.land/std@0.205.0/assert/assertion_error.ts": "4d0bde9b374dfbcbe8ac23f54f567b77024fb67dbb1906a852d67fe050d42f56", "https://deno.land/std@0.205.0/html/entities.ts": "43f208131bb847e6e222c9dd50322066491da93ed945a93d778923ef7e975398", @@ -743,88 +729,6 @@ "https://deno.land/std@0.208.0/yaml/schema/mod.ts": "4472e827bab5025e92bc2eb2eeefa70ecbefc64b2799b765c69af84822efef32", "https://deno.land/std@0.208.0/yaml/stringify.ts": "fffc09c65c68d3d63f8159e8cbaa3f489bc20a8e55b4fbb61a8c2e9f914d1d02", "https://deno.land/std@0.208.0/yaml/type.ts": "65553da3da3c029b6589c6e4903f0afbea6768be8fca61580711457151f2b30f", - "https://deno.land/x/cliffy@v0.25.7/_utils/distance.ts": "02af166952c7c358ac83beae397aa2fbca4ad630aecfcd38d92edb1ea429f004", - "https://deno.land/x/cliffy@v0.25.7/ansi/ansi.ts": "7f43d07d31dd7c24b721bb434c39cbb5132029fa4be3dd8938873065f65e5810", - "https://deno.land/x/cliffy@v0.25.7/ansi/ansi_escapes.ts": "885f61f343223f27b8ec69cc138a54bea30542924eacd0f290cd84edcf691387", - "https://deno.land/x/cliffy@v0.25.7/ansi/chain.ts": "31fb9fcbf72fed9f3eb9b9487270d2042ccd46a612d07dd5271b1a80ae2140a0", - "https://deno.land/x/cliffy@v0.25.7/ansi/colors.ts": "5f71993af5bd1aa0a795b15f41692d556d7c89584a601fed75997df844b832c9", - "https://deno.land/x/cliffy@v0.25.7/ansi/cursor_position.ts": "d537491e31d9c254b208277448eff92ff7f55978c4928dea363df92c0df0813f", - "https://deno.land/x/cliffy@v0.25.7/ansi/deps.ts": "0f35cb7e91868ce81561f6a77426ea8bc55dc15e13f84c7352f211023af79053", - "https://deno.land/x/cliffy@v0.25.7/ansi/mod.ts": "bb4e6588e6704949766205709463c8c33b30fec66c0b1846bc84a3db04a4e075", - "https://deno.land/x/cliffy@v0.25.7/ansi/tty.ts": "8fb064c17ead6cdf00c2d3bc87a9fd17b1167f2daa575c42b516f38bdb604673", - "https://deno.land/x/cliffy@v0.25.7/command/_errors.ts": "a9bd23dc816b32ec96c9b8f3057218241778d8c40333b43341138191450965e5", - "https://deno.land/x/cliffy@v0.25.7/command/_utils.ts": "9ab3d69fabab6c335b881b8a5229cbd5db0c68f630a1c307aff988b6396d9baf", - "https://deno.land/x/cliffy@v0.25.7/command/command.ts": "a2b83c612acd65c69116f70dec872f6da383699b83874b70fcf38cddf790443f", - "https://deno.land/x/cliffy@v0.25.7/command/completions/_bash_completions_generator.ts": "43b4abb543d4dc60233620d51e69d82d3b7c44e274e723681e0dce2a124f69f9", - "https://deno.land/x/cliffy@v0.25.7/command/completions/_fish_completions_generator.ts": "d0289985f5cf0bd288c05273bfa286b24c27feb40822eb7fd9d7fee64e6580e8", - "https://deno.land/x/cliffy@v0.25.7/command/completions/_zsh_completions_generator.ts": "14461eb274954fea4953ee75938821f721da7da607dc49bcc7db1e3f33a207bd", - "https://deno.land/x/cliffy@v0.25.7/command/completions/bash.ts": "053aa2006ec327ccecacb00ba28e5eb836300e5c1bec1b3cfaee9ddcf8189756", - "https://deno.land/x/cliffy@v0.25.7/command/completions/complete.ts": "58df61caa5e6220ff2768636a69337923ad9d4b8c1932aeb27165081c4d07d8b", - "https://deno.land/x/cliffy@v0.25.7/command/completions/fish.ts": "9938beaa6458c6cf9e2eeda46a09e8cd362d4f8c6c9efe87d3cd8ca7477402a5", - "https://deno.land/x/cliffy@v0.25.7/command/completions/mod.ts": "aeef7ec8e319bb157c39a4bab8030c9fe8fa327b4c1e94c9c1025077b45b40c0", - "https://deno.land/x/cliffy@v0.25.7/command/completions/zsh.ts": "8b04ab244a0b582f7927d405e17b38602428eeb347a9968a657e7ea9f40e721a", - "https://deno.land/x/cliffy@v0.25.7/command/deprecated.ts": "bbe6670f1d645b773d04b725b8b8e7814c862c9f1afba460c4d599ffe9d4983c", - "https://deno.land/x/cliffy@v0.25.7/command/deps.ts": "275b964ce173770bae65f6b8ebe9d2fd557dc10292cdd1ed3db1735f0d77fa1d", - "https://deno.land/x/cliffy@v0.25.7/command/help/_help_generator.ts": "f7c349cb2ddb737e70dc1f89bcb1943ca9017a53506be0d4138e0aadb9970a49", - "https://deno.land/x/cliffy@v0.25.7/command/help/mod.ts": "09d74d3eb42d21285407cda688074c29595d9c927b69aedf9d05ff3f215820d3", - "https://deno.land/x/cliffy@v0.25.7/command/mod.ts": "d0a32df6b14028e43bb2d41fa87d24bc00f9662a44e5a177b3db02f93e473209", - "https://deno.land/x/cliffy@v0.25.7/command/type.ts": "24e88e3085e1574662b856ccce70d589959648817135d4469fab67b9cce1b364", - "https://deno.land/x/cliffy@v0.25.7/command/types.ts": "ae02eec0ed7a769f7dba2dd5d3a931a61724b3021271b1b565cf189d9adfd4a0", - "https://deno.land/x/cliffy@v0.25.7/command/types/action_list.ts": "33c98d449617c7a563a535c9ceb3741bde9f6363353fd492f90a74570c611c27", - "https://deno.land/x/cliffy@v0.25.7/command/types/boolean.ts": "3879ec16092b4b5b1a0acb8675f8c9250c0b8a972e1e4c7adfba8335bd2263ed", - "https://deno.land/x/cliffy@v0.25.7/command/types/child_command.ts": "f1fca390c7fbfa7a713ca15ef55c2c7656bcbb394d50e8ef54085bdf6dc22559", - "https://deno.land/x/cliffy@v0.25.7/command/types/command.ts": "325d0382e383b725fd8d0ef34ebaeae082c5b76a1f6f2e843fee5dbb1a4fe3ac", - "https://deno.land/x/cliffy@v0.25.7/command/types/enum.ts": "2178345972adf7129a47e5f02856ca3e6852a91442a1c78307dffb8a6a3c6c9f", - "https://deno.land/x/cliffy@v0.25.7/command/types/file.ts": "8618f16ac9015c8589cbd946b3de1988cc4899b90ea251f3325c93c46745140e", - "https://deno.land/x/cliffy@v0.25.7/command/types/integer.ts": "29864725fd48738579d18123d7ee78fed37515e6dc62146c7544c98a82f1778d", - "https://deno.land/x/cliffy@v0.25.7/command/types/number.ts": "aeba96e6f470309317a16b308c82e0e4138a830ec79c9877e4622c682012bc1f", - "https://deno.land/x/cliffy@v0.25.7/command/types/string.ts": "e4dadb08a11795474871c7967beab954593813bb53d9f69ea5f9b734e43dc0e0", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/mod.ts": "17e2df3b620905583256684415e6c4a31e8de5c59066eb6d6c9c133919292dc4", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider.ts": "d6fb846043232cbd23c57d257100c7fc92274984d75a5fead0f3e4266dc76ab8", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/deno_land.ts": "24f8d82e38c51e09be989f30f8ad21f9dd41ac1bb1973b443a13883e8ba06d6d", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/github.ts": "99e1b133dd446c6aa79f69e69c46eb8bc1c968dd331c2a7d4064514a317c7b59", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/nest_land.ts": "0e07936cea04fa41ac9297f32d87f39152ea873970c54cb5b4934b12fee1885e", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/upgrade_command.ts": "3640a287d914190241ea1e636774b1b4b0e1828fa75119971dd5304784061e05", - "https://deno.land/x/cliffy@v0.25.7/flags/_errors.ts": "f1fbb6bfa009e7950508c9d491cfb4a5551027d9f453389606adb3f2327d048f", - "https://deno.land/x/cliffy@v0.25.7/flags/_utils.ts": "340d3ecab43cde9489187e1f176504d2c58485df6652d1cdd907c0e9c3ce4cc2", - "https://deno.land/x/cliffy@v0.25.7/flags/_validate_flags.ts": "16eb5837986c6f6f7620817820161a78d66ce92d690e3697068726bbef067452", - "https://deno.land/x/cliffy@v0.25.7/flags/deprecated.ts": "a72a35de3cc7314e5ebea605ca23d08385b218ef171c32a3f135fb4318b08126", - "https://deno.land/x/cliffy@v0.25.7/flags/flags.ts": "68a9dfcacc4983a84c07ba19b66e5e9fccd04389fad215210c60fb414cc62576", - "https://deno.land/x/cliffy@v0.25.7/flags/mod.ts": "b21c2c135cd2437cc16245c5f168a626091631d6d4907ad10db61c96c93bdb25", - "https://deno.land/x/cliffy@v0.25.7/flags/types.ts": "7452ea5296758fb7af89930349ce40d8eb9a43b24b3f5759283e1cb5113075fd", - "https://deno.land/x/cliffy@v0.25.7/flags/types/boolean.ts": "4c026dd66ec9c5436860dc6d0241427bdb8d8e07337ad71b33c08193428a2236", - "https://deno.land/x/cliffy@v0.25.7/flags/types/integer.ts": "b60d4d590f309ddddf066782d43e4dc3799f0e7d08e5ede7dc62a5ee94b9a6d9", - "https://deno.land/x/cliffy@v0.25.7/flags/types/number.ts": "610936e2d29de7c8c304b65489a75ebae17b005c6122c24e791fbed12444d51e", - "https://deno.land/x/cliffy@v0.25.7/flags/types/string.ts": "e89b6a5ce322f65a894edecdc48b44956ec246a1d881f03e97bbda90dd8638c5", - "https://deno.land/x/cliffy@v0.25.7/keycode/key_code.ts": "c4ab0ffd102c2534962b765ded6d8d254631821bf568143d9352c1cdcf7a24be", - "https://deno.land/x/cliffy@v0.25.7/keycode/key_codes.ts": "917f0a2da0dbace08cf29bcfdaaa2257da9fe7e705fff8867d86ed69dfb08cfe", - "https://deno.land/x/cliffy@v0.25.7/keycode/mod.ts": "292d2f295316c6e0da6955042a7b31ab2968ff09f2300541d00f05ed6c2aa2d4", - "https://deno.land/x/cliffy@v0.25.7/mod.ts": "e3515ccf6bd4e4ac89322034e07e2332ed71901e4467ee5bc9d72851893e167b", - "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_input.ts": "737cff2de02c8ce35250f5dd79c67b5fc176423191a2abd1f471a90dd725659e", - "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_list.ts": "79b301bf09eb19f0d070d897f613f78d4e9f93100d7e9a26349ef0bfaa7408d2", - "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_prompt.ts": "8630ce89a66d83e695922df41721cada52900b515385d86def597dea35971bb2", - "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_suggestions.ts": "2a8b619f91e8f9a270811eff557f10f1343a444a527b5fc22c94de832939920c", - "https://deno.land/x/cliffy@v0.25.7/prompt/_utils.ts": "676cca30762656ed1a9bcb21a7254244278a23ffc591750e98a501644b6d2df3", - "https://deno.land/x/cliffy@v0.25.7/prompt/checkbox.ts": "e5a5a9adbb86835dffa2afbd23c6f7a8fe25a9d166485388ef25aba5dc3fbf9e", - "https://deno.land/x/cliffy@v0.25.7/prompt/confirm.ts": "94c8e55de3bbcd53732804420935c432eab29945497d1c47c357d236a89cb5f6", - "https://deno.land/x/cliffy@v0.25.7/prompt/deps.ts": "4c38ab18e55a792c9a136c1c29b2b6e21ea4820c45de7ef4cf517ce94012c57d", - "https://deno.land/x/cliffy@v0.25.7/prompt/figures.ts": "26af0fbfe21497220e4b887bb550fab997498cde14703b98e78faf370fbb4b94", - "https://deno.land/x/cliffy@v0.25.7/prompt/input.ts": "ee45532e0a30c2463e436e08ae291d79d1c2c40872e17364c96d2b97c279bf4d", - "https://deno.land/x/cliffy@v0.25.7/prompt/list.ts": "6780427ff2a932a48c9b882d173c64802081d6cdce9ff618d66ba6504b6abc50", - "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts": "195aed14d10d279914eaa28c696dec404d576ca424c097a5bc2b4a7a13b66c89", - "https://deno.land/x/cliffy@v0.25.7/prompt/number.ts": "015305a76b50138234dde4fd50eb886c6c7c0baa1b314caf811484644acdc2cf", - "https://deno.land/x/cliffy@v0.25.7/prompt/prompt.ts": "0e7f6a1d43475ee33fb25f7d50749b2f07fc0bcddd9579f3f9af12d05b4a4412", - "https://deno.land/x/cliffy@v0.25.7/prompt/secret.ts": "58745f5231fb2c44294c4acf2511f8c5bfddfa1e12f259580ff90dedea2703d6", - "https://deno.land/x/cliffy@v0.25.7/prompt/select.ts": "1e982eae85718e4e15a3ee10a5ae2233e532d7977d55888f3a309e8e3982b784", - "https://deno.land/x/cliffy@v0.25.7/prompt/toggle.ts": "842c3754a40732f2e80bcd4670098713e402e64bd930e6cab2b787f7ad4d931a", - "https://deno.land/x/cliffy@v0.25.7/table/border.ts": "2514abae4e4f51eda60a5f8c927ba24efd464a590027e900926b38f68e01253c", - "https://deno.land/x/cliffy@v0.25.7/table/cell.ts": "1d787d8006ac8302020d18ec39f8d7f1113612c20801b973e3839de9c3f8b7b3", - "https://deno.land/x/cliffy@v0.25.7/table/deps.ts": "5b05fa56c1a5e2af34f2103fd199e5f87f0507549963019563eae519271819d2", - "https://deno.land/x/cliffy@v0.25.7/table/layout.ts": "46bf10ae5430cf4fbb92f23d588230e9c6336edbdb154e5c9581290562b169f4", - "https://deno.land/x/cliffy@v0.25.7/table/mod.ts": "e74f69f38810ee6139a71132783765feb94436a6619c07474ada45b465189834", - "https://deno.land/x/cliffy@v0.25.7/table/row.ts": "5f519ba7488d2ef76cbbf50527f10f7957bfd668ce5b9169abbc44ec88302645", - "https://deno.land/x/cliffy@v0.25.7/table/table.ts": "ec204c9d08bb3ff1939c5ac7412a4c9ed7d00925d4fc92aff9bfe07bd269258d", - "https://deno.land/x/cliffy@v0.25.7/table/utils.ts": "187bb7dcbcfb16199a5d906113f584740901dfca1007400cba0df7dcd341bc29", "https://deno.land/x/deno_dom@v0.1.43/build/deno-wasm/deno-wasm.js": "d6841a06342eb6a2798ef28de79ad69c0f2fa349fa04d3ca45e5fcfbf50a9340", "https://deno.land/x/deno_dom@v0.1.43/deno-dom-wasm.ts": "a33d160421bbb6e3104285ea5ebf33352b7ad50d82ea8765e3cf65f972b25119", "https://deno.land/x/deno_dom@v0.1.43/src/api.ts": "0ff5790f0a3eeecb4e00b7d8fbfa319b165962cf6d0182a65ba90f158d74f7d7", @@ -847,11 +751,6 @@ "https://deno.land/x/deno_dom@v0.1.43/src/dom/utils-types.ts": "96db30e3e4a75b194201bb9fa30988215da7f91b380fca6a5143e51ece2a8436", "https://deno.land/x/deno_dom@v0.1.43/src/dom/utils.ts": "4c6206516fb8f61f37a209c829e812c4f5a183e46d082934dd14c91bde939263", "https://deno.land/x/deno_dom@v0.1.43/src/parser.ts": "e06b2300d693e6ae7564e53dfa5c9a9e97fdb8c044c39c52c8b93b5d60860be3", - "https://deno.land/x/lume@v2.0.1/cli.ts": "ec79a3b06406f163de3c9228ffa3ab2381409fd3441056d7d67093a3259f477c", - "https://deno.land/x/lume@v2.0.1/cli/build.ts": "9fe29016681d4cb486a4899785d555e936717485fb4ecd119ee9f06cd784315a", - "https://deno.land/x/lume@v2.0.1/cli/create.ts": "d045fa2aba880adb4653f8d5ffc70eb89b21df57cb5dd6ec78208f31b99690cb", - "https://deno.land/x/lume@v2.0.1/cli/run.ts": "7f602b21244dbc698159e925a547b30edbbb89579d7fd27e94e2cbaf1acea7bf", - "https://deno.land/x/lume@v2.0.1/cli/upgrade.ts": "2c04a0129501f344d14597b9e0eb426d04f3e48e6093251025ed3c0704b5560e", "https://deno.land/x/lume@v2.0.1/core/component_loader.ts": "da80bf80a168d0b91b59eb3449fbf62627d8bf67879df34e71970616d47ce2ec", "https://deno.land/x/lume@v2.0.1/core/data_loader.ts": "8698a9e9b1aac27147dc835ba89a0e30828c81338eceae86630607d78f146215", "https://deno.land/x/lume@v2.0.1/core/events.ts": "f02a60b815325093b650bcf4104d023a079b990dfa29b103f2cf2062b3ffc1ce", @@ -874,25 +773,20 @@ "https://deno.land/x/lume@v2.0.1/core/source.ts": "5552c89cadebaff338aaae0e71cc80c4dfd4801eed65edfa1134d5c2fa7658b5", "https://deno.land/x/lume@v2.0.1/core/utils/concurrent.ts": "cb0775b3d95f3faa356aa3a3e489dccef8807ed93cc4f84fcf5bc81e87c29504", "https://deno.land/x/lume@v2.0.1/core/utils/date.ts": "9fde280ed704e4f66f590b43d5318a15b04900a93fc030dd8c27227ef8c4795f", - "https://deno.land/x/lume@v2.0.1/core/utils/deno_config.ts": "d95f685d42627d386cb72c7026e22a309891d5515933c8ab7e0f8151d471867f", "https://deno.land/x/lume@v2.0.1/core/utils/digest.ts": "445b387983391af73269686292a65bb677119a25a327776885ff1242a9397ad8", "https://deno.land/x/lume@v2.0.1/core/utils/dom.ts": "d406fb5c48ceb012286d0aff66ef635261eda666de2ce07538c0cf9366b8fecd", "https://deno.land/x/lume@v2.0.1/core/utils/env.ts": "ed12a51148a6cfdc27f14de6ae014825b689ee601067d165dd7613661c479da1", "https://deno.land/x/lume@v2.0.1/core/utils/generator.ts": "1e664e9fd4c469e38a0acf5c94fd49dac4f38cb6334563ea4b7fc498b5958877", "https://deno.land/x/lume@v2.0.1/core/utils/log.ts": "78894770d968e9a50a0c767fcc8cfa409825c9514c1bc9f6be17b88a54066844", - "https://deno.land/x/lume@v2.0.1/core/utils/lume_config.ts": "256cd1a6636f542f27407599471453c369b241b81cf118ecb20cb853d4d1e571", - "https://deno.land/x/lume@v2.0.1/core/utils/lume_version.ts": "368d68675cb5d3ed3b03461ac2f86d5c0fe25b2f194531216c4308b3376f49ce", "https://deno.land/x/lume@v2.0.1/core/utils/merge_data.ts": "f4771c4f027b17487bf9a33bc2b04701a97f0578fd4a7feb31809cc119e5ee63", "https://deno.land/x/lume@v2.0.1/core/utils/object.ts": "e00ee6e91264064772c87e69e128a09ba0e30c2c41be4a5302881f59f456fc31", "https://deno.land/x/lume@v2.0.1/core/utils/page_date.ts": "096b21d1832c74bc338c8d8d8762f1f5106259b73e6b2caa72fb50986d4f1f5b", "https://deno.land/x/lume@v2.0.1/core/utils/page_url.ts": "fbfcb121c3c0b8b84760ff678c85b9fa7bb66b3ed6db4fa294cab44699e6eb3f", "https://deno.land/x/lume@v2.0.1/core/utils/path.ts": "f3286c4e38149e0fccdb59fab17dbcd8b82fb8f4928fd2fce6306e0d11d0f69b", "https://deno.land/x/lume@v2.0.1/core/utils/read.ts": "5655deaf6bea0b106f0c00dbbbc263076d138342d9500b5fabd8cb2470273661", - "https://deno.land/x/lume@v2.0.1/core/watcher.ts": "2487018b7b860fec08194b6b46ca3793852e2bf72ac9479ef513624b085becdc", "https://deno.land/x/lume@v2.0.1/core/writer.ts": "6438885b10c87123dab035615be660a012a52b3b4d960d02945c61acc530815f", "https://deno.land/x/lume@v2.0.1/deps/base64.ts": "79f5ad1f936fc1a8c1920a331c537ff97834189b1ca7567d034428317b2df8fc", "https://deno.land/x/lume@v2.0.1/deps/cli.ts": "5052ef3d362aba1c75364ca19666ace6e4b3b8c579cd01cabe3ff87c3a18fe08", - "https://deno.land/x/lume@v2.0.1/deps/cliffy.ts": "faff0c2ca187ec9fd1ad8660141f85b9d05b5c36bab25b40eb5038c02590a310", "https://deno.land/x/lume@v2.0.1/deps/colors.ts": "d11e05704e4cba01c1a4981ac22abc82b1e7511e9d5acee04450f4fef8fcf56a", "https://deno.land/x/lume@v2.0.1/deps/crypto.ts": "d87da1ede845c120cbec683094645dc50c67eeaf9e4b052350c2d36734bf94a4", "https://deno.land/x/lume@v2.0.1/deps/date.ts": "a9320999733700f106ddffa9b457e38e879cc86acfcd51a3d9bd2c6d847aef45", @@ -913,11 +807,6 @@ "https://deno.land/x/lume@v2.0.1/deps/toml.ts": "ffae452ae0d847d98efac4a45867819330d4ecf6391ea9228654bbc2bacb4e12", "https://deno.land/x/lume@v2.0.1/deps/vento.ts": "3b8cfc5199064def632e20afe210cd523097038a0adaf5424f53dc8dc64f927b", "https://deno.land/x/lume@v2.0.1/deps/yaml.ts": "9eb7cdd4e98ae93f6d1a14ca5a634e42c105e7446c17c686dff0aa405d0205a3", - "https://deno.land/x/lume@v2.0.1/middlewares/logger.ts": "def186719dc34e92a553c51bfb8dbe55dbbce34428b8fc38b00702b51722e094", - "https://deno.land/x/lume@v2.0.1/middlewares/no_cache.ts": "c576ae2323c8b5657681721377c806672d5e1811d8cf35fba5efebc2645b37ae", - "https://deno.land/x/lume@v2.0.1/middlewares/not_found.ts": "0fcd2da81a9573faf3f6f650f8e126ab5600bf0dd0b49b211303274b5d9afa4e", - "https://deno.land/x/lume@v2.0.1/middlewares/reload.ts": "c9999bdd52e18e85a1634659506542ce0e942cc91b69e3fc9887cabf23ca4592", - "https://deno.land/x/lume@v2.0.1/middlewares/reload_client.js": "34d75e01503fae8180796de882af42b1125fac88f22a010a99d5548de1ba7d72", "https://deno.land/x/lume@v2.0.1/mod.ts": "a07ffb98ba25639ed5909590fcb8f649f287207a7258e255a057a8e757d66e1c", "https://deno.land/x/lume@v2.0.1/plugins/date.ts": "4e4d58340b5fb56e14aa2cdead1c49e7c14bd8cb35cbbfe778dd9381cc5e614c", "https://deno.land/x/lume@v2.0.1/plugins/json.ts": "f6429bbd865e3666ef3385fd205fcc92df02ca2c0f74f20baa5c0798a81e1642", @@ -950,41 +839,6 @@ "https://deno.land/x/vento@v0.9.1/plugins/unescape.ts": "946512835a409815d6ad98ac4529440e9a368f42ca499791d0f25ee0ecc4c4d6", "https://deno.land/x/vento@v0.9.1/src/environment.ts": "9c28fbf05176297adb93fc688711125b295c69089554d4211cd38a5b04028ec5", "https://deno.land/x/vento@v0.9.1/src/loader.ts": "eb01b0dca7ea8bcdcdfd30b1f90f2fad28fb7f2cfd943900322a85bfaa86130c", - "https://deno.land/x/vento@v0.9.1/src/tokenizer.ts": "e9918ac58f941e048fe08cea10e65fb6e19c00fe7ed31fb050663445f11c6e9d", - "https://jspm.dev/markdown-it": "1d5c9ce12e0cfd34a75dd1cb6419d93ee9b83c55a0a89dec6bfc32e8282cfac1", - "https://jspm.dev/npm:@jspm/core@2.0.1/_/0545670c.js": "468e254a0e5f7801333f217fcee046141186bd0a960018c893d73910bd754b71", - "https://jspm.dev/npm:@jspm/core@2.0.1/nodelibs/punycode": "de15b3b865f8196f62e2100731590c1d499cfffedef3d682861aff306b1f69dc", - "https://jspm.dev/npm:@jspm/core@2/nodelibs/punycode": "0ef16b3299b3928a3b26b7152c99a2bfa6a024189c9c62b769a81b7c931b25e0", - "https://jspm.dev/npm:entities@3.0.1/lib/maps/entities.json!cjs": "cc32e6ad7900d4f2b2f03a2ba983cec31e2a52f7cccac04ddb11e014b75a5842", - "https://jspm.dev/npm:entities@3.0/lib/maps/entities.json!cjs": "808f033fa7e69a2c341b3273d6ec8b5b794a6580ff0567d67d28d61878160c31", - "https://jspm.dev/npm:linkify-it@4!cjs": "2ba478ff45c86cc57f608274348cdd0ddf2e3107c6d28398e94f8b438fa47b47", - "https://jspm.dev/npm:linkify-it@4.0.1!cjs": "4260b67db5f69f3f5f4cdc6fe3c9ffc488bda8cf76637b54e1cec274f1e875b2", - "https://jspm.dev/npm:markdown-it@13.0.2/_/35775827.js": "6a2394e7354e721d4fbdb85c531ea13a2fd8ae64632dd9cd7450e2a57f11e99c", - "https://jspm.dev/npm:markdown-it@13.0.2/lib!cjs": "14748c62ae77d7f689ea0d75ce379208bc27ff8cade6fa432cb37d5af01543da", - "https://jspm.dev/npm:markdown-it@13.0.2/lib/common/html_blocks!cjs": "443cd7d049a4c203c248677bc531d57ac480ed1f93d5a6e8beec06aa6675be01", - "https://jspm.dev/npm:markdown-it@13.0.2/lib/common/html_re!cjs": "48be2ebb1ac4931bc55ce72a150ac89daa65f0f2c9ee3136d88c7db220299a5c", - "https://jspm.dev/npm:markdown-it@13.0.2/lib/helpers/parse_link_destination!cjs": "4215da80cb023b8692b1b5ade590c6cbca83f53f8ebb3fcea2f381c962513380", - "https://jspm.dev/npm:markdown-it@13.0.2/lib/helpers/parse_link_label!cjs": "ead57d79b4f00f26d52335a9c7ee6c0d29b01d3ebc9dcd2370018764ec1c0d48", - "https://jspm.dev/npm:markdown-it@13.0.2/lib/helpers/parse_link_title!cjs": "ef3940d544f5a012e910cf87c6b6d2c54f94aaf3188be63dda5cbb38d12a403e", - "https://jspm.dev/npm:markdown-it@13.0.2/lib/presets/default!cjs": "c966e45f82f0899af39042bef29266767faf7a1412cc4397e33f5eb4783c8683", - "https://jspm.dev/npm:markdown-it@13.0.2/lib/renderer!cjs": "bc8dde16ec8eef63c8324ea630ac2b5f4f42360e488e31c78d968bbba6406f8c", - "https://jspm.dev/npm:markdown-it@13.0.2/lib/rules_inline/state_inline!cjs": "f4159a954ad300557c52262b82ba24aa3673727150b0713fbbd946c6e6e8b7b1", - "https://jspm.dev/npm:markdown-it@13.0.2/lib/token!cjs": "457b480cb3600e6bd53c0bd68728bfa510ba58d99ccee895fa0d522994ab41bf", - "https://jspm.dev/npm:mdurl@1!cjs": "79d7e9befa635671886e663b8a295f79032a89da9c39a595b065cf36e953e6d4", - "https://jspm.dev/npm:mdurl@1.0.1!cjs": "7b55713117a89c7777130898abe12354d1e57a50cf5c3f704e21f493736e1b07", - "https://jspm.dev/npm:mdurl@1.0.1/decode!cjs": "c0d3880b8ad68820cc1eb74c438b2298df17d502f23906c90dd41658fbcd7659", - "https://jspm.dev/npm:mdurl@1.0.1/encode!cjs": "5f726382c9e0abacaf6a66f1a279ffb4285a9eda19094a62ff4b54925c381e32", - "https://jspm.dev/npm:mdurl@1.0.1/parse!cjs": "4d42ccc1191b4f78fafca4a37cffe01b9e49bf63e912f303b1133319d6a02fe4", - "https://jspm.dev/npm:uc.micro@1!cjs": "d1f95936ac3ec842fc714b183b9b48d947254e1444346b1cc47ddd9b52e16537", - "https://jspm.dev/npm:uc.micro@1.0.6!cjs": "7a8e688a06110b5b776dbfb75668c9ad541b15c45ca0f48980f99b0039fa6a92", - "https://jspm.dev/npm:uc.micro@1.0.6/categories/Cc/regex!cjs": "5d38e85df8a965f04ad3200f082741d0d946ec6006779c0b34be89b035dc742c", - "https://jspm.dev/npm:uc.micro@1.0.6/categories/Cf/regex!cjs": "3559322645cd5498059936ab622bfec1ad526340cae70f0b81c3a515335fc8f9", - "https://jspm.dev/npm:uc.micro@1.0.6/categories/P/regex!cjs": "1aa197d899ed79eba5d13ad6d5e3d71f5eb78d0af8527a3c16b771db382bd65d", - "https://jspm.dev/npm:uc.micro@1.0.6/categories/Z/regex!cjs": "8cd611ab13531ef42f483b7de5d3f920f2cd59e6f81d5784f8fe01062f2243e6", - "https://jspm.dev/npm:uc.micro@1.0.6/properties/Any/regex!cjs": "563fc432c9071c3902dc1ec804bcf82e21b0753b951b97c45cb28b469036277b", - "https://jspm.dev/npm:uc.micro@1/categories/Cc/regex!cjs": "82e4c2b20918b32106a354344c1c906e78a8834011dc2f0164fb2046ab5f25e9", - "https://jspm.dev/npm:uc.micro@1/categories/P/regex!cjs": "847ab064f5ba7659453a219c69d53973831cd2ae0027c533ee887ec14b4395dc", - "https://jspm.dev/npm:uc.micro@1/categories/Z/regex!cjs": "c65ea2fc5ad9aeef6a8dabdd0d174b83b439938059fa4b64cb3c09b837254fdd", - "https://jspm.dev/npm:uc.micro@1/properties/Any/regex!cjs": "e1656c86b86e5d59376e1b7305675171d4b69296afd6a685d9476a87534e1f9b" + "https://deno.land/x/vento@v0.9.1/src/tokenizer.ts": "e9918ac58f941e048fe08cea10e65fb6e19c00fe7ed31fb050663445f11c6e9d" } } diff --git a/flake.lock b/flake.lock index 4d1f42d..1d8eccc 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1709336216, - "narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=", + "lastModified": 1712014858, + "narHash": "sha256-sB4SWl2lX95bExY2gMFG5HIzvva5AVMJd4Igm+GpZNw=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2", + "rev": "9126214d0a59633752a136528f5f3b9aa8565b7d", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709479366, - "narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=", + "lastModified": 1712608508, + "narHash": "sha256-vMZ5603yU0wxgyQeHJryOI+O61yrX2AHwY6LOFyV1gM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", + "rev": "4cba8b53da471aea2ab2b0c1f30a81e7c451f4b6", "type": "github" }, "original": { @@ -37,11 +37,11 @@ "nixpkgs-lib": { "locked": { "dir": "lib", - "lastModified": 1709237383, - "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", + "lastModified": 1711703276, + "narHash": "sha256-iMUFArF0WCatKK6RzfUJknjem0H9m4KgorO/p3Dopkk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", + "rev": "d8fe5e6c92d0d190646fb9f1056741a229980089", "type": "github" }, "original": { From c6e0a01679bab1a7bb01ae2fd7f491c4cd8a692a Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 18:53:32 +0200 Subject: [PATCH 06/17] v2: review German translations, fine-tune English texts --- _data/services.yml | 150 ++++++++++++++++++++++----------------------- de/index.yml | 2 +- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/_data/services.yml b/_data/services.yml index de59a62..1ba5e08 100644 --- a/_data/services.yml +++ b/_data/services.yml @@ -2,8 +2,8 @@ services: - name: Nextcloud id: nextcloud description: - en: Store your files, calendar, contacts and many other things in the local cloud. Access from all your devices. - de: Sichere deine Dateien, Kalender, Kontakte und viele andere Sachen in der lokalen Cloud. Mit Zugriff von allen deinen Geräten. + en: Store your files, calendar, contacts and many other things in the pub.solar cloud. Access from all your devices. + de: Sichere deine Dateien, Kalender, Kontakte und vieles mehr in der pub.solar Cloud. Mit Zugriff von all deinen Geräten. link: https://cloud.pub.solar wiki: https://wiki.pub.solar/index.php/Nextcloud support: @@ -21,7 +21,7 @@ services: However, we have installed the [End-to-End Encryption app](https://apps.nextcloud.com/apps/end_to_end_encryption) which gives you the option to encrypt files before they are sent to the pub.solar cloud. This application has horrible reviews, with lots of people saying they suffered dataloss. Though we offer this option, **there will be no support or help** if you use this app and lose data. - de: | + de: | Standardmäßig sind keine Daten in Nextcloud verschlüsselt und alles ist für pub.solar-Administratoren lesbar und veränderbar. Wir haben jedoch die [Ende-zu-Ende Verschlüsselungs-App] (https://apps.nextcloud.com/apps/end_to_end_encryption) installiert, die dir die Möglichkeit gibt Dateien zu verschlüsseln, bevor sie an die pub.solar-Cloud gesendet werden. @@ -30,7 +30,7 @@ services: storageEncrypted: # yes no status: yes loggingMinimized: # yes partial no - status: no + status: no decentralized: # yes partial no status: yes @@ -38,7 +38,7 @@ services: id: mastodon description: en: Social networking and microblogging. - de: Soziales Netwerken und Microblogging-Dienste. + de: Soziales Netwerken und Microblogging. link: https://mastodon.pub.solar support: status: yes # yes partial no @@ -47,22 +47,22 @@ services: anonymousUsage: status: partial # yes partial no comment: - en: You can use our web interface to read posts, but if you want to post stuff yourself you'll need a pub.solar ID. - de: Du kannst unser Web Interface benutzen, um Beiträge zu lesen, aber wenn du selber einen Beitrag verfassen möchtest, benötigst du eine pub.solar ID. + en: You can use our [web interface](https://mastodon.pub.solar) to read posts, but if you want to post stuff yourself you will need a pub.solar ID. + de: Du kannst unser [Web Interface](https://mastodon.pub.solar) benutzen, um Beiträge zu lesen, aber wenn du selber einen Beitrag verfassen möchtest, benötigst du eine pub.solar ID. zeroKnowledge: # yes partial no status: no storageEncrypted: # yes no status: yes loggingMinimized: # yes partial no - status: no + status: no decentralized: # yes partial no status: yes - name: Matrix id: matrix description: - en: Matrix is an encrypted chat service. It can be used as an alternative to tools like Discord, Slack, or IRC. In fact, Matrix can bridge into these other chat tools, allowing you to chat with everyone from one place. - de: Matrix ist ein verschlüsselter Chat Service. Es kann als Alternative zu Programmen wie Discord, Slack oder IRC benutzt werden. Matrix kann sogar als Brücke zu diesen anderen Chat Programmen verwendet werden, was es dir erlaubt mit allen von einem Ort aus zu chatten. + en: Matrix is a decentralized, encrypted chat service. It can be used as an alternative to tools like Discord, Slack, or IRC. In fact, Matrix can bridge into these other chat tools, allowing you to chat with everyone from one place. + de: Matrix ist ein dezentraler, verschlüsselter Chat Service. Es kann als Alternative zu Programmen wie Discord, Slack oder IRC benutzt werden. Matrix kann auch als Brücke zu diesen anderen Chat Programmen verwendet werden, was es dir erlaubt mit allen von einem Ort aus zu chatten. link: https://chat.pub.solar support: status: yes # yes partial no @@ -74,25 +74,25 @@ services: status: partial comment: en: | - By default pub.solar admins cannot read the content of your messages, but there is data that is accessible: + By default pub.solar admins cannot read your messages, but there is metadata that is accessible: - * Who you're talking to - * When you're talking to them + * Who you are talking to + * When you are talking to them * When you are online or offline Also, some larger public rooms are unencrypted, and you have the option to turn off encryption on rooms you control. de: | - Generell können pub.solar Administratoren den Kontent eurer Nachrichten nicht lesen, aber folgende Daten sind sichtbar: + Generell können pub.solar Administratoren eure Nachrichten nicht lesen, aber folgende Metadaten sind einsehbar: * Mit wem du sprichst * Wann du mit ihnen sprichst * Wann du online oder offline bist - Auch sind einige größere öffentliche Räume unverschlüsselt, und du hast die Option die Verschlüsselung für Räume auszuschalten, die du kontrollierst. + Manche größere öffentliche Räume sind unverschlüsselt und du hast die Option die Verschlüsselung für Räume auszuschalten, die du kontrollierst. storageEncrypted: # yes no status: yes loggingMinimized: # yes partial no - status: no + status: no decentralized: # yes partial no status: yes @@ -100,7 +100,7 @@ services: id: forgejo description: en: git server - de: Git-Server + de: Git Server link: https://git.pub.solar support: status: yes # yes partial no @@ -113,7 +113,7 @@ services: storageEncrypted: # yes no status: yes loggingMinimized: # yes partial no - status: no + status: no decentralized: # yes partial no status: no @@ -128,8 +128,8 @@ services: backups: status: untested # fully-automated untested not-applicable no comment: - en: The database is backed up, but not assets like images. - de: Für die Datenbank gibt es ein Back-up, aber nicht für Bestandteile wie Bilder. + en: The database is backed up regularly, but not assets like images. + de: Für die Datenbank gibt es ein regelmäßiges Back-up, aber nicht für Bestandteile wie Bilder. anonymousUsage: status: partial # yes partial no zeroKnowledge: # yes partial no @@ -137,7 +137,7 @@ services: storageEncrypted: # yes no status: yes loggingMinimized: # yes partial no - status: no + status: no decentralized: # yes partial no status: no @@ -158,15 +158,15 @@ services: storageEncrypted: # yes no status: yes loggingMinimized: # yes partial no - status: no + status: no decentralized: # yes partial no status: no - - name: Open Bike Sensor portal + - name: OpenBikeSensor portal id: obs-portal description: - en: Portal for the open bike sensor project. This portal currently only hosts the cologne/bonn region. - de: Portal für das Open Bike Sensor Projekt. Dieses Portal deckt zurzeit nur die Region Köln/Bonn ab. + en: Portal for the OpenBikeSensor project. This portal currently only hosts the Cologne/Bonn region. + de: Portal für das OpenBikeSensor Projekt. Dieses Portal deckt zurzeit nur die Region Köln/Bonn ab. link: https://obs-portal.pub.solar support: status: partial # yes partial no @@ -179,7 +179,7 @@ services: storageEncrypted: # yes no status: yes loggingMinimized: # yes partial no - status: no + status: no decentralized: # yes partial no status: no @@ -200,7 +200,7 @@ services: storageEncrypted: # yes no status: yes loggingMinimized: # yes partial no - status: no + status: no decentralized: # yes partial no status: not-applicable @@ -233,74 +233,74 @@ strings: support: name: en: Support - de: Unterstützung - description: + de: Hilfe + description: en: This badge describes how much love and support this service gets from the pub.solar community. Services with a higher level of support are less likely to suffer from outages or dataloss. - de: Dieses Abzeichen beschreibt, wie viel Liebe und Unterstützung dieser Dienst von der pub.solar-Gemeinschaft erhält. Dienste mit einem höheren Maß an Unterstützung sind weniger anfällig für Ausfälle oder Datenverluste. + de: Dieses Schild beschreibt, wie viel Liebe und Unterstützung dieser Service von der pub.solar Gemeinschaft erhält. Services mit einem höheren Maß an Unterstützung sind weniger anfällig für Ausfälle oder Verlust von Daten. states: - yes: - en: We consider this service to be part of our core. It is among our highest priority services to keep online, up-to-date, and backed-up. This service will not be shut down without at least 3 months of prior notice. - de: Wir betrachten diesen Dienst als Teil unseres Kerngeschäfts. Er gehört zu den Diensten mit der höchsten Priorität, die wir online, aktuell und gesichert halten müssen. Dieser Dienst wird nicht ohne eine Vorankündigung von mindestens 3 Monaten abgeschaltet. + yes: + en: We consider this service to be part of our core. It is among our highest priority services to keep it online, up-to-date, and backed-up. This service will not be shut down without at least 3 months of prior notice. + de: Wir betrachten diesen Service als wesentlichen Teil unserer Infrastruktur. Er gehört zu den Services mit der höchsten Priorität, die wir online, aktuell und gesichert halten. Dieser Service wird nicht ohne eine Vorankündigung von mindestens 3 Monaten abgeschaltet. partial: - en: We've been running this service for a while, and it's probably going to be around to stay. However, it is not our highest priority. We could shut this service down with only a couple of days of prior notice. - de: Wir betreiben diesen Dienst schon seit einiger Zeit, und er wird wahrscheinlich auch in Zukunft bestehen bleiben. Er hat jedoch nicht unsere höchste Priorität. Wir könnten diesen Dienst mit einer Vorankündigung von nur wenigen Tagen abschalten. + en: We have been running this service for a while, and it is probably going to be around to stay. However, it is not our highest priority. We could shut this service down with only a couple of days of prior notice. + de: Wir betreiben diesen Service schon seit einiger Zeit und er wird wahrscheinlich auch in Zukunft bestehen bleiben. Er hat jedoch nicht unsere höchste Priorität. Wir könnten diesen Service mit einer Vorankündigung von nur wenigen Tagen abschalten. no: - en: This service is running because someone thought it was fun to try out, as a test, or is very new. Expect changes, downtime, or even shutdown to happen at any time. - de: Dieser Dienst läuft weil jemand dachte dass es Spaß macht ihn auszuprobieren, als Test, oder er ist sehr neu. Rechne damit, dass es jederzeit zu Änderungen, Ausfallzeiten oder sogar zur Abschaltung kommen kann. + en: This service started because someone thought it was fun to try out, as a test, or is very new. Expect changes, downtime, or even shutdown to happen at any time. + de: Dieser Service läuft weil jemand Spaß daran hatte, ihn auszuprobieren, als Test, oder er ist sehr neu. Rechne damit, dass es jederzeit zu Änderungen, Ausfallzeiten oder sogar zur Abschaltung kommen kann. backups: name: en: Backups de: Backups description: en: This badge shows whether the data in the service is automatically backed up every day. - de: Dieses Abzeichen zeigt an, ob die Daten des Dienstes täglich automatisch gesichert werden. + de: Dieses Schild zeigt an, ob die Daten des Services täglich automatisch gesichert werden. states: yes: - en: Daily encrypted backups are made automatially and are tested so we can also automatically restore the service from a previous backup. - de: Tägliche verschlüsselte Backups werden automatisch erstellt und getestet, so dass wir den Dienst auch automatisch aus einem früheren Backup wiederherstellen können. + en: Daily, encrypted backups are made automatically and are tested so we can also automatically restore the service. + de: Tägliche, verschlüsselte Backups werden automatisch erstellt und getestet, so dass wir den Service auch automatisch wiederherstellen können. untested: en: We run daily encrypted backups to an offsite location, but we do not have automated tests to see if recovery works. In a catastrophic event, recovery might take a long time. - de: Wir führen täglich verschlüsselte Sicherungen an einem externen Standort durch, aber wir haben keine automatischen Tests, um festzustellen, ob die Wiederherstellung funktioniert. Im Katastrophenfall kann die Wiederherstellung sehr lange dauern. + de: Wir führen täglich verschlüsselte Sicherungen zu einem externen Standort durch, aber wir haben keine automatischen Tests, um festzustellen, ob die Wiederherstellung funktioniert. Im Katastrophenfall kann die Wiederherstellung sehr lange dauern. not-applicable: en: This service does not store any data to be backed up. - de: Bei diesem Dienst werden Daten gespeichert die gesichert werden müssen. + de: Bei diesem Service werden keine Daten gespeichert die gesichert werden müssen. no: en: Data from this service is not backed up. Expect dataloss any time. - de: Die Daten dieses Dienstes werden nicht gesichert. Rechne jederzeit mit Datenverlusten. + de: Die Daten dieses Services werden nicht gesichert. Rechne jederzeit mit Datenverlusten. anonymousUsage: name: en: Anonymous usage de: Anonyme Benutzung description: en: This badge shows whether you can use the service without registering a pub.solar ID. - de: Diese Abzeichen zeigt an ob du den Dienst nutzen kannst ohne eine pub.solar ID zu registrieren. + de: Dieses Schild zeigt an ob du den Service nutzen kannst ohne eine pub.solar ID zu registrieren. states: yes: - en: You can use all features of this service without logging in to a pub.solar ID. - de: Du kannst alle Funktionen dieses Dienstes nutzen ohne dich mit einer pub.solar ID anzumelden. + en: You can use all features of this service without logging in with a pub.solar ID. + de: Du kannst alle Funktionen dieses Services nutzen, ohne dich mit einer pub.solar ID anzumelden. partial: - en: Some features of this service require you to log in to a pub.solar ID. - de: Für einige Funktionen dieses Dienstes musst du dich mit einer pub.solar ID anmelden. + en: Some features of this service require you to log in with a pub.solar ID. + de: Für einige Funktionen dieses Services musst du dich mit einer pub.solar ID anmelden. no: - en: You have to log in to a pub.solar ID to use this service. - de: Für einige Funktionen dieses Dienstes musst du dich mit einer pub.solar ID anmelden. + en: You have to log in with a pub.solar ID to use this service. + de: Um diesen Service zu nutzen, musst du dich mit einer pub.solar ID anmelden. zeroKnowledge: name: en: Zero knowledge de: Zero knowledge description: en: This badge tells you how much access the pub.solar administrators have to your data in that service. - de: Dieses Abzeichen zeigt dir, wie viel Zugriff die pub.solar-Administratoren auf deine Daten in diesem Dienst haben. + de: Dieses Schild zeigt dir, wie viel Zugriff die pub.solar Administratoren auf deine Daten in diesem Service haben. states: yes: en: pub.solar administrators have no access to your data in this service. - de: Die Administratoren von pub.solar haben keinen Zugriff auf deine Daten in diesem Dienst. + de: Die Administratoren von pub.solar haben keinen Zugriff auf deine Daten in diesem Service. partial: en: Some of the data of this service is unreadable to pub.solar administrators, but not all. - de: Einige der Daten dieses Dienstes sind für pub.solar-Administratoren unlesbar, aber nicht alle. + de: Einige der Daten dieses Services sind für pub.solar Administratoren nicht einsehbar, aber nicht alle. no: en: All your data in this service is readable by pub.solar administrators. - de: Alle deine Daten in diesem Dienst sind für die Administratoren von pub.solar lesbar. + de: Alle deine Daten in diesem Service sind für die Administratoren von pub.solar lesbar. storageEncrypted: name: en: Storage encrypted @@ -310,57 +310,57 @@ strings: This badge tells you whether the service data is stored on encrypted drives. This protects against unwanted physical access to the servers, since only the pub.solar administrators can unlock the hard drive encryption. ***Caveat***: Man-in-the-middle attacks that intercept the password in-transit when pub.solar administrators remotely unlock the disk can circumvent this. Do not rely on storage encryption to keep your data safe from highly-capable attackers like nation-states. Focus on the zero-knowledge badge if this is your threat-model. - de: | - Dieses Abzeichen zeigt an, ob die Daten des Dienstes auf verschlüsselten Laufwerken gespeichert sind. Dies schützt vor unerwünschtem physischen Zugriff auf die Server, da nur die pub.solar-Administratoren die Festplattenverschlüsselung aufheben können. + de: | + Dieses Schild zeigt an, ob die Daten des Services auf verschlüsselten Laufwerken gespeichert sind. Dies schützt vor unerwünschtem physischen Zugriff auf die Server, da nur die pub.solar Administratoren die Festplatten entschlüsseln können. - ***Vorbehalt***: Man-in-the-middle-Angriffe, die das Passwort beim Entsperren der Festplatte durch pub.solar-Administratoren aus der Ferne abfangen, können dies umgehen. Verlasse dich nicht auf die Speicherverschlüsselung, um Daten vor hochgradig fähigen Angreifern wie Nationalstaaten zu schützen. Konzentriere dich auf den Zero-Knowledge-Badge, wenn das dein Bedrohungsmodell ist. + ***Vorbehalt***: Man-in-the-middle Angriffe, die das Passwort beim Entsperren der Festplatte durch einen pub.solar Administrator aus der Ferne abfangen, könnten dies umgehen. Verlasse dich nicht auf die Speicherverschlüsselung, um Daten vor sehr gut ausgestatteten Angreifern wie Staaten zu schützen. Beachte bitte das Zero Knowledge Schild, wenn das dein Bedrohungsmodell ist. states: yes: - en: This service runs on a server with encrypted hard drives. - de: Dieser Dienst läuft auf einem Server mit verschlüsselten Festplatten. + en: This service runs on a server with encrypted hard drives. + de: Dieser Service läuft auf einem Server mit verschlüsselten Festplatten. no: - en: This service **does not** run on a server with encrypted hard drives. - de: Dieser Dienst läuft **nicht** auf einem Server mit verschlüsselten Festplatten. + en: This service **does not** run on a server with encrypted hard drives. + de: Dieser Service läuft **nicht** auf einem Server mit verschlüsselten Festplatten. loggingMinimized: name: en: Logging minimized de: Minimiertes Logging description: - en: This badge tells you whether we've configured the service and any related software so it logs as little data as possible. - de: Dieses Abzeichen zeigt dir, ob wir den Dienst und die zugehörige Software so konfiguriert haben, dass so wenig Daten wie möglich aufgezeichnet werden. + en: This badge tells you whether we have configured the service and any related software so it logs as little data as possible. + de: Dieses Schild zeigt dir, ob wir den Service und die zugehörige Software so konfiguriert haben, dass so wenig Log-Dateien wie möglich aufgezeichnet werden. states: yes: en: No logs are written at all. - de: Es werden keinerlei Protokolle erstellt. + de: Es werden keinerlei Logs erstellt. partial: - en: We've reduced the amount of logging, but there is still some amount of activity logging going on. - de: Wir haben den Umfang der Protokollierung reduziert, aber es wird immer noch ein gewisses Maß an Aktivitäten protokolliert. + en: We have reduced the amount of logging, but there is still some amount of activity logging going on. + de: Wir haben den Umfang des Logging reduziert, aber es wird immer noch ein gewisses Maß an Aktivitäten protokolliert. no: en: This service runs in its default logging configuration. - de: Dieser Dienst wird in seiner Standardkonfiguration für die Protokollierung ausgeführt. + de: Dieser Service wird in seiner Standardkonfiguration für das Logging ausgeführt. decentralized: name: en: Decentralized de: Dezentralisiert description: en: | - This badge shows whether this service can interact with services of similar types hosted by other people or organizations. + This badge shows whether this service can interact and federate with services of similar types hosted by other people or organizations. For example, you can send an email from your own provider to someone who has their address with some other provider. With facebook messages you cannot do this; all facebook messages have to go to other facebook users. de: | - Dieses Abzeichen zeigt an ob dieser Dienst mit Diensten ähnlicher Art, die von anderen Personen oder Organisationen betrieben werden, interagieren kann. + Dieses Schild zeigt an ob dieser Service mit Services ähnlicher Art, die von anderen Personen oder Organisationen betrieben werden, interagieren und föderieren kann. - Du kannst zum Beispiel eine E-Mail von deinem eigenen Anbieter an jemanden senden der seine Adresse bei einem anderen Anbieter hat. Bei Facebook-Nachrichten ist dies nicht möglich; alle Facebook-Nachrichten müssen an andere Facebook-Nutzer gehen. + Du kannst zum Beispiel eine E-Mail von deinem eigenen Anbieter an jemanden senden der seine E-Mail Adresse bei einem anderen Anbieter hat. Bei Facebook-Nachrichten ist dies nicht möglich; alle Facebook-Nachrichten können nur an andere Facebook-Nutzer gesendet werden. states: yes: - en: All relevant communication features of this service can interact with other instances of similar services. - de: Alle relevanten Kommunikationsfunktionen dieses Dienstes können mit anderen Instanzen ähnlicher Dienste interagieren. + en: All relevant communication features of this service can interact and federate with other instances of similar services. + de: Alle relevanten Funktionen dieses Services können mit anderen Instanzen interagieren und föderieren. partial: en: Some features of this service can interact with other instances. - de: Einige Funktionen dieses Dienstes können mit anderen Instanzen interagieren. + de: Einige Funktionen dieses Services können mit anderen Instanzen interagieren und föderieren. not-applicable: en: This service has no features that could be decentralized. - de: Dieser Dienst hat keine Funktionen, die dezentralisiert werden könnten. + de: Dieser Service hat keine Funktionen, die dezentralisiert werden können. no: en: This service is centralized. - de: Dieser Dienst ist zentralisiert. + de: Dieser Service ist zentralisiert. diff --git a/de/index.yml b/de/index.yml index 1ecf1e0..677a486 100644 --- a/de/index.yml +++ b/de/index.yml @@ -13,7 +13,7 @@ content: | links: - href: ./services - title: Unsere Dienste + title: Unsere Services - href: https://auth.pub.solar/realms/pub.solar/account title: Deine pub.solar ID - href: ./hakken From 3467bd48504990500b86c6af8a3116646609e5e2 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 19:13:02 +0200 Subject: [PATCH 07/17] chore: update deno.lock --- deno.lock | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 152 insertions(+), 1 deletion(-) diff --git a/deno.lock b/deno.lock index 073a9fc..7b7ccbb 100644 --- a/deno.lock +++ b/deno.lock @@ -13,6 +13,7 @@ "npm:postcss-import@15.1.0": "npm:postcss-import@15.1.0_postcss@8.4.32", "npm:postcss-nesting@12.0.1": "npm:postcss-nesting@12.0.1_postcss@8.4.32_postcss-selector-parser@6.0.14", "npm:postcss@8.4.32": "npm:postcss@8.4.32", + "npm:react": "npm:react@18.2.0", "npm:react-dom@18.2.0": "npm:react-dom@18.2.0_react@18.2.0", "npm:react@18.2.0": "npm:react@18.2.0", "npm:sass@1.69.5": "npm:sass@1.69.5", @@ -477,6 +478,19 @@ } }, "remote": { + "https://deno.land/std@0.170.0/_util/asserts.ts": "d0844e9b62510f89ce1f9878b046f6a57bf88f208a10304aab50efcb48365272", + "https://deno.land/std@0.170.0/_util/os.ts": "8a33345f74990e627b9dfe2de9b040004b08ea5146c7c9e8fe9a29070d193934", + "https://deno.land/std@0.170.0/encoding/base64.ts": "8605e018e49211efc767686f6f687827d7f5fd5217163e981d8d693105640d7a", + "https://deno.land/std@0.170.0/fmt/colors.ts": "03ad95e543d2808bc43c17a3dd29d25b43d0f16287fe562a0be89bf632454a12", + "https://deno.land/std@0.170.0/path/_constants.ts": "df1db3ffa6dd6d1252cc9617e5d72165cd2483df90e93833e13580687b6083c3", + "https://deno.land/std@0.170.0/path/_interface.ts": "ee3b431a336b80cf445441109d089b70d87d5e248f4f90ff906820889ecf8d09", + "https://deno.land/std@0.170.0/path/_util.ts": "d16be2a16e1204b65f9d0dfc54a9bc472cafe5f4a190b3c8471ec2016ccd1677", + "https://deno.land/std@0.170.0/path/common.ts": "bee563630abd2d97f99d83c96c2fa0cca7cee103e8cb4e7699ec4d5db7bd2633", + "https://deno.land/std@0.170.0/path/glob.ts": "81cc6c72be002cd546c7a22d1f263f82f63f37fe0035d9726aa96fc8f6e4afa1", + "https://deno.land/std@0.170.0/path/mod.ts": "cf7cec7ac11b7048bb66af8ae03513e66595c279c65cfa12bfc07d9599608b78", + "https://deno.land/std@0.170.0/path/posix.ts": "b859684bc4d80edfd4cad0a82371b50c716330bed51143d6dcdbe59e6278b30c", + "https://deno.land/std@0.170.0/path/separator.ts": "fe1816cb765a8068afb3e8f13ad272351c85cbc739af56dacfc7d93d710fe0f9", + "https://deno.land/std@0.170.0/path/win32.ts": "7cebd2bda6657371adc00061a1d23fdd87bcdf64b4843bb148b0b24c11b40f69", "https://deno.land/std@0.205.0/assert/assert.ts": "9a97dad6d98c238938e7540736b826440ad8c1c1e54430ca4c4e623e585607ee", "https://deno.land/std@0.205.0/assert/assertion_error.ts": "4d0bde9b374dfbcbe8ac23f54f567b77024fb67dbb1906a852d67fe050d42f56", "https://deno.land/std@0.205.0/html/entities.ts": "43f208131bb847e6e222c9dd50322066491da93ed945a93d778923ef7e975398", @@ -729,6 +743,88 @@ "https://deno.land/std@0.208.0/yaml/schema/mod.ts": "4472e827bab5025e92bc2eb2eeefa70ecbefc64b2799b765c69af84822efef32", "https://deno.land/std@0.208.0/yaml/stringify.ts": "fffc09c65c68d3d63f8159e8cbaa3f489bc20a8e55b4fbb61a8c2e9f914d1d02", "https://deno.land/std@0.208.0/yaml/type.ts": "65553da3da3c029b6589c6e4903f0afbea6768be8fca61580711457151f2b30f", + "https://deno.land/x/cliffy@v0.25.7/_utils/distance.ts": "02af166952c7c358ac83beae397aa2fbca4ad630aecfcd38d92edb1ea429f004", + "https://deno.land/x/cliffy@v0.25.7/ansi/ansi.ts": "7f43d07d31dd7c24b721bb434c39cbb5132029fa4be3dd8938873065f65e5810", + "https://deno.land/x/cliffy@v0.25.7/ansi/ansi_escapes.ts": "885f61f343223f27b8ec69cc138a54bea30542924eacd0f290cd84edcf691387", + "https://deno.land/x/cliffy@v0.25.7/ansi/chain.ts": "31fb9fcbf72fed9f3eb9b9487270d2042ccd46a612d07dd5271b1a80ae2140a0", + "https://deno.land/x/cliffy@v0.25.7/ansi/colors.ts": "5f71993af5bd1aa0a795b15f41692d556d7c89584a601fed75997df844b832c9", + "https://deno.land/x/cliffy@v0.25.7/ansi/cursor_position.ts": "d537491e31d9c254b208277448eff92ff7f55978c4928dea363df92c0df0813f", + "https://deno.land/x/cliffy@v0.25.7/ansi/deps.ts": "0f35cb7e91868ce81561f6a77426ea8bc55dc15e13f84c7352f211023af79053", + "https://deno.land/x/cliffy@v0.25.7/ansi/mod.ts": "bb4e6588e6704949766205709463c8c33b30fec66c0b1846bc84a3db04a4e075", + "https://deno.land/x/cliffy@v0.25.7/ansi/tty.ts": "8fb064c17ead6cdf00c2d3bc87a9fd17b1167f2daa575c42b516f38bdb604673", + "https://deno.land/x/cliffy@v0.25.7/command/_errors.ts": "a9bd23dc816b32ec96c9b8f3057218241778d8c40333b43341138191450965e5", + "https://deno.land/x/cliffy@v0.25.7/command/_utils.ts": "9ab3d69fabab6c335b881b8a5229cbd5db0c68f630a1c307aff988b6396d9baf", + "https://deno.land/x/cliffy@v0.25.7/command/command.ts": "a2b83c612acd65c69116f70dec872f6da383699b83874b70fcf38cddf790443f", + "https://deno.land/x/cliffy@v0.25.7/command/completions/_bash_completions_generator.ts": "43b4abb543d4dc60233620d51e69d82d3b7c44e274e723681e0dce2a124f69f9", + "https://deno.land/x/cliffy@v0.25.7/command/completions/_fish_completions_generator.ts": "d0289985f5cf0bd288c05273bfa286b24c27feb40822eb7fd9d7fee64e6580e8", + "https://deno.land/x/cliffy@v0.25.7/command/completions/_zsh_completions_generator.ts": "14461eb274954fea4953ee75938821f721da7da607dc49bcc7db1e3f33a207bd", + "https://deno.land/x/cliffy@v0.25.7/command/completions/bash.ts": "053aa2006ec327ccecacb00ba28e5eb836300e5c1bec1b3cfaee9ddcf8189756", + "https://deno.land/x/cliffy@v0.25.7/command/completions/complete.ts": "58df61caa5e6220ff2768636a69337923ad9d4b8c1932aeb27165081c4d07d8b", + "https://deno.land/x/cliffy@v0.25.7/command/completions/fish.ts": "9938beaa6458c6cf9e2eeda46a09e8cd362d4f8c6c9efe87d3cd8ca7477402a5", + "https://deno.land/x/cliffy@v0.25.7/command/completions/mod.ts": "aeef7ec8e319bb157c39a4bab8030c9fe8fa327b4c1e94c9c1025077b45b40c0", + "https://deno.land/x/cliffy@v0.25.7/command/completions/zsh.ts": "8b04ab244a0b582f7927d405e17b38602428eeb347a9968a657e7ea9f40e721a", + "https://deno.land/x/cliffy@v0.25.7/command/deprecated.ts": "bbe6670f1d645b773d04b725b8b8e7814c862c9f1afba460c4d599ffe9d4983c", + "https://deno.land/x/cliffy@v0.25.7/command/deps.ts": "275b964ce173770bae65f6b8ebe9d2fd557dc10292cdd1ed3db1735f0d77fa1d", + "https://deno.land/x/cliffy@v0.25.7/command/help/_help_generator.ts": "f7c349cb2ddb737e70dc1f89bcb1943ca9017a53506be0d4138e0aadb9970a49", + "https://deno.land/x/cliffy@v0.25.7/command/help/mod.ts": "09d74d3eb42d21285407cda688074c29595d9c927b69aedf9d05ff3f215820d3", + "https://deno.land/x/cliffy@v0.25.7/command/mod.ts": "d0a32df6b14028e43bb2d41fa87d24bc00f9662a44e5a177b3db02f93e473209", + "https://deno.land/x/cliffy@v0.25.7/command/type.ts": "24e88e3085e1574662b856ccce70d589959648817135d4469fab67b9cce1b364", + "https://deno.land/x/cliffy@v0.25.7/command/types.ts": "ae02eec0ed7a769f7dba2dd5d3a931a61724b3021271b1b565cf189d9adfd4a0", + "https://deno.land/x/cliffy@v0.25.7/command/types/action_list.ts": "33c98d449617c7a563a535c9ceb3741bde9f6363353fd492f90a74570c611c27", + "https://deno.land/x/cliffy@v0.25.7/command/types/boolean.ts": "3879ec16092b4b5b1a0acb8675f8c9250c0b8a972e1e4c7adfba8335bd2263ed", + "https://deno.land/x/cliffy@v0.25.7/command/types/child_command.ts": "f1fca390c7fbfa7a713ca15ef55c2c7656bcbb394d50e8ef54085bdf6dc22559", + "https://deno.land/x/cliffy@v0.25.7/command/types/command.ts": "325d0382e383b725fd8d0ef34ebaeae082c5b76a1f6f2e843fee5dbb1a4fe3ac", + "https://deno.land/x/cliffy@v0.25.7/command/types/enum.ts": "2178345972adf7129a47e5f02856ca3e6852a91442a1c78307dffb8a6a3c6c9f", + "https://deno.land/x/cliffy@v0.25.7/command/types/file.ts": "8618f16ac9015c8589cbd946b3de1988cc4899b90ea251f3325c93c46745140e", + "https://deno.land/x/cliffy@v0.25.7/command/types/integer.ts": "29864725fd48738579d18123d7ee78fed37515e6dc62146c7544c98a82f1778d", + "https://deno.land/x/cliffy@v0.25.7/command/types/number.ts": "aeba96e6f470309317a16b308c82e0e4138a830ec79c9877e4622c682012bc1f", + "https://deno.land/x/cliffy@v0.25.7/command/types/string.ts": "e4dadb08a11795474871c7967beab954593813bb53d9f69ea5f9b734e43dc0e0", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/mod.ts": "17e2df3b620905583256684415e6c4a31e8de5c59066eb6d6c9c133919292dc4", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider.ts": "d6fb846043232cbd23c57d257100c7fc92274984d75a5fead0f3e4266dc76ab8", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/deno_land.ts": "24f8d82e38c51e09be989f30f8ad21f9dd41ac1bb1973b443a13883e8ba06d6d", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/github.ts": "99e1b133dd446c6aa79f69e69c46eb8bc1c968dd331c2a7d4064514a317c7b59", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/nest_land.ts": "0e07936cea04fa41ac9297f32d87f39152ea873970c54cb5b4934b12fee1885e", + "https://deno.land/x/cliffy@v0.25.7/command/upgrade/upgrade_command.ts": "3640a287d914190241ea1e636774b1b4b0e1828fa75119971dd5304784061e05", + "https://deno.land/x/cliffy@v0.25.7/flags/_errors.ts": "f1fbb6bfa009e7950508c9d491cfb4a5551027d9f453389606adb3f2327d048f", + "https://deno.land/x/cliffy@v0.25.7/flags/_utils.ts": "340d3ecab43cde9489187e1f176504d2c58485df6652d1cdd907c0e9c3ce4cc2", + "https://deno.land/x/cliffy@v0.25.7/flags/_validate_flags.ts": "16eb5837986c6f6f7620817820161a78d66ce92d690e3697068726bbef067452", + "https://deno.land/x/cliffy@v0.25.7/flags/deprecated.ts": "a72a35de3cc7314e5ebea605ca23d08385b218ef171c32a3f135fb4318b08126", + "https://deno.land/x/cliffy@v0.25.7/flags/flags.ts": "68a9dfcacc4983a84c07ba19b66e5e9fccd04389fad215210c60fb414cc62576", + "https://deno.land/x/cliffy@v0.25.7/flags/mod.ts": "b21c2c135cd2437cc16245c5f168a626091631d6d4907ad10db61c96c93bdb25", + "https://deno.land/x/cliffy@v0.25.7/flags/types.ts": "7452ea5296758fb7af89930349ce40d8eb9a43b24b3f5759283e1cb5113075fd", + "https://deno.land/x/cliffy@v0.25.7/flags/types/boolean.ts": "4c026dd66ec9c5436860dc6d0241427bdb8d8e07337ad71b33c08193428a2236", + "https://deno.land/x/cliffy@v0.25.7/flags/types/integer.ts": "b60d4d590f309ddddf066782d43e4dc3799f0e7d08e5ede7dc62a5ee94b9a6d9", + "https://deno.land/x/cliffy@v0.25.7/flags/types/number.ts": "610936e2d29de7c8c304b65489a75ebae17b005c6122c24e791fbed12444d51e", + "https://deno.land/x/cliffy@v0.25.7/flags/types/string.ts": "e89b6a5ce322f65a894edecdc48b44956ec246a1d881f03e97bbda90dd8638c5", + "https://deno.land/x/cliffy@v0.25.7/keycode/key_code.ts": "c4ab0ffd102c2534962b765ded6d8d254631821bf568143d9352c1cdcf7a24be", + "https://deno.land/x/cliffy@v0.25.7/keycode/key_codes.ts": "917f0a2da0dbace08cf29bcfdaaa2257da9fe7e705fff8867d86ed69dfb08cfe", + "https://deno.land/x/cliffy@v0.25.7/keycode/mod.ts": "292d2f295316c6e0da6955042a7b31ab2968ff09f2300541d00f05ed6c2aa2d4", + "https://deno.land/x/cliffy@v0.25.7/mod.ts": "e3515ccf6bd4e4ac89322034e07e2332ed71901e4467ee5bc9d72851893e167b", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_input.ts": "737cff2de02c8ce35250f5dd79c67b5fc176423191a2abd1f471a90dd725659e", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_list.ts": "79b301bf09eb19f0d070d897f613f78d4e9f93100d7e9a26349ef0bfaa7408d2", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_prompt.ts": "8630ce89a66d83e695922df41721cada52900b515385d86def597dea35971bb2", + "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_suggestions.ts": "2a8b619f91e8f9a270811eff557f10f1343a444a527b5fc22c94de832939920c", + "https://deno.land/x/cliffy@v0.25.7/prompt/_utils.ts": "676cca30762656ed1a9bcb21a7254244278a23ffc591750e98a501644b6d2df3", + "https://deno.land/x/cliffy@v0.25.7/prompt/checkbox.ts": "e5a5a9adbb86835dffa2afbd23c6f7a8fe25a9d166485388ef25aba5dc3fbf9e", + "https://deno.land/x/cliffy@v0.25.7/prompt/confirm.ts": "94c8e55de3bbcd53732804420935c432eab29945497d1c47c357d236a89cb5f6", + "https://deno.land/x/cliffy@v0.25.7/prompt/deps.ts": "4c38ab18e55a792c9a136c1c29b2b6e21ea4820c45de7ef4cf517ce94012c57d", + "https://deno.land/x/cliffy@v0.25.7/prompt/figures.ts": "26af0fbfe21497220e4b887bb550fab997498cde14703b98e78faf370fbb4b94", + "https://deno.land/x/cliffy@v0.25.7/prompt/input.ts": "ee45532e0a30c2463e436e08ae291d79d1c2c40872e17364c96d2b97c279bf4d", + "https://deno.land/x/cliffy@v0.25.7/prompt/list.ts": "6780427ff2a932a48c9b882d173c64802081d6cdce9ff618d66ba6504b6abc50", + "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts": "195aed14d10d279914eaa28c696dec404d576ca424c097a5bc2b4a7a13b66c89", + "https://deno.land/x/cliffy@v0.25.7/prompt/number.ts": "015305a76b50138234dde4fd50eb886c6c7c0baa1b314caf811484644acdc2cf", + "https://deno.land/x/cliffy@v0.25.7/prompt/prompt.ts": "0e7f6a1d43475ee33fb25f7d50749b2f07fc0bcddd9579f3f9af12d05b4a4412", + "https://deno.land/x/cliffy@v0.25.7/prompt/secret.ts": "58745f5231fb2c44294c4acf2511f8c5bfddfa1e12f259580ff90dedea2703d6", + "https://deno.land/x/cliffy@v0.25.7/prompt/select.ts": "1e982eae85718e4e15a3ee10a5ae2233e532d7977d55888f3a309e8e3982b784", + "https://deno.land/x/cliffy@v0.25.7/prompt/toggle.ts": "842c3754a40732f2e80bcd4670098713e402e64bd930e6cab2b787f7ad4d931a", + "https://deno.land/x/cliffy@v0.25.7/table/border.ts": "2514abae4e4f51eda60a5f8c927ba24efd464a590027e900926b38f68e01253c", + "https://deno.land/x/cliffy@v0.25.7/table/cell.ts": "1d787d8006ac8302020d18ec39f8d7f1113612c20801b973e3839de9c3f8b7b3", + "https://deno.land/x/cliffy@v0.25.7/table/deps.ts": "5b05fa56c1a5e2af34f2103fd199e5f87f0507549963019563eae519271819d2", + "https://deno.land/x/cliffy@v0.25.7/table/layout.ts": "46bf10ae5430cf4fbb92f23d588230e9c6336edbdb154e5c9581290562b169f4", + "https://deno.land/x/cliffy@v0.25.7/table/mod.ts": "e74f69f38810ee6139a71132783765feb94436a6619c07474ada45b465189834", + "https://deno.land/x/cliffy@v0.25.7/table/row.ts": "5f519ba7488d2ef76cbbf50527f10f7957bfd668ce5b9169abbc44ec88302645", + "https://deno.land/x/cliffy@v0.25.7/table/table.ts": "ec204c9d08bb3ff1939c5ac7412a4c9ed7d00925d4fc92aff9bfe07bd269258d", + "https://deno.land/x/cliffy@v0.25.7/table/utils.ts": "187bb7dcbcfb16199a5d906113f584740901dfca1007400cba0df7dcd341bc29", "https://deno.land/x/deno_dom@v0.1.43/build/deno-wasm/deno-wasm.js": "d6841a06342eb6a2798ef28de79ad69c0f2fa349fa04d3ca45e5fcfbf50a9340", "https://deno.land/x/deno_dom@v0.1.43/deno-dom-wasm.ts": "a33d160421bbb6e3104285ea5ebf33352b7ad50d82ea8765e3cf65f972b25119", "https://deno.land/x/deno_dom@v0.1.43/src/api.ts": "0ff5790f0a3eeecb4e00b7d8fbfa319b165962cf6d0182a65ba90f158d74f7d7", @@ -751,6 +847,11 @@ "https://deno.land/x/deno_dom@v0.1.43/src/dom/utils-types.ts": "96db30e3e4a75b194201bb9fa30988215da7f91b380fca6a5143e51ece2a8436", "https://deno.land/x/deno_dom@v0.1.43/src/dom/utils.ts": "4c6206516fb8f61f37a209c829e812c4f5a183e46d082934dd14c91bde939263", "https://deno.land/x/deno_dom@v0.1.43/src/parser.ts": "e06b2300d693e6ae7564e53dfa5c9a9e97fdb8c044c39c52c8b93b5d60860be3", + "https://deno.land/x/lume@v2.0.1/cli.ts": "ec79a3b06406f163de3c9228ffa3ab2381409fd3441056d7d67093a3259f477c", + "https://deno.land/x/lume@v2.0.1/cli/build.ts": "9fe29016681d4cb486a4899785d555e936717485fb4ecd119ee9f06cd784315a", + "https://deno.land/x/lume@v2.0.1/cli/create.ts": "d045fa2aba880adb4653f8d5ffc70eb89b21df57cb5dd6ec78208f31b99690cb", + "https://deno.land/x/lume@v2.0.1/cli/run.ts": "7f602b21244dbc698159e925a547b30edbbb89579d7fd27e94e2cbaf1acea7bf", + "https://deno.land/x/lume@v2.0.1/cli/upgrade.ts": "2c04a0129501f344d14597b9e0eb426d04f3e48e6093251025ed3c0704b5560e", "https://deno.land/x/lume@v2.0.1/core/component_loader.ts": "da80bf80a168d0b91b59eb3449fbf62627d8bf67879df34e71970616d47ce2ec", "https://deno.land/x/lume@v2.0.1/core/data_loader.ts": "8698a9e9b1aac27147dc835ba89a0e30828c81338eceae86630607d78f146215", "https://deno.land/x/lume@v2.0.1/core/events.ts": "f02a60b815325093b650bcf4104d023a079b990dfa29b103f2cf2062b3ffc1ce", @@ -773,20 +874,25 @@ "https://deno.land/x/lume@v2.0.1/core/source.ts": "5552c89cadebaff338aaae0e71cc80c4dfd4801eed65edfa1134d5c2fa7658b5", "https://deno.land/x/lume@v2.0.1/core/utils/concurrent.ts": "cb0775b3d95f3faa356aa3a3e489dccef8807ed93cc4f84fcf5bc81e87c29504", "https://deno.land/x/lume@v2.0.1/core/utils/date.ts": "9fde280ed704e4f66f590b43d5318a15b04900a93fc030dd8c27227ef8c4795f", + "https://deno.land/x/lume@v2.0.1/core/utils/deno_config.ts": "d95f685d42627d386cb72c7026e22a309891d5515933c8ab7e0f8151d471867f", "https://deno.land/x/lume@v2.0.1/core/utils/digest.ts": "445b387983391af73269686292a65bb677119a25a327776885ff1242a9397ad8", "https://deno.land/x/lume@v2.0.1/core/utils/dom.ts": "d406fb5c48ceb012286d0aff66ef635261eda666de2ce07538c0cf9366b8fecd", "https://deno.land/x/lume@v2.0.1/core/utils/env.ts": "ed12a51148a6cfdc27f14de6ae014825b689ee601067d165dd7613661c479da1", "https://deno.land/x/lume@v2.0.1/core/utils/generator.ts": "1e664e9fd4c469e38a0acf5c94fd49dac4f38cb6334563ea4b7fc498b5958877", "https://deno.land/x/lume@v2.0.1/core/utils/log.ts": "78894770d968e9a50a0c767fcc8cfa409825c9514c1bc9f6be17b88a54066844", + "https://deno.land/x/lume@v2.0.1/core/utils/lume_config.ts": "256cd1a6636f542f27407599471453c369b241b81cf118ecb20cb853d4d1e571", + "https://deno.land/x/lume@v2.0.1/core/utils/lume_version.ts": "368d68675cb5d3ed3b03461ac2f86d5c0fe25b2f194531216c4308b3376f49ce", "https://deno.land/x/lume@v2.0.1/core/utils/merge_data.ts": "f4771c4f027b17487bf9a33bc2b04701a97f0578fd4a7feb31809cc119e5ee63", "https://deno.land/x/lume@v2.0.1/core/utils/object.ts": "e00ee6e91264064772c87e69e128a09ba0e30c2c41be4a5302881f59f456fc31", "https://deno.land/x/lume@v2.0.1/core/utils/page_date.ts": "096b21d1832c74bc338c8d8d8762f1f5106259b73e6b2caa72fb50986d4f1f5b", "https://deno.land/x/lume@v2.0.1/core/utils/page_url.ts": "fbfcb121c3c0b8b84760ff678c85b9fa7bb66b3ed6db4fa294cab44699e6eb3f", "https://deno.land/x/lume@v2.0.1/core/utils/path.ts": "f3286c4e38149e0fccdb59fab17dbcd8b82fb8f4928fd2fce6306e0d11d0f69b", "https://deno.land/x/lume@v2.0.1/core/utils/read.ts": "5655deaf6bea0b106f0c00dbbbc263076d138342d9500b5fabd8cb2470273661", + "https://deno.land/x/lume@v2.0.1/core/watcher.ts": "2487018b7b860fec08194b6b46ca3793852e2bf72ac9479ef513624b085becdc", "https://deno.land/x/lume@v2.0.1/core/writer.ts": "6438885b10c87123dab035615be660a012a52b3b4d960d02945c61acc530815f", "https://deno.land/x/lume@v2.0.1/deps/base64.ts": "79f5ad1f936fc1a8c1920a331c537ff97834189b1ca7567d034428317b2df8fc", "https://deno.land/x/lume@v2.0.1/deps/cli.ts": "5052ef3d362aba1c75364ca19666ace6e4b3b8c579cd01cabe3ff87c3a18fe08", + "https://deno.land/x/lume@v2.0.1/deps/cliffy.ts": "faff0c2ca187ec9fd1ad8660141f85b9d05b5c36bab25b40eb5038c02590a310", "https://deno.land/x/lume@v2.0.1/deps/colors.ts": "d11e05704e4cba01c1a4981ac22abc82b1e7511e9d5acee04450f4fef8fcf56a", "https://deno.land/x/lume@v2.0.1/deps/crypto.ts": "d87da1ede845c120cbec683094645dc50c67eeaf9e4b052350c2d36734bf94a4", "https://deno.land/x/lume@v2.0.1/deps/date.ts": "a9320999733700f106ddffa9b457e38e879cc86acfcd51a3d9bd2c6d847aef45", @@ -807,6 +913,11 @@ "https://deno.land/x/lume@v2.0.1/deps/toml.ts": "ffae452ae0d847d98efac4a45867819330d4ecf6391ea9228654bbc2bacb4e12", "https://deno.land/x/lume@v2.0.1/deps/vento.ts": "3b8cfc5199064def632e20afe210cd523097038a0adaf5424f53dc8dc64f927b", "https://deno.land/x/lume@v2.0.1/deps/yaml.ts": "9eb7cdd4e98ae93f6d1a14ca5a634e42c105e7446c17c686dff0aa405d0205a3", + "https://deno.land/x/lume@v2.0.1/middlewares/logger.ts": "def186719dc34e92a553c51bfb8dbe55dbbce34428b8fc38b00702b51722e094", + "https://deno.land/x/lume@v2.0.1/middlewares/no_cache.ts": "c576ae2323c8b5657681721377c806672d5e1811d8cf35fba5efebc2645b37ae", + "https://deno.land/x/lume@v2.0.1/middlewares/not_found.ts": "0fcd2da81a9573faf3f6f650f8e126ab5600bf0dd0b49b211303274b5d9afa4e", + "https://deno.land/x/lume@v2.0.1/middlewares/reload.ts": "c9999bdd52e18e85a1634659506542ce0e942cc91b69e3fc9887cabf23ca4592", + "https://deno.land/x/lume@v2.0.1/middlewares/reload_client.js": "34d75e01503fae8180796de882af42b1125fac88f22a010a99d5548de1ba7d72", "https://deno.land/x/lume@v2.0.1/mod.ts": "a07ffb98ba25639ed5909590fcb8f649f287207a7258e255a057a8e757d66e1c", "https://deno.land/x/lume@v2.0.1/plugins/date.ts": "4e4d58340b5fb56e14aa2cdead1c49e7c14bd8cb35cbbfe778dd9381cc5e614c", "https://deno.land/x/lume@v2.0.1/plugins/json.ts": "f6429bbd865e3666ef3385fd205fcc92df02ca2c0f74f20baa5c0798a81e1642", @@ -839,6 +950,46 @@ "https://deno.land/x/vento@v0.9.1/plugins/unescape.ts": "946512835a409815d6ad98ac4529440e9a368f42ca499791d0f25ee0ecc4c4d6", "https://deno.land/x/vento@v0.9.1/src/environment.ts": "9c28fbf05176297adb93fc688711125b295c69089554d4211cd38a5b04028ec5", "https://deno.land/x/vento@v0.9.1/src/loader.ts": "eb01b0dca7ea8bcdcdfd30b1f90f2fad28fb7f2cfd943900322a85bfaa86130c", - "https://deno.land/x/vento@v0.9.1/src/tokenizer.ts": "e9918ac58f941e048fe08cea10e65fb6e19c00fe7ed31fb050663445f11c6e9d" + "https://deno.land/x/vento@v0.9.1/src/tokenizer.ts": "e9918ac58f941e048fe08cea10e65fb6e19c00fe7ed31fb050663445f11c6e9d", + "https://jspm.dev/markdown-it": "7fd1292527c2ed524afcc67abcd7ae4c26d2d0a468e98b1f0bd417ca217c9d9a", + "https://jspm.dev/npm:@jspm/core@2.0.1/_/0545670c.js": "468e254a0e5f7801333f217fcee046141186bd0a960018c893d73910bd754b71", + "https://jspm.dev/npm:@jspm/core@2.0.1/nodelibs/punycode": "de15b3b865f8196f62e2100731590c1d499cfffedef3d682861aff306b1f69dc", + "https://jspm.dev/npm:@jspm/core@2/nodelibs/punycode": "0ef16b3299b3928a3b26b7152c99a2bfa6a024189c9c62b769a81b7c931b25e0", + "https://jspm.dev/npm:entities@3.0.1/lib/maps/entities.json!cjs": "cc32e6ad7900d4f2b2f03a2ba983cec31e2a52f7cccac04ddb11e014b75a5842", + "https://jspm.dev/npm:entities@3.0/lib/maps/entities.json!cjs": "808f033fa7e69a2c341b3273d6ec8b5b794a6580ff0567d67d28d61878160c31", + "https://jspm.dev/npm:linkify-it@4!cjs": "2ba478ff45c86cc57f608274348cdd0ddf2e3107c6d28398e94f8b438fa47b47", + "https://jspm.dev/npm:linkify-it@4.0.1!cjs": "4260b67db5f69f3f5f4cdc6fe3c9ffc488bda8cf76637b54e1cec274f1e875b2", + "https://jspm.dev/npm:markdown-it@13.0.1/_/3a9a73fc.js": "e96843bf7f1e4e005c32702e51b7fe95b00f3865dc199c26c7973a63fc769d8d", + "https://jspm.dev/npm:markdown-it@13.0.1/lib!cjs": "3abc8797e2ce94c0b82e3f08e9968285232714382173f9059e58bd11f7fcfa82", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/common/html_blocks!cjs": "443cd7d049a4c203c248677bc531d57ac480ed1f93d5a6e8beec06aa6675be01", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/common/html_re!cjs": "34a455877b2b58b17fafa947fd8f2b859493dca65d430b4ff364cbea3a0ae1b8", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/helpers/parse_link_destination!cjs": "ae2fbae800cd838d1060493878f7bb325c1f799731d58e14321f1da00236b9aa", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/helpers/parse_link_label!cjs": "9b279c83b0d83d4eefbc44d3bf19c4f7a250f540c55bf5e4b85ef1801e05c852", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/helpers/parse_link_title!cjs": "8bd5288ddac2c9d1111e5118ec6087363277687e83bcc957c298edf627a854a9", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/presets/default!cjs": "546880ed70cb9d59113d36c5e243c74da796349dde43fb58c24c3e6492ae9a3a", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/renderer!cjs": "6daff2c7771b3d62d474d192c836fe498dfc0914b18b6157ee060cc3e071c1c8", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_block/fence!cjs": "c75e26f66fe02bcd2a9873a7fc4c7dbfa36bd1703bab6ece4cb58d7ea9f587eb", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_block/state_block!cjs": "1b105f2265adb04ecf418a3d433769f524cd586d1cda76a2a8ecf0365e85462a", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_core/replacements!cjs": "e08f4c08d7375c6c6d7acffd671c566ed898cc74b6b744478dfeb0094e03d12a", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_core/smartquotes!cjs": "776938de2d38bc461ac8a36dbc8a9ce6dbe266465d4c218d537d580c379338e5", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_core/state_core!cjs": "74c572fb1720608480f313c9071f94920aba8cbd40d5b6444d9df034ca3f52ca", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_inline/state_inline!cjs": "515c90218dd6ebdd1edd4af7a5e6595e8787f0503fd4fe73a8f7a571172bb03c", + "https://jspm.dev/npm:markdown-it@13.0.1/lib/token!cjs": "b062e3122d946da2443fac66bc9cdd479898d85ac049ba5ceffb6bc6dbfb7e54", + "https://jspm.dev/npm:mdurl@1!cjs": "79d7e9befa635671886e663b8a295f79032a89da9c39a595b065cf36e953e6d4", + "https://jspm.dev/npm:mdurl@1.0.1!cjs": "7b55713117a89c7777130898abe12354d1e57a50cf5c3f704e21f493736e1b07", + "https://jspm.dev/npm:mdurl@1.0.1/decode!cjs": "c0d3880b8ad68820cc1eb74c438b2298df17d502f23906c90dd41658fbcd7659", + "https://jspm.dev/npm:mdurl@1.0.1/encode!cjs": "5f726382c9e0abacaf6a66f1a279ffb4285a9eda19094a62ff4b54925c381e32", + "https://jspm.dev/npm:mdurl@1.0.1/parse!cjs": "4d42ccc1191b4f78fafca4a37cffe01b9e49bf63e912f303b1133319d6a02fe4", + "https://jspm.dev/npm:uc.micro@1!cjs": "d1f95936ac3ec842fc714b183b9b48d947254e1444346b1cc47ddd9b52e16537", + "https://jspm.dev/npm:uc.micro@1.0.6!cjs": "7a8e688a06110b5b776dbfb75668c9ad541b15c45ca0f48980f99b0039fa6a92", + "https://jspm.dev/npm:uc.micro@1.0.6/categories/Cc/regex!cjs": "5d38e85df8a965f04ad3200f082741d0d946ec6006779c0b34be89b035dc742c", + "https://jspm.dev/npm:uc.micro@1.0.6/categories/Cf/regex!cjs": "3559322645cd5498059936ab622bfec1ad526340cae70f0b81c3a515335fc8f9", + "https://jspm.dev/npm:uc.micro@1.0.6/categories/P/regex!cjs": "1aa197d899ed79eba5d13ad6d5e3d71f5eb78d0af8527a3c16b771db382bd65d", + "https://jspm.dev/npm:uc.micro@1.0.6/categories/Z/regex!cjs": "8cd611ab13531ef42f483b7de5d3f920f2cd59e6f81d5784f8fe01062f2243e6", + "https://jspm.dev/npm:uc.micro@1.0.6/properties/Any/regex!cjs": "563fc432c9071c3902dc1ec804bcf82e21b0753b951b97c45cb28b469036277b", + "https://jspm.dev/npm:uc.micro@1/categories/Cc/regex!cjs": "82e4c2b20918b32106a354344c1c906e78a8834011dc2f0164fb2046ab5f25e9", + "https://jspm.dev/npm:uc.micro@1/categories/P/regex!cjs": "847ab064f5ba7659453a219c69d53973831cd2ae0027c533ee887ec14b4395dc", + "https://jspm.dev/npm:uc.micro@1/categories/Z/regex!cjs": "c65ea2fc5ad9aeef6a8dabdd0d174b83b439938059fa4b64cb3c09b837254fdd", + "https://jspm.dev/npm:uc.micro@1/properties/Any/regex!cjs": "e1656c86b86e5d59376e1b7305675171d4b69296afd6a685d9476a87534e1f9b" } } From 3de6f4312756b7ba72d18098b3c02c95c18bcc54 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 19:13:17 +0200 Subject: [PATCH 08/17] v2: mention alternatives --- _data/services.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/services.yml b/_data/services.yml index 1ba5e08..c79eaaa 100644 --- a/_data/services.yml +++ b/_data/services.yml @@ -2,8 +2,8 @@ services: - name: Nextcloud id: nextcloud description: - en: Store your files, calendar, contacts and many other things in the pub.solar cloud. Access from all your devices. - de: Sichere deine Dateien, Kalender, Kontakte und vieles mehr in der pub.solar Cloud. Mit Zugriff von all deinen Geräten. + en: Store your files, calendar, contacts and many other things in the pub.solar cloud. Access from all your devices. An alternative to Google Cloud, Apple's iCloud or Microsoft Office. + de: Sichere deine Dateien, Kalender, Kontakte und vieles mehr in der pub.solar Cloud. Mit Zugriff von all deinen Geräten. Eine Alternative zur Google Cloud, Apples iCloud oder Microsoft Office. link: https://cloud.pub.solar wiki: https://wiki.pub.solar/index.php/Nextcloud support: @@ -37,8 +37,8 @@ services: - name: Mastodon id: mastodon description: - en: Social networking and microblogging. - de: Soziales Netwerken und Microblogging. + en: Social networking and microblogging. A decentralized alternative to X (Twitter). + de: Soziales Netzwerken und Microblogging. Eine dezentrale Alternative zu X (Twitter). link: https://mastodon.pub.solar support: status: yes # yes partial no From 08ff6c8f954ffd3e8eac614c3074664412824904 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 19:21:31 +0200 Subject: [PATCH 09/17] v2: add note about statutes being in German --- about.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.yml b/about.yml index 01e654d..3986a7b 100644 --- a/about.yml +++ b/about.yml @@ -77,7 +77,7 @@ content: | ## Our Statutes - Are over [here](https://pub.solar/satzung). + Are over [here](https://pub.solar/satzung). They are only available in German for now. ## Our Privacy Policy From fee2661d086c60350621f3ca447e14d3df3febbe Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 19:24:42 +0200 Subject: [PATCH 10/17] v2: update hosting company in privacy policy Greenbaum -> Hetzner --- privacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privacy.yml b/privacy.yml index 5ebc63d..bca05c3 100644 --- a/privacy.yml +++ b/privacy.yml @@ -54,7 +54,7 @@ content: | ## Where is the personal data stored? - We run our all of our services on servers of the company [Greenbaum Cloud](https://greenbaum.cloud/). + We run our all of our services on servers of the company [Hetzner Online GmbH](https://hetzner.com/). ## Data subject rights From b367498a064ddd1d118776133c094bf8574bdf97 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 19:30:22 +0200 Subject: [PATCH 11/17] v2: move matrix privacy policy to its section --- privacy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/privacy.yml b/privacy.yml index bca05c3..f950c71 100644 --- a/privacy.yml +++ b/privacy.yml @@ -30,10 +30,6 @@ content: | If you have any questions regarding data protection, please contact us at [crew@pub.solar](mailto:crew@pub.solar) or at the postal address given above. - ## What is the purpose of the data processing? - - "Matrix" is an open, decentralized communication service for real-time communication. It enables members of pub.solar n.e.V., as well as other interested parties, to communicate with other users of this server as well as other Matrix users of federated Matrix servers via chat and audio/video telephony by means of a Matrix account. - ## What personal data is processed? If a user chooses to use any of the services provided by us, the following data will be required and therefore collected by pub.solar in the authentication service: @@ -111,7 +107,7 @@ content: | Server logs, which store information such as, but not limited to, your IP address, your username, error messages and User Agent, are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. - All git data such as, but not limited to, usernames, email addresses, messages, code, files, versions, pull requests, etc., are stored on the server in the database as is (plain-text). + "Matrix" is an open, decentralized communication service for real-time communication. It enables members of pub.solar n.e.V., as well as other interested parties, to communicate with other users of this server as well as other Matrix users of federated Matrix servers via chat and audio/video telephony by means of a Matrix account. ### Mastodon From 43cb55d2fb0798c4fd6f7568a575dbc8c2aad05a Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 19:43:52 +0200 Subject: [PATCH 12/17] docs: add deployment section to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b6e6039..6c2d9cd 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,13 @@ As "documentation" `flake.nix` shows the internals, and `_includes/styles/typography.css` has a comment at the top that shows which command was used to generate it. +### Deployment + +Our [Drone CI](https://ci.pub.solar/pub-solar/pub.solar) is configured to +deploy the `main` branch to the production website. To integrate any changes, +first create a pull request, which will be reviewed. After merging it, the new +version will get deployed automatically. + ### Troubleshooting When running `deno task serve`, if you see an error message like: From 3029edb3d7353e86f58b72f77a848d7ddfe943ab Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 19:54:43 +0200 Subject: [PATCH 13/17] v2: translate start page to German --- de/index.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/de/index.yml b/de/index.yml index 677a486..96e8e11 100644 --- a/de/index.yml +++ b/de/index.yml @@ -3,11 +3,11 @@ layout: layouts/homepage.tsx content: | # Willkommen bei pub.solar - We're a friendly community creating a digital corner pub. + Wir sind eine freundliche Gemeinschaft, die an einem digitalen Pub an der Ecke werkelt. - Our goal is to enable more people to use free software, have secure digital communications, and to take control over their private data. + Unser Ziel ist es mehr Menschen zu ermöglichen, Freie Software zu benutzen, sicher digital zu kommunizieren, und datensparsamer zu leben. - We host online services for you and all the people you love. We do this transparently and democratically. + Wir stellen freie Software für Dich und alle Menschen, die Du lieb hast, auf transparente und demokratische Weise zur Verfügung. ***Fucking free*** From a9cffb80b8d397bed5af11c05690a10f03b7c99d Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 19:59:34 +0200 Subject: [PATCH 14/17] Revert "chore: update deno.lock" This reverts commit 3467bd48504990500b86c6af8a3116646609e5e2. --- deno.lock | 153 +----------------------------------------------------- 1 file changed, 1 insertion(+), 152 deletions(-) diff --git a/deno.lock b/deno.lock index 7b7ccbb..073a9fc 100644 --- a/deno.lock +++ b/deno.lock @@ -13,7 +13,6 @@ "npm:postcss-import@15.1.0": "npm:postcss-import@15.1.0_postcss@8.4.32", "npm:postcss-nesting@12.0.1": "npm:postcss-nesting@12.0.1_postcss@8.4.32_postcss-selector-parser@6.0.14", "npm:postcss@8.4.32": "npm:postcss@8.4.32", - "npm:react": "npm:react@18.2.0", "npm:react-dom@18.2.0": "npm:react-dom@18.2.0_react@18.2.0", "npm:react@18.2.0": "npm:react@18.2.0", "npm:sass@1.69.5": "npm:sass@1.69.5", @@ -478,19 +477,6 @@ } }, "remote": { - "https://deno.land/std@0.170.0/_util/asserts.ts": "d0844e9b62510f89ce1f9878b046f6a57bf88f208a10304aab50efcb48365272", - "https://deno.land/std@0.170.0/_util/os.ts": "8a33345f74990e627b9dfe2de9b040004b08ea5146c7c9e8fe9a29070d193934", - "https://deno.land/std@0.170.0/encoding/base64.ts": "8605e018e49211efc767686f6f687827d7f5fd5217163e981d8d693105640d7a", - "https://deno.land/std@0.170.0/fmt/colors.ts": "03ad95e543d2808bc43c17a3dd29d25b43d0f16287fe562a0be89bf632454a12", - "https://deno.land/std@0.170.0/path/_constants.ts": "df1db3ffa6dd6d1252cc9617e5d72165cd2483df90e93833e13580687b6083c3", - "https://deno.land/std@0.170.0/path/_interface.ts": "ee3b431a336b80cf445441109d089b70d87d5e248f4f90ff906820889ecf8d09", - "https://deno.land/std@0.170.0/path/_util.ts": "d16be2a16e1204b65f9d0dfc54a9bc472cafe5f4a190b3c8471ec2016ccd1677", - "https://deno.land/std@0.170.0/path/common.ts": "bee563630abd2d97f99d83c96c2fa0cca7cee103e8cb4e7699ec4d5db7bd2633", - "https://deno.land/std@0.170.0/path/glob.ts": "81cc6c72be002cd546c7a22d1f263f82f63f37fe0035d9726aa96fc8f6e4afa1", - "https://deno.land/std@0.170.0/path/mod.ts": "cf7cec7ac11b7048bb66af8ae03513e66595c279c65cfa12bfc07d9599608b78", - "https://deno.land/std@0.170.0/path/posix.ts": "b859684bc4d80edfd4cad0a82371b50c716330bed51143d6dcdbe59e6278b30c", - "https://deno.land/std@0.170.0/path/separator.ts": "fe1816cb765a8068afb3e8f13ad272351c85cbc739af56dacfc7d93d710fe0f9", - "https://deno.land/std@0.170.0/path/win32.ts": "7cebd2bda6657371adc00061a1d23fdd87bcdf64b4843bb148b0b24c11b40f69", "https://deno.land/std@0.205.0/assert/assert.ts": "9a97dad6d98c238938e7540736b826440ad8c1c1e54430ca4c4e623e585607ee", "https://deno.land/std@0.205.0/assert/assertion_error.ts": "4d0bde9b374dfbcbe8ac23f54f567b77024fb67dbb1906a852d67fe050d42f56", "https://deno.land/std@0.205.0/html/entities.ts": "43f208131bb847e6e222c9dd50322066491da93ed945a93d778923ef7e975398", @@ -743,88 +729,6 @@ "https://deno.land/std@0.208.0/yaml/schema/mod.ts": "4472e827bab5025e92bc2eb2eeefa70ecbefc64b2799b765c69af84822efef32", "https://deno.land/std@0.208.0/yaml/stringify.ts": "fffc09c65c68d3d63f8159e8cbaa3f489bc20a8e55b4fbb61a8c2e9f914d1d02", "https://deno.land/std@0.208.0/yaml/type.ts": "65553da3da3c029b6589c6e4903f0afbea6768be8fca61580711457151f2b30f", - "https://deno.land/x/cliffy@v0.25.7/_utils/distance.ts": "02af166952c7c358ac83beae397aa2fbca4ad630aecfcd38d92edb1ea429f004", - "https://deno.land/x/cliffy@v0.25.7/ansi/ansi.ts": "7f43d07d31dd7c24b721bb434c39cbb5132029fa4be3dd8938873065f65e5810", - "https://deno.land/x/cliffy@v0.25.7/ansi/ansi_escapes.ts": "885f61f343223f27b8ec69cc138a54bea30542924eacd0f290cd84edcf691387", - "https://deno.land/x/cliffy@v0.25.7/ansi/chain.ts": "31fb9fcbf72fed9f3eb9b9487270d2042ccd46a612d07dd5271b1a80ae2140a0", - "https://deno.land/x/cliffy@v0.25.7/ansi/colors.ts": "5f71993af5bd1aa0a795b15f41692d556d7c89584a601fed75997df844b832c9", - "https://deno.land/x/cliffy@v0.25.7/ansi/cursor_position.ts": "d537491e31d9c254b208277448eff92ff7f55978c4928dea363df92c0df0813f", - "https://deno.land/x/cliffy@v0.25.7/ansi/deps.ts": "0f35cb7e91868ce81561f6a77426ea8bc55dc15e13f84c7352f211023af79053", - "https://deno.land/x/cliffy@v0.25.7/ansi/mod.ts": "bb4e6588e6704949766205709463c8c33b30fec66c0b1846bc84a3db04a4e075", - "https://deno.land/x/cliffy@v0.25.7/ansi/tty.ts": "8fb064c17ead6cdf00c2d3bc87a9fd17b1167f2daa575c42b516f38bdb604673", - "https://deno.land/x/cliffy@v0.25.7/command/_errors.ts": "a9bd23dc816b32ec96c9b8f3057218241778d8c40333b43341138191450965e5", - "https://deno.land/x/cliffy@v0.25.7/command/_utils.ts": "9ab3d69fabab6c335b881b8a5229cbd5db0c68f630a1c307aff988b6396d9baf", - "https://deno.land/x/cliffy@v0.25.7/command/command.ts": "a2b83c612acd65c69116f70dec872f6da383699b83874b70fcf38cddf790443f", - "https://deno.land/x/cliffy@v0.25.7/command/completions/_bash_completions_generator.ts": "43b4abb543d4dc60233620d51e69d82d3b7c44e274e723681e0dce2a124f69f9", - "https://deno.land/x/cliffy@v0.25.7/command/completions/_fish_completions_generator.ts": "d0289985f5cf0bd288c05273bfa286b24c27feb40822eb7fd9d7fee64e6580e8", - "https://deno.land/x/cliffy@v0.25.7/command/completions/_zsh_completions_generator.ts": "14461eb274954fea4953ee75938821f721da7da607dc49bcc7db1e3f33a207bd", - "https://deno.land/x/cliffy@v0.25.7/command/completions/bash.ts": "053aa2006ec327ccecacb00ba28e5eb836300e5c1bec1b3cfaee9ddcf8189756", - "https://deno.land/x/cliffy@v0.25.7/command/completions/complete.ts": "58df61caa5e6220ff2768636a69337923ad9d4b8c1932aeb27165081c4d07d8b", - "https://deno.land/x/cliffy@v0.25.7/command/completions/fish.ts": "9938beaa6458c6cf9e2eeda46a09e8cd362d4f8c6c9efe87d3cd8ca7477402a5", - "https://deno.land/x/cliffy@v0.25.7/command/completions/mod.ts": "aeef7ec8e319bb157c39a4bab8030c9fe8fa327b4c1e94c9c1025077b45b40c0", - "https://deno.land/x/cliffy@v0.25.7/command/completions/zsh.ts": "8b04ab244a0b582f7927d405e17b38602428eeb347a9968a657e7ea9f40e721a", - "https://deno.land/x/cliffy@v0.25.7/command/deprecated.ts": "bbe6670f1d645b773d04b725b8b8e7814c862c9f1afba460c4d599ffe9d4983c", - "https://deno.land/x/cliffy@v0.25.7/command/deps.ts": "275b964ce173770bae65f6b8ebe9d2fd557dc10292cdd1ed3db1735f0d77fa1d", - "https://deno.land/x/cliffy@v0.25.7/command/help/_help_generator.ts": "f7c349cb2ddb737e70dc1f89bcb1943ca9017a53506be0d4138e0aadb9970a49", - "https://deno.land/x/cliffy@v0.25.7/command/help/mod.ts": "09d74d3eb42d21285407cda688074c29595d9c927b69aedf9d05ff3f215820d3", - "https://deno.land/x/cliffy@v0.25.7/command/mod.ts": "d0a32df6b14028e43bb2d41fa87d24bc00f9662a44e5a177b3db02f93e473209", - "https://deno.land/x/cliffy@v0.25.7/command/type.ts": "24e88e3085e1574662b856ccce70d589959648817135d4469fab67b9cce1b364", - "https://deno.land/x/cliffy@v0.25.7/command/types.ts": "ae02eec0ed7a769f7dba2dd5d3a931a61724b3021271b1b565cf189d9adfd4a0", - "https://deno.land/x/cliffy@v0.25.7/command/types/action_list.ts": "33c98d449617c7a563a535c9ceb3741bde9f6363353fd492f90a74570c611c27", - "https://deno.land/x/cliffy@v0.25.7/command/types/boolean.ts": "3879ec16092b4b5b1a0acb8675f8c9250c0b8a972e1e4c7adfba8335bd2263ed", - "https://deno.land/x/cliffy@v0.25.7/command/types/child_command.ts": "f1fca390c7fbfa7a713ca15ef55c2c7656bcbb394d50e8ef54085bdf6dc22559", - "https://deno.land/x/cliffy@v0.25.7/command/types/command.ts": "325d0382e383b725fd8d0ef34ebaeae082c5b76a1f6f2e843fee5dbb1a4fe3ac", - "https://deno.land/x/cliffy@v0.25.7/command/types/enum.ts": "2178345972adf7129a47e5f02856ca3e6852a91442a1c78307dffb8a6a3c6c9f", - "https://deno.land/x/cliffy@v0.25.7/command/types/file.ts": "8618f16ac9015c8589cbd946b3de1988cc4899b90ea251f3325c93c46745140e", - "https://deno.land/x/cliffy@v0.25.7/command/types/integer.ts": "29864725fd48738579d18123d7ee78fed37515e6dc62146c7544c98a82f1778d", - "https://deno.land/x/cliffy@v0.25.7/command/types/number.ts": "aeba96e6f470309317a16b308c82e0e4138a830ec79c9877e4622c682012bc1f", - "https://deno.land/x/cliffy@v0.25.7/command/types/string.ts": "e4dadb08a11795474871c7967beab954593813bb53d9f69ea5f9b734e43dc0e0", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/mod.ts": "17e2df3b620905583256684415e6c4a31e8de5c59066eb6d6c9c133919292dc4", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider.ts": "d6fb846043232cbd23c57d257100c7fc92274984d75a5fead0f3e4266dc76ab8", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/deno_land.ts": "24f8d82e38c51e09be989f30f8ad21f9dd41ac1bb1973b443a13883e8ba06d6d", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/github.ts": "99e1b133dd446c6aa79f69e69c46eb8bc1c968dd331c2a7d4064514a317c7b59", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/nest_land.ts": "0e07936cea04fa41ac9297f32d87f39152ea873970c54cb5b4934b12fee1885e", - "https://deno.land/x/cliffy@v0.25.7/command/upgrade/upgrade_command.ts": "3640a287d914190241ea1e636774b1b4b0e1828fa75119971dd5304784061e05", - "https://deno.land/x/cliffy@v0.25.7/flags/_errors.ts": "f1fbb6bfa009e7950508c9d491cfb4a5551027d9f453389606adb3f2327d048f", - "https://deno.land/x/cliffy@v0.25.7/flags/_utils.ts": "340d3ecab43cde9489187e1f176504d2c58485df6652d1cdd907c0e9c3ce4cc2", - "https://deno.land/x/cliffy@v0.25.7/flags/_validate_flags.ts": "16eb5837986c6f6f7620817820161a78d66ce92d690e3697068726bbef067452", - "https://deno.land/x/cliffy@v0.25.7/flags/deprecated.ts": "a72a35de3cc7314e5ebea605ca23d08385b218ef171c32a3f135fb4318b08126", - "https://deno.land/x/cliffy@v0.25.7/flags/flags.ts": "68a9dfcacc4983a84c07ba19b66e5e9fccd04389fad215210c60fb414cc62576", - "https://deno.land/x/cliffy@v0.25.7/flags/mod.ts": "b21c2c135cd2437cc16245c5f168a626091631d6d4907ad10db61c96c93bdb25", - "https://deno.land/x/cliffy@v0.25.7/flags/types.ts": "7452ea5296758fb7af89930349ce40d8eb9a43b24b3f5759283e1cb5113075fd", - "https://deno.land/x/cliffy@v0.25.7/flags/types/boolean.ts": "4c026dd66ec9c5436860dc6d0241427bdb8d8e07337ad71b33c08193428a2236", - "https://deno.land/x/cliffy@v0.25.7/flags/types/integer.ts": "b60d4d590f309ddddf066782d43e4dc3799f0e7d08e5ede7dc62a5ee94b9a6d9", - "https://deno.land/x/cliffy@v0.25.7/flags/types/number.ts": "610936e2d29de7c8c304b65489a75ebae17b005c6122c24e791fbed12444d51e", - "https://deno.land/x/cliffy@v0.25.7/flags/types/string.ts": "e89b6a5ce322f65a894edecdc48b44956ec246a1d881f03e97bbda90dd8638c5", - "https://deno.land/x/cliffy@v0.25.7/keycode/key_code.ts": "c4ab0ffd102c2534962b765ded6d8d254631821bf568143d9352c1cdcf7a24be", - "https://deno.land/x/cliffy@v0.25.7/keycode/key_codes.ts": "917f0a2da0dbace08cf29bcfdaaa2257da9fe7e705fff8867d86ed69dfb08cfe", - "https://deno.land/x/cliffy@v0.25.7/keycode/mod.ts": "292d2f295316c6e0da6955042a7b31ab2968ff09f2300541d00f05ed6c2aa2d4", - "https://deno.land/x/cliffy@v0.25.7/mod.ts": "e3515ccf6bd4e4ac89322034e07e2332ed71901e4467ee5bc9d72851893e167b", - "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_input.ts": "737cff2de02c8ce35250f5dd79c67b5fc176423191a2abd1f471a90dd725659e", - "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_list.ts": "79b301bf09eb19f0d070d897f613f78d4e9f93100d7e9a26349ef0bfaa7408d2", - "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_prompt.ts": "8630ce89a66d83e695922df41721cada52900b515385d86def597dea35971bb2", - "https://deno.land/x/cliffy@v0.25.7/prompt/_generic_suggestions.ts": "2a8b619f91e8f9a270811eff557f10f1343a444a527b5fc22c94de832939920c", - "https://deno.land/x/cliffy@v0.25.7/prompt/_utils.ts": "676cca30762656ed1a9bcb21a7254244278a23ffc591750e98a501644b6d2df3", - "https://deno.land/x/cliffy@v0.25.7/prompt/checkbox.ts": "e5a5a9adbb86835dffa2afbd23c6f7a8fe25a9d166485388ef25aba5dc3fbf9e", - "https://deno.land/x/cliffy@v0.25.7/prompt/confirm.ts": "94c8e55de3bbcd53732804420935c432eab29945497d1c47c357d236a89cb5f6", - "https://deno.land/x/cliffy@v0.25.7/prompt/deps.ts": "4c38ab18e55a792c9a136c1c29b2b6e21ea4820c45de7ef4cf517ce94012c57d", - "https://deno.land/x/cliffy@v0.25.7/prompt/figures.ts": "26af0fbfe21497220e4b887bb550fab997498cde14703b98e78faf370fbb4b94", - "https://deno.land/x/cliffy@v0.25.7/prompt/input.ts": "ee45532e0a30c2463e436e08ae291d79d1c2c40872e17364c96d2b97c279bf4d", - "https://deno.land/x/cliffy@v0.25.7/prompt/list.ts": "6780427ff2a932a48c9b882d173c64802081d6cdce9ff618d66ba6504b6abc50", - "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts": "195aed14d10d279914eaa28c696dec404d576ca424c097a5bc2b4a7a13b66c89", - "https://deno.land/x/cliffy@v0.25.7/prompt/number.ts": "015305a76b50138234dde4fd50eb886c6c7c0baa1b314caf811484644acdc2cf", - "https://deno.land/x/cliffy@v0.25.7/prompt/prompt.ts": "0e7f6a1d43475ee33fb25f7d50749b2f07fc0bcddd9579f3f9af12d05b4a4412", - "https://deno.land/x/cliffy@v0.25.7/prompt/secret.ts": "58745f5231fb2c44294c4acf2511f8c5bfddfa1e12f259580ff90dedea2703d6", - "https://deno.land/x/cliffy@v0.25.7/prompt/select.ts": "1e982eae85718e4e15a3ee10a5ae2233e532d7977d55888f3a309e8e3982b784", - "https://deno.land/x/cliffy@v0.25.7/prompt/toggle.ts": "842c3754a40732f2e80bcd4670098713e402e64bd930e6cab2b787f7ad4d931a", - "https://deno.land/x/cliffy@v0.25.7/table/border.ts": "2514abae4e4f51eda60a5f8c927ba24efd464a590027e900926b38f68e01253c", - "https://deno.land/x/cliffy@v0.25.7/table/cell.ts": "1d787d8006ac8302020d18ec39f8d7f1113612c20801b973e3839de9c3f8b7b3", - "https://deno.land/x/cliffy@v0.25.7/table/deps.ts": "5b05fa56c1a5e2af34f2103fd199e5f87f0507549963019563eae519271819d2", - "https://deno.land/x/cliffy@v0.25.7/table/layout.ts": "46bf10ae5430cf4fbb92f23d588230e9c6336edbdb154e5c9581290562b169f4", - "https://deno.land/x/cliffy@v0.25.7/table/mod.ts": "e74f69f38810ee6139a71132783765feb94436a6619c07474ada45b465189834", - "https://deno.land/x/cliffy@v0.25.7/table/row.ts": "5f519ba7488d2ef76cbbf50527f10f7957bfd668ce5b9169abbc44ec88302645", - "https://deno.land/x/cliffy@v0.25.7/table/table.ts": "ec204c9d08bb3ff1939c5ac7412a4c9ed7d00925d4fc92aff9bfe07bd269258d", - "https://deno.land/x/cliffy@v0.25.7/table/utils.ts": "187bb7dcbcfb16199a5d906113f584740901dfca1007400cba0df7dcd341bc29", "https://deno.land/x/deno_dom@v0.1.43/build/deno-wasm/deno-wasm.js": "d6841a06342eb6a2798ef28de79ad69c0f2fa349fa04d3ca45e5fcfbf50a9340", "https://deno.land/x/deno_dom@v0.1.43/deno-dom-wasm.ts": "a33d160421bbb6e3104285ea5ebf33352b7ad50d82ea8765e3cf65f972b25119", "https://deno.land/x/deno_dom@v0.1.43/src/api.ts": "0ff5790f0a3eeecb4e00b7d8fbfa319b165962cf6d0182a65ba90f158d74f7d7", @@ -847,11 +751,6 @@ "https://deno.land/x/deno_dom@v0.1.43/src/dom/utils-types.ts": "96db30e3e4a75b194201bb9fa30988215da7f91b380fca6a5143e51ece2a8436", "https://deno.land/x/deno_dom@v0.1.43/src/dom/utils.ts": "4c6206516fb8f61f37a209c829e812c4f5a183e46d082934dd14c91bde939263", "https://deno.land/x/deno_dom@v0.1.43/src/parser.ts": "e06b2300d693e6ae7564e53dfa5c9a9e97fdb8c044c39c52c8b93b5d60860be3", - "https://deno.land/x/lume@v2.0.1/cli.ts": "ec79a3b06406f163de3c9228ffa3ab2381409fd3441056d7d67093a3259f477c", - "https://deno.land/x/lume@v2.0.1/cli/build.ts": "9fe29016681d4cb486a4899785d555e936717485fb4ecd119ee9f06cd784315a", - "https://deno.land/x/lume@v2.0.1/cli/create.ts": "d045fa2aba880adb4653f8d5ffc70eb89b21df57cb5dd6ec78208f31b99690cb", - "https://deno.land/x/lume@v2.0.1/cli/run.ts": "7f602b21244dbc698159e925a547b30edbbb89579d7fd27e94e2cbaf1acea7bf", - "https://deno.land/x/lume@v2.0.1/cli/upgrade.ts": "2c04a0129501f344d14597b9e0eb426d04f3e48e6093251025ed3c0704b5560e", "https://deno.land/x/lume@v2.0.1/core/component_loader.ts": "da80bf80a168d0b91b59eb3449fbf62627d8bf67879df34e71970616d47ce2ec", "https://deno.land/x/lume@v2.0.1/core/data_loader.ts": "8698a9e9b1aac27147dc835ba89a0e30828c81338eceae86630607d78f146215", "https://deno.land/x/lume@v2.0.1/core/events.ts": "f02a60b815325093b650bcf4104d023a079b990dfa29b103f2cf2062b3ffc1ce", @@ -874,25 +773,20 @@ "https://deno.land/x/lume@v2.0.1/core/source.ts": "5552c89cadebaff338aaae0e71cc80c4dfd4801eed65edfa1134d5c2fa7658b5", "https://deno.land/x/lume@v2.0.1/core/utils/concurrent.ts": "cb0775b3d95f3faa356aa3a3e489dccef8807ed93cc4f84fcf5bc81e87c29504", "https://deno.land/x/lume@v2.0.1/core/utils/date.ts": "9fde280ed704e4f66f590b43d5318a15b04900a93fc030dd8c27227ef8c4795f", - "https://deno.land/x/lume@v2.0.1/core/utils/deno_config.ts": "d95f685d42627d386cb72c7026e22a309891d5515933c8ab7e0f8151d471867f", "https://deno.land/x/lume@v2.0.1/core/utils/digest.ts": "445b387983391af73269686292a65bb677119a25a327776885ff1242a9397ad8", "https://deno.land/x/lume@v2.0.1/core/utils/dom.ts": "d406fb5c48ceb012286d0aff66ef635261eda666de2ce07538c0cf9366b8fecd", "https://deno.land/x/lume@v2.0.1/core/utils/env.ts": "ed12a51148a6cfdc27f14de6ae014825b689ee601067d165dd7613661c479da1", "https://deno.land/x/lume@v2.0.1/core/utils/generator.ts": "1e664e9fd4c469e38a0acf5c94fd49dac4f38cb6334563ea4b7fc498b5958877", "https://deno.land/x/lume@v2.0.1/core/utils/log.ts": "78894770d968e9a50a0c767fcc8cfa409825c9514c1bc9f6be17b88a54066844", - "https://deno.land/x/lume@v2.0.1/core/utils/lume_config.ts": "256cd1a6636f542f27407599471453c369b241b81cf118ecb20cb853d4d1e571", - "https://deno.land/x/lume@v2.0.1/core/utils/lume_version.ts": "368d68675cb5d3ed3b03461ac2f86d5c0fe25b2f194531216c4308b3376f49ce", "https://deno.land/x/lume@v2.0.1/core/utils/merge_data.ts": "f4771c4f027b17487bf9a33bc2b04701a97f0578fd4a7feb31809cc119e5ee63", "https://deno.land/x/lume@v2.0.1/core/utils/object.ts": "e00ee6e91264064772c87e69e128a09ba0e30c2c41be4a5302881f59f456fc31", "https://deno.land/x/lume@v2.0.1/core/utils/page_date.ts": "096b21d1832c74bc338c8d8d8762f1f5106259b73e6b2caa72fb50986d4f1f5b", "https://deno.land/x/lume@v2.0.1/core/utils/page_url.ts": "fbfcb121c3c0b8b84760ff678c85b9fa7bb66b3ed6db4fa294cab44699e6eb3f", "https://deno.land/x/lume@v2.0.1/core/utils/path.ts": "f3286c4e38149e0fccdb59fab17dbcd8b82fb8f4928fd2fce6306e0d11d0f69b", "https://deno.land/x/lume@v2.0.1/core/utils/read.ts": "5655deaf6bea0b106f0c00dbbbc263076d138342d9500b5fabd8cb2470273661", - "https://deno.land/x/lume@v2.0.1/core/watcher.ts": "2487018b7b860fec08194b6b46ca3793852e2bf72ac9479ef513624b085becdc", "https://deno.land/x/lume@v2.0.1/core/writer.ts": "6438885b10c87123dab035615be660a012a52b3b4d960d02945c61acc530815f", "https://deno.land/x/lume@v2.0.1/deps/base64.ts": "79f5ad1f936fc1a8c1920a331c537ff97834189b1ca7567d034428317b2df8fc", "https://deno.land/x/lume@v2.0.1/deps/cli.ts": "5052ef3d362aba1c75364ca19666ace6e4b3b8c579cd01cabe3ff87c3a18fe08", - "https://deno.land/x/lume@v2.0.1/deps/cliffy.ts": "faff0c2ca187ec9fd1ad8660141f85b9d05b5c36bab25b40eb5038c02590a310", "https://deno.land/x/lume@v2.0.1/deps/colors.ts": "d11e05704e4cba01c1a4981ac22abc82b1e7511e9d5acee04450f4fef8fcf56a", "https://deno.land/x/lume@v2.0.1/deps/crypto.ts": "d87da1ede845c120cbec683094645dc50c67eeaf9e4b052350c2d36734bf94a4", "https://deno.land/x/lume@v2.0.1/deps/date.ts": "a9320999733700f106ddffa9b457e38e879cc86acfcd51a3d9bd2c6d847aef45", @@ -913,11 +807,6 @@ "https://deno.land/x/lume@v2.0.1/deps/toml.ts": "ffae452ae0d847d98efac4a45867819330d4ecf6391ea9228654bbc2bacb4e12", "https://deno.land/x/lume@v2.0.1/deps/vento.ts": "3b8cfc5199064def632e20afe210cd523097038a0adaf5424f53dc8dc64f927b", "https://deno.land/x/lume@v2.0.1/deps/yaml.ts": "9eb7cdd4e98ae93f6d1a14ca5a634e42c105e7446c17c686dff0aa405d0205a3", - "https://deno.land/x/lume@v2.0.1/middlewares/logger.ts": "def186719dc34e92a553c51bfb8dbe55dbbce34428b8fc38b00702b51722e094", - "https://deno.land/x/lume@v2.0.1/middlewares/no_cache.ts": "c576ae2323c8b5657681721377c806672d5e1811d8cf35fba5efebc2645b37ae", - "https://deno.land/x/lume@v2.0.1/middlewares/not_found.ts": "0fcd2da81a9573faf3f6f650f8e126ab5600bf0dd0b49b211303274b5d9afa4e", - "https://deno.land/x/lume@v2.0.1/middlewares/reload.ts": "c9999bdd52e18e85a1634659506542ce0e942cc91b69e3fc9887cabf23ca4592", - "https://deno.land/x/lume@v2.0.1/middlewares/reload_client.js": "34d75e01503fae8180796de882af42b1125fac88f22a010a99d5548de1ba7d72", "https://deno.land/x/lume@v2.0.1/mod.ts": "a07ffb98ba25639ed5909590fcb8f649f287207a7258e255a057a8e757d66e1c", "https://deno.land/x/lume@v2.0.1/plugins/date.ts": "4e4d58340b5fb56e14aa2cdead1c49e7c14bd8cb35cbbfe778dd9381cc5e614c", "https://deno.land/x/lume@v2.0.1/plugins/json.ts": "f6429bbd865e3666ef3385fd205fcc92df02ca2c0f74f20baa5c0798a81e1642", @@ -950,46 +839,6 @@ "https://deno.land/x/vento@v0.9.1/plugins/unescape.ts": "946512835a409815d6ad98ac4529440e9a368f42ca499791d0f25ee0ecc4c4d6", "https://deno.land/x/vento@v0.9.1/src/environment.ts": "9c28fbf05176297adb93fc688711125b295c69089554d4211cd38a5b04028ec5", "https://deno.land/x/vento@v0.9.1/src/loader.ts": "eb01b0dca7ea8bcdcdfd30b1f90f2fad28fb7f2cfd943900322a85bfaa86130c", - "https://deno.land/x/vento@v0.9.1/src/tokenizer.ts": "e9918ac58f941e048fe08cea10e65fb6e19c00fe7ed31fb050663445f11c6e9d", - "https://jspm.dev/markdown-it": "7fd1292527c2ed524afcc67abcd7ae4c26d2d0a468e98b1f0bd417ca217c9d9a", - "https://jspm.dev/npm:@jspm/core@2.0.1/_/0545670c.js": "468e254a0e5f7801333f217fcee046141186bd0a960018c893d73910bd754b71", - "https://jspm.dev/npm:@jspm/core@2.0.1/nodelibs/punycode": "de15b3b865f8196f62e2100731590c1d499cfffedef3d682861aff306b1f69dc", - "https://jspm.dev/npm:@jspm/core@2/nodelibs/punycode": "0ef16b3299b3928a3b26b7152c99a2bfa6a024189c9c62b769a81b7c931b25e0", - "https://jspm.dev/npm:entities@3.0.1/lib/maps/entities.json!cjs": "cc32e6ad7900d4f2b2f03a2ba983cec31e2a52f7cccac04ddb11e014b75a5842", - "https://jspm.dev/npm:entities@3.0/lib/maps/entities.json!cjs": "808f033fa7e69a2c341b3273d6ec8b5b794a6580ff0567d67d28d61878160c31", - "https://jspm.dev/npm:linkify-it@4!cjs": "2ba478ff45c86cc57f608274348cdd0ddf2e3107c6d28398e94f8b438fa47b47", - "https://jspm.dev/npm:linkify-it@4.0.1!cjs": "4260b67db5f69f3f5f4cdc6fe3c9ffc488bda8cf76637b54e1cec274f1e875b2", - "https://jspm.dev/npm:markdown-it@13.0.1/_/3a9a73fc.js": "e96843bf7f1e4e005c32702e51b7fe95b00f3865dc199c26c7973a63fc769d8d", - "https://jspm.dev/npm:markdown-it@13.0.1/lib!cjs": "3abc8797e2ce94c0b82e3f08e9968285232714382173f9059e58bd11f7fcfa82", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/common/html_blocks!cjs": "443cd7d049a4c203c248677bc531d57ac480ed1f93d5a6e8beec06aa6675be01", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/common/html_re!cjs": "34a455877b2b58b17fafa947fd8f2b859493dca65d430b4ff364cbea3a0ae1b8", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/helpers/parse_link_destination!cjs": "ae2fbae800cd838d1060493878f7bb325c1f799731d58e14321f1da00236b9aa", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/helpers/parse_link_label!cjs": "9b279c83b0d83d4eefbc44d3bf19c4f7a250f540c55bf5e4b85ef1801e05c852", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/helpers/parse_link_title!cjs": "8bd5288ddac2c9d1111e5118ec6087363277687e83bcc957c298edf627a854a9", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/presets/default!cjs": "546880ed70cb9d59113d36c5e243c74da796349dde43fb58c24c3e6492ae9a3a", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/renderer!cjs": "6daff2c7771b3d62d474d192c836fe498dfc0914b18b6157ee060cc3e071c1c8", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_block/fence!cjs": "c75e26f66fe02bcd2a9873a7fc4c7dbfa36bd1703bab6ece4cb58d7ea9f587eb", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_block/state_block!cjs": "1b105f2265adb04ecf418a3d433769f524cd586d1cda76a2a8ecf0365e85462a", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_core/replacements!cjs": "e08f4c08d7375c6c6d7acffd671c566ed898cc74b6b744478dfeb0094e03d12a", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_core/smartquotes!cjs": "776938de2d38bc461ac8a36dbc8a9ce6dbe266465d4c218d537d580c379338e5", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_core/state_core!cjs": "74c572fb1720608480f313c9071f94920aba8cbd40d5b6444d9df034ca3f52ca", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/rules_inline/state_inline!cjs": "515c90218dd6ebdd1edd4af7a5e6595e8787f0503fd4fe73a8f7a571172bb03c", - "https://jspm.dev/npm:markdown-it@13.0.1/lib/token!cjs": "b062e3122d946da2443fac66bc9cdd479898d85ac049ba5ceffb6bc6dbfb7e54", - "https://jspm.dev/npm:mdurl@1!cjs": "79d7e9befa635671886e663b8a295f79032a89da9c39a595b065cf36e953e6d4", - "https://jspm.dev/npm:mdurl@1.0.1!cjs": "7b55713117a89c7777130898abe12354d1e57a50cf5c3f704e21f493736e1b07", - "https://jspm.dev/npm:mdurl@1.0.1/decode!cjs": "c0d3880b8ad68820cc1eb74c438b2298df17d502f23906c90dd41658fbcd7659", - "https://jspm.dev/npm:mdurl@1.0.1/encode!cjs": "5f726382c9e0abacaf6a66f1a279ffb4285a9eda19094a62ff4b54925c381e32", - "https://jspm.dev/npm:mdurl@1.0.1/parse!cjs": "4d42ccc1191b4f78fafca4a37cffe01b9e49bf63e912f303b1133319d6a02fe4", - "https://jspm.dev/npm:uc.micro@1!cjs": "d1f95936ac3ec842fc714b183b9b48d947254e1444346b1cc47ddd9b52e16537", - "https://jspm.dev/npm:uc.micro@1.0.6!cjs": "7a8e688a06110b5b776dbfb75668c9ad541b15c45ca0f48980f99b0039fa6a92", - "https://jspm.dev/npm:uc.micro@1.0.6/categories/Cc/regex!cjs": "5d38e85df8a965f04ad3200f082741d0d946ec6006779c0b34be89b035dc742c", - "https://jspm.dev/npm:uc.micro@1.0.6/categories/Cf/regex!cjs": "3559322645cd5498059936ab622bfec1ad526340cae70f0b81c3a515335fc8f9", - "https://jspm.dev/npm:uc.micro@1.0.6/categories/P/regex!cjs": "1aa197d899ed79eba5d13ad6d5e3d71f5eb78d0af8527a3c16b771db382bd65d", - "https://jspm.dev/npm:uc.micro@1.0.6/categories/Z/regex!cjs": "8cd611ab13531ef42f483b7de5d3f920f2cd59e6f81d5784f8fe01062f2243e6", - "https://jspm.dev/npm:uc.micro@1.0.6/properties/Any/regex!cjs": "563fc432c9071c3902dc1ec804bcf82e21b0753b951b97c45cb28b469036277b", - "https://jspm.dev/npm:uc.micro@1/categories/Cc/regex!cjs": "82e4c2b20918b32106a354344c1c906e78a8834011dc2f0164fb2046ab5f25e9", - "https://jspm.dev/npm:uc.micro@1/categories/P/regex!cjs": "847ab064f5ba7659453a219c69d53973831cd2ae0027c533ee887ec14b4395dc", - "https://jspm.dev/npm:uc.micro@1/categories/Z/regex!cjs": "c65ea2fc5ad9aeef6a8dabdd0d174b83b439938059fa4b64cb3c09b837254fdd", - "https://jspm.dev/npm:uc.micro@1/properties/Any/regex!cjs": "e1656c86b86e5d59376e1b7305675171d4b69296afd6a685d9476a87534e1f9b" + "https://deno.land/x/vento@v0.9.1/src/tokenizer.ts": "e9918ac58f941e048fe08cea10e65fb6e19c00fe7ed31fb050663445f11c6e9d" } } From 4e80a7e6dea35196478f31ed3925c70dcac17892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Fri, 12 Apr 2024 21:09:04 +0200 Subject: [PATCH 15/17] v2: Fix german translations for hakken page --- _includes/HakkenDates.tsx | 6 +++--- _includes/Langlink.tsx | 2 +- _includes/layouts/default.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/HakkenDates.tsx b/_includes/HakkenDates.tsx index 16b866e..fb38d2a 100644 --- a/_includes/HakkenDates.tsx +++ b/_includes/HakkenDates.tsx @@ -43,13 +43,13 @@ const getStartAndEnd = (date) => { } }; -export default ({ data, lang, className = '', }) => { +export default ({ data, language, className = '', }) => { const strings = data.strings; const dates = data.dates; - const t = (o) => o?.[lang] || ''; + const t = (o) => o?.[language.slug] || ''; return

{t(strings.comingDates)}

diff --git a/_includes/Langlink.tsx b/_includes/Langlink.tsx index b3d4f35..0918808 100644 --- a/_includes/Langlink.tsx +++ b/_includes/Langlink.tsx @@ -1,4 +1,4 @@ export default ({ otherLang, baseURL }) => {otherLang.slug} diff --git a/_includes/layouts/default.tsx b/_includes/layouts/default.tsx index c35cdaa..bf79fc9 100644 --- a/_includes/layouts/default.tsx +++ b/_includes/layouts/default.tsx @@ -45,8 +45,8 @@ export default ({
- {showServices ? : null} - {showHakkenDates ? : null} + {showServices ? : null} + {showHakkenDates ? : null}
From 2d26f26773ccc652d7495f8bc6b13c06a410bb5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Fri, 12 Apr 2024 21:09:28 +0200 Subject: [PATCH 16/17] v2: Highlight hakken date when permalinked --- _includes/styles/hakken-dates.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_includes/styles/hakken-dates.scss b/_includes/styles/hakken-dates.scss index b9d4b31..a37db8a 100644 --- a/_includes/styles/hakken-dates.scss +++ b/_includes/styles/hakken-dates.scss @@ -8,6 +8,10 @@ display: flex; align-items: center; justify-content: space-between; + + &:target { + border-bottom: 4px solid var(--foreground); + } } &--permalink { From 33e03173f6e16cc56dd4e3fa032e85329f3ec559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Fri, 12 Apr 2024 21:10:18 +0200 Subject: [PATCH 17/17] v2: add donation qr code, fix asset loading --- _config.ts | 16 ++++----------- about.yml | 2 ++ assets/donation-qr.png | Bin 0 -> 17653 bytes assets/greenbaum-cloud-logo.svg | 34 -------------------------------- de/about.yml | 2 ++ 5 files changed, 8 insertions(+), 46 deletions(-) create mode 100644 assets/donation-qr.png delete mode 100644 assets/greenbaum-cloud-logo.svg diff --git a/_config.ts b/_config.ts index 04c756a..e51ac90 100644 --- a/_config.ts +++ b/_config.ts @@ -45,18 +45,10 @@ site.use(jsx()); site.use(terser()); site.use(postcss()); -site.loadAssets([ - ".png", - ".jpg", - ".svg", - ".pdf", - ".woff2", - ".woff", - ".ttf", - ".otf", - ".js", - ".txt", -]); +site.loadAssets([ ".js" ]); + +site.copy("assets"); +site.copy("fonts"); site.ignore( ".direnv", diff --git a/about.yml b/about.yml index 3986a7b..7db55a2 100644 --- a/about.yml +++ b/about.yml @@ -58,6 +58,8 @@ content: | DE70430609674093197701 GLS Bank + ![QR GiroCode](/assets/donation-qr.png) + ## Imprint pub.solar n.e.V. diff --git a/assets/donation-qr.png b/assets/donation-qr.png new file mode 100644 index 0000000000000000000000000000000000000000..cff7e90b3d0f02769cbc642b730a67b636a6f730 GIT binary patch literal 17653 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 - - gbv-logo - - - - \ No newline at end of file diff --git a/de/about.yml b/de/about.yml index 320812d..70d34e5 100644 --- a/de/about.yml +++ b/de/about.yml @@ -58,6 +58,8 @@ content: | DE70430609674093197701 GLS Bank + ![QR GiroCode](/assets/donation-qr.png) + ## Impressum pub.solar n.e.V.