commit 25e20158dc5005177990fe64e672f4b2eb7fdfd2
parent 39e39906f4708f0338602d581db7d36aa1475d63
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sat, 13 Mar 2021 13:46:12 +0100

Change text on JS WebLabels page

Diffstat:
Mcontent/jsweblabels.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/jsweblabels.html b/content/jsweblabels.html @@ -1,9 +1,9 @@ <!-- title: JavaScript Web Labels --> -<!-- description: Web labels to allow users with LibreJS to run the (little) JavaScript on the site without manually whitelisting it. --> +<!-- description: Web labels to allow users with LibreJS to run the JavaScript on the site without manually whitelisting it. --> -<p>This page is basically a list of all the JavaScript files I use in my website, their license and their source code. I wanted to make a completely free/libre website and although it would be free/libre even if this page didn't exist, it allows LibreJS users to run the JavaScript without having to whitelist it manually and also offers an easy way for everybody to find the source code files.</p> +<p>This is a list of all the JavaScript files used in this website, their license and links to their source code (which is all free/libre). This allows visitors using <a href="https://www.gnu.org/software/librejs/">LibreJS</a> to see the content normally without the need of manually whitelisting the code.</p> -<p>You can find more information on free/libre JavaScript <a href="https://www.gnu.org/philosophy/javascript-trap.html">here</a>.</p> +<p>You can find more information on free JavaScript <a href="https://www.gnu.org/philosophy/javascript-trap.html">here</a>.</p> <div class="table-container"> <table id="jslicense-labels1" class="table is-bordered" style="margin:auto">