Update of /cvsroot/stack/stack-1-0/lang/en/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8872/lang/en/doc
Modified Files:
Tag: development_xmlrqp
about_install.php
Log Message:
stackQuestion 'metatype' tag added for dublin core and ieee lom metadata.
Installation documentation updated.
Readme updated
StackStd now checks for the presence of particular files before attempting to load them in - less errors during installation
stack_question_schema method in progress
Index: about_install.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/about_install.php,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -d -r1.2.2.1 -r1.2.2.2
*** about_install.php 28 Jul 2005 13:36:21 -0000 1.2.2.1
--- about_install.php 1 Aug 2005 21:56:33 -0000 1.2.2.2
***************
*** 19,25 ****
if (file_exists('../../../stackstd.php'))
{
! require_once('../../../stackstd.php');
}
?>
--- 19,28 ----
if (file_exists('../../../stackstd.php'))
{
! include_once('../../../stackstd.php');
}
+ $stack_ver['cvsmodule'] = 'stack-1-0';
+
+
?>
***************
*** 531,536 ****
In particular you will need to add a password for the mysql user.
- Please note this user must be created within a mySQL database editing tool, for example phpMyAdmin.
-
</li>
--- 534,537 ----
|