diff --git a/Makefile b/Makefile index ce81468..b96a1c3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PAGES := index.html 404.html info.html +PAGES := index.html 404.html info.html javascript.html SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \ poster_cz.webp poster_en.webp poster_cz.jpg poster_en.jpg \ moon.svg sun.svg narrow_light.svg narrow_dark.svg wide_light.svg wide_dark.svg lang_cz.svg lang_en.svg \ diff --git a/pages/cz/javascript.html b/pages/cz/javascript.html new file mode 100644 index 0000000..7605b4a --- /dev/null +++ b/pages/cz/javascript.html @@ -0,0 +1,57 @@ + + + + + JavaScript - Svobodný software Liberec + + + + + +
+

Použitý JavaScript na tomto webu

+ +

+ Pro tvorbu tohoto webu jsme použili stopové množství JavaScriptu. +

+

+ Tato stránka Vám zajišťuje, že návštěva tohoto webu nenačítá žádný nesvobodný software + (tzn. tento web načtete i s rozšířením LibreJS). +

+

Zkontrolujte si prosím níže uvedené skripty a jejich licence.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Seznam klientských skriptů
SkriptPopis skriptu
FunkceLicence
countdown.jsOdpočet do začátku akce.GNU GPL v3
lang.jsPřepínání jazyka stránky.GNU GPL v3
theme.jsPřepínání mezi světlým a tmavým režimem.GNU GPL v3
+
+ + + + diff --git a/pages/en/javascript.html b/pages/en/javascript.html new file mode 100644 index 0000000..5d0a40c --- /dev/null +++ b/pages/en/javascript.html @@ -0,0 +1,59 @@ + + + + + JavaScript - Software Libre Liberec + + + + + +
+

JavaScript used on this website

+ +

+ This website is enhanced with few short snippets of JavaScript. +

+ +

+ This page insures that visiting any page of this website does not load any non-free software + (which means that it will properly function on browsers with LibreJS). +

+ +

Please verify the following scripts and their licences.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
List of client scripts
ScriptDescription
FunctionLicence
countdown.jsCountdown until the start of the event.GNU GPL v3
lang.jsLanguage switch.GNU GPL v3
theme.jsLight/dark mode switch.GNU GPL v3
+
+ + + +