[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Domain_Configuration_SSL.tex Institutional_Integration_Course_Codes.tex Institutional_Integration_Course_Requests.tex Institutional_Integration_Format_Checks.tex

raeburn raeburn@source.lon-capa.org
Thu, 26 May 2011 21:58:34 -0000


raeburn		Thu May 26 21:58:34 2011 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Domain_Configuration_SSL.tex 
                             	Institutional_Integration_Course_Codes.tex 
                             	Institutional_Integration_Course_Requests.tex 
                             	Institutional_Integration_Format_Checks.tex 
  Log:
  - Eliminate use of \textgreater and \textless to avoid errors in online manual.
  - Replace with $>$ and $<$ which work in both online version and PDF.
  
  
Index: loncom/html/adm/help/tex/Domain_Configuration_SSL.tex
diff -u loncom/html/adm/help/tex/Domain_Configuration_SSL.tex:1.3 loncom/html/adm/help/tex/Domain_Configuration_SSL.tex:1.4
--- loncom/html/adm/help/tex/Domain_Configuration_SSL.tex:1.3	Thu May 26 13:29:44 2011
+++ loncom/html/adm/help/tex/Domain_Configuration_SSL.tex	Thu May 26 21:58:34 2011
@@ -40,12 +40,12 @@
 accessible to Apache, and include information about the locations of those files 
 in a config file containing the following lines: 
 \begin{quote}
-  SSLCertificateFile \textless path to signed certificate\textgreater
+  SSLCertificateFile $<$path to signed certificate$>$
 \end{quote}
 \begin{quote}
-  SSLCertificateKeyFile \textless path to key\textgreater
+  SSLCertificateKeyFile $<$path to key$>$
 \end{quote}
-replacing \textless path to ...\textgreater with the path to the location of the particular file.
+replacing $<$path to ...$>$ with the path to the location of the particular file.
 
 
 Which Apache config file contains these entries depends on the distro: 
@@ -130,7 +130,7 @@
 \end{quote}
 \item SuSE/SLES
 \begin{quote}
-yast -\textgreater Security and Users -\textgreater Firewall 
+yast -$>$ Security and Users -$>$ Firewall 
 \end{quote}
 \item Debian 6/Ubuntu LTS
 \begin{quote}
Index: loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex
diff -u loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex:1.4 loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex:1.5
--- loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex:1.4	Thu May 26 11:53:50 2011
+++ loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex	Thu May 26 21:58:34 2011
@@ -31,11 +31,11 @@
 \begin{quote}
 \%\{\$\$cat\_titles\{'Semester'\}\} = (
 \begin{quote}
-fs =\textgreater 'Fall',
+fs =$>$ 'Fall',
 
-ss =\textgreater 'Spring',
+ss =$>$ 'Spring',
 
-us =\textgreater 'Summer');
+us =$>$ 'Summer');
 \end{quote}
 \end{quote}
 \item reference to hash of arrays specifying sort order used in category
Index: loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex
diff -u loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex:1.4 loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex:1.5
--- loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex:1.4	Thu May 26 11:28:20 2011
+++ loncom/html/adm/help/tex/Institutional_Integration_Course_Requests.tex	Thu May 26 21:58:34 2011
@@ -136,11 +136,11 @@
 \begin{quotation}
 \texttt{if ((\$type eq 'official') \&\& (\$inst\_type eq 'Faculty')) \{}
 \begin{quotation}
-\texttt{\$validations-\textgreater\{\$type\}\{\$inst\_type\} = 1;}
+\texttt{\$validations-$>$\{\$type\}\{\$inst\_type\} = 1;}
 \end{quotation}
 \texttt{\} else \{}
 \begin{quotation}
-\texttt{\$validations-\textgreater\{\$type\}{\$inst\_type} = '';}
+\texttt{\$validations-$>$\{\$type\}{\$inst\_type} = '';}
 \end{quotation}
 \texttt{\}}
 \end{quotation}
@@ -172,11 +172,11 @@
 \begin{quote}
 \%\{\$\$cat\_titles\{'Semester'\}\} = (
 \begin{quote}
-fs =\textgreater 'Fall',
+fs =$>$ 'Fall',
 
-ss =\textgreater 'Spring',
+ss =$>$ 'Spring',
 
-us =\textgreater 'Summer'
+us =$>$ 'Summer'
 
 );
 \end{quote}
Index: loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex
diff -u loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex:1.5 loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex:1.6
--- loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex:1.5	Thu May 26 11:27:01 2011
+++ loncom/html/adm/help/tex/Institutional_Integration_Format_Checks.tex	Thu May 26 21:58:34 2011
@@ -17,13 +17,13 @@
 each key, value is a hash.
 
 \begin{itemize}
-\item desc =\textgreater long name for rule
-\item rule =\textgreater description of rule
-\item authtype =\textgreater (krb5,krb4,int, or loc) authentication type for rule
-\item authparm =\textgreater authentication parameter for rule
-\item authparmfixed =\textgreater 1 if authparm used when creating user for rule must
+\item desc =$>$ long name for rule
+\item rule =$>$ description of rule
+\item authtype =$>$ (krb5,krb4,int, or loc) authentication type for rule
+\item authparm =$>$ authentication parameter for rule
+\item authparmfixed =$>$ 1 if authparm used when creating user for rule must
 be authparm
-\item authmsg =\textgreater Message to display describing authentication to use for
+\item authmsg =$>$ Message to display describing authentication to use for
 this rule
 \end{itemize}
 \item \$rulesorder - reference to array containing rule names in order to
@@ -75,8 +75,8 @@
 each key, value is a hash
 
 \begin{itemize}
-\item desc =\textgreater long name for rule
-\item rule =\textgreater description of rule
+\item desc =$>$ long name for rule
+\item rule =$>$ description of rule
 \end{itemize}
 \item \$rulesorder - reference to array containing rule names in order to
 be displayed
@@ -100,7 +100,7 @@
 \end{quotation}
 \texttt{\},}
 
-\texttt{facstaffID =\textgreater \{}
+\texttt{facstaffID =$>$ \{}
 \begin{quotation}
 \texttt{name => 'MSU faculty/staff ID',}
 
@@ -127,8 +127,8 @@
 key, value is a hash
 
 \begin{itemize}
-\item desc =\textgreater long name for rule
-\item rule =\textgreater description of rule
+\item desc =$>$ long name for rule
+\item rule =$>$ description of rule
 \end{itemize}
 \item \$rulesorder - reference to array containing rule names in order to
 be displayed
@@ -165,7 +165,7 @@
 \texttt{\}}
 \end{quotation}
 The corresponding routines which check for compliance with rules enabled
-via Domain Configuration-\textgreater User Creation are \emph{username\_check()},
+via Domain Configuration-$>$ User Creation are \emph{username\_check()},
 \emph{id\_check()}, and \emph{selfcreate\_check()}. The three routines
 accept a similar set of four arguments, and return 'ok' in each case,
 if no error occurred.