about.tmpl 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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#contactus">Contact us</a></li>
  11. </ul>
  12. </div>
  13. <div class="grid-4-5 left">
  14. <div class="setting-content">
  15. <a name="whatisnotabug"></a>
  16. <h2> What is NotABug.org</h2>
  17. <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:
  18. <ul>
  19. <li><a href="http://www.gnu.org/licenses/agpl-3.0.html">The GNU Affero General Public License</a></li>
  20. <li><a href="http://www.gnu.org/copyleft/gpl.html">The GNU General Public License</a></li>
  21. <li><a href="http://www.gnu.org/copyleft/lgpl.html">The Lesser GNU General Public License</a></li>
  22. <li><a href="http://www.apache.org/licenses/LICENSE-2.0">The Apache License</a></li>
  23. <li><a href="http://opensource.org/licenses/BSD-2-Clause">The two clause BSD License</a></li>
  24. <li><a href="http://opensource.org/licenses/BSD-3-Clause">The three clause BSD License</a></li>
  25. <li><a href="http://opensource.org/licenses/MIT">The MIT License</a></li></p>
  26. </ul>
  27. And other licenses that meet the <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software Definition</a></p>
  28. <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>
  29. <p><a href="{{AppSubUrl}}/about#toc">^ Top ^</a></p>
  30. <br>
  31. <a name="whoweare"></a>
  32. <h2> Who we are </h2>
  33. <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>
  34. <p><a href="{{AppSubUrl}}/about#toc">^ Top ^</a></p>
  35. <br>
  36. <a name="contactus"></a>
  37. <h2> Contact us </h2>
  38. <p> <ul>
  39. <li>NotABug.org community on freepost: <a href="http://freepo.st/community/NotABug.org">http://freepo.st/community/NotABug.org</a></li>
  40. <li><a href="http://peers.community">Peers Community</a> email: <a href="mailto:contact@peers.community">contact@peers.community</a></p></li>
  41. <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>
  42. <li>zPlus (contributor): <a href="mailto:zplus@peers.community">zplus@peers.community</a></li>
  43. </ul></p>
  44. <p><a href="{{AppSubUrl}}/about#toc">^ Top ^</a></p>
  45. <p></p><p></p>
  46. </div>
  47. </div>
  48. </div>
  49. </div>
  50. {{template "base/footer" .}}