Updated the Thanks section

box-drawing
Ondřej Hruška 7 years ago
parent 953377b3c6
commit e016fc9a3a
  1. 34
      pages/about.php

@ -43,7 +43,11 @@
<div class="Box"> <div class="Box">
<h2>Issues</h2> <h2>Issues</h2>
<p> <p>
Please report any issues to the <a href="%githubrepo%/issues">bugtracker</a> or send them by e-mail (see above). Please report any issues to our <a href="%githubrepo%/issues">bugtracker</a> or send them by e-mail.
</p>
<p>
ESPTerm has a <a href="https://groups.google.com/forum/#!forum/espterm-dev">mailing list</a> for
troubleshooting and release announcements.
</p> </p>
<p> <p>
Firmware updates can be downloaded from the <a href="%githubrepo%/releases">releases page</a> and flashed Firmware updates can be downloaded from the <a href="%githubrepo%/releases">releases page</a> and flashed
@ -65,12 +69,24 @@
<div class="Box"> <div class="Box">
<h2>Thanks</h2> <h2>Thanks</h2>
<p> <p><i>…for making this project possible, in no particular order, go to:</i></p>
The webserver is based on a <a href="https://github.com/MightyPork/libesphttpd">fork</a> of the <ul style="padding-left: 20px">
<a href="https://github.com/Spritetm/esphttpd">esphttpd</a> library by Jeroen Domburg (Sprite_tm). <li>
</p> *Jeroen "SpriteTM" Domburg,* for writing the <a href="https://github.com/Spritetm/esphttpd">esphttpd</a>
<p> server library we use (as a <a href="https://github.com/MightyPork/libesphttpd">fork</a>)
Using (modified) JS library <a href="https://github.com/kylebarrow/chibi">chibi.js</a> by </li>
Kyle Barrow as a lightweight jQuery alternative. <li>
</p> *Kyle Barrow,* for writing the <a href="https://github.com/kylebarrow/chibi">chibi.js</a> library
we use instead of jQuery
</li>
<li>
*cpsdqs,* for rewriting the front-end to use HTML5 canvas and other JS improvements
</li>
<li>
*Guenter Honisch,* for findign bugs and suggesting many improvements
</li>
<li>
*doc. Jan Fischer,* who came up with the original idea
</li>
</ul>
</div> </div>

Loading…
Cancel
Save