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

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: 
1.3     ! bcfuchs    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
1.2       bcfuchs    20: get a listing of corpora
                     21: 
                     22: 
1.3     ! bcfuchs    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
1.2       bcfuchs    26: get an xml listing of corpora 
                     27: 
                     28: 
1.3     ! bcfuchs    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
1.2       bcfuchs    32: get a listing of works in default corpus
                     33: 
1.3     ! bcfuchs    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
1.2       bcfuchs    37: get a listing of works in corpus 1 [default corpus = 0]
                     38: 
1.3     ! bcfuchs    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
1.2       bcfuchs    42: get an xml listing of works in default corpus 
                     43: 
1.3     ! bcfuchs    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
1.2       bcfuchs    47: get an xml listing of works in corpus 1
                     48: 
1.3     ! bcfuchs    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
1.2       bcfuchs    52: get a work from default corpus with thumbnail navbar displayed left
                     53: 
                     54: 
1.3     ! bcfuchs    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
1.2       bcfuchs    58: get a work from default corpus with thumbnail navbar displayed right
                     59: 
1.3     ! bcfuchs    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
1.2       bcfuchs    63: get a page of text from a work from default corpus 
                     64: 
                     65: 
                     66: 
1.1       casties    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: 

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