From: pkiddie <pk...@us...> - 2005-08-22 17:20:34
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3139/lang/en/doc Modified Files: Tag: development_xmlrqp about_install.php en_doc.php Log Message: Code comments added Schema version checking added to index.php Index: about_install.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/about_install.php,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -d -r1.2.2.3 -r1.2.2.4 *** about_install.php 3 Aug 2005 17:02:22 -0000 1.2.2.3 --- about_install.php 22 Aug 2005 17:20:18 -0000 1.2.2.4 *************** *** 11,20 **** * @subpackage Stack ! * */ ! //Check to see whether user has moved stackstd.php.dist in the first instance, as we use some variables for this - most notably the home page of the newly set up ! //STACK script if (file_exists('../../../stackstd.php')) { --- 11,23 ---- * @subpackage Stack ! * - Check for the existence of stackstd.php before using any of its variables. ! ! * - Small wording alterations ! ! * - CVS module listed here, as this is important information that may not be retrieved from stackstd.php if it has not been moved */ ! //Check to see whether user has moved stackstd.php.dist in the first instance if (file_exists('../../../stackstd.php')) { *************** *** 24,29 **** $stack_ver['cvsmodule'] = 'stack-1-0'; - - ?> --- 27,30 ---- *************** *** 676,679 **** --- 677,681 ---- <?php + //Does this variable point to a valid web URL? if (isset($stack_web_url)) { Index: en_doc.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/en_doc.php,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -C2 -d -r1.6.2.1 -r1.6.2.2 *** en_doc.php 16 Aug 2005 22:43:29 -0000 1.6.2.1 --- en_doc.php 22 Aug 2005 17:20:18 -0000 1.6.2.2 *************** *** 7,10 **** --- 7,14 ---- * + * - Preliminary stackQuestion metadata documentation + + * - Preliminary stackQuiz metadata documentation + * @package documentation |