Diff for /storage/meta/meta-format.tex between versions 1.5 and 1.9

version 1.5, 2003/07/23 20:34:53 version 1.9, 2003/09/01 11:00:08
Line 7 Line 7
 %\usepackage{courier}  %\usepackage{courier}
   
 % create in-text links black (with PDF)  % create in-text links black (with PDF)
 %\usepackage[colorlinks=true,linkcolor=black]{hyperref}  \usepackage[colorlinks=true,linkcolor=black]{hyperref}
 % Format URLs nicely (without PDF)  % Format URLs nicely (without PDF)
 \usepackage{url}  %\usepackage{url}
   
   
 \title{A simple metadata format for resource bundles}  \title{A simple metadata format for resource bundles}
   
 \author{Robert Casties, Dirk Wintergrün, Hans-Christoph Liess}  \author{Robert Casties, Dirk Wintergrün, Hans-Christoph Liess}
   
 \date{V0.3 of \today}  \date{V1.0.2a of 20.8.2003}
   
 \begin{document}  \begin{document}
   
Line 166  parameter. Its sub-elements are: Line 166  parameter. Its sub-elements are:
     (may be empty or omitted if the file is in the resource's root      (may be empty or omitted if the file is in the resource's root
     directory).      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[modification-date] The file's modification date -- optional.
   
   \item[creation-date] The file's creation 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[size] The file size -- deduced.
           
   \item[mime-type] The file's mime-type -- optional.    \item[mime-type] The file's mime-type -- optional.
Line 658  or Line 659  or
 \end{description}  \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}  \subsection{Access restrictions}
 \label{sec:access-restrictions}  \label{sec:access-restrictions}
   

Removed from v.1.5  
changed lines
  Added in v.1.9


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