Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2261/lang/en/doc Modified Files: author_commonsyntax.php author_factsformula.php author_gettingstarted.php author_options.php author_potresp.php author_questionfields.php Log Message: Index: author_factsformula.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_factsformula.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** author_factsformula.php 14 Jul 2005 11:44:55 -0000 1.3 --- author_factsformula.php 14 Jul 2005 18:05:04 -0000 1.4 *************** *** 7,11 **** */ ! // Uncomment the next two lines to run this as a stand alone file. //include_once('../../../stackstd.php'); //$options = stack_options_set(array()); --- 7,13 ---- */ ! /** ! * Uncomment the next two lines to run this as a stand alone file. ! */ //include_once('../../../stackstd.php'); //$options = stack_options_set(array()); Index: author_potresp.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_potresp.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** author_potresp.php 14 Jul 2005 08:46:53 -0000 1.1 --- author_potresp.php 14 Jul 2005 18:05:05 -0000 1.2 *************** *** 6,9 **** --- 6,13 ---- * @subpackage Stack */ + + /** + * + */ include('en_doc.php'); ?> Index: author_gettingstarted.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_gettingstarted.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** author_gettingstarted.php 14 Jul 2005 11:44:55 -0000 1.2 --- author_gettingstarted.php 14 Jul 2005 18:05:05 -0000 1.3 *************** *** 7,10 **** --- 7,13 ---- */ + /** + * + */ require('html/trypopupform.html'); include_once("$stack_root/scripts/stackAuthor.php"); Index: author_options.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_options.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** author_options.php 14 Jul 2005 08:46:53 -0000 1.1 --- author_options.php 14 Jul 2005 18:05:05 -0000 1.2 *************** *** 7,10 **** --- 7,13 ---- */ + /** + * + */ include('en_doc.php'); Index: author_questionfields.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_questionfields.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** author_questionfields.php 14 Jul 2005 08:46:53 -0000 1.1 --- author_questionfields.php 14 Jul 2005 18:05:05 -0000 1.2 *************** *** 7,10 **** --- 7,13 ---- */ + /** + * + */ include('en_doc.php'); Index: author_commonsyntax.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_commonsyntax.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** author_commonsyntax.php 14 Jul 2005 17:46:58 -0000 1.2 --- author_commonsyntax.php 14 Jul 2005 18:05:04 -0000 1.3 *************** *** 32,36 **** <?php ! include($stack_root.'/scripts/maxima/stackfun.php'); --- 32,38 ---- <?php ! /** ! * ! */ include($stack_root.'/scripts/maxima/stackfun.php'); |