Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • Teckids/team-pr/teckids.org
  • eshszg/teckids.org
  • nbildhauer/teckids.org
  • tuxilio/teckids.org
  • klecmatt/teckids.org
5 results
Show changes
Commits on Source (663)
Showing
with 842 additions and 1814 deletions
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# pyenv
.python-version
# Environments
.env
.venv
env/
venv/
ENV/
# Editors
*~
DEADJOE
\#*#
# Pelican output
output/
public/
/node_modules/
/public/
/static/processed_images/
image: python:3.8-buster
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
stage: deploy
stages:
- test
- build
- deploy
zola check:
stage: test
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/alpine:latest
before_script:
- pip install Markdown gitpython pelican py_w3c beautifulsoup4
- apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
- apk add yarn
- yarn install
script:
- make publish
- cp _redirects public/
- zola check
allow_failure: true
.build:
stage: build
interruptible: true
needs: []
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" >/kaniko/.docker/config.json
- /kaniko/executor
--context $CI_PROJECT_DIR
--dockerfile $CI_PROJECT_DIR/Dockerfile
--destination $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
--digest-file DIGESTFILE
--build-arg BASE_URL=$BASE_URL
--cache=true
--cleanup
artifacts:
paths:
- public/
- DIGESTFILE
build production:
extends: .build
variables:
BASE_URL: https://teckids.org
only:
- master
build review:
extends: .build
variables:
BASE_URL: https://$CI_COMMIT_REF_SLUG.review.teckids.org
only:
- merge_requests
.deploy:
stage: deploy
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/line/kubectl-kustomize:latest
tags:
- teckids-trusted
before_script:
- echo $KUBECONFIG | base64 -d > /tmp/kubeconfig
deploy production:
extends: .deploy
environment:
name: production
url: https://teckids.org
script:
- cd deploy/overlays/production
- kustomize edit set image registry.edugit.org/teckids/team-pr/teckids.org:$CI_COMMIT_REF_NAME@$(cat ../../../DIGESTFILE)
- kustomize build > output.yaml
- kubectl --kubeconfig=/tmp/kubeconfig apply -f output.yaml
only:
- master
deploy review:
extends: .deploy
script: deploy_review
environment:
name: review/$CI_COMMIT_REF_SLUG
url: https://$CI_COMMIT_REF_SLUG.review.teckids.org
on_stop: delete review
auto_stop_in: 3 days
only:
- merge_requests
when: manual
script:
- cd deploy/overlays/review
- kustomize edit set image registry.edugit.org/teckids/team-pr/teckids.org:$CI_COMMIT_REF_NAME@$(cat ../../../DIGESTFILE)
- kustomize edit set nameprefix $CI_COMMIT_REF_SLUG
- kustomize build | sed s/__REVIEW_NAME__/$CI_COMMIT_REF_SLUG/g > output.yaml
- kubectl --kubeconfig=/tmp/kubeconfig apply -f output.yaml
delete review:
extends: .deploy
script: delete_review
environment:
name: review/$CI_COMMIT_REF_SLUG
action: stop
before_script:
- echo $KUBECONFIG | base64 -d > /tmp/kubeconfig
- cd deploy/overlays/review
- kustomize edit set image registry.edugit.org/teckids/team-pr/teckids.org:$CI_COMMIT_REF_NAME@$(cat ../../../DIGESTFILE)
- kustomize edit set nameprefix $CI_COMMIT_REF_SLUG
- kustomize build | sed s/__REVIEW_NAME__/$CI_COMMIT_REF_SLUG/g > output.yaml
script:
- kubectl --kubeconfig=/tmp/kubeconfig delete -f output.yaml
when: manual
only:
- master
- merge_requests
[submodule "themes/teckids"]
path = themes/teckids
url = https://edugit.org/Teckids/team-pr/pelican-theme-teckids.git
[submodule "plugins"]
path = plugins
url = https://github.com/getpelican/pelican-plugins
[submodule "static/artwork"]
path = static/artwork
url = https://edugit.org/Teckids/team-pr/Artwork.git
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: teckids.org website
Upstream-Contact: Teckids e.V. <pr@teckids.org>
Source: https://teckids.org
# Sample paragraph, commented out:
#
# Files: src/*
# Copyright: $YEAR $NAME <$CONTACT>
# License: ...
http:// {
root * /srv
encode zstd gzip
file_server
header {
Content-Security-Policy "default-src 'self' *.teckids.org; img-src 'self' data: *.teckids.org; media-src 'self' *.teckids.org; object-src 'self' *.teckids.org; frame-src 'self' *.teckids.org; form-action 'self' *.teckids.org"
X-Content-Type-Options nosniff
Referrer-Policy strict-origin-when-cross-origin
}
route {
header Cache-Control "public, max-age=3600"
header /processed_images/* Cache-Control "public, max-age=604800, immutable"
}
}
http://www.teckids.org {
redir http://teckids.org{uri} permanent
}
http://hacknsun.camp, http://www.hacknsun.camp {
redir / http://teckids.org/projekte/hack-n-fun/freizeiten/hacknsun/ permanent
error 404
}
http://hacknfun.camp, http://www.hacknfun.camp {
redir / http://teckids.org/projekte/hack-n-fun/ permanent
error 404
}
http://schul-frei.dev, http://www.schul-frei.dev {
redir / http://teckids.org/projekte/schul-frei/ permanent
error 404
}
FROM alpine:latest AS build
ARG BASE_URL=https://teckids.org
RUN apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola yarn
COPY . /src
WORKDIR /src
RUN yarn install
RUN zola build -u $BASE_URL
FROM caddy:alpine AS serve
COPY --from=build /src/public/ /srv/
COPY Caddyfile /etc/caddy/Caddyfile
RUN caddy validate --config /etc/caddy/Caddyfile
RUN caddy fmt --overwrite /etc/caddy/Caddyfile
LICENSES/CC-BY-SA-4.0.txt
\ No newline at end of file
Creative Commons Attribution-ShareAlike 4.0 International
Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.
Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.
Creative Commons Attribution-ShareAlike 4.0 International Public License
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
Section 1 – Definitions.
a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
c. BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License.
d. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
e. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
f. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
g. License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike.
h. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
i. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
j. Licensor means the individual(s) or entity(ies) granting rights under this Public License.
k. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
l. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
m. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
Section 2 – Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
A. reproduce and Share the Licensed Material, in whole or in part; and
B. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
3. Term. The term of this Public License is specified in Section 6(a).
4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
5. Downstream recipients.
A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
B. Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply.
C. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this Public License.
3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.
Section 3 – License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified form), You must:
A. retain the following if it is supplied by the Licensor with the Licensed Material:
i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of warranties;
v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
b. ShareAlike.In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.
1. The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License.
2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material.
3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply.
Section 4 – Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and
c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
Section 5 – Disclaimer of Warranties and Limitation of Liability.
a. Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
b. To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
Section 6 – Term and Termination.
a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
2. upon express reinstatement by the Licensor.
c. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
d. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
Section 7 – Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
Section 8 – Interpretation.
a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.
Creative Commons may be contacted at creativecommons.org.
PY?=python3
PELICAN?=pelican
PELICANOPTS=
PO4A?=po4a
PO4A_CONF?=po4a.conf
BASEDIR=$(CURDIR)
INPUTDIR=$(BASEDIR)/content
OUTPUTDIR=$(BASEDIR)/public
CONFFILE=$(BASEDIR)/pelicanconf.py
PUBLISHCONF=$(BASEDIR)/publishconf.py
DEBUG ?= 0
ifeq ($(DEBUG), 1)
PELICANOPTS += -D
endif
RELATIVE ?= 0
ifeq ($(RELATIVE), 1)
PELICANOPTS += --relative-urls
endif
help:
@echo 'Makefile for a pelican Web site '
@echo ' '
@echo 'Usage: '
@echo ' make html (re)generate the web site '
@echo ' make clean remove the generated files '
@echo ' make regenerate regenerate files upon modification '
@echo ' make publish generate using production settings '
@echo ' make serve [PORT=8000] serve site at http://localhost:8000'
@echo ' make serve-global [SERVER=0.0.0.0] serve (as root) to $(SERVER):80 '
@echo ' make devserver [PORT=8000] serve and regenerate together '
@echo ' make po update translations using po4a '
@echo ' '
@echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html '
@echo 'Set the RELATIVE variable to 1 to enable relative urls '
@echo ' '
html:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
clean:
[ ! -d $(OUTPUTDIR) ] || rm -rf $(OUTPUTDIR)
regenerate:
$(PELICAN) -r $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
serve:
ifdef PORT
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -p $(PORT)
else
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
endif
serve-global:
ifdef SERVER
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -p $(PORT) -b $(SERVER)
else
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -p $(PORT) -b 0.0.0.0
endif
devserver:
ifdef PORT
$(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -p $(PORT)
else
$(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
endif
publish:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
po:
$(PO4A) $(PO4A_CONF)
.PHONY: html help clean regenerate serve serve-global devserver publish po
# Teckids website
## How to build
### Install yarn and Zola
#### On Debian
```
sudo apt install cargo yarnpkg
cargo install zola
```
#### On openSUSE Tumbleweed
```shell
sudo zypper install yarn zola
```
### Install JavaScript dependencies
```shell
yarn install
```
### Build HTML output
```shell
zola build
```
Alternatively, run local development server:
```shell
zola serve
```
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{
"nik": {
"display_name": "Nik",
"email": "dominik.george@teckids.org",
"fediverse": "@nik@toot.teckids.org"
},
"pinguin": {
"display_name": "Pingu"
},
"krfl9500": {
"display_name": "Florian"
},
"tuxilio": {
"display_name": "Tuxilio"
},
"lukasw": {
"display_name": "Lukas"
},
"codecraft": {
"display_name": "Darius"
},
"lumi": {
"display_name": "Marina"
},
"lianvw": {
"display_name": "Lian"
},
"nbildhauer": {
"display_name": "Niklas"
},
"greenem": {
"display_name": "Emil"
},
"ken0bi09": {
"display_name": "Keno"
},
"tteichler": {
"display_name": "Tom"
}
}
base_url = "https://teckids.org"
title = "Teckids"
description = "Eine verstehbare (digitale) Welt – gemeinsam, für Alle."
author = "Teckids-Gemeinschaft"
default_language = "de"
output_dir = "public"
compile_sass = true
build_search_index = false
generate_feeds = true
hard_link_static = false
minify_html = false
taxonomies = [
{ name = "projekt", render = false, feed = true },
{ name = "zielgruppe", render = false, feed = true },
{ name = "aspekt", render = false, feed = false },
{ name = "produkt", render = false, feed = false },
{ name = "tags", render = false },
]
[markdown]
highlight_code = true
external_links_target_blank = true
external_links_no_referrer = true
[slugify]
taxonomies = "on"
#paths_keep_dates = true
[search]
include_title = true
include_description = true
include_path = false
include_content = true
index_format = "elasticlunr_json"
[link_checker]
skip_prefixes = [
"https://ceph.io/",
]
#[extra.og.image]
#url =
#alt =
[[extra.main_menu_item]]
path = "@/blog/_index.md"
title = "Blog"
[extra.repo.web]
tree = "https://edugit.org/Teckids/team-pr/teckids.org/-/tree/master/content"
issues = "https://edugit.org/Teckids/team-pr/teckids.org/-/issues"
[extra.footer]
address.street = "Kennedyallee 18"
address.postal_code = "53175"
address.city = "Bonn"
bank = "<b>IBAN:</b> DE31 3705 0198 1933 0485 46<br/><b>BIC:</b> COLSDE33XXX<br/>Sparkasse KoelnBonn"
[extra.footer.license]
name = "CC-BY-SA"
url = "https://creativecommons.org/licenses/by-sa/4.0/"
[[extra.footer.menu]]
label = "Kleingedrucktes"
items = [
{ title = "Nutzungsbedingungen", url = "https://wiki.teckids.org/de/Kleingedrucktes/Nutzungsbedingungen" },
{ title = "Datenschutzhinweise", url = "https://wiki.teckids.org/de/Kleingedrucktes/Datenschutzhinweise" },
{ title = "Impressum", url = "https://wiki.teckids.org/de/Kleingedrucktes/Impressum" },
]
[[extra.footer.sponsor]]
logo = "speedpartner.png"
alt = "Speedpartner GmbH"
link = "https://www.speedpartner.de/"
[[extra.footer.sponsor]]
logo = "linuxhotel.png"
alt = "Linuxhotel GmbH"
link = "https://www.linuxhotel.de/"
[[extra.footer.sponsor]]
logo = "froscon.png"
alt = "FrOSCon e.V."
link = "https://froscon.org/"
[[extra.footer.sponsor]]
logo = "velocitux.png"
alt = "velocitux UG"
link = "https://www.velocitux.com/"
[[extra.footer.social]]
icon = "fa-brands fa-mastodon"
rel = "me"
link = "https://bildung.social/@Teckids"
[[extra.footer.social]]
icon = "fa-brands fa-git"
rel = "me"
link = "https://edugit.org/Teckids/"
[languages.en]
description = "A comprehensible (digital) world – together, for everyone."
taxonomies = [
{ name = "projekt", render = false, feed = true },
{ name = "zielgruppe", render = false, feed = true },
{ name = "aspekt", render = false, feed = false },
{ name = "produkt", render = false, feed = false },
{ name = "tags", render = false },
]
[languages.en.translations]
impressum = "Imprint"
not_found_header = "Page not found (404)"
not_found_body = "The requested page can not be found."
published_on = "Published on"
word_count = "Number of words"
words = "words"
reading_time = "Reading time"
minutes_short = "min"
further_related_posts = "Further related posts"
related_blog_posts = "Teckids blog posts on this topic"
teckids_blog_posts = "Teckids blog posts"
teckids_blog_page = "Teckids blog – page"
pages_of = "of"
previous_page = "Previous"
next_page = "Next"
page = "Page"
more_teckids_blog_posts = "More Teckids blog posts"
donation_account = "Bank account for donations"
supporters_partners = "Supporters and partners"
further = "Further information"
channels_networks = "Channels and Networks"
licensed_under = "Licensed under"
created_using = "Created using"
and = "and"
or = "or"
this_page_can = "This page can"
edited_on_edugit = "be edited on EduGit"
improvement_suggestion = "an improvement can be suggested"
upcoming_events = "Upcoming events"
projects = "Projects"
our_projects = "Our projects"
information_for = "Information for …"
teckids_community = "Teckids community"
page_missing = "This page is not yet finished"
page_missing_explanation = "Due to the creation of our new website being elaborate, the information on this page unfortunately is not complete."
event_cost_self = "choose yourself"
event_cost_explanation = """It's important to us that everyone interested can take part in our events.
Therefore, we will inform you what our costs for your participation will be, and you can freely choose
how much you pay yourself."""
event_fully_booked = "The event is fully booked. For further registrations or a waiting list, one can contact us via e-mail."
event_info_registration = "All information and registration"
event_title_where = "Where?"
event_title_when = "When?"
event_title_cost = "Cost?"
write_email = "Write an e-mail"
call_us = "Call us"
wiki = "Wiki"
wiki_subtitle = "Informationen and assistance in the Teckids wiki"
forum = "Forum"
forum_subtitle = "Questions and discussions in the Teckids forum"
chat = "Chat"
chat_subtitle = "Chat about it"
help_platforms = "Information about and assistance in using our platforms"
[translations]
impressum = "Imprint"
not_found_header = "Seite nicht gefunden (404)"
not_found_body = "Die gesuchte Seite wurde leider nicht gefunden."
published_on = "Veröffentlicht am"
word_count = "Anzahl Wörter"
words = "Wörter"
reading_time = "Lesezeit"
minutes_short = "min"
further_related_posts = "Weitere Posts dazu"
related_blog_posts = "Verwandte Posts aus dem Teckids-Blog"
teckids_blog_posts = "Aus dem Teckids-Blog"
teckids_blog_page = "Teckids-Blog – Seite"
pages_of = "von"
previous_page = "Vorherige"
next_page = "Nächste"
page = "Seite"
more_teckids_blog_posts = "Mehr aus dem Teckids-Blog"
donation_account = "Spendenkonto"
supporters_partners = "Unterstützer und Partner*innen"
further = "Weiteres"
channels_networks = "Kanäle und Netzwerke"
licensed_under = "Lizensiert unter"
created_using = "Erstellt mit"
and = "und"
or = "oder"
this_page_can = "Diese Seite kann"
edited_on_edugit = "auf EduGit editiert werden"
improvement_suggestion = "eine Verbesserung vorgeschlagen werden"
upcoming_events = "Nächste Veranstaltungen"
projects = "Projekte"
our_projects = "Unsere Projekte"
information_for = "Informationen für …"
teckids_community = "Teckids-Gemeinschaft"
page_missing = "Diese Seite fehlt leider noch"
page_missing_explanation = "Da der Aufbau unserer neuen Website sehr aufwändig ist, sind die Informationen auf dieser Seite leider noch nicht vollständig."
event_cost_self = "frei wählbar"
event_cost_explanation = """Uns ist wichtig, dass alle Interessierten an unserer Freizeit teilnehmen können.
Deshalb informieren wir darüber, wie hoch unsere eigenen Kosten sind.
Alle Teilnehmenden können frei entscheiden, wieviel sie selber bezahlen."""
event_fully_booked = "Die Veranstaltung ist ausgebucht. Für weitere Anmeldungen oder Plätze auf der Warteliste können uns Interessierte per E-Mail kontaktieren."
event_info_registration = "Alle Infos und Anmeldung"
event_title_where = "Wo?"
event_title_when = "Wann?"
event_title_cost = "Kosten?"
write_email = "E-Mail schreiben"
call_us = "Anrufen"
wiki = "Wiki"
wiki_subtitle = "Informationen und Handreichungen im Teckids-Wiki"
forum = "Forum"
forum_subtitle = "Fragen und Diskussion im Teckids-Forum"
chat = "Chat"
chat_subtitle = "Darüber reden im Chat"
help_platforms = "Informationen und Hilfe zu unseren Plattformen"
+++
[extra.hero.message]
class = "warning"
title = "Translation is incomplete"
content = "Please be aware that this translation of our website is incomplete. For any questions and for cooperations, please contact us."
[[extra.claims]]
title = "Challenging technology"
content = "How devices and apps work, what they do and which intentions developers pursue: Everyone shall be able to critically scrutinise all of that – and everyone shall have the rights to do so!"
image = "images/empathy.png"
links = [
{ url = "@/projekte/indiedact/verstehbarkeit/index.md", title = "More about comprehensibility" },
]
[[extra.claims]]
title = "Self-determined decisions"
content = "Whether the name, date of birth, or a photo should be passed on to some company, where data is stored, and what apps on a computer or smartphone are allowed to do – all of that shall be a free decision for everyone. Manufacturers, as well as schools and parents, must respect that!"
image = "images/decision-making.png"
links = [
{ url = "@/projekte/indiedact/digitale-muendigkeit/index.md", title = "More about digital responsibility" },
]
[[extra.claims]]
title = "Actively co-create"
content = "Those who own a device shall be allowed to do everything they want with it, instead of being limited by the vendor or third party. Technology is a tool for being creative. People of any age shall experience that hardware and software can be changed, invented and freely used by anyone!"
image = "images/pencil.png"
links = [
{ url = "@/projekte/hack-n-fun/tinkering/index.md", title = "More about tinkering" },
]
+++
+++
[[extra.claims]]
title = "Technik hinterfragen"
content = "Wie Geräte und Apps funktionieren, was sie tun und welche Absichten die Entwickler*innen haben: Das alles soll jede*r kritisch hinterfragen und erforschen können – und: Alle sollen das Recht dazu haben!"
image = "images/empathy.png"
links = [
{ url = "@/projekte/indiedact/verstehbarkeit/index.md", title = "Mehr zum Verstehen" },
]
[[extra.claims]]
title = "Selber entscheiden"
content = "Ob der Name, das Geburtsdatum, das Foto an Firmen weitergegeben werden, wo Daten gespeichert werden und was Apps auf Computer und Smartphone dürfen und was nicht – das soll jede*r frei selber entscheiden können. Das müssen Hersteller, aber auch Schulen und Eltern, respektieren!"
image = "images/decision-making.png"
links = [
{ url = "@/projekte/indiedact/digitale-muendigkeit/index.md", title = "Mehr zu digitaler Mündigkeit" },
]
[[extra.claims]]
title = "Aktiv mitgestalten"
content = "Wer ein Gerät besitzt, soll damit alles machen können und nicht vom Hersteller oder anderen eingeschränkt werden. Technik ist ein Werkzeug für Kreativität. Menschen jeden Alters sollen erfahren, dass man Hard- und Software selber verändern, erfinden und frei nutzen kann!"
image = "images/pencil.png"
links = [
{ url = "@/projekte/hack-n-fun/tinkering/index.md", title = "Mehr zum Selberbauen" },
]
+++
+++
title = "Einladung zu den Grazer Linux-Tagen 2024"
authors = ["nik"]
[taxonomies]
tags = ["Konferenzen", "GLT", "Ankündigung"]
projekt = ["Hack'n'Fun", "schul-frei"]
zielgruppe = ["Kinder und Jugendliche", "Eltern"]
aspekt = ["Workshops", "Junge Menschen in FOSS-Projekten"]
produkt = ["FrogLabs"]
[extra.depiction]
image = "plueschtux.jpg"
alt = "Linux-Pinguin Tux aus Plüsch, daneben auch Konqi von KDE und ein blauer PostgreSQL-Elefant"
credits = "Lukas Prokop, CC-BY"
+++
Bei den Linux-Tagen in Graz am 6. April 2024 werden unsere
Tutoren Florian, Lukas, Darius und Martin Workshops zu
Elektronik, Mikrocontrollern und Python für Kinder zwischen
10 und 16 Jahren anbieten.
<!-- more -->
***Anmerkung / Update:** Ein [Blog-Bericht von den Grazer Linux-Tagen](@/blog/2024/04/2024-04-07_glt-2024/index.md)
ist jetzt online!**
Die [Grazer Linux-Tage](https://www.linuxtage.at/de/) sind eine kleine
Open-Source-Konferenz, bei der sich viele Fans freier und
offener Software und der Linux-Betriebssysteme treffen. Aber
auch um allgemeine Themen rund um Technik und Coding geht es dort.
## Die Teckids-Gemeinschaft bei den GLT
Seit 5 Jahren ist es Tradition, dass eine Gruppe aus Kindern, Jugendlichen
und Erwachsenen zu den Grazer Linux-Tagen reist. Dort besuchen wir am Freitag
die Workshops aus dem Erwachsenenprogramm; am Samstag halten wir Vorträge
über unsere Projekte und bieten Workshops für andere Kinder und Jugendliche
an.
Da die Linux-Tage immer am Ende der Osterferien der meisten deutschen
Bundesländer liegen, verbinden wir die Reise immer mit einer kleinen
Ferienfreizeit für unser Team, indem wir schon zwei Tage vorher die sehr
lange Zugfahrt nach Österreich antreten. So haben wir dann Zeit, z.B. die
Stadt zu erkunden, wandern zu gehen, oder gemütlich zusammen zu Abend zu essen.
## Jugend-Workshops bei den GLT 2024
Dieses Jahr bieten wir zwei Workshop-Themen aus unserem festen
[Workshop-Programm](@/projekte/hack-n-fun/workshops/index.md) an:
* Vormittags kann man mit Python und Pygame ein Spiel programmieren
* Nachmittags werden, ebenfalls mit Python, Mikrocontroller programmiert, um
LEDs blinken zu lassen und Animationen auf einem Display anzuzeigen
{{ teckids_event(slug="froglabs-2024-glt") }}
content/blog/2024/03/2024-03-13_glt-2024/plueschtux.jpg

424 KiB

content/blog/2024/03/2024-03-17_clt-2024/elektronik.jpg

340 KiB

+++
title = "Teckids bei den Chemnitzer Linux-Tagen 2024"
authors = ["tuxilio", "krfl9500", "pinguin"]
[taxonomies]
tags = ["Konferenzen", "CLT", "Bericht"]
projekt = ["Hack'n'Fun", "schul-frei"]
zielgruppe = ["Kinder und Jugendliche", "Eltern"]
aspekt = ["Workshops", "Junge Menschen in FOSS-Projekten"]
produkt = ["FrogLabs"]
[extra.depiction]
image = "stand-clt-2024.jpg"
alt = "Florian, Robert, Lukas, Nik, Tuxilio und Pingu hinter einem orange gedeckten Infostand mit Plüsch-Leopard, Plüsch-Pinguin, einem Laptop und einigen Flyern"
credits = "Dominik George, CC-BY-NC-ND"
[[extra.gallery.photos]]
image = "elektronik.jpg"
alt = "Hände eines Kindes, die Drähte und LEDs auf ein Breadboard mit einem ESP stecken"
credits = "Dominik George, CC-BY"
[[extra.gallery.photos]]
image = "spiele.jpg"
alt = "Blick über die Schulter eines Kindes, das an einem Laptop den Map-Editor Tiled bedient"
credits = "Dominik George, CC-BY"
+++
Wir waren am Wochenende bei den [Chemnitzer Linux-Tagen](https://chemnitzer.linux-tage.de/2024/de/) (CLT).
Dort kommen viele verschiedene Personen, Projekte und auch Unternehmen
zusammen, um Dinge rund um freie Software zu zeigen und sich anzusehen.
<!-- more -->
## Minetest, Elektronik und Python für Kinder
In Chemnitz haben wir unter anderem einen Stand betreut und Workshops gehalten.
Dabei ging es in den Workshops um die Themen [Minetest](@/projekte/hack-n-fun/workshops/minetest.md),
[Elektronik](@/projekte/hack-n-fun/workshops/elektronik.md) und
[Spiele programmieren](/projekte/hack-n-fun/workshops/programmieren.md).
Zuallererst am Samstagmorgen haben Tuxilio und Florian einen Workshop zum
Erkunden von Minetest gehalten. Dabei konnten sich die teilnehmenden Kinder
Minetest im Generellen ansehen und damit experimentieren.
Am Nachmittag konnten sich Interessierte beim Elektronik-Workshop eine kleine
LED-Matrix programmieren und danach auch mitnehmen. Gleichzeitig lief der Workshop
zum Thema Spieleprogrammierung, in welchem es darum ging, ein kleines Jump'n'Run-Spiel
zu programmieren und eine Karte dafür zu gestalten.
Am nächsten Tag gab es den Workshop „Minetest-Modding“. Dabei konnten Kinder nach
einer kleinen Einführung in das Thema ihre eigenen Mods entwickeln und ausprobieren.
{{ gallery(name="photos") }}
Wir selbst fanden es wichtig, dass wir mit unseren Workshops Kindern freie Software
näher bringen konnten. Dabei wollten wir vermitteln, dass man Software auch
[verändern und verstehen](@/projekte/indiedact/verstehbarkeit/index.md), statt nur passiv nutzen, kann.
## Die Teckids-Gemeinschaft stellt sich vor
An unserem Stand konnte man sich Kalle Käseecke, einen Plüschkäse mit RGB-LEDs,
den man über eine Website steuern konnte, ansehen. Außerdem haben wir vielen
Menschen unsere Ziele und Projekte erklärt und dazu motiviert, dabei mitzuhelfen.
An anderen Ständen haben wir uns viele Projekte und Gruppen wie
[Debian](https://debian.org), [OpenStreetMap](https://openstreetmap.de) oder auch
die [FSFE](https://fsfe.org) angesehen. Dort konnte man sich über die
Projekte informieren, mit Mitwirkenden austauschen und bei manchen Ständen auch
Sticker mitnehmen.
„Dass wir uns nun zum ersten Mal auf anderen Konferenzen als die neue
[Teckids-Gemeinschaft](@/gemeinschaft/offene-gemeinschaft/wer.md) vorstellen, ist wichtig, damit
wir das Ziel eienr verstehbaren digitalen Welt an mehr Orten verfolgen können“,
sagt Nik, der die Fahrt organisiert hat und Vorsitzender des Vereins ist.
„Besonders freut mich, dass wir jedes Jahr junge Menschen finden, die sich so
vielfältig für Linux und freie Software interessieren, dass sie mit uns die
CLT besuchen und dort sogar viel Zeit in das Erzählen an unserem Stand und das
Leiten der Workshops für andere Kinder investieren.“
Zum Abschluss der CLT hat Nik noch vor einem kleinen Publikum seinen Vortrag
["Normalisiert informationelle Selbstbestimmung!"](@/blog/2024/03/2024-03-19_normalisiert-selbstbestimmung/index.md)
gehalten.
content/blog/2024/03/2024-03-17_clt-2024/spiele.jpg

559 KiB