File:  [Repository] / texttool-architecture / soft-cgi.tex
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Jan 5 13:36:57 2004 UTC (20 years, 5 months ago) by bcfuchs
Branches: MAIN
CVS tags: HEAD
added hyperlink tags for latex2html, in case we go that route

    1: \subsubsection{rec.cgi (register text)}
    2: \label{sec:rec.cgi}
    3: 
    4: 
    5: \subsubsection{toc.cgi (display text)}
    6: \label{sec:toc.cgi}
    7: 
    8: \paragraph{plan of this section }
    9: 
   10: \begin{enumeration}
   11: \item A walk-through of typical cgi queries for toc.cgi
   12: \item An index of cgi parameters and values with short descriptions of function
   13: \end{enumeration}
   14: 
   15: \paragraph{cgi parameters -- standard queries}
   16: 
   17: \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 }
   18: \newline
   19: \newline
   20: get a listing of corpora
   21: 
   22: 
   23: \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 }
   24: \newline
   25: \newline
   26: get an xml listing of corpora 
   27: 
   28: 
   29: \htmladdnormallink{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi }{ http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi }
   30: \newline
   31: \newline
   32: get a listing of works in default corpus
   33: 
   34: \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 }
   35: \newline
   36: \newline
   37: get a listing of works in corpus 1 [default corpus = 0]
   38: 
   39: \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 }
   40: \newline
   41: \newline
   42: get an xml listing of works in default corpus 
   43: 
   44: \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 }
   45: \newline
   46: \newline
   47: get an xml listing of works in corpus 1
   48: 
   49: \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 }
   50: \newline
   51: \newline
   52: get a work from default corpus with thumbnail navbar displayed left
   53: 
   54: 
   55: \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 }
   56: \newline
   57: \newline
   58: get a work from default corpus with thumbnail navbar displayed right
   59: 
   60: \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 }
   61: \newline
   62: \newline
   63: get a page of text from a work from default corpus 
   64: 
   65: 
   66: 
   67: 
   68: \subsubsection{Indexing}
   69: \label{sec:indexing}
   70: 
   71: 
   72: \subsubsection{Morphology}
   73: \label{sec:morphology}
   74: 
   75: 
   76: \subsubsection{Dictionary server}
   77: \label{sec:dictionary-server}
   78: 
   79: 
   80: %%% Local Variables: 
   81: %%% mode: latex
   82: %%% TeX-master: "texttools"
   83: %%% End: 
   84: 

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