orangesite/view/about.html

34 lines
978 B
HTML
Raw Normal View History

2020-03-25 00:49:19 +00:00
{% extends "page.html" %}
{% block content %}
<div class="col-lg-12">
2020-03-25 04:05:23 +00:00
<h1>About This Site</h1>
2020-03-25 00:49:19 +00:00
2020-03-25 04:05:23 +00:00
<h2>IMPORTANT</h2>
2020-03-25 00:49:19 +00:00
<p>This is a third-party site, not affiliated with HN, provided for
informational purposes only. <b>Do not</b> contact or hassle HN
2020-03-25 04:05:23 +00:00
administrators about any information you learn here. Their site,
their rules. I repeat: <b>Do not hassle or interrogate the HN admins.</b>
</p>
2020-03-25 00:49:19 +00:00
<h2>Why?</h2>
<p>I like reading stuff on the internet that is of interest to HN voters,
2020-03-25 04:05:23 +00:00
even if the HN administrators think it's off topic and don't want it on
the frontpage, which is a decision I respect. Again, their site, their
rules.</p>
2020-03-25 00:49:19 +00:00
<h2>How?</h2>
<p><a href="https://git.eeqj.de/sneak/hntransparencylog">Go</a> and the
2020-03-25 04:05:23 +00:00
graciously provided <a href="https://github.com/HackerNews/API">HN
2020-03-25 00:49:19 +00:00
API</a>.</p>
2020-03-25 04:05:23 +00:00
<h2>Who</h2>
2020-03-25 00:49:19 +00:00
2020-03-25 04:05:23 +00:00
<p><a href="mailto:sneak@sneak.berlin">@sneak</a>.</p>
2020-03-25 00:49:19 +00:00
</div>
{% endblock %}