From 068745c990538769b9c4fd48f467a0f938e4c0d6 Mon Sep 17 00:00:00 2001 From: judge <judge@curious.ucc.gu.uwa.edu.au> Date: Mon, 24 Jun 2013 12:43:28 +0800 Subject: [PATCH] Fix the index [BG3] broke it by pulling it from the wayback archive instead of git So the links have been broken for about a month (whoops). --- web/index.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/web/index.html b/web/index.html index a313225..6b87b17 100644 --- a/web/index.html +++ b/web/index.html @@ -10,10 +10,10 @@ <p> Quantum chess is a variant of chess in which the type of a piece changes during play. </p> -<p> The game was invented by Selim Akl, and first implemented by Alice Wismath. You can see their original website <a href="/web/20130509192429/http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html"/>here</a>. +<p> The game was invented by Selim Akl, and first implemented by Alice Wismath. You can see their original website <a href="http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html"/>here</a>. </p> -<hr><h2> Rules </h2><p> The rules are basically the same as <a href="/web/20130509192429/http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html"/>the original rules</a>. </p> +<hr><h2> Rules </h2><p> The rules are basically the same as <a href="http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html"/>the original rules</a>. </p> <h3> Differences / Clarifications </h3> <ul> @@ -26,30 +26,30 @@ <hr><h2> Getting Started </h2> <ol> - <li> <a href="/web/20130509192429/http://lists.ucc.gu.uwa.edu.au/mailman/listinfo/progcomp" target="_blank"/>Join the mailing list</a> </li> + <li> <a href="http://lists.ucc.gu.uwa.edu.au/mailman/listinfo/progcomp" target="_blank"/>Join the mailing list</a> </li> <ul> <li> <b> Important: </b> Don't email the mailing list directly; email the competition organiser (matches at ucc dot asn dot au) </li> </ul> - <li> <a href="/web/20130509192429/http://www.ucc.asn.au/services/irc.ucc"/>Join the #progcomp channel on IRC</a> </li> - <li> <a href="/web/20130509192429/http://progcomp.ucc.asn.au/2013/web/get.html"/>Obtain a copy of the qchess program</a> </li> - <li> <a href="/web/20130509192429/http://progcomp.ucc.asn.au/2013/web/using.html"/>Using the qchess program</a> </li> - <li> <a href="/web/20130509192429/http://progcomp.ucc.asn.au/2013/web/agent.html"/>Writing an agent for the qchess program</a> </li> - <li> <a href="/web/20130509192429/http://progcomp.ucc.asn.au/2013/web/enter.html"/>Entering the competition</a> </li> + <li> <a href="http://www.ucc.asn.au/services/irc.ucc"/>Join the #progcomp channel on IRC</a> </li> + <li> <a href="http://progcomp.ucc.asn.au/2013/web/get.html"/>Obtain a copy of the qchess program</a> </li> + <li> <a href="http://progcomp.ucc.asn.au/2013/web/using.html"/>Using the qchess program</a> </li> + <li> <a href="http://progcomp.ucc.asn.au/2013/web/agent.html"/>Writing an agent for the qchess program</a> </li> + <li> <a href="http://progcomp.ucc.asn.au/2013/web/enter.html"/>Entering the competition</a> </li> </ol> <hr><h2> Important Links </h2> <table border="1"> - <tr> <th> git </th> <td> <a href="/web/20130509192429/http://git.ucc.asn.au/?p=progcomp2013.git" target="_blank"/>http://git.ucc.asn.au</a> </td> </tr> - <tr> <th> IRC </th> <td> <a href="/web/20130509192429/irc://irc.ucc.asn.au/progcomp"/>#progcomp</a> </td> </tr> - <tr> <th> Mailing List </th> <td> <a href="/web/20130509192429/http://lists.ucc.gu.uwa.edu.au/mailman/listinfo/progcomp" target="_blank"/>progcomp at ucc</a> </td> </tr> <tr> - <th> Dates </th> <td> <a href="/web/20130509192429/http://progcomp.ucc.asn.au/2013/web/dates.txt"/>subject to change</a> </td> </tr> - <tr> <th> Results </th> <td> <a href="/web/20130509192429/http://progcomp.ucc.asn.au/2013/web/results"/>will appear here</a> </td> </tr> + <tr> <th> git </th> <td> <a href="http://git.ucc.asn.au/?p=progcomp2013.git" target="_blank"/>http://git.ucc.asn.au</a> </td> </tr> + <tr> <th> IRC </th> <td> <a href="irc://irc.ucc.asn.au/progcomp"/>#progcomp</a> </td> </tr> + <tr> <th> Mailing List </th> <td> <a href="http://lists.ucc.gu.uwa.edu.au/mailman/listinfo/progcomp" target="_blank"/>progcomp at ucc</a> </td> </tr> <tr> + <th> Dates </th> <td> <a href="http://progcomp.ucc.asn.au/2013/web/dates.txt"/>subject to change</a> </td> </tr> + <tr> <th> Results </th> <td> <a href="http://progcomp.ucc.asn.au/2013/web/results"/>will appear here</a> </td> </tr> <tr> <th> Contact </th> <td> matches or wheel at ucc </td> </tr> </table> <hr><p> Page last updated 2013-03-29 by matches </p> -<p> <a href="/web/20130509192429/http://www.ucc.asn.au/">The UCC Website</a> </p> +<p> <a href="http://www.ucc.asn.au/">The UCC Website</a> </p> -<p> <a href="/web/20130509192429/http://progcomp.ucc.asn.au/">UCC::Progcomp Website</a> </p> +<p> <a href="http://progcomp.ucc.asn.au/">UCC::Progcomp Website</a> </p> </body> </html> -- GitLab