Compare commits
10 commits
main
...
feature/pu
Author | SHA1 | Date | |
---|---|---|---|
|
97a1126f95 | ||
|
6851f445f4 | ||
|
45b61da5e2 | ||
|
8d21ddc5f1 | ||
|
812fc8a869 | ||
|
25adc63cb7 | ||
|
240505d3f3 | ||
|
e61b75c037 | ||
|
51c17b3223 | ||
|
5f919e0be2 |
50
.woodpecker/publish-gantt-markdown.yaml
Normal file
50
.woodpecker/publish-gantt-markdown.yaml
Normal file
|
@ -0,0 +1,50 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: feature/*
|
||||
path:
|
||||
include: ['**/projekt*gan*.md'] # richtig? oder geht "nur" '/**/*gantt.md'?
|
||||
on_empty: false
|
||||
|
||||
#include: ['foerbico-projekplan-gantt.md'] # richtig? oder geht "nur" '/**/*gantt.md'?
|
||||
# #branch: main
|
||||
# path:
|
||||
# include: ['/**/*gantt.md'] # richtig? oder geht "nur" '/**/*gantt.md'? //*.md
|
||||
# #~/foerbico-projekplan-gantt.md
|
||||
#foerbico-projekplan-gantt.md
|
||||
|
||||
steps:
|
||||
- name: log_start_time
|
||||
image: alpine
|
||||
commands:
|
||||
- date -I'seconds'
|
||||
|
||||
- name: copy_to_server
|
||||
image: alpine
|
||||
environment:
|
||||
SSH_HOST:
|
||||
from_secret: ssh_host
|
||||
SSH_USER:
|
||||
from_secret: ssh_user
|
||||
SSH_KEY:
|
||||
from_secret: ssh_key
|
||||
SSH_PORT:
|
||||
from_secret: ssh_port
|
||||
DOMAIN_FOLDER:
|
||||
from_secret: domain_folder
|
||||
TARGET_PATH_GANTT:
|
||||
from_secret: target_path_gantt
|
||||
|
||||
commands:
|
||||
- apk add --no-cache openssh
|
||||
- mkdir -p ~/.ssh
|
||||
- echo "$SSH_KEY" | tr -d '\r' > ~/.ssh/deployKey
|
||||
- chmod 600 ~/.ssh/deployKey
|
||||
- ssh-keyscan -H -p $SSH_PORT $SSH_HOST 2>/dev/null >> ~/.ssh/known_hosts
|
||||
- chmod 600 ~/.ssh/known_hosts
|
||||
- ssh -i ~/.ssh/deployKey -p $SSH_PORT $SSH_USER@$SSH_HOST "touch $DOMAIN_FOLDER/Log/time_begin_copy_$(date +'%Y-%m-%d_%T')"
|
||||
|
||||
- scp -r -i ~/.ssh/deployKey -P $SSH_PORT Organisation/projektplan-gantt.md $SSH_USER@$SSH_HOST:$DOMAIN_FOLDER/$TARGET_PATH_GANTT/gantt.md
|
||||
|
||||
- ssh -i ~/.ssh/deployKey -p $SSH_PORT $SSH_USER@$SSH_HOST "touch $DOMAIN_FOLDER/Log/time_end_copy_$(date +'%Y-%m-%d_%T')"
|
||||
|
||||
#- scp -r -i ~/.ssh/deployKey -P $SSH_PORT foerbico-projekplan-gantt.md $SSH_USER@$SSH_HOST:$DOMAIN_FOLDER/$TARGET_PATH_GANTT/gantt.md
|
48
.woodpecker/test-it.yaml
Normal file
48
.woodpecker/test-it.yaml
Normal file
|
@ -0,0 +1,48 @@
|
|||
steps:
|
||||
|
||||
- name: test_quoting_ash_or_bash
|
||||
image: alpine
|
||||
environment:
|
||||
SSH_HOST:
|
||||
from_secret: ssh_host
|
||||
SSH_USER:
|
||||
from_secret: ssh_user
|
||||
SSH_KEY:
|
||||
from_secret: ssh_key
|
||||
SSH_PORT:
|
||||
from_secret: ssh_port
|
||||
TARGET_PATH:
|
||||
from_secret: target_path
|
||||
|
||||
commands:
|
||||
- echo "Alpine Linux is using BusyBox that means `ash`!"
|
||||
- echo ''
|
||||
|
||||
- apk add --no-cache openssh
|
||||
- mkdir -p ~/.ssh
|
||||
- echo "$SSH_KEY" | tr -d '\r' > ~/.ssh/deployKey
|
||||
- chmod 600 ~/.ssh/deployKey
|
||||
- ssh-keyscan -H -p $SSH_PORT $SSH_HOST 2>/dev/null >> ~/.ssh/known_hosts
|
||||
- chmod 600 ~/.ssh/known_hosts
|
||||
|
||||
# - apk add --no-cache bash
|
||||
# - which bash
|
||||
# - rm /bin/sh
|
||||
# - ln -s /bin/bash /bin/sh
|
||||
|
||||
- echo '#############################################################'
|
||||
- BLOG_FOLDER_BASENAME=oer-community-blog
|
||||
- BLOG_FOLDER=$TARGET_PATH/$BLOG_FOLDER_BASENAME
|
||||
- SCRIPT_FOLDER=$BLOG_FOLDER/scripts
|
||||
- TEST_FOLDER=$BLOG_FOLDER/test-folder
|
||||
|
||||
- echo $TARGET_PATH; echo $BLOG_FOLDER; echo $SCRIPT_FOLDER; echo $TEST_FOLDER
|
||||
- pwd
|
||||
- which sh
|
||||
- ls -l $(which sh)
|
||||
- sh --version
|
||||
- /bin/busybox --list | grep who
|
||||
- echo "wenn ich das wüsste..."
|
||||
- echo "#~~########"
|
||||
#- ssh -i ~/.ssh/deployKey -p "$SSH_PORT" "$SSH_USER"@"$SSH_HOST" "mkdir -p $SCRIPT_FOLDER; mkdir -p $TEST_FOLDER"
|
||||
|
105
Organisation/projektplan-gantt.md
Normal file
105
Organisation/projektplan-gantt.md
Normal file
|
@ -0,0 +1,105 @@
|
|||
gantt
|
||||
title Projektplan FOERBICO Gantt-Diagramm
|
||||
dateFormat YYYY-MM
|
||||
section 2024
|
||||
AP 1-1 Projektkooperation und -koordination (Phase 1): done, AP1-1, 2024-05, 2024-06
|
||||
AP 3-1 Gemeinschaftliche Anforderungserhebung zu OER-Commuities: done, AP3-1, 2024-05, 2024-06
|
||||
AP 9-3 Kollaborationsumgebung für das Projekt (CI): done, AP9-3, 2024-05, 2024-07
|
||||
AP 1-3 [Auftakt-]Kommunikationsstrategie: done, AP1-3, 2024-05, 2024-08
|
||||
AP 4-1 Konzept Redaktionssystem für Communities: crit, active, AP4-1, 2024-05, 2024-08
|
||||
AP 11-1 Basiserhebung (FAU): done, AP11-1, 2024-05, 2024-08
|
||||
AP 2-1 Voraussetzungen - Erhebung & Anbahnung: done, AP2-1, 2024-07, 2024-10
|
||||
AP 3-2 Konzept für offenen Community-Hub: active, crit, AP3-2, 2024-07, 2024-10
|
||||
AP 2-2 Netzwerkbezogene Multiplikatorinnen-Modelle: active, crit, AP2-2, 2024-08, 2024-12
|
||||
AP 2-3 Netzwerk-Strategien der Öffentlichkeitsarbeit: active, AP2-3, 2024-11, 2024-12
|
||||
AP 7-1 Standards - Erhebung, Analyse + Zsmführung: active, AP7-1, 2024-06, 2024-12
|
||||
AP 9-1 Techn. Bedarfe der Communities prüfen: active, AP9-1, 2024-11, 2025-04
|
||||
AP 4-2 Metadatenstandards weiterentwickeln: active, AP4-2, 2024-11, 2025-05
|
||||
AP 5-1 Bedarfe der Communities abgleichen: active, AP5-1, 2024-11, 2025-05
|
||||
AP 7-2 Standards testen und evaluieren (Zyklus 1): active, AP7-2, 2024-12, 2025-10
|
||||
AP 8-2 Projekte in Standards der OER begleiten (Zyklus 1): active, AP8-2, 2024-12, 2025-10
|
||||
AP 3-3 Community-Hub für Management & ÖA nutzen: active, AP3-3, 2024-12, 2026-06
|
||||
AP 11-2 Fortbildungsformate weiterentwickeln: crit, AP11-2, 2024-12, 2026-10
|
||||
AP 8-3 Wissenschaftliches Netzwerk erweitern: active, AP8-3, 2024-12, 2027-01
|
||||
AP 101-5 Woodpecker möchte auch zu seinem Recht kommen!: done, crit, AP8-3, 2024-05, 2027-04
|
||||
AP 102-00 Woodpecker zwei -warum kein Link?: crit, AP1-1, 2024-05, 2027-04
|
||||
AP 103-Drei Woodpecker 3: crit, AP1-0, 2024-05, 2027-04
|
||||
AP 104-1 Woody-mein Freund: crit, P0-00, 2024-05, 2027-04
|
||||
AP 104-1 die Verlinkung versteh ich noch nicht: crit, P0-00, 2024-05, 2027-04
|
||||
section 2025
|
||||
AP 4-3 Metadaten-Generator für OEP/OER entwickeln: AP4-3, 2025-06, 2025-09
|
||||
AP 6-1 Fortbildungsformate für OER entwickeln: active, crit, AP6-1, 2025-03, 2025-09
|
||||
AP 6-2 Fortbildungsformate in OER-Communities testen: crit AP6-2, 2025-10, 2026-03
|
||||
AP 10-1 Zwischenfazit-Tagung in Nürnberg: milestone, AP10-1, 2025-10, 2026-03
|
||||
AP 4-4 Metadaten-Generator für Community-CMS entwickeln: active, AP4-4, 2025-10, 2026-04
|
||||
AP 5-2 Unterstützung basierend auf Bedarfsanalyse: active, AP5-2, 2025-06, 2026-05
|
||||
AP 4-7 Weitere OER-Communities einbinden: active, AP4-7, 2024-11, 2026-09
|
||||
AP 7-3 Standards re-evaluieren (Zyklus 2): active, AP7-3, 2025-11, 2026-10
|
||||
AP 8-4 Projekte in Standards der OER begleiten (Zyklus 2): active, AP8-4, 2025-11, 2026-10
|
||||
AP 11-3 Summative Evaluation: active, AP11-3, 2026-10, 2026-12
|
||||
AP 7-5 DBR-Prozess dokumentieren: crit, AP7-5, 2025-07, 2026-12
|
||||
AP 2-4 Community-Mgmt. intra- & interorganisational: active, AP2-4, 2025-01, 2027-05
|
||||
section 2026
|
||||
AP 4-5 OER-Client für OEP/OER-Darstellung entwickeln: AP4-5, 2026-04, 2026-08
|
||||
AP 6-3 Formate zur OE/OER-Integration in ALPIKA-Institute: active, AP6-3, 2026-04, 2026-08
|
||||
AP 7-4 Reflexion zu Rating Tools: active, AP7-4, 2026-08, 2027-01
|
||||
AP 8-5 Strategische Vernetzung mit Open-Access-Formaten: active, AP8-5, 2024-07, 2027-02
|
||||
AP 10-2 Fazit-Tagung Frankfurt (GU, FAU, CI): milestone, AP10-2, 2026-09, 2027-02
|
||||
AP 6-4 In UNIs OER-Lernformate kommunizieren & vernetzen: active, AP6-4, 2026-11, 2027-03
|
||||
AP 9-2 Kerndienste von rpi-virtuell überarbeiten: AP9-2, 2026-05, 2027-03
|
||||
AP 4-6 Zielgruppengerechte OER-Kataloge implementieren: AP4-6, 2026-10, 2027-04
|
||||
AP 8-6 Outcomes zur Nachnutzung (GU und FAU): active, AP8-6, 2026-05, 2027-04
|
||||
AP 9-4 OER-Material-Beschreibungen/Metadaten überarbeiten: active, AP9-4, 2026-09, 2027-04
|
||||
section 2027
|
||||
AP 1-2 Projektbezogene Kommunikationsstrategie: active, AP1-2, 2024-07, 2027-04
|
||||
AP 1-4 Kommunikationsstrategie umsetzen: active, AP1-4, 2024-09, 2027-04
|
||||
AP 8-1 Netzwerkbildung - Info, Komm. + Angebote: active, AP8-1, 2024-05, 2027-04
|
||||
AP 11-4 Vernetzung- & Entwicklungsprozesse monitoren: active, AP11-4, 2024-07, 2027-04
|
||||
click AP1-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/5"
|
||||
click AP1-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/6"
|
||||
click AP1-3 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/79"
|
||||
click AP1-4 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/114"
|
||||
click AP2-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/82"
|
||||
click AP2-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/84"
|
||||
click AP2-3 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/85"
|
||||
click AP2-4 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/121"
|
||||
click AP3-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/9"
|
||||
click AP3-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/83"
|
||||
click AP3-3 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/98"
|
||||
click AP4-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/80"
|
||||
click AP4-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/88"
|
||||
click AP4-3 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/90"
|
||||
click AP4-4 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/96"
|
||||
click AP4-5 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/99"
|
||||
click AP4-6 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/115"
|
||||
click AP4-7 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/101"
|
||||
click AP5-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/89"
|
||||
click AP5-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/97"
|
||||
click AP6-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/91"
|
||||
click AP6-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/94"
|
||||
click AP6-3 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/100"
|
||||
click AP6-4 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/14"
|
||||
click AP7-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/86"
|
||||
click AP7-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/92"
|
||||
click AP7-3 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/102"
|
||||
click AP7-4 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/107"
|
||||
click AP7-5 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/105"
|
||||
click AP8-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/116"
|
||||
click AP8-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/93"
|
||||
click AP8-3 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/108"
|
||||
click AP8-4 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/103"
|
||||
click AP8-5 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/109"
|
||||
click AP8-6 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/13"
|
||||
click AP9-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/87"
|
||||
click AP9-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/8"
|
||||
click AP9-3 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/4"
|
||||
click AP9-4 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/118"
|
||||
click AP9-5 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/16"
|
||||
click AP10-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/95"
|
||||
click AP10-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/15"
|
||||
click AP11-1 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/10"
|
||||
click AP11-2 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/104"
|
||||
click AP11-3 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/106"
|
||||
click AP11-4 href "https://git.rpi-virtuell.de/Comenius-Institut/FOERBICO/milestone/120"
|
||||
click AP1-0 href "https://oer.community/"
|
||||
click P0-00 href "https://projekt.oer.community/gantt/"
|
|
@ -21,6 +21,10 @@ gantt
|
|||
AP 3-3 Community-Hub für Management & ÖA nutzen: active, AP3-3, 2024-12, 2026-06
|
||||
AP 11-2 Fortbildungsformate weiterentwickeln: crit, AP11-2, 2024-12, 2026-10
|
||||
AP 8-3 Wissenschaftliches Netzwerk erweitern: active, AP8-3, 2024-12, 2027-01
|
||||
AP 101-5 Woodpecker möchte auch zu seinem Recht kommen!: done, crit, AP8-3, 2024-05, 2027-04
|
||||
AP 102-00 Woodpecker zwei: crit, AP1-1, 2024-05, 2027-04
|
||||
AP 103-Drei Woodpecker 3: crit, AP1-1, 2024-05, 2027-04
|
||||
AP 104-1 Woody-mein Freund - ohne Link: crit, AP1-0, 2024-05, 2027-04
|
||||
section 2025
|
||||
AP 4-3 Metadaten-Generator für OEP/OER entwickeln: AP4-3, 2025-06, 2025-09
|
||||
AP 6-1 Fortbildungsformate für OER entwickeln: active, crit, AP6-1, 2025-03, 2025-09
|
||||
|
|
Loading…
Reference in a new issue