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.

24 lines
951B

  1. {%extends "main_layout.html"%}
  2. {%block content%}
  3. <p>
  4. <h3>Rules</h3>
  5. <ol>
  6. <li>you must 18 or older to use {{ site_name }}</li>
  7. <li>since this is multiuser system, show good judgement with the server resources (ie dont start mining crypto)</li>
  8. <li>don't damage/delete others work</li>
  9. <li>don't upload child pornography to {{ site_name }}</li>
  10. <li>don't use {{ site_name }} to distribute malware</li>
  11. <li>be smart with your data (fwiw, when i use a shared system like this i assume all data i have on the box is effecitvely comprimised)</li>
  12. </ol>
  13. </br>
  14. <h3>some things to consider:</h3>
  15. <ol>
  16. <li>relax and try not to take the things others say too seriously.</li>
  17. <li>no implementation is perfect. so i encourage you to make your own tilde with different rules and designs</li>
  18. <li>On your first login throw something fun in your index.html even if its just placeholder.</li>
  19. </ol>
  20. <p>
  21. {%endblock%}