File:  [Repository] / texttool-architecture / server-archimedes.tex
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue Jan 13 14:12:40 2004 UTC (20 years, 4 months ago) by bcfuchs
Branches: MAIN
CVS tags: HEAD
added stuff about collection structure

\subsubsection{Archimedes}
\label{sec:archimedes}

\paragraph{Where things are}
NOTE: ``CVS'' indicates that item is also avail on CVS
\begin{enumeration}
\item /docuserver/images/archimedes -- toc.cgi objects for corpus 1
\item /docuserver/images/archimedes/log -- log files -- error log for
toc.cgi; error log for search program
\item /usr/local/httpd/cgi-bin/toc -- toc.cgi script CVS
\item /usr/local/httpd/cgi-bin/toc/.toc_config -- toc.cgi
configuration info CVS
\item /usr/local/httpd/cgi-bin/toc/.toc_config/config.xml -- toc.cgi 
configuration file (with internal DTD and inline documentation). CVS
\item /home/bcfuchs/bin -- some helper apps; makelemma.pl makefast.pl
\item /home/bcfuchs/perl/docuimages -- some helper apps; addarch.pl 



\end{enumeration}

\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: 

/archimedes
/archimedes/agricola
/archimedes/baif
/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: 
%%% mode: latex
%%% TeX-master: "texttools"
%%% End: 

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