scripts and tools to administer the lingy.in public unix / tilde
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

24 Zeilen
681B

  1. {%extends "layout.html"%}
  2. {%block content%}
  3. <p>
  4. <table>
  5. {% for key, value in req_tab.items() %}
  6. <tr><td>{{ key }}</td><td>{{ value }}</td></tr>
  7. {% endfor %}
  8. </table>
  9. </p>
  10. <p>
  11. A requested feature is to have to allow users to have a unicode username since unicode allows for more interesting aesthics
  12. </br>
  13. If you enter a unicode display name, the system will try to display your unicode name when possbile. It will also be your default in terminal prompt, chat and your tilde path
  14. </br>
  15. the linux os only sees your true ascii username. so your ssh login, file permissions etc will user your true username
  16. </br>
  17. feedback on this feature welcome
  18. </p>
  19. {%endblock%}