about.html (1629B) - raw


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