Skip to content

Commit

Permalink
Merge branch 'main' into renovate/vitepress-1.x-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
klml authored Oct 14, 2024
2 parents db39081 + c5aa01d commit ad99f63
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 39 deletions.
24 changes: 4 additions & 20 deletions de/publish.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@

<script setup>

import TagTile from "../.vitepress/components/TagTile.vue";
import TagFilter from "../.vitepress/components/TagFilter.vue";
import { ref } from 'vue';

const selectedFilters = ref([]);
const availableTags = ref(['eigenentwicklung']);
</script>



# Veröffentlichen

Nach dem Grundsatz [Public Money Public Code](https://publiccode.eu/de/) entwickeln wir selbst freie Software, sollten wir existierende freie Software nicht [nutzen](./use) oder [verbessern](./improve) können.
Expand All @@ -33,19 +25,11 @@ Außerhalb der öffentlichen Verwaltung dient er der Transparenz sowie dem Austa
## Übersicht

<ClientOnly>

<TagFilter
v-model="selectedFilters"
:available-tags="availableTags"
/>

<TagTile
:filter="selectedFilters"
:available-tags="availableTags"
show-tags
show-excerpt
<TagTile
:available-tags="['eigenentwicklung']"
show-tags
show-excerpt
/>

</ClientOnly>

[^efa]: "Einer für Alle"
1 change: 1 addition & 0 deletions de/software/checkmk.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ logo: /logo/320px-CheckMK_logo.svg.png
tags:
- infrastruktur
- opencore
sortingPriority: 2
---

Checkmk ist eine freie Software für das Service-Monitoring von IT-Infrastruktur.
Expand Down
1 change: 1 addition & 0 deletions de/software/consul.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tags:
- start2021
- support
- sponsor
sortingPriority: 2
---

[Consul](https://consuldemocracy.org) ist eine freie Software für Bürgerbeteiligung.
Expand Down
1 change: 1 addition & 0 deletions de/software/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- infrastruktur
- support
- devstack
sortingPriority: 2
---
__PostgreSQL__ ist ein freies, objektrelationales Datenbankmanagementsystem (ORDBMS) mit Schwerpunkt auf Erweiterbarkeit und SQL-Konformität.

Expand Down
2 changes: 1 addition & 1 deletion de/software/zammad.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- support
- start2023
- k8s
- eigenentwicklung
sortingPriority: 2
---

Zammad ist ein freies Helpdesk- bzw. Issue-Tracking-System das die Anbindung von verschiedensten Kanälen wie E-Mail, Telefon ermöglicht.
Expand Down
1 change: 1 addition & 0 deletions de/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Darüber hinaus werden alle notwendigen Ressourcen und Services bereitgestellt,
<ClientOnly>
<TagTile
:available-tags="['infrastruktur']"
:exclude="['eigenentwicklung']"
show-tags
show-excerpt
/>
Expand Down
21 changes: 4 additions & 17 deletions publish.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<script setup>
import TagTile from ".vitepress/components/TagTile.vue";
import TagFilter from ".vitepress/components/TagFilter.vue";
import { ref } from 'vue';

const selectedFilters = ref([]);
const availableTags = ref(['eigenentwicklung']);
</script>

# Publish
Expand All @@ -31,19 +26,11 @@ Outside the public administration, it serves transparency as well as exchange wi
## Overview

<ClientOnly>

<TagFilter
v-model="selectedFilters"
:available-tags="availableTags"
<TagTile
:available-tags="['eigenentwicklung']"
show-tags
show-excerpt
/>

<TagTile
:filter="selectedFilters"
:available-tags="availableTags"
show-tags
show-excerpt
/>

</ClientOnly>

[^efa]: "Einer für Alle"
1 change: 1 addition & 0 deletions software/checkmk.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ logo: /logo/320px-CheckMK_logo.svg.png
tags:
- infrastruktur
- opencore
sortingPriority: 2
---

Checkmk is a free software for service monitoring of IT infrastructure.
Expand Down
1 change: 1 addition & 0 deletions software/consul.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tags:
- start2021
- support
- sponsor
sortingPriority: 2
---

[Consul](https://consuldemocracy.org) is a free software for citizen participation.
Expand Down
1 change: 1 addition & 0 deletions software/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- infrastruktur
- support
- devstack
sortingPriority: 2
---
__PostgreSQL__ is a free, object-relational database management system (ORDBMS) emphasizing extensibility and SQL compliance.

Expand Down
2 changes: 1 addition & 1 deletion software/zammad.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- support
- start2023
- k8s
- eigenentwicklung
sortingPriority: 2
---

Zammad is a free helpdesk and issue tracking system that enables the connection of various channels such as e-mail and telephone.
Expand Down
1 change: 1 addition & 0 deletions use.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ In addition, all the necessary resources and services required to operate these
<ClientOnly>
<TagTile
:available-tags="['infrastruktur']"
:exclude="['eigenentwicklung']"
show-tags
show-excerpt
/>
Expand Down

0 comments on commit ad99f63

Please sign in to comment.