-
Notifications
You must be signed in to change notification settings - Fork 7
Main HTML files
This file will be included via AJAX if additional information for an “entity” is to be displayed. Here, entity is to be understood as ”POKb” (German: Personen, Orte, Körperschaften, bibliographische Angaben – “persons, places, organizations, bibliographic data”) for which additional information is supplied from an index file or external source.
Template: page2.html
Serves as the main point of entry by displaying an inventory of all projects currently present in the instance. It is assumed, that every project uses a wdbmeta.xml
and that every wdbmeta.xml
describes a project. Thus, subprojects are recognized.
Projects that solely rely on a mets.xml
will be recognized and displayed, too. Subporjects for a METS-project are not supported, though.
Template: page2.html
A wrapper page for XQuery scripts that should display their input or result via the templating system. See the page on project specific setting for more detail on how to use this.
Template: function.html
Does roughly the same as query.html but is made especially for search pages. It wraps input/output for full text searches and includes some help.
Template: function.html
The main entry point to display an HTML representation of an XML file in any project.
Template: layout.html
This file can be called from a project directory or (preferrably) globally via {$approot}/start.html?ed=data/myProject
to display a start page for that project. By default, this will be the navigation as defined by wdbmeta.xml
or mets.xml
and optinally additional content created by start.xml
, possibly a local start.xsl
(if none exists, a global stylesheet will be used) and a local start.css
(a global CSS will be loaded first).
- Installation and Configuration
- Basic Usage
- project Specifics
- Tech