comments on logfiles
This commit is contained in:
65
index.html
65
index.html
@ -1,71 +1,60 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>my homepage</title>
|
||||
<title>Projects - just for fun</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<h1>Projects - just for fun</h1>
|
||||
|
||||
<p>
|
||||
I moved my blog away from wordpress.com. Reason is simple: I've no clue of DSGVO and I don't want to spend any time in it. And since I don't know which date wordpress.com is collecting and processing I stopped using it.
|
||||
</p>
|
||||
<p>
|
||||
Here, I've everything under my on control and I know exactly which of your data is processed: nearly no data. There are no cookies, no advertising banners, no web analytics. Just the webserver is writing a logfile, which is rotated away and deleted after 14 days. However, this logfile is not analysed or computed automatically, I just consult it occasionally in case of problems. To learn more about this logfile, see <a href="plain/logfile.html">here</a>. If this is not okay for you, just go away.
|
||||
</p>
|
||||
|
||||
<h2>Overview</h2>
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="./pages/impressum/article.html">Impressum</a><br/>
|
||||
|
||||
<li> - <a href="./pages/impressum/article.html">Impressum</a></li>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="./pages/keys/article.html">Keys</a><br/>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li> - <a href="./pages/keys/article.html">Keys</a></li>
|
||||
|
||||
<li>
|
||||
2013-06-27 -<a href="./posts/2013-06-27.01/article.html">Children Protection for Postfix-based EMail-Server</a><br/>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>2013-06-26 - <a href="./posts/2013-06-26.01/article.html">A Web-controlled Picture Frame</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>2013-06-27 - <a href="./posts/2013-06-27.01/article.html">Children Protection for Postfix-based EMail-Server</a></li>
|
||||
<li>
|
||||
2013-06-26 -<a href="./posts/2013-06-26.01/article.html">A Web-controlled Picture Frame</a><br/>
|
||||
A father-and-son weekend project with an Arduino, a stepper motor and a couple of family photos.
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h2>Abstracts</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
<h3>2013-06-26 - A Web-controlled Picture Frame</h3>
|
||||
A father-and-son weekend project with an Arduino, a stepper motor and a couple of family photos.<br/>
|
||||
<a href="./posts/2013-06-26.01/article.html">read more</a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
<h3>2013-06-27 - Children Protection for Postfix-based EMail-Server</h3>
|
||||
<br/>
|
||||
<a href="./posts/2013-06-27.01/article.html">read more</a>
|
||||
</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user