]> git.sesse.net Git - remoteglot/blobdiff - www/index.html
Support flipped boards (no UI, you have to activate it through JS).
[remoteglot] / www / index.html
index 22eb24a1cb747145fc1fed5062c0e5227a995242..2c113e70b70b11e5bac85462bf01e1b1ab2796c9 100644 (file)
     <span id="soundon"><a href="javascript:set_sound(true)">On</a></span>
     <span id="soundoff"><a href="javascript:set_sound(false)">Off</a></span>
     |
-    Sort by:
-    <span id="sortbyscore0"><a href="javascript:resort_refutation_lines(0)">Move</a></span>
-    <span id="sortbyscore1"><a href="javascript:resort_refutation_lines(1)">Score</a></span>
-    |
     <span id="history">No history</span>
     |
     <span id="linemsg">Make moves by clicking on them, or on an involved square.</span>
     since usually, the best response move depends on what the first move is. A typical case is when the current move
     is forced or nearly so.</li>
 </ul>
-<p id="credits">remoteglot,
-  &copy; 2007&ndash;2016 <a href="http://www.sesse.net/">Steinar H. Gunderson</a>.
+<p id="credits"><a href="http://git.sesse.net/?p=remoteglot;a=summary">remoteglot</a>
+  &copy; 2007&ndash;2018 <a href="http://www.sesse.net/">Steinar H. Gunderson</a>.
   Chess analysis by <a href="http://stockfishchess.org/" id="engineid">Stockfish</a><span id="enginedetails"></span>.
   <span id="movesource"></span>
-  Hosting and additional analysis hardware by <a href="http://www.samfundet.no/">Studentersamfundet i Trondhjem</a>.
+  Hosting and additional analysis hardware by <a href="http://www.samfundet.no/">Studentersamfundet i Trondhjem</a>
+  and Berge Schwebs Bjørlo.
   JavaScript chessboard powered by <a href="http://chessboardjs.com/">chessboard.js</a>
   and <a href="https://github.com/jhlywa/chess.js">chess.js</a>.
   Ding sound by <a href="https://www.freesound.org/people/Aiwha/sounds/196106/">Aiwha</a> (CC-BY-3.0).
   <span id="lomonosov">7-man Lomonosov tablebase lookup by <a href="http://tb7.chessok.com/">ChessOK</a>.</span></p>
 
 <!-- For faster development -->
-<!--
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
 <script type="text/javascript" src="js/chessboard-0.3.0.min.js"></script>
-<script type="text/javascript" src="js/chess.min.js"></script>
+<script type="text/javascript" src="js/chess.js"></script>
 <script type="text/javascript" src="js/json_delta.js"></script>
 <script type="text/javascript" src="js/jquery.sparkline.js"></script>
 <script type="text/javascript" src="js/remoteglot.js"></script>
+<!--
 -->
 
 <!-- Minified version of the previous six, compiled together -->
-<script type="text/javascript" src="js/remoteglot.min.js"></script>
 <!--
+<script type="text/javascript" src="js/remoteglot.min.js"></script>
 -->
 </body>
 </html>