[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Scripting_Tags.tex Bugzilla.tex Calling_Functions.tex

www lon-capa-cvs@mail.lon-capa.org
Mon, 10 May 2004 14:27:33 -0000


www		Mon May 10 10:27:33 2004 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Scripting_Tags.tex Bugzilla.tex 
                             	Calling_Functions.tex 
  Log:
  Typos
  
  
Index: loncom/html/adm/help/tex/Authoring_Scripting_Tags.tex
diff -u loncom/html/adm/help/tex/Authoring_Scripting_Tags.tex:1.1 loncom/html/adm/help/tex/Authoring_Scripting_Tags.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Scripting_Tags.tex:1.1	Tue Jun 10 15:29:26 2003
+++ loncom/html/adm/help/tex/Authoring_Scripting_Tags.tex	Mon May 10 10:27:33 2004
@@ -1,7 +1,7 @@
 \label{Authoring_Scripting_Tags}
 
 \begin{itemize}
-\item \textbf{display}\index{display}: The intervening perl script is evaluated
+\item \textbf{display}\index{display}: The intervening Perl script is evaluated
 in the safe space and the return value of the script replaces the
 entire tag.
 \item \textbf{import}\index{import}: Causes the parse to read in the file
@@ -10,11 +10,11 @@
 \item \textbf{parserlib}\index{parserlib}: the enclosed filename contains
 definitions for new tags.
 \item \textbf{script}\index{script}: If the attribute \textbf{type} is
-set to {}``loncapa/perl'' the enclosed data is a perl script which
-is evaluated inside the perl Safe space. The return value of the script
+set to {}``loncapa/perl'' the enclosed data is a Perl script which
+is evaluated inside the Perl Safe space. The return value of the script
 is ignored. 
 \item \textbf{scriptlib}\index{scriptlib}: The enclosed filename contains
-perl code to run in the safe space.
+Perl code to run in the safe space.
 \item \textbf{block}\index{block}: Has a required argument \textbf{condition}
 that is evaluated. If the condition is true everything inside the
 tag is evaluated, otherwise everything inside the block tag is skipped.
@@ -31,7 +31,7 @@
 \item \textbf{solved}\index{solved}: Everything inside the tag is skipped
 if the problem is {}``not solved''.
 \item \textbf{while}\index{while}: Implements a while loop. The required
-attribute \textbf{condition} is a perl scriptlet that when evaluated
+attribute \textbf{condition} is a Perl scriptlet that when evaluated
 results in a true or false value. On true the entirety of the text
 between the whiles is parsed. The condition is tested again, etc.
 If false it goes to the next tag.
Index: loncom/html/adm/help/tex/Bugzilla.tex
diff -u loncom/html/adm/help/tex/Bugzilla.tex:1.1 loncom/html/adm/help/tex/Bugzilla.tex:1.2
--- loncom/html/adm/help/tex/Bugzilla.tex:1.1	Wed Sep  3 16:42:32 2003
+++ loncom/html/adm/help/tex/Bugzilla.tex	Mon May 10 10:27:33 2004
@@ -25,7 +25,7 @@
 please report it. All reported bugs and enhancement requests posted on Bugzilla
 will be examined by the core LON-CAPA team. Having the request in Bugzilla
 makes it much easier to keep track of bugs and enhancement requests, making it
-less likely such things will get lost or be forgetten as requests not in 
+less likely such things will get lost or be forgotten as requests not in 
 Bugzilla frequently are.
 
 Bugzilla also supports conversation about requests, and some workflow and 
Index: loncom/html/adm/help/tex/Calling_Functions.tex
diff -u loncom/html/adm/help/tex/Calling_Functions.tex:1.2 loncom/html/adm/help/tex/Calling_Functions.tex:1.3
--- loncom/html/adm/help/tex/Calling_Functions.tex:1.2	Thu Jul 18 11:52:27 2002
+++ loncom/html/adm/help/tex/Calling_Functions.tex	Mon May 10 10:27:33 2004
@@ -4,7 +4,9 @@
 you to manipulate these strings or numbers. Functions work like mathematical
 functions: They take some number of arguments in, and return one argument,
 usually a number or a string for our purposes. There are a lot of functions
-available in LON-CAPA. You can see a complete list at http://mileva.lite.msu.edu/loncapadocs/homework/homework5.html.
+available in LON-CAPA. You can see a complete list at
+\ref{all functions table}.
+
 For now, let's just look at some simple examples.
 
 %