File:  [Repository] / texttool-architecture / soft-cgi.tex
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Jan 2 18:06:20 2004 UTC (20 years, 4 months ago) by bcfuchs
Branches: MAIN
CVS tags: HEAD
started section on params for toc.cgi
Note: subsubsection -- paragraph is prob going to be too shallow to handle the toc.cgi section

\subsubsection{rec.cgi (register text)}
\label{sec:rec.cgi}


\subsubsection{toc.cgi (display text)}
\label{sec:toc.cgi}

\paragraph{plan of this section }

\begin{enumeration}
\item A walk-through of typical cgi queries for toc.cgi
\item An index of cgi parameters and values with short descriptions of function
\end{enumeration}

\paragraph{cgi parameters -- standard queries}

http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=corpus

get a listing of corpora


http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpusmanifest

get an xml listing of corpora 


http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi

get a listing of works in default corpus

http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?corpus=1

get a listing of works in corpus 1 [default corpus = 0]

http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpuslist

get an xml listing of works in default corpus 

http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpuslist;corpus=1

get an xml listing of works in corpus 1

http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=baifl_renav_006_la_1537;step=thumb

get a work from default corpus with thumbnail navbar displayed left


http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=jorda_ponde_050_la_1533;step=thumb;ftype=thumbright

get a work from default corpus with thumbnail navbar displayed right

http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=jorda_ponde_050_la_1533;step=textonly;corpus=;page=22

get a page of text from a work from default corpus 




\subsubsection{Indexing}
\label{sec:indexing}


\subsubsection{Morphology}
\label{sec:morphology}


\subsubsection{Dictionary server}
\label{sec:dictionary-server}


%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "texttools"
%%% End: 

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