Commit graph www/README.md
Author SHA1 Message Date
b11d80aac2 README: describe the calendar as it is built today
`build.sh` no longer post-processes anything: since the switch to ICS files it
just deletes `public/` and runs `hugo`. The `CALENDAR` placeholder, the Python
dependency on `icalendar`, `python-dateutil` and `pytz`, and the `de_DE.UTF-8`
locale requirement are all gone, and nothing in `packages.nix`, `devShells.nix`
or `flake.nix` pulls in Python any more. Drop those claims.

Describe instead where the two calendar views actually come from: the
"Nächste Veranstaltungen" table and the calendar page are rendered in the
browser from `/calendars/all.ics`, which is published next to the site and is
not built from this repository. That also replaces the old advice to preview
them via `./build.sh` plus a local HTTP server, which no longer helps.

Without that file the two of them stay empty. Hugo serves everything below
`static/` from the root of the site, so it can simply be put there, and the
command that downloads it is worth writing down. Checked from an empty state:
afterwards the file is served under `/calendars/all.ics` by `hugo serve` and the
table on the start page fills with the upcoming events. It is a copy of
published data and has no business in the repository, so ignore it.

Mention the per-section `.ics` feeds Hugo does generate, so the ICS templates
under `layouts/` are not mistaken for the source of `all.ics`.

Fixes: c28f04c6e8 ("switch to ics files; make calendars work; fix some minor issues")
Assisted-by: Claude:claude-opus-5
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-08-22 21:22:02 +02:00
c28f04c6e8
switch to ics files; make calendars work; fix some minor issues 2026-08-12 02:01:58 +02:00
c145161bc4 README: Erkläre, wie man den Kalender lokal sieht.
`hugo serve` rendert die Tabelle „Nächste Veranstaltungen" auf der
Startseite nicht — die wird erst durch `./build.sh` per sed in
`public/index.html` eingefügt. Die README beschreibt jetzt den
Build-und-Servieren-Workflow inklusive Python-Abhängigkeiten und
benötigtem Locale.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-05-03 16:54:15 +02:00
fluepke
34e46097d0 Fix broken glibcLocales; Update README.md 2025-11-23 17:54:17 +01:00
Vinzenz Schroeter
981108e77a update readme, markdown lint 2025-06-07 15:35:43 +02:00
murmeldin
bbd47afcb5 new correct datengarten content 2025-05-06 08:30:54 +02:00
Vinzenz Schroeter
e10cfcdbcc update README.md 2025-03-09 18:15:15 +01:00
2e3a02af0c
refacture all the things! 2023-06-13 12:47:07 +02:00
5c7f36a5ae
Update README.md 2023-06-12 20:03:34 +02:00
Carina
85f9fb9766 Added documentation how change process works. Reformatted readme file. 2020-02-04 22:39:02 +01:00
81df090d5e Minor documentation update 2019-09-04 21:41:42 +02:00
XenGi
8b0748b05a Update README.md 2018-08-16 22:13:41 +02:00
fbc6fe31dd Add calendar generator 2018-07-14 22:53:59 +02:00
d55a0ee07f Amend readme 2018-07-13 00:09:03 +02:00
N-te
c4069f84f8
Fixed link for locahost page
/s/ was missing
2018-07-12 21:03:37 +02:00
Sebastian Breuer
55c280bd69 git submodule init missed 2018-05-21 02:05:17 +02:00
vidister
0a4d9cce15 change submodule to fork, add step to README, fix typo in README 2018-05-18 21:27:55 +02:00
81d428f9be Add README.md 2018-05-18 13:53:01 +02:00