about.html (1629B) - raw


      1 <!-- title: About this site -->
      2 <!-- description: Information about the site: privacy, license and source code. -->
      3 
      4 <h2>Privacy</h2>
      5 
      6 <p>
      7   The site contains no ads or cross-site references. I am currently hosted by <a
      8   href="https://www.hetzner.com">Hetzner</a> and can't guarantee that they don't keep any logs of
      9   the website's visitors. I do keep logs for 14 days and use GoAccess to keep track of how many
     10   visitors I get. This information is not shared with anyone else.</p>
     11 <!-- /p -->
     12 
     13 <h2>Licenses</h2>
     14 
     15 <p>
     16   This site is powered by free software. The software is published under the <a
     17   href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License version 3</a>.</p>
     18 <!-- /p -->
     19 
     20 <p>
     21   The content of the site is published under a <a
     22   href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International
     23   License</a> unless otherwise stated.</p>
     24 <!-- /p -->
     25 
     26 <p>I am hosting local copies of the licenses: <a href="/licenses/gpl-3.0.txt">GPLv3</a>, <a href="/licenses/cc-by-4.0.txt">CC-BY-4.0</a>.</p>
     27 
     28 <h2>Source code</h2>
     29 
     30 <p>
     31   This site is genarated using <a href="https://git.oscarbenedito.com/oscarbenedito.com/file/gensite.py.html">gensite.py</a>,
     32   a small Python script based on <a href="https://github.com/sunainapai/makesite">makesite.py</a>.
     33   You can find the site's source code on <a href="https://git.oscarbenedito.com/oscarbenedito.com/">this repository</a>.</p>
     34 <!-- /p -->
     35 
     36 <p>
     37   You can find all the JavaScript run on the site along with the licenses and source code in the <a
     38   href="/jsweblabels/">JavaScript Web Labels page</a>.</p>
     39 <!-- /p -->