scripts and tools to administer the lingy.in public unix / tilde
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
564B

  1. {%extends "main_layout.html"%}
  2. {%block content %}
  3. <div class="home_blurb">
  4. <p>{{site_name}} is a public unix / tilde instance for lainons</p>
  5. <p><b>current thread: </b><a href="https://lainchan.org/tech/res/34563.html">https://lainchan.org/tech/res/34563.html</a></p>
  6. <p><a href="/req">sign up</a></p>
  7. <p><a href="/rules">rules</a></p>
  8. <p><a href="https://git.lain.church/gashapwn/lyadmin">git</a></p>
  9. <p><h3>users</h3></p>
  10. <ol>
  11. {% for user in u_list %}
  12. <li><a href="~{{user}}">{{user}}</a></li>
  13. {% endfor %}
  14. </ol>
  15. </div>
  16. {%endblock%}