Diff for /texttool-architecture/server-archimedes.tex between versions 1.2 and 1.4

version 1.2, 2004/01/13 11:37:45 version 1.4, 2004/04/03 17:19:34
Line 2 Line 2
 \label{sec:archimedes}  \label{sec:archimedes}
   
 \paragraph{Where things are}  \paragraph{Where things are}
 NOTE: ``CVS'' indicates that item is also avail on CVS  NOTE: ``CVS'' indicates that item is also available on CVS
 \begin{enumeration}  \begin{enumerate}
 \item /docuserver/images/archimedes -- toc.cgi objects for corpus 1  \item \url{/docuserver/images/archimedes} -- toc.cgi objects for corpus 1
 \item /docuserver/images/archimedes/log -- log files -- error log for  \item \url{/docuserver/images/archimedes/log} -- log files -- error log for
 toc.cgi; error log for search program  toc.cgi; error log for search program
 \item /usr/local/httpd/cgi-bin/toc -- toc.cgi script CVS  \item \url{/usr/local/httpd/cgi-bin/toc} -- toc.cgi script CVS
 \item /usr/local/httpd/cgi-bin/toc/.toc_config -- toc.cgi  \item \url{/usr/local/httpd/cgi-bin/toc/.toc_config} -- toc.cgi
 configuration info CVS  configuration info CVS
 \item /usr/local/httpd/cgi-bin/toc/.toc_config/config.xml -- toc.cgi   \item \url{/usr/local/httpd/cgi-bin/toc/.toc_config/config.xml} -- toc.cgi 
 configuration file (with internal DTD and inline documentation). CVS  configuration file (with internal DTD and inline documentation). CVS
 \item /home/bcfuchs/bin -- some helper apps; makelemma.pl makefast.pl  \item \url{/home/bcfuchs/bin} -- some helper apps; makelemma.pl makefast.pl
 \item /home/bcfuchs/perl/docuimages -- some helper apps; addarch.pl   \item \url{/home/bcfuchs/perl/docuimages} -- some helper apps; addarch.pl 
   
   
   
 \end{enumeration}  \end{enumerate}
   
   \paragraph{collection structure}
   
   toc.cgi display data are grouped in ``collections''. Each collection
   consists of one or more ``works''. For historical reasons, the
   structure of the collection follows the unix filesystem structure: a
   collection consists of a directory with one subdirectory for each
   ``work'' belonging to the collection. Thus, a collection might look
   something like this: 
   
   \url{/archimedes}\\
   \url{/archimedes/agricola}\\
   \url{/archimedes/baif}\\
   \url{/archimedes/borro}
   
   The configuration file ``config.xml'' defines the number of collections
   and gives the path to the collection directory. It is assumed that all
   collection directories will be stored locally. 
   
   \paragraph{work structure ARCHIMEDES}
   
   
 %%% Local Variables:   %%% Local Variables: 
 %%% mode: latex  %%% mode: latex

Removed from v.1.2  
changed lines
  Added in v.1.4


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