--- loncom/html/adm/help/tex/Developer_Tutorial.tex 2003/09/22 19:07:59 1.3 +++ loncom/html/adm/help/tex/Developer_Tutorial.tex 2004/05/17 22:08:56 1.5 @@ -1,3 +1,5 @@ +\label{Developer_Tutorial} + \section{Adding a Handler to LON-CAPA} In this section, we will add a brand new {}``handler'' to LON-CAPA. @@ -33,7 +35,7 @@ for the log files, or make a symlink the \item LON-CAPA must be installed and running. \item \textbf{Perl}: You're going to need to know some or you will not understand the code. You don't need to be intimately familiar with the many hundreds -of libraries Perl has, though, which is much harder then learning +of libraries Perl has, though, which is much harder than learning the language. \item Knowledge of the Apache server is not required for this tutorial, but {}``real work'' may require more information then is given here. @@ -741,7 +743,7 @@ internationalized. ``Internationalizatio adding hooks to code to make it easy to ``localize''. ``Localizing'' a program means taking advantage of those hooks and create a file that describes to the LON-CAPA web system how to display LON-CAPA in a -language other then English. +language other than English. For more complete information about Internationalization and Localization, please refer to the Internationalization chapter. For