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

version 1.16, 2004/03/17 09:31:01 version 1.17, 2004/04/03 17:19:33
Line 23  submitted metadata file. Line 23  submitted metadata file.
   
 The input metadata file must have the following form  The input metadata file must have the following form
   
 \paragraph  \begin{verbatim}
   
 <resource>  <resource>
     ...      ...
     <meta>      <meta>
Line 40  The input metadata file must have the fo Line 39  The input metadata file must have the fo
     <pagebreak>pb</pagebreak><presentation>01-presentation/info.xml</presentation></texttool></meta>      <pagebreak>pb</pagebreak><presentation>01-presentation/info.xml</presentation></texttool></meta>
   
     </meta>      </meta>
   \end{verbatim}
   
 \paragraph{archimedes object registration}  \paragraph{archimedes object registration}
   
Line 48  The input metadata file must have the fo Line 48  The input metadata file must have the fo
   
 \paragraph{plan of this section }  \paragraph{plan of this section }
   
 \begin{enumeration}  \begin{enumerate}
 \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  \item The TOC Perl modules
 \end{enumeration}  \end{enumerate}
   
 \paragraph{Overview of toc.cgi architecture}  \paragraph{Overview of toc.cgi architecture}
   
Line 88  xml format at all. Line 88  xml format at all.
   
 \paragraph{cgi parameters -- standard queries}  \paragraph{cgi parameters -- standard queries}
   
 \htmladdnormallink{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=corpus }{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=corpus }  \url{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=corpus }
 \newline  \newline
 \newline  \newline
 get a listing of corpora  get a listing of corpora
   
   
 \htmladdnormallink{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpusmanifest }{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpusmanifest }  \url{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpusmanifest }
 \newline  \newline
 \newline  \newline
 get an xml listing of corpora   get an xml listing of corpora 
   
   \url{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi }
 \htmladdnormallink{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi }{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi }  
 \newline  \newline
 \newline  \newline
 get a listing of works in default corpus  get a listing of works in default corpus
   
 \htmladdnormallink{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?corpus=1 }{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?corpus=1 }  \url{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?corpus=1 }
 \newline  \newline
 \newline  \newline
 get a listing of works in corpus 1 [default corpus = 0]  get a listing of works in corpus 1 [default corpus = 0]
   
 \htmladdnormallink{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpuslist }{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpuslist }  \url{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpuslist }
 \newline  \newline
 \newline  \newline
 get an xml listing of works in default corpus   get an xml listing of works in default corpus 
   
 \htmladdnormallink{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpuslist;corpus=1 }{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpuslist;corpus=1 }  \url{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpuslist;corpus=1 }
 \newline  \newline
 \newline  \newline
 get an xml listing of works in corpus 1  get an xml listing of works in corpus 1
   
 \htmladdnormallink{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=baifl_renav_006_la_1537;step=thumb }{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=baifl_renav_006_la_1537;step=thumb }  \url{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=baifl_renav_006_la_1537;step=thumb }
 \newline  \newline
 \newline  \newline
 get a work from default corpus with thumbnail navbar displayed left  get a work from default corpus with thumbnail navbar displayed left
   
   
 \htmladdnormallink{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=jorda_ponde_050_la_1533;step=thumb;ftype=thumbright }{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=jorda_ponde_050_la_1533;step=thumb;ftype=thumbright }  \url{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=jorda_ponde_050_la_1533;step=thumb;ftype=thumbright }
 \newline  \newline
 \newline  \newline
 get a work from default corpus with thumbnail navbar displayed right  get a work from default corpus with thumbnail navbar displayed right
   
 \htmladdnormallink{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=jorda_ponde_050_la_1533;step=textonly;corpus=;page=22 }{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=jorda_ponde_050_la_1533;step=textonly;corpus=;page=22 }  \url{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=jorda_ponde_050_la_1533;step=textonly;corpus=;page=22 }
 \newline  \newline
 \newline  \newline
 get a page of text from a work from default corpus   get a page of text from a work from default corpus 
