X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=web%2Findex.html;fp=web%2Findex.html;h=5ac04c21b9cc39f0b0819c0888bb11be6ec31944;hp=ff1fea505097c5145c62755ea4bc9df2d4e8eba5;hb=df3358f2bdc1245d718ac27aed2b88a969e98e90;hpb=1a03b2543b67f0551e62babec4cd119f1e0e4640;ds=sidebyside diff --git a/web/index.html b/web/index.html index ff1fea5..5ac04c2 100644 --- a/web/index.html +++ b/web/index.html @@ -40,10 +40,10 @@ Graphical output of 'stratego' manager program.

Protocol

-

For the sake of simplicity and keeping things in one place, the protocol is now entirely described in the manual page of the manager program. All updates to the protocol will be reflected in that file.

+

For the sake of simplicity and keeping things in one place, the protocol is now entirely described in the manual page of the manager program. All updates to the protocol will be reflected in that file.

-

Warning: The accuracy of the above file depends on how recently I pulled it from git. To ensure you get the latest version, find it under "manager/manual.txt" in the git repository

+

Warning: The accuracy of the above file depends on how recently I pulled it from git. To ensure you get the latest version, find it under "web/doc/manager_manual.txt" in the git repository

Another Warning: AI programs must unbuffer stdin and stdout themselves. This is explained in the manual page, but I figured no one would read it. It is fairly simple to unbuffer stdin/stdout in C/C++ and python, I have not investigated other languages yet.