Files @ 506a87e3d951
Branch filter:

Location: FVDE/ennstatus/ennstatus/templates/status/about.html

Dennis Fink
Licence is not an address

This fixes semantics
{% extends "base.html" %}

{% set title = "Ënnstatus - About" %}

{% block content %}
  <div class="col-md-12">
    <h2>Ënnstatus - About</h2>
    <p>Ënnstatus provides the user with vital information about the status of the organizations Tor servers.</p>
    <h3>Export</h3>
    <p><code>/api/export -&gt; /api/export/json/all</code></p>
    <p><code>/api/export/&lt;any("json", "xml")&gt; -&gt; /api/export/&lt;any("json", "xml")&gt;/all</code></p>
    <p><code>/api/export/&lt;any("json", "xml")&gt;/&lt;any("all", "exit", "bridge", "relay", "single")&gt;</code></p>
  </div>
{% endblock %}