Commit graph

5 commits

Author SHA1 Message Date
a2007c93dd
LICENSE: Update date range 2024-12-25 14:17:21 +01:00
0f3cd1a513
LICENSE: Bump year to 2023 2023-05-29 01:39:22 +02:00
20a1286c4f
LICENCE: Use BSD-2-Clause 2023-05-29 01:38:45 +02:00
586546ee57 Everywhere: Rework website concept completely
This patch removes the Next.js React project that was contained
by this repository previously. The replacement is a vanilla HTML
page with TypeScript that parses it's own HTML source and highlights
it using on load.

The concept will be iterated on in following commits, planned are
on hover tooltips showing metadata about HTML tokens as well as
tokenizing (perhaps parsing) of JavaScript and CSS to be able to
highlight those sections as well. To properly determent the range
of script and style sections it might be required to also implement
HTML tree building, however on read execution of JavaScript or
on the fly parsing as well as fragment parsing is not required for
the site.

This commit merely represents a start and is made to better track
the progress of changes.
2021-10-24 22:36:38 +02:00
Niklas Schrötler
899acea719 Added Next.js with TS and Storybook with Boilerplate 2021-04-04 16:46:47 +02:00