fix blog.php and add a notice regarding git javascript usage to

privacy.php
This commit is contained in:
speedie 2023-06-05 04:19:30 +02:00
parent da75242b51
commit f0c37aa4b8
2 changed files with 5 additions and 3 deletions

View file

@ -24,9 +24,10 @@
</ul>
<h3>Articles</h3>
<h4 id="50">Posts 50-59</h4>
<h5><a href="articles/post58.php">Swedish man rants about licenses again</a>, written 2023-05-23
<h5><a href="articles/post57.php">Ungoogled Chromium: The best browser for most people</a>, written 2023-05-01
<h5><a href="articles/post56.php">Why I don't use Wayland (and how it can be improved)</a>, written 2023-04-28
<h5><a href="articles/post59.php">Yet another update post.</a>, written 2023-06-03</h5>
<h5><a href="articles/post58.php">Swedish man rants about licenses again</a>, written 2023-05-23</h5>
<h5><a href="articles/post57.php">Ungoogled Chromium: The best browser for most people</a>, written 2023-05-01</h5>
<h5><a href="articles/post56.php">Why I don't use Wayland (and how it can be improved)</a>, written 2023-04-28</h5>
<h5><a href="articles/post55.php">Dear bloggers: Your RSS feeds suck.</a>, written 2023-04-19</h5>
<h5><a href="articles/post54.php">News/important update regarding the site</a>, written 2023-04-14</h5>
<h5><a href="articles/post53.php">I switched back to Microsoft Windows.. here's why!</a>, written 2023-04-01</h5>

View file

@ -12,6 +12,7 @@
<div class="content">
<h2>Privacy notice and licensing</h2>
<p>I am just as concerned about privacy, security and free software as you. Because of my philosophy, this website does not use a single line of JavaScript as I believe it is unnecessary for 90% of what a website needs to do for the average person! This also means, the website is <strong>free/libre (as in freedom)</strong> by design, and therefore also LibreJS compliant. It should be noted that I <em>do</em> use PHP server-side in order to make maintaining this site easier.</p>
<p>Do however note that <a href="https://git.speedie.site">git.speedie.site</a> does use JavaScript. There is just no way around this.</p>
<p>However my entire website, including HTML. CSS, and PHP is available for free and distributed to you under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> license. <strong>All contributions to the site are licensed under the same license.</strong> Nonfree contributions of any kind are <strong>not accepted</strong>.</p>
<p>This site is running on my Debian GNU/Linux VPS on the Apache 2 web server, along with the other services I run, such as <a href="https://ls.speedie.site">ls.speedie.site</a>, <a href="https://git.speedie.site">git.speedie.site</a>, <a href="https://wiki.speedie.site">wiki.speedie.site</a>, among others.</p>
</div>