--- texttool-architecture/soft-cgi.tex 2004/01/05 13:36:57 1.3 +++ texttool-architecture/soft-cgi.tex 2004/01/13 10:56:52 1.7 @@ -1,6 +1,47 @@ \subsubsection{rec.cgi (register text)} \label{sec:rec.cgi} +\paragraph +On the ECHO server, the registration of new texts is implemented by +means of a cgi script, reg.cgi +(archimedes/web/cgi-bin/toc/admin/reg.cgi ). reg.cgi retrieves a +metadata file in MPIWG archive metadata format from the entered uri +(currently only local paths are supported ) and constructs from this +file a toc.cgi object file (see below) , which it writes to toc.cgi's +data section. [corpus???] It should be stressed that this is a +registration procedure developed for a particular implementation of +toc.cgi and not a part of the core application. + +\paragraph +reg.cgi takes two parameters, path and show. Path should give the +local path to the metadata file for the text that is being +registered. If ``show'' is set to 1, reg.cgi will return for +inspection the toc.cgi object file that it has built out of the +submitted metadata file. + +\paragraph{input metadata file} + +The input metadata file must have the following form + +\paragraph + + + ... + + + + +Mainzer Untergerichtsordnung (von 1534) +anon +1580 + yes + pageimgtif + /mpiwg/online/experimental/echo_DRQEdit_test/anon_Mainz_1580/fulltextDW/mainzugo02_utf8.xml + pb01-presentation/info.xml + + + +\paragraph{archimedes object registration} \subsubsection{toc.cgi (display text)} \label{sec:toc.cgi} @@ -12,6 +53,14 @@ \item An index of cgi parameters and values with short descriptions of function \end{enumeration} +\paragraph{} +toc.cgi is a perl script for displaying collections of xml texts and +linking them to related resources such as page-images, morphological +analysis, commentaries, dictionaries, etc. It implements generic methods +for resource-linking provided by a series of perl modules which are in +turn based mainly on generic tools for xml manipulation and networking +written in C. + \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 } @@ -77,6 +126,28 @@ get a page of text from a work from defa \label{sec:dictionary-server} +\subsubsection{helper programs} + +\paragraph{addarch.pl ARCHIMEDES} + +Automatically registers new texts as toc.cgi objects when they appear in +cvs. Automatically updates relevant morphological indices (slow!). + + +\paragraph{makelemma.pl} + +Updates lemmatization indices. +Parameters: +No parameter--update all lemmatization indices +[latin | ital | greek | en | nl | de]-- update this language + +\paragraph{makefast.pl} + +Updates the toc.cgi morphology indices +Parameters +No parameter--update all lemmatization indices +[latin | ital | greek | en | nl | de]-- update this language + %%% Local Variables: %%% mode: latex %%% TeX-master: "texttools"