Update of /cvsroot/stack/stack-dev/install
In directory vz-cvs-3.sog:/tmp/cvs-serv11895
Modified Files:
index.php p1.php
Log Message:
Index: p1.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/install/p1.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** p1.php 25 Jun 2009 09:27:53 -0000 1.14
--- p1.php 20 Apr 2012 13:26:26 -0000 1.15
***************
*** 40,44 ****
}
-
if(!function_exists('get_string'))
{
--- 40,43 ----
Index: index.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/install/index.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** index.php 11 Dec 2008 11:39:36 -0000 1.14
--- index.php 20 Apr 2012 13:26:26 -0000 1.15
***************
*** 1,2 ****
--- 1,9 ----
+ <h1> STACK V.2 no longer supported </h2>
+
+ As of April 2012, we have moved development of STACK to GitHub, and are working on version 3. Please see
+ <a href = "https://github.com/sangwinc/moodle-qtype_stack">https://github.com/sangwinc/moodle-qtype_stack</a>.
+
+
+
<?php
/**
|