Annotation of texttool-architecture/soft-cgi.tex, revision 1.2

1.1       casties     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: 
1.2     ! bcfuchs     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: http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=corpus
        !            18: 
        !            19: get a listing of corpora
        !            20: 
        !            21: 
        !            22: http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpusmanifest
        !            23: 
        !            24: get an xml listing of corpora 
        !            25: 
        !            26: 
        !            27: http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi
        !            28: 
        !            29: get a listing of works in default corpus
        !            30: 
        !            31: http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?corpus=1
        !            32: 
        !            33: get a listing of works in corpus 1 [default corpus = 0]
        !            34: 
        !            35: http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpuslist
        !            36: 
        !            37: get an xml listing of works in default corpus 
        !            38: 
        !            39: http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?step=xmlcorpuslist;corpus=1
        !            40: 
        !            41: get an xml listing of works in corpus 1
        !            42: 
        !            43: http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=baifl_renav_006_la_1537;step=thumb
        !            44: 
        !            45: get a work from default corpus with thumbnail navbar displayed left
        !            46: 
        !            47: 
        !            48: http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=jorda_ponde_050_la_1533;step=thumb;ftype=thumbright
        !            49: 
        !            50: get a work from default corpus with thumbnail navbar displayed right
        !            51: 
        !            52: http://archimedes.mpiwg-berlin.mpg.de/cgi-bin/toc/toc.cgi?dir=jorda_ponde_050_la_1533;step=textonly;corpus=;page=22
        !            53: 
        !            54: get a page of text from a work from default corpus 
        !            55: 
        !            56: 
        !            57: 
1.1       casties    58: 
                     59: \subsubsection{Indexing}
                     60: \label{sec:indexing}
                     61: 
                     62: 
                     63: \subsubsection{Morphology}
                     64: \label{sec:morphology}
                     65: 
                     66: 
                     67: \subsubsection{Dictionary server}
                     68: \label{sec:dictionary-server}
                     69: 
                     70: 
                     71: %%% Local Variables: 
                     72: %%% mode: latex
                     73: %%% TeX-master: "texttools"
                     74: %%% End: 

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