From ddf54e3faa40542f5203f3d4a96f07a3def699c7 Mon Sep 17 00:00:00 2001 From: Cedric Spindler Date: Mon, 5 Apr 2021 20:41:59 +0200 Subject: Move infrastructure how-to to documentation page --- Howtos/IT-Infrastruktur.mdwn | 56 +------------------------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) (limited to 'Howtos') diff --git a/Howtos/IT-Infrastruktur.mdwn b/Howtos/IT-Infrastruktur.mdwn index 8a64dde6..d9dce1cb 100644 --- a/Howtos/IT-Infrastruktur.mdwn +++ b/Howtos/IT-Infrastruktur.mdwn @@ -1,57 +1,3 @@ [[!meta title="Infrastruktur"]] -## Mailinglisten - -URL: [[Mailinglisten|Mailingliste]] - -## Blog und Website - -* URL: -* Editieren und Einträge erstellen: -* Datenschutzerklärung: -* Dokumentation: -* Git: - -## Dieses Wiki - -* URL: -* Git: -* Git command: `git clone git+ssh://gitolite3@git.starship-factory.ch/wiki.starship-factory.ch.git` -* Datenschutzerklärung: -* Dokumentation: - * [[Bilder ins Wiki hochladen|Howtos/bilder-ins-wiki]] - -## Hosting - -* [[Kubernetes und Ceph|Infrastruktur/Hosting/kubernetes-and-ceph]] für die Dienste der Starship Factory -* Momentan (September 2019) [Hostpoint](https://www.hostpoint.ch) für die Mailinglisten (betreut von [[Benutzer/zedcat]]). -* Momentan (November 2020) betreut Pat die Mailkonten für *@starship-factory.ch. - -## Ticket-System - -* URL: (derzeit nicht in Betrieb) -* Dokumentation: - -## starshipfactory @ GitHub - -* URL: -* Datenschutzerklärung: -* Dokumentation: -* Wie bekomme ich Zugang? - -## Derzeit nicht in Betrieb - -### URL-Shortener - -* URL: -* Git: - -## Pastebin - -* URL: -* Git: - -## Bildersharing - -* URL: -* Git: +Die Dokumentation ist in der [[Infrastruktur Übersicht|Infrastruktur]] zu finden. -- cgit v1.2.1 From 67df3faab2f6cb5cf5fcf593b6ce6ebb47cfb5a0 Mon Sep 17 00:00:00 2001 From: Cedric Spindler Date: Mon, 5 Apr 2021 20:51:31 +0200 Subject: Documentation of ikiwiki page-inlining function --- Howtos/Anleitung_Wiki-Formatierung.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Howtos') diff --git a/Howtos/Anleitung_Wiki-Formatierung.mdwn b/Howtos/Anleitung_Wiki-Formatierung.mdwn index df1becff..5c77ee15 100644 --- a/Howtos/Anleitung_Wiki-Formatierung.mdwn +++ b/Howtos/Anleitung_Wiki-Formatierung.mdwn @@ -150,6 +150,12 @@ Mit _Backticks_ \` eingefasster Text wird als Code-Segment dargestellt. * Größenanpassung bei Grafiken auf fremden Servern geht aber nur per HTML-Syntax, genauso, wenn verzerrt werden soll: \< img src="https://wiki.starship-factory.ch/logo_44px.png" width="30" height="30" alt="SF-Logo" \> -> SF-Logo +## Inline-Seiten + +Wiki-Seiten können als teil anderer Seiten eingebaut werden: + +\[\[!inline pages="Infrastruktur/Tuerstatus" raw="yes"\]\] + ## Spezialseiten * \[\[!brokenlinks pages="* and !recentchanges"\]\] -> [[!brokenlinks pages="* and !recentchanges"]] -- cgit v1.2.1