Diff for /texttool-architecture/soft-cgi.tex between versions 1.15 and 1.16

version 1.15, 2004/01/18 22:01:10 version 1.16, 2004/03/17 09:31:01
Line 52  The input metadata file must have the fo Line 52  The input metadata file must have the fo
 \item An overview of toc.cgi architecture  \item An overview of toc.cgi architecture
 \item A walk-through of typical cgi queries for toc.cgi  \item A walk-through of typical cgi queries for toc.cgi
 \item An index of cgi parameters and values with short descriptions of function  \item An index of cgi parameters and values with short descriptions of function
   \item The TOC Perl modules
 \end{enumeration}  \end{enumeration}
   
 \paragraph{Overview of toc.cgi architecture}  \paragraph{Overview of toc.cgi architecture}
Line 136  get a work from default corpus with thum Line 137  get a work from default corpus with thum
 get a page of text from a work from default corpus   get a page of text from a work from default corpus 
   
   
   \paragraph{TOC Perl Modules}
   \subparagraph{general}The documentation for the Toc Perl Modules is
   located in the modules themselves in POD format. The POD is the
   definitive documentation for the modules. 
   
   The modules are available to archimedes staff from cvs on the archimedes server at
   141.14.236.86:/perseus/cvsroot in the module
   /perseus/cvsroot/mpitexts/perl/perllib. To get them, log on to the
   archimedes server and use the commandline command: 
   
           cvs -d /perseus/cvsroot co /perseus/cvsroot/mpitexts/perl/perllib
   
   or from a remote location
   
         bash; export CVS_RSH=ssh; cvs -d :ext:myusername@141.14.236.86:/perseus/cvsroot co /perseus/cvsroot/mpitexts/perl/perllib
   
 \subsubsection{Indexing}  \subsubsection{Indexing}
 \label{sec:indexing}  \label{sec:indexing}

Removed from v.1.15  
changed lines
  Added in v.1.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>