diff options
| -rw-r--r-- | html/projects.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/projects.html b/html/projects.html index 00fc98b0..f1201caf 100644 --- a/html/projects.html +++ b/html/projects.html @@ -32,15 +32,15 @@ title. <li><?php pgproject("test","A Test Harness and Test Suite for Proof General") ?></li> <li><?php pgproject("hol","Proof General for HOL") ?></li> <li><?php pgproject("acs","Implementing Atomic Command Sequences") ?></li> -<li><?php pgproject("pgkit","Proof General Kit (LFCS summer studentship)") ?></li> +<!-- <li><?php pgproject("pgkit","Proof General Kit (LFCS summer studentship)") ?></li> --> </ol> <h2>B. Projects not directly involving Proof General</h2> <ol> <li><?php pgproject("mm","Multiplexed Modes for Emacs") ?></li> <li><?php pgproject("scrgen","Script General") ?></li> -<li><?php pgproject("corba","An Experimental CORBA binding for ML") ?></li> -<li><?php pgproject("reelcase","A ClearCase-like Configuration Management tool for Linux") ?></li> +<!-- <li><?php pgproject("corba","An Experimental CORBA binding for ML") ?></li> --> +<!-- <li><?php pgproject("reelcase","A ClearCase-like Configuration Management tool for Linux") ?></li> --> </ol> <p> |