Line 146  The modules are available to archimedes Line 145  The modules are available to archimedes
 141.14.236.86:/perseus/cvsroot in the module  141.14.236.86:/perseus/cvsroot in the module
 /perseus/cvsroot/mpitexts/perl/perllib. To get them, log on to the  /perseus/cvsroot/mpitexts/perl/perllib. To get them, log on to the
 archimedes server and use the commandline command:   archimedes server and use the commandline command: 
   \begin{verbatim}
         cvs -d /perseus/cvsroot co /perseus/cvsroot/mpitexts/perl/perllib          cvs -d /perseus/cvsroot co /perseus/cvsroot/mpitexts/perl/perllib
   \end{verbatim}
   
 or from a remote location  or from a remote location
   
   \begin{verbatim}
       bash; export CVS_RSH=ssh; cvs -d :ext:myusername@141.14.236.86:/perseus/cvsroot co /perseus/cvsroot/mpitexts/perl/perllib        bash; export CVS_RSH=ssh; cvs -d :ext:myusername@141.14.236.86:/perseus/cvsroot co /perseus/cvsroot/mpitexts/perl/perllib
   \end{verbatim}
   
 \subsubsection{Indexing}  \subsubsection{Indexing}
 \label{sec:indexing}  \label{sec:indexing}
Line 161  Currently indexing is not implemented on Line 163  Currently indexing is not implemented on
   
 \paragraph{Plan ECHO}  \paragraph{Plan ECHO}
   
 \begin{enumeration}  \begin{enumerate}
 \item construct remote (141.14.236.86) index for each file at  \item construct remote (141.14.236.86) index for each file at
   per-change or daily intervals    per-change or daily intervals
 \item store indices locally in  \item store indices locally in
 archimedes/data/db/PROJECT_NAME/CORPUS_NAME/WORK  \url{archimedes/data/db/PROJECT_NAME/CORPUS_NAME/WORK}
 \item 2 progs on server 1. cgi: indexer 2. backend da_remote  \item 2 progs on server 1. cgi: \url{indexer} 2. backend \url{da_remote}
 \item 2 progs on client 1. cgi: sendindex 2. backend getindex  \item 2 progs on client 1. cgi: \url{sendindex} 2. backend \url{getindex}
 \item indexing transaction handled by two cgi scripts, one on the  \item indexing transaction handled by two cgi scripts, one on the
   server the other on the client [this is the 1st implementation bcs    server the other on the client [this is the 1st implementation bcs
   its easiest and there are no port issues, but probably it'd be    its easiest and there are no port issues, but probably it'd be
Line 183  archimedes/data/db/PROJECT_NAME/CORPUS_N Line 185  archimedes/data/db/PROJECT_NAME/CORPUS_N
 \item single script provides backend access to indices   \item single script provides backend access to indices 
 \item leave front-end issues like display, collection and navigation  \item leave front-end issues like display, collection and navigation
   to web-design programmers. Do only a  sample for now.     to web-design programmers. Do only a  sample for now. 
 \end{enumeration}  \end{enumerate}
   
 \subsubsection{Morphology}  \subsubsection{Morphology}
 \label{sec:morphology}  \label{sec:morphology}
Line 221  No parameter--update all lemmatization i Line 223  No parameter--update all lemmatization i
   implementation and the echo toc.cgi impelementation (toc.x.cgi)}    implementation and the echo toc.cgi impelementation (toc.x.cgi)}
   
 \paragraph{missing in archimedes}  \paragraph{missing in archimedes}
 \begin{enumeration}  \begin{enumerate}
   
 \item html templates (coded but phased out of cvs branch)  \item html templates (coded but phased out of cvs branch)
 \end{enumeration}  \end{enumerate}
   
 \paragraph{missing in echo}  \paragraph{missing in echo}
 \begin{enumeration}  \begin{enumerate}
   
 \item word-coloring?  \item word-coloring?
 \item remote text method may work differently  \item remote text method may work differently
   
   
   
 \end{enumeration}  \end{enumerate}
 \paragraph{differences}  \paragraph{differences}
 \begin{enumeration}  \begin{enumerate}
 \item structure of info.xml  \item structure of info.xml
 \item resource-discovery algorithm for info.xml  \item resource-discovery algorithm for info.xml
 \end{enumeration}  \end{enumerate}
   
   
   

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


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