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.

66 lines
3.1 KiB

10 years ago
10 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
7 years ago
10 years ago
10 years ago
7 years ago
7 years ago
10 years ago
10 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>uMatrix — About</title>
  6. <link rel="stylesheet" type="text/css" href="css/common.css">
  7. <link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
  8. <style>
  9. ul {
  10. list-style-type: none;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <div class="body">
  16. <h3>uMatrix <span id="aboutVersion"></span></h3>
  17. <ul>
  18. <li><span id="aboutStorageUsed"></span><br>
  19. <li>&nbsp;
  20. <li><span data-i18n="aboutChangelog"></span><br>
  21. <li><a href="https://github.com/gorhill/uMatrix/wiki"><span data-i18n="aboutDoc"></span></a><br>
  22. <li><span data-i18n="aboutPermissions"></span><br>
  23. <li><a href="https://github.com/gorhill/uMatrix" data-i18n="aboutCode"></a><br>
  24. <li><a href="https://github.com/gorhill/uMatrix/issues" data-i18n="aboutIssues"></a><br>
  25. <li><span data-i18n="aboutContributors"></span>
  26. <ul>
  27. <li><span data-i18n="aboutCodeContributors"></span> <a href="https://github.com/gorhill/uMatrix/graphs/contributors">uMatrix, <a href="https://github.com/gorhill/httpswitchboard/graphs/contributors">HTTP Switchboard</a>
  28. <li><span data-i18n="aboutIssueContributors"></span> <a href="https://github.com/gorhill/uMatrix/issues?q=is%3Aissue">uMatrix</a>, <a href="https://github.com/gorhill/httpswitchboard/issues?q=is%3Aissue">HTTP Switchboard</a>
  29. <li><span data-i18n="aboutTranslationContributors"></span> <a href="https://github.com/gorhill/uMatrix/wiki/Translation-work-contributors">Crowdin</a>
  30. </ul>
  31. <li><a href="https://github.com/bestiejs/punycode.js" target="_blank">Punycode.js</a> by <a href="https://github.com/mathiasbynens">Mathias Bynens</a>
  32. <li><a href="https://fontawesome.com/" target="_blank">Font Awesome</a> by <a href="https://github.com/davegandy">Dave Gandy</a>
  33. <li><a href="https://codemirror.net/" target="_blank">CodeMirror</a> by <a href="https://github.com/marijnh">Marijn Haverbeke</a>
  34. <li><a href="https://github.com/Swatinem/diff" target="_blank">An implementation of Myers' diff algorithm</a> by <a href="https://github.com/Swatinem">Arpad Borsos</a>
  35. </ul>
  36. <h3 data-i18n="aboutUserDataHeader"></h3>
  37. <div>
  38. <p><button type="button" id="backupUserDataButton" data-i18n="aboutBackupButton"></button>
  39. <button type="button" id="restoreUserDataButton" data-i18n="aboutRestoreButton"></button>
  40. <input id="restoreFilePicker" type="file" accept="text/plain" style="display:none;">
  41. <p style="margin-left: 2em;" data-i18n="aboutOr">
  42. <p><button type="button" id="resetUserDataButton" data-i18n="aboutResetButton"></button>
  43. </div>
  44. </div><!-- end of div.body -->
  45. <div style="display: none;">
  46. <span data-i18n="aboutStorageUsed"></span>
  47. <span data-i18n="aboutBackupFilename"></span>
  48. <span data-i18n="aboutRestoreConfirm"></span>
  49. <span data-i18n="aboutRestoreError"></span>
  50. <span data-i18n="aboutResetConfirm"></span>
  51. </div>
  52. <script src="js/vapi-common.js"></script>
  53. <script src="js/vapi-client.js"></script>
  54. <script src="js/udom.js"></script>
  55. <script src="js/i18n.js"></script>
  56. <script src="js/dashboard-common.js"></script>
  57. <script src="js/about.js"></script>
  58. </body>
  59. </html>