some improvements

This commit is contained in:
2018-05-24 01:02:39 +02:00
parent 691f46dd91
commit 35e30abd69
6 changed files with 21 additions and 266 deletions

View File

@ -2,19 +2,25 @@
<h1>So ugly ... why not Wordpress?</h1>
<p>
I shut down my homepage at wordpress.com since it wasn't absolutely unclear to me which data was collected there. I decided to run the homepage on my own server again, since I know exactly which data is collected here: There is the Apache log with the requesters IP stripped away:
I shut down my homepage at wordpress.com since it was absolutely unclear to me which data was collected there. I decided to run the homepage on my own server again, since I know exactly which data is collected here: There is the Apache log with the requesters IP stripped away:
</p>
<p>
<pre>
<code language="Apache">
CustomLog "logs/access_log" common
#LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%l %u %t \"%r\" %>s %b" common
</pre>
</code>
</p>
<p>
Nothing else. And since I'm quite bad in CSS, it currently looks so ugly.
Nothing else. The homepage engine just logs which post or page is accessed and served, nothing more. If you like to have a look: <a href="https://gitlab.com/wolutator/homepage" target="_blank">https://gitlab.com/wolutator/homepage</a>.
</p>
<p>
And since I'm quite bad in CSS, it currently looks so ugly.
</p>