about.tmpl 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {{template "base/head" .}}
  2. <div id="about-div">
  3. <div class="ui middle very relaxed page grid">
  4. <div id="about-toc-div">
  5. <h2> About NotABug </h2>
  6. <a name="toc"></a>
  7. <ul>
  8. <li><a href="{{AppSubURL}}/about#whatisnotabug">What is NotABug.org</a></li>
  9. <li><a href="{{AppSubURL}}/about#whoweare">Who we are</a></li>
  10. <li><a href="{{AppSubURL}}/about#Tor">Tor Access</a></li>
  11. <li><a href="{{AppSubURL}}/about#contactus">Contact us</a></li>
  12. </ul>
  13. </div>
  14. <div class="grid-4-5 left">
  15. <div class="setting-content">
  16. <a name="whatisnotabug"></a>
  17. <h2> What is NotABug.org</h2>
  18. <p>NotABug.org is a <a href="https://www.gnu.org/philosophy/free-sw.html">free-software</a> code collaboration platform for freely licensed projects. We exist to help projects that distribute under any free license. These include, but are not limited to:
  19. <ul>
  20. <li><a href="http://www.gnu.org/licenses/agpl-3.0.html">The GNU Affero General Public License</a></li>
  21. <li><a href="http://www.gnu.org/copyleft/gpl.html">The GNU General Public License</a></li>
  22. <li><a href="http://www.gnu.org/copyleft/lgpl.html">The Lesser GNU General Public License</a></li>
  23. <li><a href="http://www.apache.org/licenses/LICENSE-2.0">The Apache License</a></li>
  24. <li><a href="http://opensource.org/licenses/BSD-2-Clause">The two clause BSD License</a></li>
  25. <li><a href="http://opensource.org/licenses/BSD-3-Clause">The three clause BSD License</a></li>
  26. <li><a href="http://opensource.org/licenses/MIT">The MIT License</a></li></p>
  27. </ul>
  28. And other licenses that meet the <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software Definition</a>. Please refer to our <a href="{{AppSubURL}}/tos">Terms of Service</a> for details.</p>
  29. <p>NotABug.org is based on the <a href="http://gogs.io/">Gogs</a> MIT licensed code collaboration platform. The version we run is always available <a href="https://notabug.org/hp/gogs">here</a> on the master branch. </p>
  30. <p><a href="{{AppSubURL}}/about#toc">^ Top ^</a></p>
  31. <br>
  32. <a name="whoweare"></a>
  33. <h2> Who we are </h2>
  34. <p> NotABug.org is run by <a href="http://peers.community/">Peers</a>, a group of people interested in free software and free society. We help each other to support free projects and free culture. NotABug.org is currently primarily administered by <a href="http://tmm.cx">Hein-Pieter van Braam-Stewart</a> &lt;<a href="mailto:hp@notabug.org">hp@notabug.org</a>&gt; with help from other contributors.</p>
  35. <p><a href="{{AppSubURL}}/about#toc">^ Top ^</a></p>
  36. <br>
  37. <a name="Tor"></a>
  38. <h2> Tor Access </h2>
  39. <p> Please click <a href="{{AppSubURL}}/tor">here</a> for more information</p>
  40. <p><a href="{{AppSubURL}}/about#toc">^ Top ^</a></p>
  41. <br>
  42. <a name="contactus"></a>
  43. <h2> Contact us </h2>
  44. <p> <ul>
  45. <li>On IRC: <a href="irc://chat.freenode.net/#notabug">#notabug on FreeNode</a></li>
  46. <li><a href="http://peers.community">Peers Community</a>: On IRC <a href="irc://chat.freenode.net/#peers">#peers</a> on FreeNode, or via email at <a href="mailto:contact@peers.community">contact@peers.community</a></p></li>
  47. <li>Administrator email: <a href="http://tmm.cx">Hein-Pieter van Braam-Stewart</a> &lt;<a href="mailto:hp@notabug.org">hp@notabug.org</a>&gt;</li>
  48. <li>zPlus (contributor): <a href="mailto:zplus@peers.community">zplus@peers.community</a></li>
  49. </ul></p>
  50. <p><a href="{{AppSubURL}}/about#toc">^ Top ^</a></p>
  51. <p></p><p></p>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. {{template "base/footer" .}}