Skip to content

Commit 135df01

Browse files
committed
Added that this is only a snapshot, not the live version, of the TPAC 2025 build system.
1 parent cfbeef0 commit 135df01

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
An entry for the [TPAC 2025 hackathon](https://www.w3.org/events/meetings/a1128bb9-d32d-49b4-9f84-a6378800d73b/).
44

5-
This is the system that builds the [TPAC schedule
6-
page](https://www.w3.org/2025/11/TPAC/schedule.html). It includes
7-
programs (in Bash and Awk) to retrieve events from the W3C group
8-
calendar, convert the events from iCalendar to HTML fragments, sort
9-
them and put them in an HTML page. The page provides both a list view
10-
and a grid view (by means of CSS) and the list views can be sorted in
11-
different ways (with JavaScript). The result is a
5+
This is a (slightly modified snapshot of) the system that builds the
6+
[TPAC schedule page](https://www.w3.org/2025/11/TPAC/schedule.html).
7+
It includes programs (in Bash and Awk) to retrieve events from the W3C
8+
group calendar, convert the events from iCalendar to HTML fragments,
9+
sort them and put them in an HTML page. The page provides both a list
10+
view and a grid view (by means of CSS) and the list views can be
11+
sorted in different ways (with JavaScript). The result is a
1212
[schedule.html](https://bert-github.github.io/tpac-schedule/schedule.html)
1313

1414
In other words: a nightmare :-) But several people manage to use the

0 commit comments

Comments
 (0)