--- storage/meta/meta-format.tex 2003/07/23 20:34:53 1.5 +++ storage/meta/meta-format.tex 2003/09/01 11:00:08 1.9 @@ -7,16 +7,16 @@ %\usepackage{courier} % create in-text links black (with PDF) -%\usepackage[colorlinks=true,linkcolor=black]{hyperref} +\usepackage[colorlinks=true,linkcolor=black]{hyperref} % Format URLs nicely (without PDF) -\usepackage{url} +%\usepackage{url} \title{A simple metadata format for resource bundles} \author{Robert Casties, Dirk Wintergrün, Hans-Christoph Liess} -\date{V0.3 of \today} +\date{V1.0.2a of 20.8.2003} \begin{document} @@ -165,14 +165,15 @@ parameter. Its sub-elements are: resource's root directory (excluding the file itself) -- required (may be empty or omitted if the file is in the resource's root directory). + + \item[date] The file's modification or creation date\footnote{The + preferred time and date format is ``YYYY/MM/DD HH:MM:SS''}, + whichever is more recent -- optional. \item[modification-date] The file's modification date -- optional. \item[creation-date] The file's creation date -- optional. - - \item[date] The file's creation date if is has not been modified -- - optional. - + \item[size] The file size -- deduced. \item[mime-type] The file's mime-type -- optional. @@ -658,6 +659,44 @@ or \end{description} +\subsection{Full text with images} +\label{sec:full-text-with} + +Full text in a XML format will be specified with a +\texttt{content-type} ``fulltext''. + +The relation between the full text and optional images of +whole pages or parts of pages must be specified in a +\texttt{text-tool} container. + +\begin{description} +\item[text-tool] representation of full text with images + + \begin{description} + \item[text-file] the file name of the full text file (with path + inside document directory) + + \item[page-images] the directory name of the directory containig the + page image files (with path + inside document directory) + + \item[xslt-file] the file name of an additional XSL transformation + file + + \item[text-config] container for configuration options + + \item[container-tag] the name of the text root element (default ``text'') + + \item[ref-element-tag] the name of the element that is used as unit of + reference when results are presented + + \item[pagebreak-tag] the name of the element that indicates page + breaks (default ``pb'') + \end{description} +\end{description} + + + \subsection{Access restrictions} \label{sec:access-restrictions}