This commit was manufactured by cvs2svn to create tag 'V28_11_2004'.
git-svn-id: https://svn.apache.org/repos/asf/incubator/wicket/tags/V28_11_2004@455020 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CVSROOT/.cvsignore b/CVSROOT/.cvsignore
deleted file mode 100644
index 3a4edf6..0000000
--- a/CVSROOT/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-.project
diff --git a/CVSROOT/checkoutlist b/CVSROOT/checkoutlist
deleted file mode 100644
index 2921bff..0000000
--- a/CVSROOT/checkoutlist
+++ /dev/null
@@ -1,13 +0,0 @@
-# The "checkoutlist" file is used to support additional version controlled
-# administrative files in $CVSROOT/CVSROOT, such as template files.
-#
-# The first entry on a line is a filename which will be checked out from
-# the corresponding RCS file in the $CVSROOT/CVSROOT directory.
-# The remainder of the line is an error message to use if the file cannot
-# be checked out.
-#
-# File format:
-#
-# [<whitespace>]<filename>[<whitespace><error message>]<end-of-line>
-#
-# comment lines begin with '#'
diff --git a/CVSROOT/commitinfo b/CVSROOT/commitinfo
deleted file mode 100644
index b19e7b7..0000000
--- a/CVSROOT/commitinfo
+++ /dev/null
@@ -1,15 +0,0 @@
-# The "commitinfo" file is used to control pre-commit checks.
-# The filter on the right is invoked with the repository and a list
-# of files to check. A non-zero exit of the filter program will
-# cause the commit to be aborted.
-#
-# The first entry on a line is a regular expression which is tested
-# against the directory that the change is being committed to, relative
-# to the $CVSROOT. For the first match that is found, then the remainder
-# of the line is the name of the filter to run.
-#
-# If the repository name does not match any of the regular expressions in this
-# file, the "DEFAULT" line is used, if it is specified.
-#
-# If the name "ALL" appears as a regular expression it is always used
-# in addition to the first matching regex or "DEFAULT".
diff --git a/CVSROOT/config b/CVSROOT/config
deleted file mode 100644
index 92c150b..0000000
--- a/CVSROOT/config
+++ /dev/null
@@ -1,21 +0,0 @@
-# Set this to "no" if pserver shouldn't check system users/passwords
-#SystemAuth=no
-
-# Put CVS lock files in this directory rather than directly in the repository.
-#LockDir=/var/lock/cvs
-
-# Set `TopLevelAdmin' to `yes' to create a CVS directory at the top
-# level of the new working directory when using the `cvs checkout'
-# command.
-#TopLevelAdmin=no
-
-# Set `LogHistory' to `all' or `TOEFWUPCGMAR' to log all transactions to the
-# history file, or a subset as needed (ie `TMAR' logs all write operations)
-#LogHistory=TOEFWUPCGMAR
-
-# Set `RereadLogAfterVerify' to `always' (the default) to allow the verifymsg
-# script to change the log message. Set it to `stat' to force CVS to verify# that the file has changed before reading it (this can take up to an extra
-# second per directory being committed, so it is not recommended for large
-# repositories. Set it to `never' (the previous CVS behavior) to prevent
-# verifymsg scripts from changing the log message.
-#RereadLogAfterVerify=always
diff --git a/CVSROOT/cvswrappers b/CVSROOT/cvswrappers
deleted file mode 100644
index e989b75..0000000
--- a/CVSROOT/cvswrappers
+++ /dev/null
@@ -1,19 +0,0 @@
-# This file affects handling of files based on their names.
-#
-# The -m option specifies whether CVS attempts to merge files.
-#
-# The -k option specifies keyword expansion (e.g. -kb for binary).
-#
-# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
-#
-# wildcard [option value][option value]...
-#
-# where option is one of
-# -f from cvs filter value: path to filter
-# -t to cvs filter value: path to filter
-# -m update methodology value: MERGE or COPY
-# -k expansion mode value: b, o, kkv, &c
-#
-# and value is a single-quote delimited value.
-# For example:
-#*.gif -k 'b'
diff --git a/CVSROOT/editinfo b/CVSROOT/editinfo
deleted file mode 100644
index d78886c..0000000
--- a/CVSROOT/editinfo
+++ /dev/null
@@ -1,21 +0,0 @@
-# The "editinfo" file is used to allow verification of logging
-# information. It works best when a template (as specified in the
-# rcsinfo file) is provided for the logging procedure. Given a
-# template with locations for, a bug-id number, a list of people who
-# reviewed the code before it can be checked in, and an external
-# process to catalog the differences that were code reviewed, the
-# following test can be applied to the code:
-#
-# Making sure that the entered bug-id number is correct.
-# Validating that the code that was reviewed is indeed the code being
-# checked in (using the bug-id number or a seperate review
-# number to identify this particular code set.).
-#
-# If any of the above test failed, then the commit would be aborted.
-#
-# Actions such as mailing a copy of the report to each reviewer are
-# better handled by an entry in the loginfo file.
-#
-# One thing that should be noted is the the ALL keyword is not
-# supported. There can be only one entry that matches a given
-# repository.
diff --git a/CVSROOT/loginfo b/CVSROOT/loginfo
deleted file mode 100644
index 3ab2b07..0000000
--- a/CVSROOT/loginfo
+++ /dev/null
@@ -1,31 +0,0 @@
-# The "loginfo" file controls where "cvs commit" log information
-# is sent. The first entry on a line is a regular expression which must match
-# the directory that the change is being made to, relative to the
-# $CVSROOT. If a match is found, then the remainder of the line is a filter
-# program that should expect log information on its standard input.
-#
-# If the repository name does not match any of the regular expressions in this
-# file, the "DEFAULT" line is used, if it is specified.
-#
-# If the name ALL appears as a regular expression it is always used
-# in addition to the first matching regex or DEFAULT.
-#
-# You may specify a format string as part of the
-# filter. The string is composed of a `%' followed
-# by a single format character, or followed by a set of format
-# characters surrounded by `{' and `}' as separators. The format
-# characters are:
-#
-# s = file name
-# V = old version number (pre-checkin)
-# v = new version number (post-checkin)
-# t = tag or branch name
-#
-# For example:
-#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
-# or
-#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
-
-CVSROOT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} eelco12@users.sourceforge.net
-
-DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} wicket-autocvs@lists.sourceforge.net
diff --git a/CVSROOT/modules b/CVSROOT/modules
deleted file mode 100644
index cb9e9ef..0000000
--- a/CVSROOT/modules
+++ /dev/null
@@ -1,26 +0,0 @@
-# Three different line formats are valid:
-# key -a aliases...
-# key [options] directory
-# key [options] directory files...
-#
-# Where "options" are composed of:
-# -i prog Run "prog" on "cvs commit" from top-level of module.
-# -o prog Run "prog" on "cvs checkout" of module.
-# -e prog Run "prog" on "cvs export" of module.
-# -t prog Run "prog" on "cvs rtag" of module.
-# -u prog Run "prog" on "cvs update" of module.
-# -d dir Place module in directory "dir" instead of module name.
-# -l Top-level directory only -- do not recurse.
-#
-# NOTE: If you change any of the "Run" options above, you'll have to
-# release and re-checkout any working directories of these modules.
-#
-# And "directory" is a path to a directory relative to $CVSROOT.
-#
-# The "-a" option specifies an alias. An alias is interpreted as if
-# everything on the right of the "-a" had been typed on the command line.
-#
-# You can encode a module within a module by using the special '&'
-# character to interpose another module into the current module. This
-# can be useful for creating a module that consists of many directories
-# spread out over the entire source repository.
diff --git a/CVSROOT/notify b/CVSROOT/notify
deleted file mode 100644
index 74ae6f9..0000000
--- a/CVSROOT/notify
+++ /dev/null
@@ -1,12 +0,0 @@
-# The "notify" file controls where notifications from watches set by
-# "cvs watch add" or "cvs edit" are sent. The first entry on a line is
-# a regular expression which is tested against the directory that the
-# change is being made to, relative to the $CVSROOT. If it matches,
-# then the remainder of the line is a filter program that should contain
-# one occurrence of %s for the user to notify, and information on its
-# standard input.
-#
-# "ALL" or "DEFAULT" can be used in place of the regular expression.
-#
-# For example:
-#ALL mail -s "CVS notification" %s
diff --git a/CVSROOT/rcsinfo b/CVSROOT/rcsinfo
deleted file mode 100644
index 49e59f4..0000000
--- a/CVSROOT/rcsinfo
+++ /dev/null
@@ -1,13 +0,0 @@
-# The "rcsinfo" file is used to control templates with which the editor
-# is invoked on commit and import.
-#
-# The first entry on a line is a regular expression which is tested
-# against the directory that the change is being made to, relative to the
-# $CVSROOT. For the first match that is found, then the remainder of the
-# line is the name of the file that contains the template.
-#
-# If the repository name does not match any of the regular expressions in this
-# file, the "DEFAULT" line is used, if it is specified.
-#
-# If the name "ALL" appears as a regular expression it is always used
-# in addition to the first matching regex or "DEFAULT".
diff --git a/CVSROOT/taginfo b/CVSROOT/taginfo
deleted file mode 100644
index 274a46d..0000000
--- a/CVSROOT/taginfo
+++ /dev/null
@@ -1,20 +0,0 @@
-# The "taginfo" file is used to control pre-tag checks.
-# The filter on the right is invoked with the following arguments:
-#
-# $1 -- tagname
-# $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d
-# $3 -- repository
-# $4-> file revision [file revision ...]
-#
-# A non-zero exit of the filter program will cause the tag to be aborted.
-#
-# The first entry on a line is a regular expression which is tested
-# against the directory that the change is being committed to, relative
-# to the $CVSROOT. For the first match that is found, then the remainder
-# of the line is the name of the filter to run.
-#
-# If the repository name does not match any of the regular expressions in this
-# file, the "DEFAULT" line is used, if it is specified.
-#
-# If the name "ALL" appears as a regular expression it is always used
-# in addition to the first matching regex or "DEFAULT".
diff --git a/CVSROOT/verifymsg b/CVSROOT/verifymsg
deleted file mode 100644
index 86f747c..0000000
--- a/CVSROOT/verifymsg
+++ /dev/null
@@ -1,21 +0,0 @@
-# The "verifymsg" file is used to allow verification of logging
-# information. It works best when a template (as specified in the
-# rcsinfo file) is provided for the logging procedure. Given a
-# template with locations for, a bug-id number, a list of people who
-# reviewed the code before it can be checked in, and an external
-# process to catalog the differences that were code reviewed, the
-# following test can be applied to the code:
-#
-# Making sure that the entered bug-id number is correct.
-# Validating that the code that was reviewed is indeed the code being
-# checked in (using the bug-id number or a seperate review
-# number to identify this particular code set.).
-#
-# If any of the above test failed, then the commit would be aborted.
-#
-# Actions such as mailing a copy of the report to each reviewer are
-# better handled by an entry in the loginfo file.
-#
-# One thing that should be noted is the the ALL keyword is not
-# supported. There can be only one entry that matches a given
-# repository.
diff --git a/wicket-examples/.classpath b/wicket-examples/.classpath
deleted file mode 100644
index 291ba8f..0000000
--- a/wicket-examples/.classpath
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/java"/>
- <classpathentry kind="src" path="src/test"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="src" path="/Wicket"/>
- <classpathentry sourcepath="JAVA_SRC_JARS/hibernate-2.1.6-src.jar" kind="var" path="MAVEN_REPO/hibernate/jars/hibernate-2.1.6.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/cglib/jars/cglib-full-2.0.1.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/commons-collections/jars/commons-collections-2.1.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/dom4j/jars/dom4j-1.4.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.8.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/odmg/jars/odmg-3.0.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/ognl/jars/ognl-2.6.5.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/geronimo-spec/jars/geronimo-spec-jta-1.0-M1.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/hsqldb/jars/hsqldb-1.7.2.2.jar"/>
- <classpathentry sourcepath="JAVA_SRC_JARS/commons-fileupload-1.0-src.jar" kind="var" path="MAVEN_REPO/commons-fileupload/jars/commons-fileupload-1.0.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/httpunit/jars/httpunit-1.5.5.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/rhino/jars/js-1.5R4-RC3.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/jwebunit/jars/jwebunit-1.2.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/nekohtml/jars/nekohtml-0.9.2.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/jetty/jars/jetty-4.2.21.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/xerces/jars/xercesImpl-2.6.2.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/xml-apis/jars/xml-apis-2.5.0.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/tomcat/jars/jasper-compiler-4.1.30.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/tomcat/jars/jasper-runtime-4.1.30.jar"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/wicket-examples/.cvsignore b/wicket-examples/.cvsignore
deleted file mode 100644
index f1a314c..0000000
--- a/wicket-examples/.cvsignore
+++ /dev/null
@@ -1,6 +0,0 @@
-work
-target
-guestbook.lck
-guestbook.log
-guestbook.properties
-guestbook.script
diff --git a/wicket-examples/.project b/wicket-examples/.project
deleted file mode 100644
index ea50063..0000000
--- a/wicket-examples/.project
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>wicket-examples</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature>
- </natures>
-</projectDescription>
diff --git a/wicket-examples/.tomcatplugin b/wicket-examples/.tomcatplugin
deleted file mode 100644
index 26c7771..0000000
--- a/wicket-examples/.tomcatplugin
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<tomcatProjectProperties>
- <rootDir>/src/web</rootDir>
- <exportSource>false</exportSource>
- <reloadable>true</reloadable>
- <redirectLogger>true</redirectLogger>
- <updateXml>true</updateXml>
- <warLocation></warLocation>
- <extraInfo></extraInfo>
- <webPath>/wicket</webPath>
- <webClassPathEntries>
- <webClassPathEntry>/Wicket/target/classes</webClassPathEntry>
- <webClassPathEntry>/wicket-examples/target/classes</webClassPathEntry>
- <webClassPathEntry>MAVEN_REPO/cglib/jars/cglib-full-2.0.2.jar</webClassPathEntry>
- <webClassPathEntry>MAVEN_REPO/dom4j/jars/dom4j-1.4.jar</webClassPathEntry>
- <webClassPathEntry>MAVEN_REPO/hibernate/jars/hibernate-2.1.6.jar</webClassPathEntry>
- <webClassPathEntry>MAVEN_REPO/hsqldb/jars/hsqldb-1.7.2-RC6.jar</webClassPathEntry>
- <webClassPathEntry>MAVEN_REPO/jta/jars/jta-1.0.jar</webClassPathEntry>
- <webClassPathEntry>MAVEN_REPO/junit/jars/junit-3.8.1.jar</webClassPathEntry>
- <webClassPathEntry>MAVEN_REPO/log4j/jars/log4j-1.2.8.jar</webClassPathEntry>
- <webClassPathEntry>MAVEN_REPO/ognl/jars/ognl-2.6.5.jar</webClassPathEntry>
- </webClassPathEntries>
-</tomcatProjectProperties>
diff --git a/wicket-examples/build.xml b/wicket-examples/build.xml
deleted file mode 100644
index 74644d5..0000000
--- a/wicket-examples/build.xml
+++ /dev/null
@@ -1,126 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--build.xml generated by maven from project.xml version SNAPSHOT
- on date October 3 2004, time 1746-->
-
-<project default="jar" name="wicket-examples" basedir=".">
- <property name="defaulttargetdir" value="target">
- </property>
- <property name="libdir" value="lib">
- </property>
- <property name="classesdir" value="target/classes">
- </property>
- <property name="testclassesdir" value="target/test-classes">
- </property>
- <property name="distdir" value="dist">
- </property>
- <property name="javadocdir" value="dist/docs/api">
- </property>
- <property name="final.name" value="wicket-examples">
- </property>
- <path id="build.classpath">
- <fileset dir="${libdir}">
- <include name="**/*.jar">
- </include>
- </fileset>
- </path>
- <target name="init" description="o Initializes some properties">
- <mkdir dir="${libdir}">
- </mkdir>
- <condition property="noget">
- <equals arg2="only" arg1="${build.sysclasspath}">
- </equals>
- </condition>
- <!--Test if JUNIT is present in ANT classpath-->
-
- <available property="Junit.present" classname="junit.framework.Test">
- </available>
- </target>
- <target name="compile" description="o Compile the code">
- <mkdir dir="${classesdir}">
- </mkdir>
- <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
- <src>
- <pathelement location="src/java">
- </pathelement>
- </src>
- <classpath refid="build.classpath">
- </classpath>
- </javac>
- <copy todir="${classesdir}">
- <fileset dir="src/java" excludes = "**/*.java"/>
- </copy>
- </target>
- <target name="jar" description="o Create the jar" depends="compile,test">
- <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
- </jar>
- </target>
- <target name="war" description="o Create the war" depends="compile,test">
- <war destfile="target/${final.name}.war" webxml="src/webapp/WEB-INF/web.xml">
- <fileset dir="src/webapp"/>
- <lib dir="lib">
- <include name="*.jar"/>
- <exclude name="servletapi-2.3.jar"/>
- <exclude name="junit-3.8.1.jar"/>
- </lib>
- <classes dir="${defaulttargetdir}/classes">
- <patternset>
- <include name="**/*.*"/>
- </patternset>
- </classes>
- </war>
- </target>
- <target name="clean" description="o Clean up the generated directories">
- <delete dir="${defaulttargetdir}">
- </delete>
- <delete dir="${distdir}">
- </delete>
- </target>
- <target name="dist" description="o Create a distribution" depends="jar, javadoc">
- <mkdir dir="dist">
- </mkdir>
- <copy todir="dist">
- <fileset dir="${defaulttargetdir}" includes="*.jar">
- </fileset>
- <fileset dir="${basedir}" includes="LICENSE*, README*">
- </fileset>
- </copy>
- </target>
- <target name="test" description="o Run the test cases" if="test.failure" depends="internal-test">
- <fail message="There were test failures.">
- </fail>
- </target>
- <target name="internal-test" if="Junit.present" depends="junit-present,compile-tests">
- </target>
- <target name="junit-present" unless="Junit.present" depends="init">
- <echo>================================= WARNING ================================</echo>
- <echo>Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed.</echo>
- <echo>==========================================================================</echo>
- </target>
- <target name="compile-tests" if="Junit.present" depends="junit-present,compile">
- </target>
- <target name="javadoc" description="o Generate javadoc">
- <mkdir dir="${javadocdir}">
- </mkdir>
- <tstamp>
- <format pattern="2004-yyyy" property="year">
- </format>
- </tstamp>
- <property name="copyright" value="Copyright &copy; SourceForge. All Rights Reserved.">
- </property>
- <property name="title" value="Wicket Examples SNAPSHOT API">
- </property>
- <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames=".*">
- <classpath>
- <path refid="build.classpath">
- </path>
- </classpath>
- </javadoc>
- </target>
- <target name="install-maven">
- <get dest="${user.home}/maven-install-latest.jar" usetimestamp="true" src="${repo}/maven/maven-install-latest.jar">
- </get>
- <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
- </unjar>
- </target>
-</project>
\ No newline at end of file
diff --git a/wicket-examples/lib/cglib-full-2.0.1.jar b/wicket-examples/lib/cglib-full-2.0.1.jar
deleted file mode 100644
index f457c70..0000000
--- a/wicket-examples/lib/cglib-full-2.0.1.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/commons-collections-2.1.jar b/wicket-examples/lib/commons-collections-2.1.jar
deleted file mode 100644
index f66c6d2..0000000
--- a/wicket-examples/lib/commons-collections-2.1.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/commons-fileupload-1.0.jar b/wicket-examples/lib/commons-fileupload-1.0.jar
deleted file mode 100644
index 1ca4a9c..0000000
--- a/wicket-examples/lib/commons-fileupload-1.0.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/commons-lang-2.0.jar b/wicket-examples/lib/commons-lang-2.0.jar
deleted file mode 100644
index c8a2870..0000000
--- a/wicket-examples/lib/commons-lang-2.0.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/commons-logging-1.0.4.jar b/wicket-examples/lib/commons-logging-1.0.4.jar
deleted file mode 100644
index b73a80f..0000000
--- a/wicket-examples/lib/commons-logging-1.0.4.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/dom4j-1.4.jar b/wicket-examples/lib/dom4j-1.4.jar
deleted file mode 100644
index 2a58756..0000000
--- a/wicket-examples/lib/dom4j-1.4.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/geronimo-spec-jta-1.0-M1.jar b/wicket-examples/lib/geronimo-spec-jta-1.0-M1.jar
deleted file mode 100644
index 8a483e8..0000000
--- a/wicket-examples/lib/geronimo-spec-jta-1.0-M1.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/hibernate-2.1.6.jar b/wicket-examples/lib/hibernate-2.1.6.jar
deleted file mode 100644
index a76861c..0000000
--- a/wicket-examples/lib/hibernate-2.1.6.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/hsqldb-1.7.2.2.jar b/wicket-examples/lib/hsqldb-1.7.2.2.jar
deleted file mode 100644
index 16341a3..0000000
--- a/wicket-examples/lib/hsqldb-1.7.2.2.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/httpunit-1.5.5.jar b/wicket-examples/lib/httpunit-1.5.5.jar
deleted file mode 100644
index 70789a9..0000000
--- a/wicket-examples/lib/httpunit-1.5.5.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/jasper-compiler-4.1.30.jar b/wicket-examples/lib/jasper-compiler-4.1.30.jar
deleted file mode 100644
index 65f8a5d..0000000
--- a/wicket-examples/lib/jasper-compiler-4.1.30.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/jasper-runtime-4.1.30.jar b/wicket-examples/lib/jasper-runtime-4.1.30.jar
deleted file mode 100644
index dea2afa..0000000
--- a/wicket-examples/lib/jasper-runtime-4.1.30.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/jetty-4.2.21.jar b/wicket-examples/lib/jetty-4.2.21.jar
deleted file mode 100644
index 5114f17..0000000
--- a/wicket-examples/lib/jetty-4.2.21.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/js-1.5R4-RC3.jar b/wicket-examples/lib/js-1.5R4-RC3.jar
deleted file mode 100644
index 361df2f..0000000
--- a/wicket-examples/lib/js-1.5R4-RC3.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/junit-3.8.1.jar b/wicket-examples/lib/junit-3.8.1.jar
deleted file mode 100644
index 674d71e..0000000
--- a/wicket-examples/lib/junit-3.8.1.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/jwebunit-1.2.jar b/wicket-examples/lib/jwebunit-1.2.jar
deleted file mode 100644
index 3ed7569..0000000
--- a/wicket-examples/lib/jwebunit-1.2.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/log4j-1.2.8.jar b/wicket-examples/lib/log4j-1.2.8.jar
deleted file mode 100644
index 493a3cc..0000000
--- a/wicket-examples/lib/log4j-1.2.8.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/nekohtml-0.9.2.jar b/wicket-examples/lib/nekohtml-0.9.2.jar
deleted file mode 100644
index a98eff3..0000000
--- a/wicket-examples/lib/nekohtml-0.9.2.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/odmg-3.0.jar b/wicket-examples/lib/odmg-3.0.jar
deleted file mode 100644
index 3c81473..0000000
--- a/wicket-examples/lib/odmg-3.0.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/ognl-2.6.5.jar b/wicket-examples/lib/ognl-2.6.5.jar
deleted file mode 100644
index 0d41752..0000000
--- a/wicket-examples/lib/ognl-2.6.5.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/servletapi-2.3.jar b/wicket-examples/lib/servletapi-2.3.jar
deleted file mode 100644
index cd5b351..0000000
--- a/wicket-examples/lib/servletapi-2.3.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/wicket-SNAPSHOT.jar b/wicket-examples/lib/wicket-SNAPSHOT.jar
deleted file mode 100644
index b6c1286..0000000
--- a/wicket-examples/lib/wicket-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/xercesImpl-2.6.2.jar b/wicket-examples/lib/xercesImpl-2.6.2.jar
deleted file mode 100644
index 14c3162..0000000
--- a/wicket-examples/lib/xercesImpl-2.6.2.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/lib/xml-apis-2.5.0.jar b/wicket-examples/lib/xml-apis-2.5.0.jar
deleted file mode 100644
index 6ba4ff8..0000000
--- a/wicket-examples/lib/xml-apis-2.5.0.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/project.properties b/wicket-examples/project.properties
deleted file mode 100644
index dbcffdd..0000000
--- a/wicket-examples/project.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-# -------------------------------------------------------------------
-# S O U R C E F O R G E P R O P E R T I E S
-# -------------------------------------------------------------------
-maven.sourceforge.project.groupId=119783
-maven.sourceforge.project.packageName=${pom.version}
-maven.sourceforge.project.releaseNotes=${maven.announcement.file}
-maven.sourceforge.project.submitNewsItem = false
-
-# -------------------------------------------------------------------
-# X D O C P R O P E R T I E S
-# -------------------------------------------------------------------
-maven.xdoc.date = left
-maven.xdoc.date.format = dd MMMM yyyy HH:mm z
-maven.xdoc.developmentProcessUrl=
-maven.xdoc.poweredby.image=maven-feather.png
-maven.xdoc.distributionUrl=http://sourceforge.net/project/showfiles.php?group_id=${maven.sourceforge.project.groupId}
-
-# -------------------------------------------------------------------
-# C H A N G E S P R O P E R T I E S
-# -------------------------------------------------------------------
-maven.changes.issue.template=http://sourceforge.net/support/tracker.php?aid=%ISSUE%
diff --git a/wicket-examples/project.xml b/wicket-examples/project.xml
deleted file mode 100644
index 947d62a..0000000
--- a/wicket-examples/project.xml
+++ /dev/null
@@ -1,331 +0,0 @@
-<project>
- <name>Wicket Examples</name>
- <groupId>wicket-examples</groupId>
- <id>wicket-examples</id>
- <currentVersion>SNAPSHOT</currentVersion>
- <organization>
- <name>SourceForge</name>
- <url>http://sourceforge.net</url>
- <logo>http://sourceforge.net/sflogo.php?group_id=${maven.sourceforge.project.groupId}&type=5</logo>
- </organization>
- <inceptionYear>2004</inceptionYear>
- <description>
- Example for web framework Wicket.
- </description>
- <shortDescription>Examples for web framework Wicket.</shortDescription>
- <url>http://wicket.sourceforge.net</url>
- <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=${maven.sourceforge.project.groupId}</issueTrackingUrl>
- <siteAddress>shell.sourceforge.net</siteAddress>
- <siteDirectory>/home/groups/w/wi/wicket/htdocs</siteDirectory>
- <mailingLists>
- <mailingList>
- <name>${pom.name} Dev List</name>
- <subscribe>http://lists.sourceforge.net/mailman/listinfo/${pom.groupId}-develop</subscribe>
- <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/${pom.groupId}-develop</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum=${pom.groupId}-develop</archive>
- </mailingList>
- <mailingList>
- <name>${pom.name} User List</name>
- <subscribe>http://lists.sourceforge.net/mailman/listinfo/${pom.groupId}-user</subscribe>
- <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/${pom.groupId}-user</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum=${pom.groupId}-user</archive>
- </mailingList>
- <mailingList>
- <name>${pom.name} CVS commit List</name>
- <subscribe>http://lists.sourceforge.net/mailman/listinfo/${pom.groupId}-autocvs</subscribe>
- <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/${pom.groupId}-autocvs</unsubscribe>
- <archive>http://sourceforge.net/mailarchive/forum.php?forum=${pom.groupId}-autocvs</archive>
- </mailingList>
- </mailingLists>
- <developers>
- <developer>
- <name>Chris Turner</name>
- <id>skipoles</id>
- <email>skipoles at users.sourceforge.net</email>
- <roles/>
- </developer>
- <developer>
- <name>Eelco Hillenius</name>
- <id>eelco12</id>
- <email>eelco12 at users.sourceforge.net</email>
- <roles/>
- </developer>
- <developer>
- <name>Johan Compagner</name>
- <id>joco01</id>
- <email>joco01 at users.sourceforge.net</email>
- <roles/>
- </developer>
- <developer>
- <name>Martijn Dashorst</name>
- <id>dashorst</id>
- <email>dashorst at users.sourceforge.net</email>
- <roles/>
- </developer>
- <developer>
- <name>Juergen Donnerstag</name>
- <id>jdonnerstag</id>
- <email>jdonnerstag at users.sourceforge.net</email>
- <roles/>
- </developer>
- </developers>
- <dependencies>
- <dependency>
- <groupId>wicket</groupId>
- <artifactId>wicket</artifactId>
- <version>SNAPSHOT</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>1.4</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>hibernate</groupId>
- <artifactId>hibernate</artifactId>
- <version>2.1.6</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>geronimo-spec</groupId>
- <artifactId>geronimo-spec-jta</artifactId>
- <version>1.0-M1</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>1.4</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>2.1</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.0</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>odmg</groupId>
- <artifactId>odmg</artifactId>
- <version>3.0</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.7.2.2</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <properties>
- <war.bundle>false</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.8</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>ognl</groupId>
- <artifactId>ognl</artifactId>
- <version>2.6.5</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>servletapi</groupId>
- <artifactId>servletapi</artifactId>
- <version>2.3</version>
- <properties>
- <war.bundle>false</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib-full</artifactId>
- <version>2.0.1</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.0</version>
- <url>http://jakarta.apache.org/commons/beanutils/</url>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <version>1.3.3</version>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>httpunit</groupId>
- <artifactId>httpunit</artifactId>
- <version>1.5.5</version>
- <jar>httpunit-1.5.5.jar</jar>
- <type>jar</type>
- <properties/>
- </dependency>
- <dependency>
- <groupId>jwebunit</groupId>
- <artifactId>jwebunit</artifactId>
- <version>1.2</version>
- <jar>jwebunit-1.2.jar</jar>
- <type>jar</type>
- <properties/>
- </dependency>
- <dependency>
- <groupId>jetty</groupId>
- <artifactId>jetty</artifactId>
- <version>4.2.21</version>
- <jar>jetty-4.2.21.jar</jar>
- <type>jar</type>
- <properties/>
- </dependency>
- <dependency>
- <groupId>nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- <version>0.9.2</version>
- <jar>nekohtml-0.9.2.jar</jar>
- <type>jar</type>
- <properties/>
- </dependency>
- <dependency>
- <groupId>rhino</groupId>
- <artifactId>js-1.5R4-RC3</artifactId>
- <jar>js-1.5R4-RC3.jar</jar>
- <type>jar</type>
- <properties/>
- </dependency>
- <dependency>
- <groupId>tomcat</groupId>
- <artifactId>jasper-compiler</artifactId>
- <version>4.1.30</version>
- <jar>jasper-compiler-4.1.30.jar</jar>
- <type>jar</type>
- <properties/>
- </dependency>
- <dependency>
- <groupId>tomcat</groupId>
- <artifactId>jasper-runtime</artifactId>
- <version>4.1.30</version>
- <jar>jasper-runtime-4.1.30.jar</jar>
- <type>jar</type>
- <properties/>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.6.2</version>
- <jar>xercesImpl-2.6.2.jar</jar>
- <type>jar</type>
- <properties/>
- </dependency>
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>2.5.0</version>
- <jar>xml-apis-2.5.0.jar</jar>
- <type>jar</type>
- <properties/>
- </dependency>
- </dependencies>
- <build>
- <sourceDirectory>src/java</sourceDirectory>
- <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
- <unitTest>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- <resources>
- <resource>
- <directory>src/test</directory>
- <includes>
- <include>**</include>
- </includes>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- <filtering>false</filtering>
- </resource>
- </resources>
- </unitTest>
- <resources>
- <resource>
- <directory>src/java</directory>
- <includes>
- <include>**</include>
- </includes>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- <filtering>false</filtering>
- </resource>
- <resource>
- <directory>src/test</directory>
- <includes>
- <include>**</include>
- </includes>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- <filtering>false</filtering>
- </resource>
- </resources>
- </build>
- <reports>
- <report>maven-changes-plugin</report>
- <report>maven-tasklist-plugin</report>
- <report>maven-javadoc-plugin</report>
- </reports>
- <properties/>
-</project>
\ No newline at end of file
diff --git a/wicket-examples/src/java/commons-logging.properties b/wicket-examples/src/java/commons-logging.properties
deleted file mode 100644
index 2f7c181..0000000
--- a/wicket-examples/src/java/commons-logging.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
-org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
diff --git a/wicket-examples/src/java/displaytag/BasicColumns.html b/wicket-examples/src/java/displaytag/BasicColumns.html
deleted file mode 100644
index 6a72b27..0000000
--- a/wicket-examples/src/java/displaytag/BasicColumns.html
+++ /dev/null
@@ -1,49 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Basic, columns</h2>
- <br/>
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Name</th>
- <th>Email</th>
- <th>Status</th>
- <th>Comments</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-name">Test Name</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><span id="wcn-status">Test Status</span></td>
- <td><span id="wcn-comments">Test Comments</span></td>
- </tr>
- <span id="wcn-[remove]">
- <tr class="odd">
- <td>Test ID</td>
- <td>Test Name</td>
- <td>Test Email</td>
- <td>Test Status</td>
- <td>Test Comments</td>
- </tr>
- </span>
- </tbody>
- </table>
- <br/>
- <span id="wcn-autogeneratedTable" />
- <br/>
- <span id="wcn-componentTree"/>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/BasicColumns.java b/wicket-examples/src/java/displaytag/BasicColumns.java
deleted file mode 100644
index df6d0bf..0000000
--- a/wicket-examples/src/java/displaytag/BasicColumns.java
+++ /dev/null
@@ -1,76 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.Table;
-import com.voicetribe.wicket.markup.html.table.WicketComponentTree;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * Simple table with a few columns
- *
- * @author Juergen Donnerstag
- */
-public class BasicColumns extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public BasicColumns(final PageParameters parameters)
- {
- // test data
- List data = new TestList(6, false);
-
- // Add table of existing comments
- final Table table = new TableWithAlternatingRowStyle("rows", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("name", value.getName()));
- tagClass.add(new Label("email", value.getEmail()));
- tagClass.add(new Label("status", value.getStatus()));
- tagClass.add(new Label("comments", value.getDescription()));
-
- return true;
- }
- };
-
- add(table);
-
- final String[] headers = new String[] {"Id", "Name", "Email", "Status", "Description"};
- add(new TableGeneratorComponent("autogeneratedTable", data, headers, headers));
-
- add(new WicketComponentTree("componentTree", this.getPage()));
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/Displaytag.html b/wicket-examples/src/java/displaytag/Displaytag.html
deleted file mode 100644
index bc1b62e..0000000
--- a/wicket-examples/src/java/displaytag/Displaytag.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <div id="body">
- <p>The layout and the examples have been taken from
- <a href="http://www.displaytag.org/index.jsp">displaytag open-source project</a>.
- A very nice and popular tag-library to easy the use of HTML tables.
- Because Wicket is still very new, we were looking for real life problems
- and how they could be solved with Wicket - or what kind of improvements
- are required for Wicket - we implemented displaytag's examples with Wicket.</p>
- <p>Not all displaytag example pages have been implemented with Wicket,
- like the config and misc examples because they touch displaytag specifics
- like how to configure displaytag or how to handle null values.
- Just take a look at any of the other examples to see how that
- could be done with Wicket.
- </p>
-
- <h2>Displaytag like Examples</h2>
- <ul>
- <li><a id="wcn-[autolink]" href="ExampleNoColumns.html">Simplest case, no columns</a></li>
- <li><a id="wcn-[autolink]" href="BasicColumns.html">Basic, columns</a></li>
- <li><a id="wcn-[autolink]" href="ExampleStyles.html">Basic, columns - different styles</a></li>
- <li><a id="wcn-[autolink]" href="ExampleDatasource.html">Basic, acquiring your List of data (<strong>new</strong>: expressions!)</a></li>
- <li><a id="wcn-[autolink]" href="ExampleImpObjects.html">Implicit objects created by table</a></li>
- <li><a id="wcn-[autolink]" href="ExampleSubsets.html">Basic, showing subsets of data from the List</a></li>
- <li><a id="wcn-[autolink]" href="ExampleAutolink.html">Standard, smart linking of column data</a></li>
- <li><a id="wcn-[autolink]" href="ExampleDecorator.html">Standard, using decorators to transform/process data</a></li>
- <li><a id="wcn-[autolink]" href="ExampleDecoratorLink.html">Standard, creating dynamic links</a></li>
- <li><a id="wcn-[autolink]" href="ExamplePaging.html">Auto-paging of long lists</a></li>
- <li><a id="wcn-[autolink]" href="ExampleSorting.html">Auto-sorting by columns</a></li>
- <li><a id="wcn-[autolink]" href="ExampleGrouping.html">Column grouping</a></li>
- <li><a id="wcn-[autolink]" href="ExampleCallbacks.html">Show (sub-)totals</a></li>
- <li><a id="wcn-[autolink]" href="ExampleExport.html">Data exporting (excel, csv, xml)</a></li>
- <li>Config, overriding default behaviors/messages - displaytag specific; not implemented</li>
- <li>Misc, odds and ends - displaytag specific; not implemented</li>
- <li><a id="wcn-[autolink]" href="ExamplePse.html">paging + sorting + grouping + exporting working together</a></li>
- <li><a <a id="wcn-[autolink]" href="ExampleTwoTables.html">2 or more table working in the same page with indipendent sorting - paging</a></li>
- <li><a <a id="wcn-[autolink]" href="ExampleNestedTables.html">Nested tables</a></li>
- </ul>
- <p/>
- <h2>And now some new examples not seen with displaytag</h2>
- <ul>
- <li><a <a id="wcn-[autolink]" href="ExampleCheckbox.html">Tables with checkboxes and input fields</a></li>
- </ul>
- </div>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/Displaytag.java b/wicket-examples/src/java/displaytag/Displaytag.java
deleted file mode 100644
index dc0956b..0000000
--- a/wicket-examples/src/java/displaytag/Displaytag.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-
-/**
- * Start page for different displaytag pages
- *
- * @author Juergen Donnerstag
- */
-public class Displaytag extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public Displaytag(final PageParameters parameters)
- {
- }
-
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/DisplaytagApplication.java b/wicket-examples/src/java/displaytag/DisplaytagApplication.java
deleted file mode 100644
index 05b9605..0000000
--- a/wicket-examples/src/java/displaytag/DisplaytagApplication.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import com.voicetribe.util.time.Duration;
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * HttpApplication to support the displaytag examples
- *
- * @author Juergen Donnerstag
- */
-public class DisplaytagApplication extends WebApplication
-{
- /**
- * Constructor.
- */
- public DisplaytagApplication()
- {
- getSettings().setHomePage(Displaytag.class);
-
- Duration pollFreq = Duration.ONE_SECOND;
- getSettings().setResourcePollFrequency(pollFreq);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/displaytag/ExampleAutolink.html b/wicket-examples/src/java/displaytag/ExampleAutolink.html
deleted file mode 100644
index db52998..0000000
--- a/wicket-examples/src/java/displaytag/ExampleAutolink.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Standard, smart linking of column data</h2>
- <br/>
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Email</th>
- <th>Url</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><span id="wcn-url">Test url</span></td>
- </tr>
- <span id="wcn-[remove]">
- <tr class="odd">
- <td>Test ID</td>
- <td>Test Email</td>
- <td>Test Url</td>
- </tr>
- </span>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleAutolink.java b/wicket-examples/src/java/displaytag/ExampleAutolink.java
deleted file mode 100644
index 56d1ef2..0000000
--- a/wicket-examples/src/java/displaytag/ExampleAutolink.java
+++ /dev/null
@@ -1,66 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.basic.SmartLinkLabel;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * A table with autolink cells.
- *
- * @author Juergen Donnerstag
- */
-public class ExampleAutolink extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleAutolink(final PageParameters parameters)
- {
- // test data
- List data = new TestList(10, false);
-
- // Add table
- add(new TableWithAlternatingRowStyle("rows", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new SmartLinkLabel("email", value.getEmail()));
- tagClass.add(new SmartLinkLabel("url", value.getUrl()));
-
- return true;
- }
- });
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleCallbacks.html b/wicket-examples/src/java/displaytag/ExampleCallbacks.html
deleted file mode 100644
index 763d1c2..0000000
--- a/wicket-examples/src/java/displaytag/ExampleCallbacks.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Show (sub-)totals</h2>
- <br/>
- <table class="simple nocol">
- <thead>
- <tr>
- <th>City</th>
- <th>Project</th>
- <th>Hours</th>
- <th>Task</th>
- </tr>
- </thead>
- <tbody>
- <span id="wcn-border">
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-city">Test City</span></td>
- <td><span id="wcn-project">Test Project</span></td>
- <td><span id="wcn-hours">Test Hours</span></td>
- <td><span id="wcn-task">Test Task</span></td>
- </tr>
- <tr>
- <td></td>
- <td></td>
- <td><hr noshade size="1"/></td>
- <td> </td>
- </tr>
- <tr>
- <td> </td>
- <td align="right"><b><span id="wcn-name">Test</span> Total:</b></td>
- <td><b><span id="wcn-value">123.45</span></b></td>
- <td> </td>
- </tr>
- </span>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleCallbacks.java b/wicket-examples/src/java/displaytag/ExampleCallbacks.java
deleted file mode 100644
index 16722b6..0000000
--- a/wicket-examples/src/java/displaytag/ExampleCallbacks.java
+++ /dev/null
@@ -1,141 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.Model;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.Table;
-
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.ReportList;
-import displaytag.utils.ReportableListObject;
-
-/**
- * Table with subtotals calculated and printed into the table on the fly
- *
- * @author Juergen Donnerstag
- */
-public class ExampleCallbacks extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleCallbacks(final PageParameters parameters)
- {
- // Test data
- final ReportList data = new ReportList();
-
- // add the table
- add(new Table("border", new Model(data))
- {
- private int firstCell = 0;
- private SubtotalTable subtable = null;
-
- public void populateCell(final Cell cell)
- {
- subtable = new SubtotalTable("rows", data);
- //subtable.setStartIndex(firstCell);
-
- cell.add(subtable);
- cell.add(new Label("name", subtable, "group1"));
- cell.add(new Label("value", subtable, "subtotal"));
- }
-
-// protected boolean renderCell(final Cell cell, final RequestCycle cycle, final boolean lastPage)
-// {
-// super.renderCell(cell, cycle, lastPage);
-// firstCell = subtable.getLastIndex();
-// return (firstCell >= (subtable.getNumberOfCellsToDisplay() - 1) ? false : true);
-// }
- });
- }
-
- /**
- * A subtotal + grouping table prints the tables rows and adds a bar
- * and the subtotal at the bottom.
- *
- * @author Juergen Donnerstag
- */
- private class SubtotalTable extends TableWithAlternatingRowStyle
- {
- private ReportableListObject previousValue = null;
- private double subtotal = 0;
- private String city;
-
- public SubtotalTable(final String componentName, final List data)
- {
- super(componentName, data);
- }
-
- public double getSubtotal()
- {
- return subtotal;
- }
-
- public String getGroup1()
- {
- return city;
- }
-
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ReportableListObject value = (ReportableListObject) cell.getModelObject();
-
- boolean equal = false;
- if (previousValue != null)
- {
- equal = value.getCity().equals(previousValue.getCity());
- if (!equal)
- {
- return false;
- }
- }
-
- if (previousValue == null)
- {
- city = value.getCity();
- tagClass.add(new Label("city", value.getCity()));
- tagClass.add(new Label("project", value.getProject()));
- }
- else
- {
- tagClass.add(new Label("city", equal ? "" : value.getCity()));
-
- equal &= value.getProject().equals(previousValue.getProject());
- tagClass.add(new Label("project", equal ? "" : value.getProject()));
- }
-
- tagClass.add(new Label("hours", new Double(value.getAmount())));
- tagClass.add(new Label("task", value.getTask()));
-
- subtotal += value.getAmount();
- previousValue = value;
-
- return true;
- }
- }
-}
diff --git a/wicket-examples/src/java/displaytag/ExampleCheckbox.html b/wicket-examples/src/java/displaytag/ExampleCheckbox.html
deleted file mode 100644
index b5dbc7f..0000000
--- a/wicket-examples/src/java/displaytag/ExampleCheckbox.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Tables with checkboxes and input fields</h2>
- <br/>
-
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Name</th>
- <th>Activ</th>
- <th>Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-name">Test Name</span></td>
- <td>
- <input id="wcn-activ" type="checkbox"/>
- </td>
- <td>
- <input id="wcn-comment" type="text" value="Some comment" size="20"/>
- </td>
- </tr>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleCheckbox.java b/wicket-examples/src/java/displaytag/ExampleCheckbox.java
deleted file mode 100644
index 588f67b..0000000
--- a/wicket-examples/src/java/displaytag/ExampleCheckbox.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.form.CheckBox;
-import com.voicetribe.wicket.markup.html.form.TextField;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * A table with checkboxes and input fields. I'm not sure displaytag can do!
- *
- * @author Juergen Donnerstag
- */
-public class ExampleCheckbox extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleCheckbox(final PageParameters parameters)
- {
- // test data
- List data = new TestList(6, false);
-
- // Add table of existing comments
- add(new TableWithAlternatingRowStyle("rows", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("name", value.getName()));
- tagClass.add(new CheckBox("activ", new Boolean(value.isActiv())));
- tagClass.add(new TextField("comment", value.getStatus()));
-
- return true;
- }
- });
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleDatasource.html b/wicket-examples/src/java/displaytag/ExampleDatasource.html
deleted file mode 100644
index 8ceb7eb..0000000
--- a/wicket-examples/src/java/displaytag/ExampleDatasource.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Basic, acquiring your List of data</h2>
- <br/>
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Name</th>
- <th>Email</th>
- <th>Status</th>
- <th>Comments</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-name">Test Name</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><span id="wcn-status">Test Status</span></td>
- <td><span id="wcn-comments">Test Comments</span></td>
- </tr>
- <span id="wcn-[remove]">
- <tr class="odd">
- <td>Test ID</td>
- <td>Test Name</td>
- <td>Test Email</td>
- <td>Test Status</td>
- <td>Test Comments</td>
- </tr>
- </span>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleDatasource.java b/wicket-examples/src/java/displaytag/ExampleDatasource.java
deleted file mode 100644
index e74a27d..0000000
--- a/wicket-examples/src/java/displaytag/ExampleDatasource.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * Applying a decorator to access the table model data is a feature of
- * displaytag. With Wicket this is default.
- *
- * @author Juergen Donnerstag
- */
-public class ExampleDatasource extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleDatasource(final PageParameters parameters)
- {
- List data = new TestList(10, false);
-
- // Add table
- add(new TableWithAlternatingRowStyle("rows", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("name", value.getName()));
- tagClass.add(new Label("email", value.getEmail()));
- tagClass.add(new Label("status", value.getStatus()));
- tagClass.add(new Label("comments", value.getDescription()));
-
- return true;
- }
- });
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleDecorator.html b/wicket-examples/src/java/displaytag/ExampleDecorator.html
deleted file mode 100644
index 8021b8e..0000000
--- a/wicket-examples/src/java/displaytag/ExampleDecorator.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Standard, using decorators to transform/process data</h2>
- <br/>
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Email</th>
- <th>Status</th>
- <th>Date</th>
- <th>Money</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><span id="wcn-status">Test Status</span></td>
- <td><span id="wcn-date">Test Date</span></td>
- <td><span id="wcn-money">Test Money</span></td>
- </tr>
- </tbody>
- </table>
- <br/>
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Email</th>
- <th>Status</th>
- <th>Date</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows2" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><span id="wcn-status">Test Status</span></td>
- <td><span id="wcn-date">Test Date</span></td>
- </tr>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleDecorator.java b/wicket-examples/src/java/displaytag/ExampleDecorator.java
deleted file mode 100644
index 1f6b346..0000000
--- a/wicket-examples/src/java/displaytag/ExampleDecorator.java
+++ /dev/null
@@ -1,87 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.text.DecimalFormat;
-import java.util.List;
-
-import com.voicetribe.util.time.Time;
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * Examples on how to format table data
- *
- * @author Juergen Donnerstag
- */
-public class ExampleDecorator extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleDecorator(final PageParameters parameters)
- {
- // Test data
- List data = new TestList(10, false);
-
- // Add table
- add(new TableWithAlternatingRowStyle("rows", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("email", value.getEmail()));
- tagClass.add(new Label("status", value.getStatus()));
- tagClass.add(new Label("date", Time.valueOf(value.getDate()).toString("yyyy-MM-dd")));
-
- final DecimalFormat format = new DecimalFormat("$ #,##0.00");
- tagClass.add(new Label("money", format.format(value.getMoney())));
-
- return true;
- }
- });
-
- // Add table
- add(new TableWithAlternatingRowStyle("rows2", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", cell.getModel(), "id"));
- tagClass.add(new Label("email", cell.getModel(), "email"));
- tagClass.add(new Label("status", cell.getModel(), "status"));
- tagClass.add(new Label("date", Time.valueOf(value.getDate()).toString("yyyy-MM-dd HH:mm:ss")));
-
- return true;
- }
- });
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleDecoratorLink.html b/wicket-examples/src/java/displaytag/ExampleDecoratorLink.html
deleted file mode 100644
index 281b7e0..0000000
--- a/wicket-examples/src/java/displaytag/ExampleDecoratorLink.html
+++ /dev/null
@@ -1,49 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Standard, creating dynamic links</h2>
- <br/>
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Email</th>
- <th>Status</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><a id="wcn-idLink"><span id="wcn-id">Test ID</span></a></td>
- <td><a id="wcn-mailLink"><span id="wcn-email">Test EMail</span></a></td>
- <td><a id="wcn-statusLink"><span id="wcn-status">Test Status</span></a></td>
- </tr>
- </tbody>
- </table>
- <br/>
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Email</th>
- <th>Actions</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows2" class="even">
- <td><a id = "wcn-idLink"><span id="wcn-id">Test ID</span></a></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><a id = "wcn-view">View</a> | <a id = "wcn-edit">Edit</a> | <a id = "wcn-delete">Delete</a></td>
- </tr>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleDecoratorLink.java b/wicket-examples/src/java/displaytag/ExampleDecoratorLink.java
deleted file mode 100644
index 7d68fa7..0000000
--- a/wicket-examples/src/java/displaytag/ExampleDecoratorLink.java
+++ /dev/null
@@ -1,117 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import linkomatic.Page3;
-
-import com.voicetribe.wicket.Model;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.ComponentTagAttributeModifier;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.link.ExternalPageLink;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.Table;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TestList;
-
-/**
- * Table may not only print value. This example show how to decorate
- * table values.
- *
- * @author Juergen Donnerstag
- */
-public class ExampleDecoratorLink extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleDecoratorLink(final PageParameters parameters)
- {
- // Test data
- List data = new TestList(10, false);
-
- // Add the table
- add(new Table("rows", data)
- {
- public void populateCell(final Cell cell)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- // alternating row styles
- cell.addAttributeModifier(new ComponentTagAttributeModifier("class",
- new Model(cell.isEvenIndex() ? "even" : "odd")));
-
- ExternalPageLink idLink = new ExternalPageLink("idLink", Page3.class);
- idLink.setParameter("id", value.getId());
- idLink.add(new Label("id", new Integer(value.getId())));
- cell.add(idLink);
-
- ExternalPageLink emailLink = new ExternalPageLink("mailLink", Page3.class);
- emailLink.setParameter("action", "sendamail");
- emailLink.add(new Label("email", value.getEmail()));
- cell.add(emailLink);
-
- ExternalPageLink statusLink = new ExternalPageLink("statusLink", Page3.class);
- statusLink.setParameter("id", value.getId());
- statusLink.add(new Label("status", value.getStatus()));
- cell.add(statusLink);
- }
- });
-
- // Add table of existing comments
- add(new Table("rows2", data)
- {
- public void populateCell(final Cell cell)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- cell.addAttributeModifier(new ComponentTagAttributeModifier("class",
- new Model(cell.isEvenIndex() ? "even" : "odd")));
-
- ExternalPageLink idLink = new ExternalPageLink("idLink", Page3.class);
- idLink.setParameter("id", value.getId());
- idLink.add(new Label("id", new Integer(value.getId())));
- cell.add(idLink);
-
- cell.add(new Label("email", value.getEmail()));
-
- cell.add(
- new ExternalPageLink("view", Page3.class)
- .setParameter("id", value.getId())
- .setParameter("action", "view"));
-
- cell.add(
- new ExternalPageLink("edit", Page3.class)
- .setParameter("id", value.getId())
- .setParameter("action", "edit"));
-
- cell.add(
- new ExternalPageLink("delete", Page3.class)
- .setParameter("id", value.getId())
- .setParameter("action", "delete"));
- }
- });
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleExport.html b/wicket-examples/src/java/displaytag/ExampleExport.html
deleted file mode 100644
index fac6b31..0000000
--- a/wicket-examples/src/java/displaytag/ExampleExport.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Data exporting (excel, csv, xml)</h2>
- <br/>
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Email</th>
- <th>Status</th>
- <th>Date</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><span id="wcn-status">Test Status</span></td>
- <td><span id="wcn-date">Test Date</span></td>
- </tr>
- </tbody>
- </table>
- <div class="exportlinks">Export options:
- <a id="wcn-exportCsv"><span class="export csv">CSV </span></a>|
- <a id="wcn-exportExcel"><span class="export excel">Excel </span></a>|
- <a id="wcn-exportXml"><span class="export xml">XML </span></a>
- </div>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleExport.java b/wicket-examples/src/java/displaytag/ExampleExport.java
deleted file mode 100644
index 1df8dd4..0000000
--- a/wicket-examples/src/java/displaytag/ExampleExport.java
+++ /dev/null
@@ -1,103 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.util.time.Time;
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.Page;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.link.Link;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.export.Export;
-import displaytag.export.XmlView;
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * How to support exporting table data
- *
- * @author Juergen Donnerstag
- */
-public class ExampleExport extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleExport(final PageParameters parameters)
- {
- // Test data
- final List data = new TestList(6, false);
-
- // Add the table
- TableWithAlternatingRowStyle table = new TableWithAlternatingRowStyle("rows", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("email", value.getEmail()));
- tagClass.add(new Label("status", value.getStatus()));
- tagClass.add(new Label("date", Time.valueOf(value.getDate()).toDateString()));
-
- return true;
- }
- };
-
- add(table);
-
- // Add the export links
- add(new ExportLink("exportCsv", data));
- add(new ExportLink("exportExcel", data));
- add(new ExportLink("exportXml", data));
- }
-
- /**
- * Define action if Link is selected
- *
- * @author Juergen Donnerstag
- */
- private class ExportLink extends Link
- {
- final private List data;
-
- public ExportLink(final String componentName, final List data)
- {
- super(componentName);
- this.data = data;
- }
-
- public void linkClicked(final RequestCycle cycle)
- {
- new Export().doExport(cycle, new XmlView(data, true, false, false), data);
-
- // rendering completed
- cycle.setPage((Page)null);
- }
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleGrouping.html b/wicket-examples/src/java/displaytag/ExampleGrouping.html
deleted file mode 100644
index ae7ca39..0000000
--- a/wicket-examples/src/java/displaytag/ExampleGrouping.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Column grouping</h2>
- <br/>
-
- <table class="simple">
- <thead>
- <tr>
- <th>City</th>
- <th>Project</th>
- <th>Hours</th>
- <th>Task</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-city">Test City</span></td>
- <td><span id="wcn-project">Test Project</span></td>
- <td><span id="wcn-hours">Test Hours</span></td>
- <td><span id="wcn-task">Test Task</span></td>
- </tr>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleGrouping.java b/wicket-examples/src/java/displaytag/ExampleGrouping.java
deleted file mode 100644
index d0f5e6f..0000000
--- a/wicket-examples/src/java/displaytag/ExampleGrouping.java
+++ /dev/null
@@ -1,83 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.ReportList;
-import displaytag.utils.ReportableListObject;
-
-/**
- * A table supporting grouping
- *
- * @author Juergen Donnerstag
- */
-public class ExampleGrouping extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleGrouping(final PageParameters parameters)
- {
- // Test data
- ReportList data = new ReportList();
-
- // Add table of existing comments
- add(new TableWithAlternatingRowStyle("rows", data)
- {
- // Remember the value from the previous row
- private ReportableListObject previousValue = null;
-
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ReportableListObject value = (ReportableListObject) cell.getModelObject();
-
- // If first row, print anyway
- if (previousValue == null)
- {
- tagClass.add(new Label("city", value.getCity()));
- tagClass.add(new Label("project", value.getProject()));
- }
- else
- {
- boolean equal = value.getCity().equals(previousValue.getCity());
- tagClass.add(new Label("city", equal ? "" : value.getCity()));
-
- equal &= value.getProject().equals(previousValue.getProject());
- tagClass.add(new Label("project", equal ? "" : value.getProject()));
- }
-
- // These values are not grouped
- tagClass.add(new Label("hours", new Double(value.getAmount())));
- tagClass.add(new Label("task", value.getTask()));
-
- // Remember current value
- previousValue = value;
- return true;
- }
- });
- }
-}
diff --git a/wicket-examples/src/java/displaytag/ExampleImpObjects.html b/wicket-examples/src/java/displaytag/ExampleImpObjects.html
deleted file mode 100644
index a4a4d43..0000000
--- a/wicket-examples/src/java/displaytag/ExampleImpObjects.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Implicit objects created by table</h2>
- <br/>
-
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Name</th>
- <th>static value</th>
- <th>row number</th>
- <th>modell.getMoney()</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-name">Test Name</span></td>
- <td>static</td>
- <td><span id="wcn-rowNumber">Test row number</span></td>
- <td><span id="wcn-money">Test money</span></td>
- </tr>
- <span id="wcn-[remove]">
- <tr class="odd">
- <td>Test ID</td>
- <td>Test Name</td>
- <td>Test Email</td>
- <td>Test Status</td>
- <td>Test Comments</td>
- </tr>
- </span>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleImpObjects.java b/wicket-examples/src/java/displaytag/ExampleImpObjects.java
deleted file mode 100644
index 47db966..0000000
--- a/wicket-examples/src/java/displaytag/ExampleImpObjects.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * Show how cell values are generated at runtime
- *
- * @author Juergen Donnerstag
- */
-public class ExampleImpObjects extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleImpObjects(final PageParameters parameters)
- {
- // Test data
- List data = new TestList(10, false);
-
- // Add table of existing comments
- add(new TableWithAlternatingRowStyle("rows", data)
- {
- // Row number
- private int i=1;
-
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("name", value.getName()));
- tagClass.add(new Label("rowNumber", String.valueOf(i++)));
- //tagClass.add(new Label("rowNumber", String.valueOf(cell.getIndex())));
- tagClass.add(new Label("money", value.getDescription()));
-
- return true;
- }
- });
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleNestedTables.html b/wicket-examples/src/java/displaytag/ExampleNestedTables.html
deleted file mode 100644
index 1a114ef..0000000
--- a/wicket-examples/src/java/displaytag/ExampleNestedTables.html
+++ /dev/null
@@ -1,50 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Nested tables</h2>
- <br/>
-
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Status</th>
- <th>Comments</th>
- <th>Related address</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-status">Test Status</span></td>
- <td><span id="wcn-comments">Test Comments</span></td>
- <td>
- <table class="simple sublist">
- <thead>
- <tr>
- <th>Name</th>
- <th>Email</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-name">Test Name</span></td>
- <td><span id="wcn-email">Test Email</span></td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleNestedTables.java b/wicket-examples/src/java/displaytag/ExampleNestedTables.java
deleted file mode 100644
index 22167ea..0000000
--- a/wicket-examples/src/java/displaytag/ExampleNestedTables.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * Nested table
- *
- * @author Juergen Donnerstag
- */
-public class ExampleNestedTables extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleNestedTables(final PageParameters parameters)
- {
- // Test data
- List data = new TestList(6, false);
-
- // straight forward
- add(new TableWithAlternatingRowStyle("rows", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("status", value.getStatus()));
- tagClass.add(new Label("comments", value.getDescription()));
-
- List data2 = new TestList(3, false);
-
- // Just create a new table, which will be put into the current cell
- tagClass.add(new TableWithAlternatingRowStyle("rows", data2)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("name", value.getName()));
- tagClass.add(new Label("email", value.getEmail()));
- return true;
- }
- });
-
- return true;
- }
- });
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleNoColumns.html b/wicket-examples/src/java/displaytag/ExampleNoColumns.html
deleted file mode 100644
index 7287d16..0000000
--- a/wicket-examples/src/java/displaytag/ExampleNoColumns.html
+++ /dev/null
@@ -1,29 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Simplest case, no columns</h2>
- <br/>
- <table>
- <thead>
- <tr>
- <th>Please provide column tags</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-entries" class="even"><td><span id="wcn-entry">Test Eintrag</span></td></tr>
- <span id="wcn-[remove]">
- <tr class="odd"><td>Test Eintrag 2</td></tr>
- </span>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleNoColumns.java b/wicket-examples/src/java/displaytag/ExampleNoColumns.java
deleted file mode 100644
index bf0d4cd..0000000
--- a/wicket-examples/src/java/displaytag/ExampleNoColumns.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * A very simple example
- *
- * @author Juergen Donnerstag
- */
-public class ExampleNoColumns extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleNoColumns(final PageParameters parameters)
- {
- // Test data
- List data = new TestList(10, false);
-
- // Add table
- add(new TableWithAlternatingRowStyle("entries", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- Map attrs = new HashMap();
- attrs.put("id", "class");
- tagClass.add(new Label("entry", value.getName()));
-
- return true;
- }
- });
- }
-
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExamplePaging.html b/wicket-examples/src/java/displaytag/ExamplePaging.html
deleted file mode 100644
index 640a670..0000000
--- a/wicket-examples/src/java/displaytag/ExamplePaging.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Auto-paging of long lists</h2>
- <br/>
- <span id="wcn-pageTableNav" />
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Name</th>
- <th>Email</th>
- <th>Status</th>
- <th>Comments</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-name">Test Name</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><span id="wcn-status">Test Status</span></td>
- <td><span id="wcn-comments">Test Comments</span></td>
- </tr>
- <span id="wcn-[remove]">
- <tr class="odd">
- <td>Test ID</td>
- <td>Test Name</td>
- <td>Test Email</td>
- <td>Test Status</td>
- <td>Test Comments</td>
- </tr>
- </span>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExamplePaging.java b/wicket-examples/src/java/displaytag/ExamplePaging.java
deleted file mode 100644
index 79f4b1d..0000000
--- a/wicket-examples/src/java/displaytag/ExamplePaging.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.PagedTableNavigator;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.PagedTableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * Table with paging
- *
- * @author Juergen Donnerstag
- */
-public class ExamplePaging extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExamplePaging(final PageParameters parameters)
- {
- // Test data
- final List data = new TestList(60, false);
-
- // Add pageable table with alternating row styles
- final PagedTableWithAlternatingRowStyle table = new PagedTableWithAlternatingRowStyle("rows", data, 10)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("name", value.getName()));
- tagClass.add(new Label("email", value.getEmail()));
- tagClass.add(new Label("status", value.getStatus()));
- tagClass.add(new Label("comments", value.getDescription()));
-
- return true;
- }
- };
- add(table);
-
- add(new PagedTableNavigator("pageTableNav", table));
-/*
- final TableNavigation tableNavigation = new TableNavigation("navigation", table, 5, 2);
- add(tableNavigation);
-
- add(new Label("headline", null)
- {
- protected void handleBody(final RequestCycle cycle, final MarkupStream markupStream,
- final ComponentTag openTag)
- {
- String text =
- String.valueOf(data.size())
- + " items found, displaying "
- + String.valueOf(table.getFirstCell() + 1)
- + " to "
- + String.valueOf(table.getFirstCell() + table.getWindowSize())
- + ".";
-
- replaceBody(cycle, markupStream, openTag, text);
- }
- });
-
- add(new TableNavigationLink("first", table, 0));
- add(new TableNavigationIncrementLink("prev", table, -1));
- add(new TableNavigationIncrementLink("next", table, 1));
- add(new TableNavigationLink("last", table, table.pageCount() - 1));
-*/
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExamplePse.html b/wicket-examples/src/java/displaytag/ExamplePse.html
deleted file mode 100644
index a49a3fb..0000000
--- a/wicket-examples/src/java/displaytag/ExamplePse.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > paging + sorting + grouping + exporting working together</h2>
- <br/>
- <span id="wcn-pageTableNav" />
- <table>
- <thead id="wcn-header">
- <tr>
- <th id="wcn-city" class="sortable">City</th>
- <th id="wcn-project" class="sortable">Project</th>
- <th>Hours</th>
- <th>Task</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-city">Test City</span></td>
- <td><span id="wcn-project">Test Project</span></td>
- <td><span id="wcn-hours">Test Hours</span></td>
- <td><span id="wcn-task">Test Task</span></td>
- </tr>
- </tbody>
- </table>
- <div class="exportlinks">Export options:
- <a id="wcn-exportCsv"><span class="export csv">CSV </span></a>|
- <a id="wcn-exportExcel"><span class="export excel">Excel </span></a>|
- <a id="wcn-exportXml"><span class="export xml">XML </span></a>
- </div>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExamplePse.java b/wicket-examples/src/java/displaytag/ExamplePse.java
deleted file mode 100644
index 86aba87..0000000
--- a/wicket-examples/src/java/displaytag/ExamplePse.java
+++ /dev/null
@@ -1,150 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.Page;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.link.Link;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.PagedTableNavigator;
-import com.voicetribe.wicket.markup.html.table.SortableTableHeader;
-import com.voicetribe.wicket.markup.html.table.SortableTableHeaders;
-
-import displaytag.export.Export;
-import displaytag.export.XmlView;
-import displaytag.utils.PagedTableWithAlternatingRowStyle;
-import displaytag.utils.ReportList;
-import displaytag.utils.ReportableListObject;
-
-/**
- * Pageable + sortable + exportable + grouping table
- *
- * @author Juergen Donnerstag
- */
-public class ExamplePse extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExamplePse(final PageParameters parameters)
- {
- // Test data
- final ReportList data = new ReportList();
-
- // Add the sortable header and define how to sort the different columns
- add(new SortableTableHeaders("header", data, "rows", true)
- {
- protected Comparable getObjectToCompare(final SortableTableHeader header, final Object object)
- {
- final String name = header.getName();
- if (name.equals("city"))
- {
- return ((ReportableListObject)object).getCity();
- }
- if (name.equals("project"))
- {
- return ((ReportableListObject)object).getProject();
- }
-
- return "";
- }
- });
-
- // Add the table
- final PagedTableWithAlternatingRowStyle table = new PagedTableWithAlternatingRowStyle("rows", data, 10)
- {
- // Groups: value must be equal
- private ReportableListObject previousValue = null;
-
- /**
- * @see displaytag.utils.PagedTableWithAlternatingRowStyle#populateCell(com.voicetribe.wicket.markup.html.table.Cell, com.voicetribe.wicket.Container)
- */
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ReportableListObject value = (ReportableListObject) cell.getModelObject();
-
- // If first row of table, print anyway
- if (previousValue == null)
- {
- tagClass.add(new Label("city", value.getCity()));
- tagClass.add(new Label("project", value.getProject()));
- }
- else
- {
- boolean equal = value.getCity().equals(previousValue.getCity());
- tagClass.add(new Label("city", equal ? "" : value.getCity()));
-
- equal &= value.getProject().equals(previousValue.getProject());
- tagClass.add(new Label("project", equal ? "" : value.getProject()));
- }
-
- // Not included in grouping
- tagClass.add(new Label("hours", new Double(value.getAmount())));
- tagClass.add(new Label("task", value.getTask()));
-
- // remember the current value for the next row
- previousValue = value;
- return true;
- }
- };
-
- add(table);
-
- // Add a table navigator
- add(new PagedTableNavigator("pageTableNav", table));
-
- // Add export links
- add(new ExportLink("exportCsv", data));
- add(new ExportLink("exportExcel", data));
- add(new ExportLink("exportXml", data));
- }
-
- /**
- * Simple extension to Link
-
- * @author Juergen Donnerstag
- */
- private class ExportLink extends Link
- {
- final private List data;
-
- public ExportLink(final String componentName, final List data)
- {
- super(componentName);
- this.data = data;
- }
-
- public void linkClicked(final RequestCycle cycle)
- {
- // This is very rudimentary only
- new Export().doExport(cycle, new XmlView(data, true, false, false), data);
-
- // rendering completed
- cycle.setPage((Page)null);
- }
- }
-}
diff --git a/wicket-examples/src/java/displaytag/ExampleSorting.html b/wicket-examples/src/java/displaytag/ExampleSorting.html
deleted file mode 100644
index 10a0226..0000000
--- a/wicket-examples/src/java/displaytag/ExampleSorting.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Auto-sorting by columns</h2>
- <br/>
- <table>
- <thead id="wcn-header">
- <tr>
-<!--
- <th id="wcn-id" class="sortable"><a id="wcn-actionLink">ID</a></th>
- <th id="wcn-name" class="sortable"><a id="wcn-actionLink">Name</a></th>
- <th id="wcn-email" class="sortable"><a id="wcn-actionLink">Email</a></th>
- <th id="wcn-status" class="sortable"><a id="wcn-actionLink">Status</a></th>
- <th id="wcn-comment" class="sortable"><a id="wcn-actionLink">Comment</a></th>
--->
- <th id="wcn-id" class="sortable">ID</th>
- <th id="wcn-name" class="sortable">Name</th>
- <th id="wcn-email" class="sortable">Email</th>
- <th id="wcn-status" class="sortable">Status</th>
- <th id="wcn-comment" class="sortable">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-name">Test Name</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><span id="wcn-status">Test Status</span></td>
- <td><span id="wcn-comment">Test Comments</span></td>
- </tr>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleSorting.java b/wicket-examples/src/java/displaytag/ExampleSorting.java
deleted file mode 100644
index 26c01de..0000000
--- a/wicket-examples/src/java/displaytag/ExampleSorting.java
+++ /dev/null
@@ -1,158 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.SortableTableHeader;
-import com.voicetribe.wicket.markup.html.table.SortableTableHeaders;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * A sorted table example
- *
- * @author Juergen Donnerstag
- */
-public class ExampleSorting extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleSorting(final PageParameters parameters)
- {
- // Test data
- final List data = new TestList(6, false);
-
-/* This is without magic
- SortableTableHeaderGroup headerGroup =
- new SortableTableHeaderGroup(this, data, "rows");
-
- add(new SimpleHrefComponent("id", headerGroup)
- {
- protected int compareTo(Object o1, Object o2)
- {
- return ((ListObject)o1).getId() - ((ListObject)o2).getId();
- }
- });
-
- add(new SimpleHrefComponent("name", headerGroup)
- {
- protected int compareTo(Object o1, Object o2)
- {
- return ((ListObject)o1).getName().compareTo(((ListObject)o2).getName());
- }
- });
-
- add(new SimpleHrefComponent("email", headerGroup)
- {
- protected int compareTo(Object o1, Object o2)
- {
- return ((ListObject)o1).getEmail().compareTo(((ListObject)o2).getEmail());
- }
- });
-
- add(new SimpleHrefComponent("status", headerGroup)
- {
- protected int compareTo(Object o1, Object o2)
- {
- return ((ListObject)o1).getStatus().compareTo(((ListObject)o2).getStatus());
- }
- });
-
- add(new SimpleHrefComponent("comment", headerGroup)
- {
- protected int compareTo(Object o1, Object o2)
- {
- return ((ListObject)o1).getDescription().compareTo(((ListObject)o2).getDescription());
- }
- });
-*/
- // And this is with a little bit of magic
- add(new SortableTableHeaders("header", data, "rows", true)
- {
- /*
- * If object does not support equals()
- */
- protected int compareTo(SortableTableHeader header, Object o1, Object o2)
- {
- if (header.getName().equals("id"))
- {
- return ((ListObject)o1).getId() - ((ListObject)o2).getId();
- }
-
- return super.compareTo(header, o1, o2);
- }
-
- /**
- * Define how to do sorting
- *
- * @see com.voicetribe.wicket.markup.html.table.SortableTableHeaders#getObjectToCompare(com.voicetribe.wicket.markup.html.table.SortableTableHeader, java.lang.Object)
- */
- protected Comparable getObjectToCompare(final SortableTableHeader header, final Object object)
- {
- final String name = header.getName();
- if (name.equals("name"))
- {
- return ((ListObject)object).getName();
- }
- if (name.equals("email"))
- {
- return ((ListObject)object).getEmail();
- }
- if (name.equals("status"))
- {
- return ((ListObject)object).getStatus();
- }
- if (name.equals("comment"))
- {
- return ((ListObject)object).getDescription();
- }
-
- return "";
- }
- });
-
- // Add table
- add(new TableWithAlternatingRowStyle("rows", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("name", value.getName()));
- tagClass.add(new Label("email", value.getEmail()));
- tagClass.add(new Label("status", value.getStatus()));
- tagClass.add(new Label("comment", value.getDescription()));
-
- return true;
- }
- });
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleStyles.html b/wicket-examples/src/java/displaytag/ExampleStyles.html
deleted file mode 100644
index 8e095e2..0000000
--- a/wicket-examples/src/java/displaytag/ExampleStyles.html
+++ /dev/null
@@ -1,54 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Basic, columns - different styles</h2>
- <br/>
- <ul id="stylelist">
- <li><a id="wcn-isis">ISIS</a></li>
- <li><a id="wcn-its">ITS</a></li>
- <li><a id="wcn-mars">Mars</a></li>
- <li><a id="wcn-simple">Simple</a></li>
- <li><a id="wcn-report">Report</a></li>
- <li><a id="wcn-mark">Mark Column</a></li>
- </ul>
-
- <table id="wcn-htmlTable" class="isis">
- <thead>
- <tr>
- <th>ID</th>
- <th>Name</th>
- <th>Email</th>
- <th>Status</th>
- <th>Comments</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td class="idcol"><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-name">Test Name</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td class="tableCellError"><span id="wcn-status">Test Status</span></td>
- <td><span id="wcn-comments">Test Comments</span></td>
- </tr>
- <span id="wcn-[remove]">
- <tr class="odd">
- <td class="idcol">Test ID</td>
- <td>Test Name</td>
- <td>Test Email</td>
- <td class="tableCellError">Test Status</td>
- <td>Test Comments</td>
- </tr>
- </span>
- </tbody>
- </table>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleStyles.java b/wicket-examples/src/java/displaytag/ExampleStyles.java
deleted file mode 100644
index d2765f5..0000000
--- a/wicket-examples/src/java/displaytag/ExampleStyles.java
+++ /dev/null
@@ -1,88 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.Model;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.ComponentTagAttributeModifier;
-import com.voicetribe.wicket.markup.html.HtmlContainer;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.link.ExternalPageLink;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-import displaytag.utils.TestList;
-
-/**
- * A single table with different styles
- *
- * @author Juergen Donnerstag
- */
-public class ExampleStyles extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleStyles(final PageParameters parameters)
- {
- // my model object
- List data = new TestList(10, false);
-
- // Add Links to handle the different styles
- add(new ExternalPageLink("isis", this.getClass()).setParameter("class", "isis").setAutoEnable(false));
- add(new ExternalPageLink("its", this.getClass()).setParameter("class", "its").setAutoEnable(false));
- add(new ExternalPageLink("mars", this.getClass()).setParameter("class", "mars").setAutoEnable(false));
- add(new ExternalPageLink("simple", this.getClass()).setParameter("class", "simple").setAutoEnable(false));
- add(new ExternalPageLink("report", this.getClass()).setParameter("class", "report").setAutoEnable(false));
- add(new ExternalPageLink("mark", this.getClass()).setParameter("class", "mark").setAutoEnable(false));
-
- // Apply style on current tag (based on URL parameter)
- HtmlContainer htmlTable = new HtmlContainer("htmlTable");
- htmlTable.addAttributeModifier(
- new ComponentTagAttributeModifier(
- "class",
- new Model(parameters.getString("class"))));
-
- add(htmlTable);
-
- // Add table
- htmlTable.add(new TableWithAlternatingRowStyle("rows", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("name", value.getName()));
- tagClass.add(new Label("email", value.getEmail()));
- tagClass.add(new Label("status", value.getStatus()));
- tagClass.add(new Label("comments", value.getDescription()));
-
- return true;
- }
- });
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleSubsets.html b/wicket-examples/src/java/displaytag/ExampleSubsets.html
deleted file mode 100644
index 5a909c1..0000000
--- a/wicket-examples/src/java/displaytag/ExampleSubsets.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > Basic, showing subsets of data from the List</h2>
- <br/>
- <span id="wcn-table1" />
- <br/>
- <span id="wcn-table2" />
- <br/>
- <!-- span id="wcn-table3" / -->
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleSubsets.java b/wicket-examples/src/java/displaytag/ExampleSubsets.java
deleted file mode 100644
index e2a2b5f..0000000
--- a/wicket-examples/src/java/displaytag/ExampleSubsets.java
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-
-import displaytag.utils.TestList;
-
-/**
- * Show different means of displaying subsets of a table
- *
- * @author Juergen Donnerstag
- */
-public class ExampleSubsets extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleSubsets(final PageParameters parameters)
- {
- List data = new TestList(10, false);
-
- // Add table of existing comments
- add(new SimpleDisplaytagTableComponent("table1", data));
-
- // First alternativ
- List data2 = new ArrayList();
- data2.addAll(data.subList(0, 5));
- add(new SimpleDisplaytagTableComponent("table2", data2));
-
- // Second alternativ
-/* TODO Currently broken, because functionality has been removed from Table
- SimpleDisplaytagTableComponent table = new SimpleDisplaytagTableComponent("table3", data);
- table.setStartIndex(3);
- table.setNumberOfCellsToDisplay(8 - 3);
- add(table);
-*/
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/ExampleTwoTables.html b/wicket-examples/src/java/displaytag/ExampleTwoTables.html
deleted file mode 100644
index 7da41fe..0000000
--- a/wicket-examples/src/java/displaytag/ExampleTwoTables.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-<html>
-<head>
- <title>How to do tables like displaytag with Wicket</title>
- <meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-Control" content="no-cache" />
- <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
- <link rel="stylesheet" href="displaytag/css/displaytag.css" type="text/css" media="screen, print" />
-</head>
-
-<body>
- <h2><a id="wcn-[autolink]" href="Displaytag.html">Example</a> > 2 or more table working in the same page with indipendent sorting - paging</h2>
- <br/>
- <p>Table 1:</p>
- <span id="wcn-table1" />
- <br/>
- <p>Table 2:</p>
- <span id="wcn-table2" />
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/ExampleTwoTables.java b/wicket-examples/src/java/displaytag/ExampleTwoTables.java
deleted file mode 100644
index dc362e5..0000000
--- a/wicket-examples/src/java/displaytag/ExampleTwoTables.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-
-import displaytag.utils.TestList;
-
-/**
- * Two independent sortable + pageable tables on the same page
- *
- * @author Juergen Donnerstag
- */
-public class ExampleTwoTables extends HtmlPage
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public ExampleTwoTables(final PageParameters parameters)
- {
- final List data = new TestList(60, false);
-
- add(new SortablePageableDisplaytagTableComponent("table1", data));
- add(new SortablePageableDisplaytagTableComponent("table2", data));
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/SimpleDisplaytagTableComponent.html b/wicket-examples/src/java/displaytag/SimpleDisplaytagTableComponent.html
deleted file mode 100644
index 127f8d0..0000000
--- a/wicket-examples/src/java/displaytag/SimpleDisplaytagTableComponent.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<html>
-<body>
- <span wcn="[panel]">
- <table>
- <thead>
- <tr>
- <th>ID</th>
- <th>Email</th>
- <th>Status</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><span id="wcn-status">Test Status</span></td>
- </tr>
- <span id="wcn-[remove]">
- <tr class="odd">
- <td>Test ID</td>
- <td>Test Email</td>
- <td>Test Status</td>
- </tr>
- </span>
- </tbody>
- </table>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/SimpleDisplaytagTableComponent.java b/wicket-examples/src/java/displaytag/SimpleDisplaytagTableComponent.java
deleted file mode 100644
index 964859d..0000000
--- a/wicket-examples/src/java/displaytag/SimpleDisplaytagTableComponent.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.panel.Panel;
-import com.voicetribe.wicket.markup.html.table.Cell;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.TableWithAlternatingRowStyle;
-
-/**
- * Display a simple table
- *
- * @author Juergen Donnerstag
- */
-public class SimpleDisplaytagTableComponent extends Panel
-{
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public SimpleDisplaytagTableComponent(final String componentName, final List data)
- {
- super(componentName);
-
- // Add table with alternating row styles
- add(new TableWithAlternatingRowStyle("rows", data)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("email", value.getEmail()));
- tagClass.add(new Label("status", value.getStatus()));
-
- return true;
- }
- });
- }
-
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/SortablePageableDisplaytagTableComponent.html b/wicket-examples/src/java/displaytag/SortablePageableDisplaytagTableComponent.html
deleted file mode 100644
index 45c76ff..0000000
--- a/wicket-examples/src/java/displaytag/SortablePageableDisplaytagTableComponent.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-<html>
-<body>
- <span id="wcn-[panel]">
- <span id="wcn-headline">xxx items found, displaying yy to zz.</span><p/>
- [<a id="wcn-first">First</a>/<a id="wcn-prev">Prev</a>]
- <span id="wcn-navigation">
- <a id="wcn-pageLink" href="#">
- <span id="wcn-pageNumber"/>
- </a>
- </span>
- [<a id="wcn-next">Next</a>/<a id="wcn-last">Last</a>]
- <br/>
- <table>
- <thead id="wcn-header">
- <tr>
- <th id="wcn-id" class="sortable">ID</th>
- <th id="wcn-name" class="sortable">Name</th>
- <th id="wcn-email" class="sortable">Email</th>
- <th id="wcn-status" class="sortable">Status</th>
- <th id="wcn-comment" class="sortable">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <td><span id="wcn-id">Test ID</span></td>
- <td><span id="wcn-name">Test Name</span></td>
- <td><span id="wcn-email">Test EMail</span></td>
- <td><span id="wcn-status">Test Status</span></td>
- <td><span id="wcn-comments">Test Comments</span></td>
- </tr>
- <span id="wcn-[remove]">
- <tr class="odd">
- <td>Test ID</td>
- <td>Test Name</td>
- <td>Test Email</td>
- <td>Test Status</td>
- <td>Test Comments</td>
- </tr>
- </span>
- </tbody>
- </table>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/SortablePageableDisplaytagTableComponent.java b/wicket-examples/src/java/displaytag/SortablePageableDisplaytagTableComponent.java
deleted file mode 100644
index 3ba8b94..0000000
--- a/wicket-examples/src/java/displaytag/SortablePageableDisplaytagTableComponent.java
+++ /dev/null
@@ -1,141 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.ComponentTag;
-import com.voicetribe.wicket.markup.MarkupStream;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.panel.Panel;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.SortableTableHeader;
-import com.voicetribe.wicket.markup.html.table.SortableTableHeaders;
-import com.voicetribe.wicket.markup.html.table.TableNavigationIncrementLink;
-import com.voicetribe.wicket.markup.html.table.TableNavigationLink;
-
-import displaytag.utils.ListObject;
-import displaytag.utils.PagedTableWithAlternatingRowStyle;
-
-/**
- * Sortable + pageable table example
- *
- * @author Juergen Donnerstag
- */
-public class SortablePageableDisplaytagTableComponent extends Panel
-{
- // Model data
- final private List data;
-
- /**
- * Constructor.
- *
- * @param parameters Page parameters
- */
- public SortablePageableDisplaytagTableComponent(final String componentName, final List data)
- {
- super(componentName);
-
- // Get an internal copy of the model data
- this.data = new ArrayList();
- this.data.addAll(data);
-
- // Add a sortable header to the table
- add(new SortableTableHeaders("header", data, "rows", true)
- {
- protected int compareTo(SortableTableHeader header, Object o1, Object o2)
- {
- if (header.getName().equals("id"))
- {
- return ((ListObject)o1).getId() - ((ListObject)o2).getId();
- }
-
- return super.compareTo(header, o1, o2);
- }
-
- protected Comparable getObjectToCompare(final SortableTableHeader header, final Object object)
- {
- final String name = header.getName();
- if (name.equals("name"))
- {
- return ((ListObject)object).getName();
- }
- if (name.equals("email"))
- {
- return ((ListObject)object).getEmail();
- }
- if (name.equals("status"))
- {
- return ((ListObject)object).getStatus();
- }
- if (name.equals("comment"))
- {
- return ((ListObject)object).getDescription();
- }
-
- return "";
- }
- });
-
- // Add a table
- final PagedTableWithAlternatingRowStyle table = new PagedTableWithAlternatingRowStyle("rows", data, 10)
- {
- public boolean populateCell(final Cell cell, final Container tagClass)
- {
- final ListObject value = (ListObject) cell.getModelObject();
-
- tagClass.add(new Label("id", new Integer(value.getId())));
- tagClass.add(new Label("name", value.getName()));
- tagClass.add(new Label("email", value.getEmail()));
- tagClass.add(new Label("status", value.getStatus()));
- tagClass.add(new Label("comments", value.getDescription()));
-
- return true;
- }
- };
- add(table);
-
- // Add a headline
- add(new Label("headline", null)
- {
- protected void handleBody(final RequestCycle cycle, final MarkupStream markupStream,
- final ComponentTag openTag)
- {
- String text =
- String.valueOf(data.size())
- + " items found, displaying "
- + String.valueOf(table.firstCell() + 1)
- + " to "
- + String.valueOf(table.firstCell() + table.getPageSizeInCells())
- + ".";
-
- replaceBody(cycle, markupStream, openTag, text);
- }
- });
-
- // Add some navigation links
- add(new TableNavigationLink("first", table, 0));
- add(new TableNavigationIncrementLink("prev", table, -1));
- add(new TableNavigationIncrementLink("next", table, 1));
- add(new TableNavigationLink("last", table, table.pageCount() - 1));
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/TableGeneratorComponent.html b/wicket-examples/src/java/displaytag/TableGeneratorComponent.html
deleted file mode 100644
index 81cc56c..0000000
--- a/wicket-examples/src/java/displaytag/TableGeneratorComponent.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-<html>
-<body>
- <span wcn="[panel]">
- <table>
- <thead>
- <tr>
- <span id="wcn-headers">
- <th><span id="wcn-header">Header</span></th>
- </span>
- </tr>
- </thead>
- <tbody>
- <tr id="wcn-rows" class="even">
- <span id="wcn-columns">
- <td><span id="wcn-column">Value</span></td>
- </span>
- </tr>
- </tbody>
- </table>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/displaytag/TableGeneratorComponent.java b/wicket-examples/src/java/displaytag/TableGeneratorComponent.java
deleted file mode 100644
index 926216d..0000000
--- a/wicket-examples/src/java/displaytag/TableGeneratorComponent.java
+++ /dev/null
@@ -1,155 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.IModel;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.panel.Panel;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.Table;
-
-import displaytag.utils.TableWithAlternatingRowStyle;
-
-/**
- * This is a convinient component to dynamically create tables. It takes
- * the header and the tables data, and the rest is magic.
- *
- * @author Juergen Donnerstag
- */
-public class TableGeneratorComponent extends Panel
-{
- /**
- * Constructor
- *
- * @param componentName
- * @param data
- * @param headers
- * @param columns
- */
- public TableGeneratorComponent(final String componentName, final List data, final String[] headers, final String[] columns)
- {
- super(componentName);
-
- final List headerList = new ArrayList(headers.length);
- for (int i=0; i < headers.length; i++)
- {
- headerList.add(headers[i]);
- }
-
- List columnList = headerList;
- if ((columns != null) && (headers != columns))
- {
- columnList = new ArrayList(columns.length);
- for (int i=0; i < columns.length; i++)
- {
- columnList.add(columns[i]);
- }
- }
-
- init(data, headerList, columnList);
- }
-
- /**
- * Constructor
- *
- * @param componentName The component name; must not be null
- * @param data The tables underlying model object list
- * @param tableComponentName The component name of the Table
- */
- public TableGeneratorComponent(final String componentName, final List data, final List headers, final List columns)
- {
- super(componentName);
-
- init(data, headers, columns);
- }
-
- /**
- * Initialite the Component
- *
- * @param data
- * @param headers
- * @param columns
- */
- private final void init(final List data, final List headers, final List columns)
- {
- // Add table header
- add(new Table("headers", headers)
- {
- protected void populateCell(Cell cell)
- {
- Object header = headers.get(cell.getIndex());
- if (populateHeader(cell, header) == false)
- {
- String value = (String)(header instanceof String ? header : ((IModel)header).getObject());
- cell.add(new Label("header", value));
- }
- }
- });
-
- // Add table rows
- add(new TableWithAlternatingRowStyle("rows", data)
- {
- protected boolean populateCell(final Cell rowCell, final Container tagClass)
- {
- tagClass.add(new Table("columns", columns)
- {
- protected void populateCell(final Cell colCell)
- {
- Object column = columns.get(colCell.getIndex());
- if (populateColumn(colCell, column) == false)
- {
- String value = (String)(column instanceof String ? column : ((IModel)column).getObject());
- colCell.add(new Label("column", rowCell.getModel(), value));
- }
- }
- });
-
- return true;
- }
- });
- }
-
- /**
- * To be subclassed
- *
- * @param cell
- * @param header
- * @return
- */
- protected boolean populateHeader(final Cell cell, final Object header)
- {
- return false;
- }
-
- /**
- * To be subclassed
- *
- * @param cell
- * @param column
- * @return
- */
- protected boolean populateColumn(final Cell cell, final Object column)
- {
- return false;
- }
-}
diff --git a/wicket-examples/src/java/displaytag/export/BaseExportView.java b/wicket-examples/src/java/displaytag/export/BaseExportView.java
deleted file mode 100644
index 2516476..0000000
--- a/wicket-examples/src/java/displaytag/export/BaseExportView.java
+++ /dev/null
@@ -1,226 +0,0 @@
-package displaytag.export;
-
-import java.util.Iterator;
-import java.util.List;
-
-import javax.servlet.jsp.JspException;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-
-/**
- * <p>
- * Base abstract class for simple export views.
- * </p>
- * <p>
- * A class that extends BaseExportView simple need to provide delimiters for rows and columns.
- * </p>
- * @author Fabrizio Giustina
- * @version $Revision$ ($Author$)
- */
-public abstract class BaseExportView
-{
- /**
- * logger.
- */
- private static Log log = LogFactory.getLog(BaseExportView.class);
-
- /**
- * Headers.
- */
- private List headerData;
-
- /**
- * TableModel to render.
- */
- private List model;
-
- /**
- * export full list?
- */
- private boolean exportFull;
-
- /**
- * include header in export?
- */
- private boolean header;
-
- /**
- * decorate export?
- */
- private boolean decorated;
-
- /**
- * Constructor for BaseExportView.
- * @param tableModel TableModel to render
- * @param exportFullList boolean export full list?
- * @param includeHeader should header be included in export?
- * @param decorateValues should ouput be decorated?
- */
- public BaseExportView(final List tableModel, final boolean exportFullList, final boolean includeHeader, final boolean decorateValues)
- {
- this.model = tableModel;
- this.exportFull = exportFullList;
- this.header = includeHeader;
- this.decorated = decorateValues;
- }
-
- /**
- * String to add before a row.
- * @return String
- */
- protected abstract String getRowStart();
-
- /**
- * String to add after a row.
- * @return String
- */
- protected abstract String getRowEnd();
-
- /**
- * String to add before a cell.
- * @return String
- */
- protected abstract String getCellStart();
-
- /**
- * String to add after a cell.
- * @return String
- */
- protected abstract String getCellEnd();
-
- /**
- * String to add to the top of document.
- * @return String
- */
- protected abstract String getDocumentStart();
-
- /**
- * String to add to the end of document.
- * @return String
- */
- protected abstract String getDocumentEnd();
-
- /**
- * always append cell end string?
- * @return boolean
- */
- protected abstract boolean getAlwaysAppendCellEnd();
-
- /**
- * always append row end string?
- * @return boolean
- */
- protected abstract boolean getAlwaysAppendRowEnd();
-
- /**
- * MimeType to return.
- * @return String myme type
- */
- public abstract String getMimeType();
-
- /**
- * Write table header.
- * @return String rendered header
- */
- protected String doHeaders()
- {
- if ((headerData == null) || headerData.isEmpty())
- {
- return "";
- }
-
- final String ROW_START = getRowStart();
- final String ROW_END = getRowEnd();
- final String CELL_START = getCellStart();
- final String CELL_END = getCellEnd();
- final boolean ALWAYS_APPEND_CELL_END = getAlwaysAppendCellEnd();
-
- StringBuffer buffer = new StringBuffer(1000);
-
- Iterator iterator = headerData.iterator();
-
- // start row
- buffer.append(ROW_START);
-
- while (iterator.hasNext())
- {
- log.debug("iterator.hasNext()");
- String headerCell = (String) iterator.next();
- String columnHeader = headerCell;
-
- buffer.append(CELL_START);
-
- buffer.append(escapeColumnValue(columnHeader));
-
- if (ALWAYS_APPEND_CELL_END || iterator.hasNext())
- {
- buffer.append(CELL_END);
- }
- }
-
- // end row
- buffer.append(ROW_END);
-
- return buffer.toString();
-
- }
-
- /**
- * Write the rendered table.
- * @return String rendered table body
- * @throws JspException for errors during cell value lookup
- */
- public String doExport()
- {
- StringBuffer buffer = new StringBuffer(8000);
-
- final String DOCUMENT_START = getDocumentStart();
- final String DOCUMENT_END = getDocumentEnd();
- final String ROW_START = getRowStart();
- final String ROW_END = getRowEnd();
- final String CELL_START = getCellStart();
- final String CELL_END = getCellEnd();
- final boolean ALWAYS_APPEND_CELL_END = getAlwaysAppendCellEnd();
- final boolean ALWAYS_APPEND_ROW_END = getAlwaysAppendRowEnd();
-
- // document start
- buffer.append(DOCUMENT_START);
-
- if (this.header)
- {
- buffer.append(doHeaders());
- }
-
- //get the correct iterator (full or partial list according to the exportFull field)
- Iterator rowIterator = model.iterator();
-
- // iterator on rows
- while (rowIterator.hasNext())
- {
- Object row = rowIterator.next();
-
- buffer.append(ROW_START);
- buffer.append(row.toString());
-
- if (ALWAYS_APPEND_ROW_END || rowIterator.hasNext())
- {
- buffer.append(ROW_END);
- }
- }
-
- // document start
- buffer.append(DOCUMENT_END);
-
- return buffer.toString();
- }
-
- /**
- * can be implemented to escape values for different output.
- * @param value original column value
- * @return escaped column value
- */
- protected abstract Object escapeColumnValue(Object value);
-
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/export/CsvView.java b/wicket-examples/src/java/displaytag/export/CsvView.java
deleted file mode 100644
index 49d3aeb..0000000
--- a/wicket-examples/src/java/displaytag/export/CsvView.java
+++ /dev/null
@@ -1,121 +0,0 @@
-package displaytag.export;
-
-import java.util.List;
-
-import javax.swing.table.TableModel;
-
-import org.apache.commons.lang.StringUtils;
-
-/**
- * Export view for comma separated value exporting.
- * @author Fabrizio Giustina
- * @version $Revision$ ($Author$)
- */
-public class CsvView extends BaseExportView
-{
- /**
- * @see org.displaytag.export.BaseExportView#BaseExportView(TableModel, boolean, boolean, boolean)
- */
- public CsvView(final List tableModel, final boolean exportFullList, final boolean includeHeader, final boolean decorateValues)
- {
- super(tableModel, exportFullList, includeHeader, decorateValues);
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getRowStart()
- */
- protected String getRowStart()
- {
- return "";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getRowEnd()
- */
- protected String getRowEnd()
- {
- return "\n";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getCellStart()
- */
- protected String getCellStart()
- {
- return "";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getCellEnd()
- */
- protected String getCellEnd()
- {
- return ",";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getDocumentStart()
- */
- protected String getDocumentStart()
- {
- return "";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getDocumentEnd()
- */
- protected String getDocumentEnd()
- {
- return "";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getAlwaysAppendCellEnd()
- */
- protected boolean getAlwaysAppendCellEnd()
- {
- return false;
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getAlwaysAppendRowEnd()
- */
- protected boolean getAlwaysAppendRowEnd()
- {
- return true;
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getMimeType()
- */
- public String getMimeType()
- {
- return "text/csv";
- }
-
- /**
- * Escaping for csv format.
- * <ul>
- * <li>Quotes inside quoted strings are escaped with a /</li>
- * <li>Fields containings newlines or , are surrounded by ""</li>
- * </ul>
- * Note this is the standard CVS format and it's not handled well by excel.
- * @see org.displaytag.export.BaseExportView#escapeColumnValue(java.lang.Object)
- */
- protected Object escapeColumnValue(Object value)
- {
- if (value != null)
- {
- String stringValue = StringUtils.trim(value.toString());
- if (!StringUtils.containsNone(stringValue, new char[] { '\n', ',' }))
- {
- return "\"" + StringUtils.replace(stringValue, "\"", "\\\"") + "\"";
- }
-
- return stringValue;
- }
-
- return null;
- }
-
-}
diff --git a/wicket-examples/src/java/displaytag/export/ExcelView.java b/wicket-examples/src/java/displaytag/export/ExcelView.java
deleted file mode 100644
index a3fb5b4..0000000
--- a/wicket-examples/src/java/displaytag/export/ExcelView.java
+++ /dev/null
@@ -1,124 +0,0 @@
-package displaytag.export;
-
-import java.util.List;
-
-import javax.swing.table.TableModel;
-
-import org.apache.commons.lang.StringUtils;
-
-/**
- * Export view for excel exporting.
- * @author Fabrizio Giustina
- * @version $Revision$ ($Author$)
- */
-public class ExcelView extends BaseExportView
-{
- /**
- * @see org.displaytag.export.BaseExportView#BaseExportView(TableModel, boolean, boolean, boolean)
- */
- public ExcelView(final List tableModel, final boolean exportFullList, final boolean includeHeader, final boolean decorateValues)
- {
- super(tableModel, exportFullList, includeHeader, decorateValues);
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getMimeType()
- * @return "application/vnd.ms-excel"
- */
- public String getMimeType()
- {
- return "application/vnd.ms-excel";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getRowStart()
- * @return ""
- */
- protected String getRowStart()
- {
- return "";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getRowEnd()
- * @return "\n"
- */
- protected String getRowEnd()
- {
- return "\n";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getCellStart()
- * @return ""
- */
- protected String getCellStart()
- {
- return "";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getCellEnd()
- * @return "\t"
- */
- protected String getCellEnd()
- {
- return "\t";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getDocumentStart()
- * @return ""
- */
- protected String getDocumentStart()
- {
- return "";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getDocumentEnd()
- * @return ""
- */
- protected String getDocumentEnd()
- {
- return "";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getAlwaysAppendCellEnd()
- * @return false
- */
- protected boolean getAlwaysAppendCellEnd()
- {
- return false;
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getAlwaysAppendRowEnd()
- * @return false
- */
- protected boolean getAlwaysAppendRowEnd()
- {
- return false;
- }
-
- /**
- * Escaping for excel format.
- * <ul>
- * <li>Quotes inside quoted strings are escaped with a double quote</li>
- * <li>Fields are surrounded by "" (should be optional, but sometimes you get a "Sylk error" without those)</li>
- * </ul>
- * @see org.displaytag.export.BaseExportView#escapeColumnValue(java.lang.Object)
- */
- protected Object escapeColumnValue(Object value)
- {
- if (value != null)
- {
- // quotes around fields are needed to avoid occasional "Sylk format invalid" messages from excel
- return "\"" + StringUtils.replace(StringUtils.trim(value.toString()), "\"", "\"\"") + "\"";
- }
-
- return null;
- }
-
-}
diff --git a/wicket-examples/src/java/displaytag/export/Export.java b/wicket-examples/src/java/displaytag/export/Export.java
deleted file mode 100644
index ab9d186..0000000
--- a/wicket-examples/src/java/displaytag/export/Export.java
+++ /dev/null
@@ -1,118 +0,0 @@
-/*
- * Created on 29.10.2004
- *
- * TODO To change the template for this generated file go to
- * Window - Preferences - Java - Code Style - Code Templates
- */
-package displaytag.export;
-
-import java.util.List;
-
-import javax.servlet.http.HttpServletResponse;
-import javax.servlet.jsp.JspException;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-import com.voicetribe.wicket.RenderException;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.protocol.http.HttpResponse;
-
-/**
- * @author pz65n8
- *
- * TODO To change the template for this generated type comment go to
- * Window - Preferences - Java - Code Style - Code Templates
- */
-public class Export
-{
- final private Log log = LogFactory.getLog(Export.class);
-
- /**
- * called when data are not displayed in a html page but should be exported.
- * @return int EVAL_PAGE or SKIP_PAGE
- * @throws JspException generic exception
- */
- public int doExport(final RequestCycle cycle, final BaseExportView exportView, final List data)
- {
- final boolean exportFullList = true;
- final boolean exportHeader = true;
- final boolean exportDecorated = true;
-
- String mimeType = exportView.getMimeType();
- String exportString = exportView.doExport();
-
- String filename = null; // getExportFileName(MediaTypeEnum.XML);
- return writeExport(cycle, mimeType, exportString, filename);
- }
-
- /**
- * Will write the export. The default behavior is to write directly to the response. If the ResponseOverrideFilter
- * is configured for this request, will instead write the export content to a StringBuffer in the Request object.
- * @param mimeType mime type to set in the response
- * @param exportString String
- * @param filename name of the file to be saved. Can be null, if set the content-disposition header will be added.
- * @return int
- * @throws JspException for errors in resetting the response or in writing to out
- */
- protected int writeExport(final RequestCycle cycle, final String mimeType, final String exportString, final String filename)
- {
- HttpResponse response = (HttpResponse)cycle.getResponse();
- HttpServletResponse servletResponse = response.getServletResponse();
-
- // response can't be already committed at this time
- if (servletResponse.isCommitted())
- {
- throw new RenderException("HTTP response already committed. Can not change that any more");
- }
-
- // if cache is disabled using http header, export will not work.
- // Try to remove bad headers overwriting them, since there is no way to remove a single header and reset()
- // could remove other "useful" headers like content encoding
- if (servletResponse.containsHeader("Cache-Control"))
- {
- servletResponse.setHeader("Cache-Control", "public");
- }
- if (servletResponse.containsHeader("Expires"))
- {
- servletResponse.setHeader("Expires", "Thu, 01 Dec 2069 16:00:00 GMT");
- }
- if (servletResponse.containsHeader("Pragma"))
- {
- // Pragma: no-cache
- // http 1.0 equivalent of Cache-Control: no-cache
- // there is no "Cache-Control: public" equivalent, so just try to set it to an empty String (note
- // this is NOT a valid header)
- servletResponse.setHeader("Pragma", "");
- }
-
- try
- {
- servletResponse.resetBuffer();
- }
- catch (Exception e)
- {
- throw new RenderException("Unable to reset HTTP response", e);
- }
-
- response.setContentType(mimeType);
-
- if ((filename != null) && (filename.trim().length() > 0))
- {
- servletResponse.setHeader("Content-Disposition", "attachment; filename=\"" + filename + "\"");
- }
-
- response.write(exportString);
- return 0;
- }
-
- /**
- * Returns the file name for the given media. Can be null
- * @param exportType instance of MediaTypeEnum
- * @return String filename
- */
- public String getExportFileName(MediaTypeEnum exportType)
- {
- return "Test" + "." + exportType;
- }
-}
diff --git a/wicket-examples/src/java/displaytag/export/MediaTypeEnum.java b/wicket-examples/src/java/displaytag/export/MediaTypeEnum.java
deleted file mode 100644
index 00b46e2..0000000
--- a/wicket-examples/src/java/displaytag/export/MediaTypeEnum.java
+++ /dev/null
@@ -1,186 +0,0 @@
-package displaytag.export;
-
-import java.util.Iterator;
-
-import org.apache.commons.collections.iterators.ArrayIterator;
-import org.apache.commons.lang.builder.HashCodeBuilder;
-
-/**
- * Enumeration for media types.
- *
- * @author Fabrizio Giustina
- * @version $Revision$ ($Author$)
- */
-public final class MediaTypeEnum
-{
- /**
- * Media type CSV = 1.
- */
- public static final MediaTypeEnum CSV = new MediaTypeEnum(1, "csv");
-
- /**
- * media type EXCEL = 2.
- */
- public static final MediaTypeEnum EXCEL = new MediaTypeEnum(2, "excel");
-
- /**
- * media type XML = 3.
- */
- public static final MediaTypeEnum XML = new MediaTypeEnum(3, "xml");
-
- /**
- * media type HTML = 4.
- */
- public static final MediaTypeEnum HTML = new MediaTypeEnum(4, "html");
-
- /**
- * array containing all the export types.
- */
- public static final MediaTypeEnum[] ALL = { EXCEL, XML, CSV, HTML };
-
- /**
- * Code; this is the primary key for these objects.
- */
- private final int enumCode;
-
- /**
- * description.
- */
- private final String enumName;
-
- /**
- * private constructor. Use only constants.
- *
- * @param code int code
- * @param name description of media type
- */
- private MediaTypeEnum(int code, String name)
- {
- this.enumCode = code;
- this.enumName = name;
- }
-
- /**
- * returns the int code.
- *
- * @return int code
- */
- public int getCode()
- {
- return this.enumCode;
- }
-
- /**
- * returns the description.
- *
- * @return String description of the media type ("excel", "xml", "csv",
- * "html")
- */
- public String getName()
- {
- return this.enumName;
- }
-
- /**
- * lookup a media type by key.
- *
- * @param key int code
- * @return MediaTypeEnum or null if no mediaType is found with the given key
- */
- public static MediaTypeEnum fromCode(int key)
- {
- for (int i = 0; i < ALL.length; i++)
- {
- if (key == ALL[i].getCode())
- {
- return ALL[i];
- }
- }
- // lookup failed
- return null;
- }
-
- /**
- * lookup a media type by an Integer key.
- *
- * @param key Integer code - null safe: a null key returns a null Enum
- * @return MediaTypeEnum or null if no mediaType is found with the given key
- */
- public static MediaTypeEnum fromIntegerCode(Integer key)
- {
- if (key == null)
- {
- return null;
- }
- else
- {
- return fromCode(key.intValue());
- }
- }
-
- /**
- * Lookup a media type by a String key.
- *
- * @param code
- * String code - null safe: a null key returns a null Enum
- * @return MediaTypeEnum or null if no mediaType is found with the given key
- */
- public static MediaTypeEnum fromName(String code)
- {
- for (int i = 0; i < ALL.length; i++)
- {
- if (ALL[i].getName().equals(code))
- {
- return ALL[i];
- }
- }
- // lookup failed
- return null;
- }
-
- /**
- * returns an iterator on all the media type.
- *
- * @return iterator
- */
- public static Iterator iterator()
- {
- return new ArrayIterator(ALL);
- }
-
- /**
- * returns the media type description.
- *
- * @see java.lang.Object#toString()
- */
- public String toString()
- {
- return getName();
- }
-
- /**
- * Only a single instance of a specific MediaTypeEnum can be created, so we
- * can check using ==.
- *
- * @param o the object to compare to
- * @return hashCode
- */
- public boolean equals(Object o)
- {
- if (this == o)
- {
- return true;
- }
-
- return false;
- }
-
- /**
- * @see java.lang.Object#hashCode()
- */
- public int hashCode()
- {
- return new HashCodeBuilder(1188997057, -1289297553)
- .append(this.enumCode).toHashCode();
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/export/XmlView.java b/wicket-examples/src/java/displaytag/export/XmlView.java
deleted file mode 100644
index b235b67..0000000
--- a/wicket-examples/src/java/displaytag/export/XmlView.java
+++ /dev/null
@@ -1,109 +0,0 @@
-package displaytag.export;
-
-import java.util.List;
-
-import javax.swing.table.TableModel;
-
-import org.apache.commons.lang.StringEscapeUtils;
-
-
-/**
- * Export view for xml exporting.
- * @author Fabrizio Giustina
- * @version $Revision$ ($Author$)
- */
-public class XmlView extends BaseExportView
-{
- /**
- * @see org.displaytag.export.BaseExportView#BaseExportView(TableModel, boolean, boolean, boolean)
- */
- public XmlView(final List tableModel, final boolean exportFullList, final boolean includeHeader, final boolean decorateValues)
- {
- super(tableModel, exportFullList, includeHeader, decorateValues);
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getRowStart()
- */
- protected String getRowStart()
- {
- return "<row>\n";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getRowEnd()
- */
- protected String getRowEnd()
- {
- return "</row>\n";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getCellStart()
- */
- protected String getCellStart()
- {
- return "<column>";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getCellEnd()
- */
- protected String getCellEnd()
- {
- return "</column>\n";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getDocumentStart()
- */
- protected String getDocumentStart()
- {
- return "<?xml version=\"1.0\"?>\n<table>\n";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getDocumentEnd()
- */
- protected String getDocumentEnd()
- {
- return "</table>\n";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getAlwaysAppendCellEnd()
- */
- protected boolean getAlwaysAppendCellEnd()
- {
- return true;
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getAlwaysAppendRowEnd()
- */
- protected boolean getAlwaysAppendRowEnd()
- {
- return true;
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#getMimeType()
- */
- public String getMimeType()
- {
- return "text/xml";
- }
-
- /**
- * @see org.displaytag.export.BaseExportView#escapeColumnValue(java.lang.Object)
- */
- protected Object escapeColumnValue(Object value)
- {
- if (value != null)
- {
- return StringEscapeUtils.escapeXml(value.toString());
- }
- return null;
- }
-
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/displaytag/utils/ListObject.java b/wicket-examples/src/java/displaytag/utils/ListObject.java
deleted file mode 100644
index a7d716a..0000000
--- a/wicket-examples/src/java/displaytag/utils/ListObject.java
+++ /dev/null
@@ -1,362 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag.utils;
-
-import java.io.Serializable;
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-import java.util.Random;
-
-import com.voicetribe.util.string.Strings;
-
-/**
- * Just a test class that returns columns of data that are useful for
- * testing out the ListTag class and ListColumn class.
- *
- * @author epesh (displaytag)
- */
-public class ListObject implements Serializable
-{
- /**
- * random number generator.
- */
- private static Random random = new Random();
-
- /**
- * id.
- */
- private int id = -1;
-
- /**
- * name.
- */
- private String name;
-
- /**
- * email.
- */
- private String email;
-
- /**
- * date.
- */
- private Date date;
-
- /**
- * money.
- */
- private double money;
-
- /**
- * description.
- */
- private String description;
-
- /**
- * long description.
- */
- private String longDescription;
-
- /**
- * status.
- */
- private String status;
-
- /**
- * url.
- */
- private String url;
-
- /**
- * sub list used to test nested tables.
- */
- private List subList;
-
- /**
- * Checkbox example
- */
- private boolean activ;
-
- /**
- * Constructor for ListObject.
- */
- public ListObject()
- {
- this.id = random.nextInt(99998) + 1;
- this.money = (random.nextInt(999998) + 1) / 100;
-
- String firstName = RandomSampleUtil.getRandomWord();
- String lastName = RandomSampleUtil.getRandomWord();
-
- this.name = Strings.capitalize(firstName) + " " + Strings.capitalize(lastName);
-
- this.email = firstName + "-" + lastName + "@" + RandomSampleUtil.getRandomWord() + ".com";
-
- this.date = RandomSampleUtil.getRandomDate();
-
- this.description = RandomSampleUtil.getRandomWord() + " " + RandomSampleUtil.getRandomWord() + "...";
-
- this.longDescription = RandomSampleUtil.getRandomSentence(10);
-
- this.status = RandomSampleUtil.getRandomWord().toUpperCase();
-
- // added sublist for testing of nested tables
- this.subList = new ArrayList();
- this.subList.add(new SubListItem());
- this.subList.add(new SubListItem());
- this.subList.add(new SubListItem());
-
- this.url = "http://www." + lastName + ".org/";
-
- this.activ = RandomSampleUtil.getRandomBoolean();
- }
-
- /**
- * getter for id.
- * @return int id
- */
- public int getId()
- {
- return this.id;
- }
-
- /**
- * setter for id.
- * @param value int id
- */
- public void setId(int value)
- {
- this.id = value;
- }
-
- /**
- * getter for name.
- * @return String name
- */
- public String getName()
- {
- return this.name;
- }
-
- /**
- * getter for email.
- * @return String email
- */
- public String getEmail()
- {
- return this.email;
- }
-
- /**
- * setter for email.
- * @param value String email
- */
- public void setEmail(String value)
- {
- this.email = value;
- }
-
- /**
- * getter for date.
- * @return Date
- */
- public Date getDate()
- {
- return this.date;
- }
-
- /**
- * getter for money.
- * @return double money
- */
- public double getMoney()
- {
- return this.money;
- }
-
- /**
- * getter for description.
- * @return String description
- */
- public String getDescription()
- {
- return this.description;
- }
-
- /**
- * getter for long description.
- * @return String long description
- */
- public String getLongDescription()
- {
- return this.longDescription;
- }
-
- /**
- * getter for status.
- * @return String status
- */
- public String getStatus()
- {
- return this.status;
- }
-
- /**
- * getter for url.
- * @return String url
- */
- public String getUrl()
- {
- return this.url;
- }
-
- /**
- * test for null values.
- * @return null
- */
- public String getNullValue()
- {
- return null;
- }
-
- /**
- * Returns a simple string representation of the object.
- * @return String simple representation of the object
- */
- public String toString()
- {
- return "ListObject(" + this.id + ")";
- }
-
- /**
- * Returns a detailed string representation of the object.
- * @return String detailed representation of the object
- */
- public String toDetailedString()
- {
- return "ID: "
- + this.id
- + "\n"
- + "Name: "
- + this.name
- + "\n"
- + "Email: "
- + this.email
- + "\n"
- + "Date: "
- + this.date
- + "\n"
- + "Money: "
- + this.money
- + "\n"
- + "Description: "
- + this.description
- + "\n"
- + "Status: "
- + this.status
- + "\n"
- + "URL: "
- + this.url
- + "\n"
- + "Activ: "
- + String.valueOf(this.activ)
- + "\n";
- }
-
- /**
- * Returns the subList.
- * @return List
- */
- public List getSubList()
- {
- return this.subList;
- }
-
- /**
- * Inner class used in testing nested tables.
- * @author fgiust
- */
- public class SubListItem
- {
-
- /**
- * name.
- */
- private String itemName;
-
- /**
- * email.
- */
- private String itemEmail;
-
- /**
- * Constructor for SubListItem.
- */
- public SubListItem()
- {
- this.itemName = RandomSampleUtil.getRandomWord();
- this.itemEmail = RandomSampleUtil.getRandomEmail();
- }
-
- /**
- * getter for name.
- * @return String name
- */
- public String getName()
- {
- return this.itemName;
- }
-
- /**
- * getter for email.
- * @return String
- */
- public String getEmail()
- {
- return this.itemEmail;
- }
-
- /**
- * @see java.lang.Object#toString()
- */
- public String toString()
- {
- return "name=" + this.itemName + "; email=" + this.itemEmail;
- }
- }
-
- /**
- *
- * @return
- */
- public boolean isActiv()
- {
- return activ;
- }
-
- /**
- *
- * @param activ
- */
- public void setActiv(boolean activ)
- {
- this.activ = activ;
- }
-}
diff --git a/wicket-examples/src/java/displaytag/utils/PagedTableWithAlternatingRowStyle.java b/wicket-examples/src/java/displaytag/utils/PagedTableWithAlternatingRowStyle.java
deleted file mode 100644
index 6ed27c8..0000000
--- a/wicket-examples/src/java/displaytag/utils/PagedTableWithAlternatingRowStyle.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * Created on 27.10.2004
- *
- * TODO To change the template for this generated file go to
- * Window - Preferences - Java - Code Style - Code Templates
- */
-package displaytag.utils;
-
-import java.util.List;
-
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.Model;
-import com.voicetribe.wicket.markup.ComponentTagAttributeModifier;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.Table;
-
-/**
- * Paged table with alternating row styles
- *
- * @author Juergen
- */
-public abstract class PagedTableWithAlternatingRowStyle extends Table
-{
- /**
- * Constructor
- *
- * @param componentName
- * @param data
- * @param pageSize
- */
- public PagedTableWithAlternatingRowStyle(final String componentName, final List data, int pageSize)
- {
- super(componentName, data, pageSize);
- }
-
-
- /**
- * Change the style with every other row
- *
- * @see com.voicetribe.wicket.markup.html.table.Table#populateCell(com.voicetribe.wicket.markup.html.table.Cell)
- */
- public void populateCell(final Cell cell)
- {
- cell.addAttributeModifier(
- new ComponentTagAttributeModifier(
- "class",
- new Model(cell.isEvenIndex() ? "even" : "odd")));
-
- populateCell(cell, cell);
- }
-
- protected abstract boolean populateCell(final Cell cell, final Container tagClass);
-}
diff --git a/wicket-examples/src/java/displaytag/utils/RandomSampleUtil.java b/wicket-examples/src/java/displaytag/utils/RandomSampleUtil.java
deleted file mode 100644
index 6fa903d..0000000
--- a/wicket-examples/src/java/displaytag/utils/RandomSampleUtil.java
+++ /dev/null
@@ -1,153 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag.utils;
-
-import java.util.Calendar;
-import java.util.Date;
-import java.util.Random;
-
-/**
- * Utility class used to get random word and sentences used in examples.
- *
- * @author fgiust (displaytag)
- */
-public final class RandomSampleUtil
-{
-
- /**
- * list of words.
- */
- private static String[] words =
- new String[] {
- "Lorem",
- "ipsum",
- "dolor",
- "sit",
- "amet",
- "consetetur",
- "sadipscing",
- "elitr",
- "sed",
- "diam",
- "nonumy",
- "eirmod",
- "tempor",
- "invidunt",
- "ut",
- "labore",
- "et",
- "dolore",
- "magna",
- "aliquyam",
- "erat",
- "sed",
- "diam",
- "voluptua",
- "At",
- "vero",
- "eos",
- "et",
- "accusam",
- "et",
- "justo",
- "duo",
- "dolores",
- "et",
- "ea",
- "rebum",
- "Stet",
- "clita",
- "kasd",
- "gubergren",
- "no",
- "sea",
- "takimata",
- "sanctus",
- "est" };
-
- /**
- * random number producer.
- */
- private static Random random = new Random();
-
- /**
- * utility class, don't instantiate.
- */
- private RandomSampleUtil()
- {
- super();
- }
-
- /**
- * returns a random word.
- * @return random word
- */
- public static String getRandomWord()
- {
- return words[random.nextInt(words.length)];
- }
-
- /**
- * returns a random sentence.
- * @param wordNumber number of word in the sentence
- * @return random sentence made of <code>wordNumber</code> words
- */
- public static String getRandomSentence(int wordNumber)
- {
- StringBuffer buffer = new StringBuffer(wordNumber * 12);
-
- int j = 0;
- while (j < wordNumber)
- {
- buffer.append(getRandomWord());
- buffer.append(" ");
- j++;
- }
- return buffer.toString();
- }
-
- /**
- * returns a random email.
- * @return random email
- */
- public static String getRandomEmail()
- {
- return getRandomWord() + "@" + getRandomWord() + ".com";
- }
-
- /**
- * returns a random date.
- * @return random date
- */
- public static Date getRandomDate()
- {
- Calendar calendar = Calendar.getInstance();
- calendar.add(Calendar.DATE, 365 - random.nextInt(730));
- return calendar.getTime();
- }
-
- /**
- *
- * @return
- */
- public static boolean getRandomBoolean()
- {
- return random.nextBoolean();
- }
-}
diff --git a/wicket-examples/src/java/displaytag/utils/ReportList.java b/wicket-examples/src/java/displaytag/utils/ReportList.java
deleted file mode 100644
index 7cfa553..0000000
--- a/wicket-examples/src/java/displaytag/utils/ReportList.java
+++ /dev/null
@@ -1,46 +0,0 @@
-package displaytag.utils;
-
-import java.io.Serializable;
-import java.util.ArrayList;
-import java.util.Collections;
-
-/**
- * Just a utility class for testing out the table and column tags. This List fills itself with objects and sorts them
- * as though it where pulling data from a report. This list is used to show the various report oriented examples (such
- * as grouping, callbacks, and data exports).
- * @author epesh
- * @version $Revision $ ($Author $)
- */
-public class ReportList extends ArrayList implements Serializable
-{
- /**
- * Creats a TestList that is filled with 20 ReportableListObject suitable for testing.
- */
- public ReportList()
- {
- super();
-
- for (int j = 0; j < 20; j++)
- {
- add(new ReportableListObject());
- }
-
- Collections.sort(this);
- }
-
- /**
- * Creates a TestList that is filled with [size] ReportableListObject suitable for testing.
- * @param size int
- */
- public ReportList(int size)
- {
- super();
-
- for (int j = 0; j < size; j++)
- {
- add(new ReportableListObject());
- }
-
- Collections.sort(this);
- }
-}
diff --git a/wicket-examples/src/java/displaytag/utils/ReportableListObject.java b/wicket-examples/src/java/displaytag/utils/ReportableListObject.java
deleted file mode 100644
index 34447f8..0000000
--- a/wicket-examples/src/java/displaytag/utils/ReportableListObject.java
+++ /dev/null
@@ -1,129 +0,0 @@
-package displaytag.utils;
-
-import java.io.Serializable;
-import java.util.Random;
-
-import org.apache.commons.lang.builder.ToStringBuilder;
-import org.apache.commons.lang.builder.ToStringStyle;
-
-import org.apache.commons.lang.builder.CompareToBuilder;
-
-
-/**
- * A test class that has data that looks more like information that comes back in a report.
- * @author epesh
- * @version $Revision $ ($Author $)
- */
-public class ReportableListObject extends Object implements Comparable, Serializable
-{
-
- /**
- * random number producer.
- */
- private static Random random = new Random();
-
- /**
- * city names.
- */
- private static String[] cities = {"Roma", "Olympia", "Neapolis", "Carthago"};
-
- /**
- * project names.
- */
- private static String[] projects = {"Taxes", "Arts", "Army", "Gladiators"};
-
- /**
- * city.
- */
- private String city;
-
- /**
- * project.
- */
- private String project;
-
- /**
- * task.
- */
- private String task;
-
- /**
- * amount.
- */
- private double amount;
-
- /**
- * Constructor for ReportableListObject.
- */
- public ReportableListObject()
- {
- this.amount = (random.nextInt(99999) + 1) / 100;
- this.city = cities[random.nextInt(cities.length)];
- this.project = projects[random.nextInt(projects.length)];
- this.task = RandomSampleUtil.getRandomSentence(4);
- }
-
- /**
- * getter for city.
- * @return String city
- */
- public String getCity()
- {
- return this.city;
- }
-
- /**
- * getter for project.
- * @return String project
- */
- public String getProject()
- {
- return this.project;
- }
-
- /**
- * getter for task.
- * @return String task
- */
- public String getTask()
- {
- return this.task;
- }
-
- /**
- * getter for amount.
- * @return double amount
- */
- public double getAmount()
- {
- return this.amount;
- }
-
- /**
- * @see java.lang.Comparable#compareTo(Object)
- */
- public int compareTo(Object object)
- {
- ReportableListObject myClass = (ReportableListObject) object;
- return new CompareToBuilder()
- .append(this.city, myClass.city)
- .append(this.project, myClass.project)
- .append(this.amount, myClass.amount)
- .append(this.task, myClass.task)
- .toComparison();
- }
-
- /**
- * @see java.lang.Object#toString()
- */
- public String toString()
- {
- return new ToStringBuilder(this, ToStringStyle.SIMPLE_STYLE)
- .append("project", this.project)
- .append("amount", this.amount)
- .append("city", this.city)
- .append("task", this.task)
- .toString();
- }
-
-}
diff --git a/wicket-examples/src/java/displaytag/utils/TableWithAlternatingRowStyle.java b/wicket-examples/src/java/displaytag/utils/TableWithAlternatingRowStyle.java
deleted file mode 100644
index be77ca7..0000000
--- a/wicket-examples/src/java/displaytag/utils/TableWithAlternatingRowStyle.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag.utils;
-
-import java.util.List;
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.Model;
-import com.voicetribe.wicket.markup.ComponentTagAttributeModifier;
-import com.voicetribe.wicket.markup.html.HtmlContainer;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.Table;
-
-/**
- * This is a simple Table extension providing alternate row styles (colours).
- * The styles are named "even" and "odd".
- *
- * Pre-requiste: The HTML markup references a Wicket component named "class"
- *
- * @author Juergen Donnerstag
- */
-public abstract class TableWithAlternatingRowStyle extends Table
-{
- /**
- * Constructor
- *
- * @param componentName
- * @param data
- */
- public TableWithAlternatingRowStyle(final String componentName, final List data)
- {
- super(componentName, data);
- }
-
- /**
- * Besides default behaviour, add a modifier, which will handle the
- * alternate styles.
- * TODO just an idea. Why not do during render time, avoiding the need for
- * an extra component for each row????
- * @see com.voicetribe.wicket.markup.html.table.Table#populateCell(com.voicetribe.wicket.markup.html.table.Cell)
- */
- public void populateCell(final Cell cell)
- {
- //HtmlContainer hc = new HtmlContainer("class");
- cell.addAttributeModifier(
- new ComponentTagAttributeModifier(
- "class",
- new Model(cell.isEvenIndex() ? "even" : "odd")));
-
- //cell.add(hc);
- populateCell(cell, cell);
- }
-
- protected abstract boolean populateCell(final Cell cell, final Container tagClass);
-}
diff --git a/wicket-examples/src/java/displaytag/utils/TestList.java b/wicket-examples/src/java/displaytag/utils/TestList.java
deleted file mode 100644
index 2182fc9..0000000
--- a/wicket-examples/src/java/displaytag/utils/TestList.java
+++ /dev/null
@@ -1,116 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package displaytag.utils;
-
-import java.io.Serializable;
-import java.util.ArrayList;
-import java.util.Random;
-
-/**
- * Just a utility class for testing out the table and column tags. When this
- * class is created, it loads itself with a number of ListObjects that are shown
- * throughout the various example pages that exercise the table object. If
- * created via the default constructor, this loads itself with 60 ListObjects.
- *
- * @author epesh (displaytag)
- */
-public class TestList extends ArrayList implements Serializable
-{
-
- /**
- * Creats a TestList that is filled with 60 ListObjects suitable for
- * testing.
- */
- public TestList()
- {
- super();
-
- for (int j = 0; j < 60; j++)
- {
- add(new ListObject());
- }
- }
-
- /**
- * Creates a TestList that is filled with [size] ListObjects suitable for
- * testing.
- *
- * @param size
- * int size of the list
- * @param duplicates
- * boolean put duplicates in the list
- */
- public TestList(int size, boolean duplicates)
- {
- if (duplicates)
- {
- // generate a random number between 1 and 3 and duplicate that many
- // number of times.
- for (int j = 0; j < size; j++)
- {
-
- ListObject object1 = new ListObject();
- ListObject object2 = new ListObject();
- ListObject object3 = new ListObject();
-
- int random = new Random().nextInt(3);
- for (int k = 0; k <= random; k++)
- {
- add(object1);
- }
-
- object1.setId(object2.getId());
-
- random = new Random().nextInt(3);
- for (int k = 0; k <= random; k++)
- {
- add(object1);
- add(object2);
- }
-
- object1.setEmail(object3.getEmail());
-
- random = new java.util.Random().nextInt(3);
- for (int k = 0; k <= random; k++)
- {
- add(object1);
- }
- }
- } else
- {
- for (int j = 0; j < size; j++)
- {
- add(new ListObject());
- }
- }
- }
-
- /**
- * Returns a ListObject using get(index) from the Array.
- *
- * @param index
- * int index of the List object into the array
- * @return ListObject
- */
- public ListObject getItem(int index)
- {
- return (ListObject) super.get(index);
- }
-
-}
\ No newline at end of file
diff --git a/wicket-examples/src/java/filebrowser/FileBrowser.html b/wicket-examples/src/java/filebrowser/FileBrowser.html
deleted file mode 100644
index d939ced..0000000
--- a/wicket-examples/src/java/filebrowser/FileBrowser.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-<html>
-<body>
-
- <div id="wcn-fileTree">
- <div id="wcn-tree">
- <span id="wcn-filler"><img id="wcn-fillImg" border="0"/></span>
- <span id="wcn-node">
- <a href="#" id="wcn-expandCollapsLink">
- <img id="wcn-junctionImg" border="0"/>
- <img id="wcn-nodeImg" border="0"/>
- </a>
- <a href="#" id="wcn-selectLink">
- <span id="wcn-fileName">filename</span>
- </a>
- </span>
- </div>
- </div>
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/filebrowser/FileBrowser.java b/wicket-examples/src/java/filebrowser/FileBrowser.java
deleted file mode 100644
index f682ae4..0000000
--- a/wicket-examples/src/java/filebrowser/FileBrowser.java
+++ /dev/null
@@ -1,366 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package filebrowser;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.ComponentTag;
-import com.voicetribe.wicket.markup.MarkupStream;
-import com.voicetribe.wicket.markup.html.HtmlComponent;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.tree.Filler;
-import com.voicetribe.wicket.markup.html.tree.Node;
-import com.voicetribe.wicket.markup.html.tree.Tree;
-import com.voicetribe.wicket.markup.html.tree.TreeNodeLink;
-import com.voicetribe.wicket.markup.html.tree.TreeStateCache;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-import javax.swing.tree.DefaultMutableTreeNode;
-import javax.swing.tree.DefaultTreeModel;
-import javax.swing.tree.TreeModel;
-import javax.swing.tree.TreePath;
-
-import java.io.File;
-import java.io.Serializable;
-
-import java.util.Enumeration;
-
-/**
- * Tree example that uses the user-home dirs to populate the tree.
- * @author Eelco Hillenius
- */
-public class FileBrowser extends HtmlPage
-{
- /** Log. */
- private static Log log = LogFactory.getLog(FileBrowser.class);
-
- /** tree component. */
- private FileTree fileTree = null;
-
- /**
- * Constructor.
- * @param parameters Page parameters
- */
- public FileBrowser(final PageParameters parameters)
- {
- TreeModel model = buildTree();
-
- fileTree = new FileTree("fileTree", model);
- add(fileTree);
- }
-
- /**
- * Build the tree.
- * @return the tree
- */
- protected TreeModel buildTree()
- {
- TreeModel model = buildTreeModel();
-
- //debugTree((DefaultTreeModel)model);
- return model;
- }
-
- /**
- * Build the tree model.
- * @return the tree model
- */
- protected TreeModel buildTreeModel()
- {
- TreeModel model = null;
-
- // build directory tree, starting with root dir
- DefaultMutableTreeNode rootNode = new DefaultMutableTreeNode();
- String userHomeDir = System.getProperty("user.dir");
- File d = new File(userHomeDir);
-
- rootNode.setUserObject(d);
-
- String currentPath = userHomeDir;
-
- addChildDirsRecursively(currentPath, rootNode);
- model = new DefaultTreeModel(rootNode);
-
- return model;
- }
-
- /**
- * Add childs recursively.
- * @param currentPath current path
- * @param currentNode current node
- */
- private void addChildDirsRecursively(String currentPath,
- DefaultMutableTreeNode currentNode)
- {
- if (log.isDebugEnabled())
- {
- log.debug("scan path " + currentPath);
- }
-
- File d = new File(currentPath);
- String[] c = d.list(); // get list of directories
-
- if (c != null)
- {
- for (int i = 0; i < c.length; i++)
- { // for all directories
-
- File dchild = new File(d, c[i]);
- DefaultMutableTreeNode childNode = new DefaultMutableTreeNode();
-
- childNode.setUserObject(dchild);
- currentNode.add(childNode); // add child to the current node
-
- if (log.isDebugEnabled())
- {
- log.debug("add " + childNode + " to " + currentNode);
- }
-
- addChildDirsRecursively((currentPath + "/" + c[i]), childNode);
- }
- }
- }
-
- /**
- * Debug tree to logger.
- * @param treeModel tree model
- */
- private void debugTree(DefaultTreeModel treeModel)
- {
- DefaultMutableTreeNode node = (DefaultMutableTreeNode) treeModel
- .getRoot();
- Enumeration e = node.breadthFirstEnumeration();
-
- e = node.preorderEnumeration();
- log.info("-- DUMPING TREE --");
-
- while (e.hasMoreElements())
- {
- DefaultMutableTreeNode nd = (DefaultMutableTreeNode) e
- .nextElement();
- String tabs = "|";
-
- for (int i = 0; i < nd.getLevel(); i++)
- {
- tabs += "-";
- }
-
- log.info(tabs + nd);
- }
- }
-
- /**
- * Tree for files/ directories.
- */
- class FileTree extends Tree
- {
- /**
- * Construct.
- * @param componentName
- * @param model
- */
- public FileTree(String componentName, TreeModel model)
- {
- super(componentName, model);
- }
-
- /**
- * @see com.voicetribe.wicket.markup.html.tree.Tree#populateNode(com.voicetribe.wicket.markup.html.tree.Node)
- */
- protected void populateNode(final Node node)
- {
- final Serializable userObject = node.getUserObject();
-
- if (userObject == null)
- {
- throw new RuntimeException("userObject == null");
- }
-
- File file = (File) userObject;
- TreeNodeLink expandCollapsLink = new TreeNodeLink("expandCollapsLink",
- fileTree, node, this)
- {
- public void linkClicked(RequestCycle cycle, Node node)
- {
- TreeStateCache state = fileTree.getTreeState();
- TreePath selection = state.findTreePath(userObject);
-
- fileTree.setExpandedState(selection,
- (!node.isExpanded())); // inverse
- }
- };
-
- expandCollapsLink.add(new SimpleImage("junctionImg",
- getJunctionImageName(node)));
- expandCollapsLink.add(new SimpleImage("nodeImg",
- getNodeImageName(node)));
- node.add(expandCollapsLink);
-
- TreeNodeLink selectLink = new TreeNodeLink("selectLink", fileTree,
- node, this)
- {
- public void linkClicked(RequestCycle cycle, Node node)
- {
- TreeStateCache state = fileTree.getTreeState();
- TreePath selection = state.findTreePath(userObject);
-
- state.setSelectedPath(selection);
- }
- };
-
- selectLink.add(new Label("fileName", file.getName()));
- node.add(selectLink);
- }
-
- /**
- * @see com.voicetribe.wicket.markup.html.tree.Tree#populateFiller(com.voicetribe.wicket.markup.html.tree.Filler)
- */
- protected void populateFiller(Filler filler)
- {
- filler.add(new SimpleImage("fillImg", "vert.gif"));
- }
-
- /**
- * Get image name for junction.
- * @param node the current node
- * @return image name
- */
- protected String getJunctionImageName(Node node)
- {
- final String img;
-
- if (node.isRoot())
- {
- img = "cross.gif";
- }
- else if (node.isLeaf())
- {
- if (node.hasSiblings())
- {
- img = "cross.gif";
- }
- else
- {
- img = "end.gif";
- }
- }
- else
- {
- if (node.hasSiblings())
- {
- if (node.isExpanded())
- {
- img = "mcross.gif";
- }
- else
- {
- img = "pcross.gif";
- }
- }
- else
- {
- if (node.isExpanded())
- {
- img = "mend.gif";
- }
- else
- {
- img = "pcross.gif";
- }
- }
- }
-
- return img;
- }
-
- /**
- * Get image name for node.
- * @param node the current node
- * @return image name
- */
- protected String getNodeImageName(Node node)
- {
- final String img;
-
- if (node.isRoot())
- {
- img = "folderopen.gif";
- }
- else if (node.isLeaf())
- {
- // just a dummy for now
- img = "node.gif";
- }
- else
- {
- if (node.isExpanded())
- {
- img = "folderopen.gif";
- }
- else
- {
- img = "folder.gif";
- }
- }
-
- return img;
- }
- }
-
- /**
- * Component that writes the given content as-is. This is a *hack*, as getting a load
- * of images as resources is just too inefficient, but we still want to set them dynamicaly.
- * Another option would be to have components for all possible images, and just set the
- * needed images visible. Not nice either.
- * TODO we should really have an optimized resource strategy for this kind of things.
- */
- private static class SimpleImage extends HtmlComponent
- {
- /**
- * Construct.
- * @param name component name
- * @param src body
- */
- public SimpleImage(String name, String src)
- {
- super(name, src);
- }
-
- /**
- * @see com.voicetribe.wicket.Component#handleComponentTag(RequestCycle, ComponentTag)
- */
- protected void handleComponentTag(RequestCycle cycle, ComponentTag tag)
- {
- checkTag(tag, "img");
- super.handleComponentTag(cycle, tag);
- tag.put("src", (String) getModelObject());
- }
-
- /**
- * @see com.voicetribe.wicket.Component#handleBody(RequestCycle, MarkupStream, ComponentTag)
- */
- protected void handleBody(RequestCycle cycle,
- MarkupStream markupStream, ComponentTag openTag)
- {
- }
- }
-}
diff --git a/wicket-examples/src/java/filebrowser/FileBrowserApplication.java b/wicket-examples/src/java/filebrowser/FileBrowserApplication.java
deleted file mode 100644
index 5dc118e..0000000
--- a/wicket-examples/src/java/filebrowser/FileBrowserApplication.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package filebrowser;
-
-import com.voicetribe.util.time.Duration;
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * HttpApplication class for FileBrowser example.
- * @author Eelco Hillenius
- */
-public class FileBrowserApplication extends WebApplication
-{
- /**
- * Constructor.
- */
- public FileBrowserApplication()
- {
- getSettings().setHomePage(FileBrowser.class);
-
- Duration pollFreq = Duration.ONE_SECOND;
-
- getSettings().setResourcePollFrequency(pollFreq);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/guestbook/Comment.java b/wicket-examples/src/java/guestbook/Comment.java
deleted file mode 100644
index be6fa9a..0000000
--- a/wicket-examples/src/java/guestbook/Comment.java
+++ /dev/null
@@ -1,84 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package guestbook;
-
-import java.io.Serializable;
-
-import java.util.Date;
-
-/**
- * Simple "POJO" bean that holds a guestbook text.
- * @author Jonathan Locke
- */
-public class Comment implements Serializable
-{
- private String text;
- private Date date = new Date();
-
- /**
- * Constructor
- */
- public Comment()
- {
- }
-
- /**
- * Copy constructor
- * @param comment The comment to copy
- */
- public Comment(final Comment comment)
- {
- this.text = comment.text;
- this.date = comment.date;
- }
-
- /**
- * @return Returns the text.
- */
- public String getText()
- {
- return text;
- }
-
- /**
- * @param text The text to set.
- */
- public void setText(String text)
- {
- this.text = text;
- }
-
- /**
- * @return Returns the date.
- */
- public Date getDate()
- {
- return date;
- }
-
- /**
- * @param date The date to set.
- */
- public void setDate(Date date)
- {
- this.date = date;
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/guestbook/GuestBookApplication.java b/wicket-examples/src/java/guestbook/GuestBookApplication.java
deleted file mode 100644
index 7d6f5df..0000000
--- a/wicket-examples/src/java/guestbook/GuestBookApplication.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package guestbook;
-
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * Guest book application.
- * @author Jonathan Locke
- */
-public class GuestBookApplication extends WebApplication
-{
- /**
- * Constructor
- */
- public GuestBookApplication()
- {
- getSettings().setHomePage(Home.class);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/guestbook/Home.html b/wicket-examples/src/java/guestbook/Home.html
deleted file mode 100644
index 7242112..0000000
--- a/wicket-examples/src/java/guestbook/Home.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-<body>
- <form id = "wcn-commentForm">
- Add your comment here:
- <p>
- <textarea id = "wcn-text">This is a comment</textarea>
- <p>
- <input type = "submit" value = "Submit"/>
- </form>
- <p>
- <span id = "wcn-comments">
- <p>
- <span id = "wcn-date">1/1/2004</span><br>
- <span id = "wcn-text">Comment text goes here.</span>
- </p>
- </span>
- <span id = "wcn-[remove]">
- <p>
- 1/2/2004<br>
- More comment text here.
- </p>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/guestbook/Home.java b/wicket-examples/src/java/guestbook/Home.java
deleted file mode 100644
index 6af8322..0000000
--- a/wicket-examples/src/java/guestbook/Home.java
+++ /dev/null
@@ -1,117 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package guestbook;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.basic.MultiLineLabel;
-import com.voicetribe.wicket.markup.html.form.Form;
-import com.voicetribe.wicket.markup.html.form.TextArea;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.Table;
-
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-
-/**
- * A simple "guest book" example that allows visitors to the page to add a comment
- * and see the comments others have added.
- * @author Jonathan Locke
- */
-public class Home extends HtmlPage
-{
- // A global list of all comments from all users
- private static final List commentList = new ArrayList();
-
- // The table of comments shown on this page
- private final Table table;
-
- /**
- * Constructor that is invoked when page is invoked without a session.
- * @param parameters Page parameters
- */
- public Home(final PageParameters parameters)
- {
- // Add comment form
- add(new CommentForm("commentForm"));
-
- // Add table of existing comments
- add(table = new Table("comments", commentList)
- {
- public void populateCell(final Cell cell)
- {
- final Comment comment = (Comment) cell.getModelObject();
-
- cell.add(new Label("date", comment.getDate()));
- cell.add(new MultiLineLabel("text", comment.getText()));
- }
- });
- }
-
- /**
- * A form that allows a user to add a comment.
- * @author Jonathan Locke
- */
- public final class CommentForm extends Form
- {
- // The comment that this form is editing
- private final Comment comment = new Comment();
-
- /**
- * Constructor
- * @param componentName The name of this component
- */
- public CommentForm(final String componentName)
- {
- // Construct form with no validation listener
- super(componentName, null);
-
- // Add text entry widget
- add(new TextArea("text", comment, "text"));
- }
-
- /**
- * Show the resulting valid edit
- * @param cycle The request cycle
- */
- public final void handleSubmit(final RequestCycle cycle)
- {
- // Construct a copy of the edited comment
- final Comment newComment = new Comment(comment);
-
- // Set date of comment to add
- newComment.setDate(new Date());
-
- // Add the component we edited to the list of comments
- commentList.add(newComment);
-
- // Invalidate the table's model since a structural change
- // was made to the comment list model
- table.invalidateModel();
-
- // Clear out the text component
- comment.setText("");
- }
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/guestbook2/Comment.hbm.xml b/wicket-examples/src/java/guestbook2/Comment.hbm.xml
deleted file mode 100644
index 27f74f9..0000000
--- a/wicket-examples/src/java/guestbook2/Comment.hbm.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE hibernate-mapping PUBLIC
- "-//Hibernate/Hibernate Mapping DTD 2.0//EN"
- "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd">
-
-<hibernate-mapping>
- <class
- name="guestbook2.Comment"
- dynamic-update="false"
- dynamic-insert="false"
- >
-
- <id
- name="id"
- column="id"
- type="int"
- >
- <generator class="native">
- </generator>
- </id>
-
- <property
- name="text"
- type="java.lang.String"
- update="true"
- insert="true"
- access="property"
- column="text"
- />
-
- <property
- name="date"
- type="java.util.Date"
- update="true"
- insert="true"
- access="property"
- column="date"
- />
-
- <!--
- To add non XDoclet property mappings, create a file named
- hibernate-properties-Comment.xml
- containing the additional properties and place it in your merge dir.
- -->
-
- </class>
-
-</hibernate-mapping>
diff --git a/wicket-examples/src/java/guestbook2/Comment.java b/wicket-examples/src/java/guestbook2/Comment.java
deleted file mode 100644
index 88dd812..0000000
--- a/wicket-examples/src/java/guestbook2/Comment.java
+++ /dev/null
@@ -1,105 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package guestbook2;
-
-import java.io.Serializable;
-
-import java.util.Date;
-
-/**
- * Simple "POJO" bean that holds a guestbook text.
- * @hibernate.class
- * @author Jonathan Locke
- */
-public class Comment implements Serializable
-{
- private int id;
- private String text;
- private Date date = new Date();
-
- /**
- * Constructor
- */
- public Comment()
- {
- }
-
- /**`
- * Copy constructor
- * @param comment The comment to copy
- */
- public Comment(final Comment comment)
- {
- this.text = comment.text;
- this.date = comment.date;
- }
-
- /**
- * @hibernate.property
- * @return Returns the text.
- */
- public String getText()
- {
- return text;
- }
-
- /**
- * @param text The text to set.
- */
- public void setText(String text)
- {
- this.text = text;
- }
-
- /**
- * @hibernate.property
- * @return Returns the date.
- */
- public Date getDate()
- {
- return date;
- }
-
- /**
- * @param date The date to set.
- */
- public void setDate(Date date)
- {
- this.date = date;
- }
-
- /**
- * @hibernate.id generator-class = "native"
- * @return Returns the id.
- */
- public int getId()
- {
- return id;
- }
-
- /**
- * @param id The id to set.
- */
- public void setId(int id)
- {
- this.id = id;
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/guestbook2/DBUtil.java b/wicket-examples/src/java/guestbook2/DBUtil.java
deleted file mode 100644
index ba1288f..0000000
--- a/wicket-examples/src/java/guestbook2/DBUtil.java
+++ /dev/null
@@ -1,196 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package guestbook2;
-
-import net.sf.hibernate.HibernateException;
-import net.sf.hibernate.Session;
-import net.sf.hibernate.Transaction;
-import net.sf.hibernate.cfg.Configuration;
-import net.sf.hibernate.dialect.Dialect;
-import net.sf.hibernate.impl.SessionFactoryImpl;
-
-import nl.openedge.util.hibernate.ConfigException;
-import nl.openedge.util.hibernate.HibernateHelper;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-import java.io.IOException;
-
-import java.net.URL;
-
-import java.sql.Connection;
-import java.sql.SQLException;
-import java.sql.Statement;
-
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-
-/**
- * Utility that sets up the database.
- */
-public class DBUtil
-{
- /** Log. */
- private static Log log = LogFactory.getLog(DBUtil.class);
-
- /** construct. */
- public DBUtil()
- {
- // no nada
- }
-
- /**
- * Initialize and create the database.
- * @throws ConfigException configuration error
- * @throws HibernateException hibernate error
- * @throws SQLException
- * @throws IOException
- */
- public void initDB(String configFile)
- throws HibernateException, ConfigException, IOException, SQLException
- {
- URL configUrl = DBUtil.class.getResource(configFile);
-
- HibernateHelper.setConfigURL(configUrl);
- HibernateHelper.init();
-
- Session session = HibernateHelper.getSession();
- Connection conn = session.connection();
- Statement stmt = conn.createStatement();
- boolean exists;
-
- try
- {
- stmt.executeQuery("select 1 from Comment");
- exists = true;
- }
- catch (SQLException e)
- {
- exists = false;
- }
-
- try
- {
- if ((!exists) || Boolean.getBoolean("createdb"))
- {
- SessionFactoryImpl sf = (SessionFactoryImpl) HibernateHelper
- .getSessionFactory();
- Dialect dialect = sf.getDialect();
- Configuration config = HibernateHelper.getConfiguration();
- String[] drops = config.generateDropSchemaScript(dialect);
- String[] creates = config.generateSchemaCreationScript(dialect);
-
- execStmt(conn, stmt, splitAltTables(drops, true));
- execStmt(conn, stmt, splitAltTables(drops, false));
- execStmt(conn, stmt, creates);
-
- insertTestData(session);
- }
- }
- finally
- {
- HibernateHelper.closeSession();
- }
- }
-
- /**
- * Insert a couple of test cd's.
- * @param session hibernate session
- * @throws HibernateException
- */
- private void insertTestData(Session session)
- throws HibernateException
- {
- Transaction transaction = session.beginTransaction();
-
- Comment comment = new Comment();
-
- comment.setText("Hi this is my first comment");
- comment.setDate(new Date(System.currentTimeMillis() - 10000));
-
- session.save(comment);
-
- comment = new Comment();
- comment.setText("Hi this is my second comment");
- comment.setDate(new Date(System.currentTimeMillis() - 5000));
-
- session.save(comment);
-
- transaction.commit();
- }
-
- /**
- * Filter statements on start of statement.
- * @param drops statements
- * @param inclAlterFlag if true, everything that starts with alter, else the inverse
- * @return part of the input
- */
- private String[] splitAltTables(String[] drops, boolean inclAlterFlag)
- {
- List temp = new ArrayList();
-
- for (int i = 0; i < drops.length; i++)
- {
- if (inclAlterFlag)
- {
- if (drops[i].toLowerCase().trim().startsWith("alter"))
- {
- temp.add(drops[i]);
- }
- }
- else
- {
- if (!drops[i].toLowerCase().trim().startsWith("alter"))
- {
- temp.add(drops[i]);
- }
- }
- }
-
- return (String[]) temp.toArray(new String[temp.size()]);
- }
-
- /**
- * Execute statements.
- * @param conn connection
- * @param stmt statement object
- * @param stmts statements
- * @throws SQLException sql error
- */
- public void execStmt(Connection conn, Statement stmt, String[] stmts)
- throws SQLException
- {
- for (int i = 0; i < stmts.length; i++)
- {
- log.info("exec: " + stmts[i]);
-
- try
- {
- stmt.executeUpdate(stmts[i]);
- conn.commit();
- }
- catch (SQLException e)
- {
- log.error(e.getMessage());
- }
- }
- }
-}
diff --git a/wicket-examples/src/java/guestbook2/GuestBook2Application.java b/wicket-examples/src/java/guestbook2/GuestBook2Application.java
deleted file mode 100644
index 9377228..0000000
--- a/wicket-examples/src/java/guestbook2/GuestBook2Application.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package guestbook2;
-
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * Guest book application.
- * @author Jonathan Locke
- */
-public class GuestBook2Application extends WebApplication
-{
- /**
- * Constructor
- */
- public GuestBook2Application()
- {
- getSettings().setHomePage(Home.class);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/guestbook2/Home.html b/wicket-examples/src/java/guestbook2/Home.html
deleted file mode 100644
index 9cf8ec9..0000000
--- a/wicket-examples/src/java/guestbook2/Home.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<body>
- <form id = "wcn-commentForm">
- Add your comment here:
- <p>
- <textarea id = "wcn-text">This is a comment</textarea>
- <p>
- <input type = "submit" value = "Submit"/>
- </form>
- <p>
- <span id = "wcn-comments">
- <p>
- <span id = "wcn-date">1/1/2004</span><br>
- <span id = "wcn-text">Comment text goes here.</span>
- </p>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/guestbook2/Home.java b/wicket-examples/src/java/guestbook2/Home.java
deleted file mode 100644
index 3d9ebe6..0000000
--- a/wicket-examples/src/java/guestbook2/Home.java
+++ /dev/null
@@ -1,185 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package guestbook2;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.basic.MultiLineLabel;
-import com.voicetribe.wicket.markup.html.form.Form;
-import com.voicetribe.wicket.markup.html.form.TextArea;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.Table;
-
-import net.sf.hibernate.HibernateException;
-import net.sf.hibernate.MappingException;
-import net.sf.hibernate.Session;
-import net.sf.hibernate.Transaction;
-
-import nl.openedge.util.hibernate.HibernateHelper;
-
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-
-/**
- * A simple "guest book" example that allows visitors to the page to add a comment
- * and see the comments others have added.
- * @author Jonathan Locke
- */
-public class Home extends HtmlPage
-{
- // A global list of all comments from all users
- private static final List commentList = new ArrayList();
-
- static
- {
- try
- {
- try
- {
- new DBUtil().initDB("/hibernate.cfg.xml");
- }
- catch (Exception e1)
- {
- e1.printStackTrace();
- }
-
- // Get hibernate session
- Session session = HibernateHelper.getSession();
-
- try
- {
- // Save comment to db
- commentList.clear();
- commentList.addAll(session.find(
- "from comment in class guestbook2.Comment "
- + "order by comment.date desc"));
- }
- finally
- {
- HibernateHelper.closeSession();
- }
- }
- catch (MappingException e)
- {
- e.printStackTrace();
- }
- catch (HibernateException e)
- {
- e.printStackTrace();
- }
- }
-
- // The table of comments shown on this page
- private final Table table;
-
- /**
- * Constructor that is invoked when page is invoked without a session.
- * @param parameters Page parameters
- */
- public Home(final PageParameters parameters)
- {
- // Add comment form
- add(new CommentForm("commentForm"));
-
- // Add table of existing comments
- add(table = new Table("comments", commentList)
- {
- public void populateCell(final Cell cell)
- {
- final Comment comment = (Comment) cell.getModelObject();
-
- cell.add(new Label("date", comment.getDate()));
- cell.add(new MultiLineLabel("text", comment.getText()));
- }
- });
- }
-
- /**
- * A form that allows a user to add a comment.
- * @author Jonathan Locke
- */
- public final class CommentForm extends Form
- {
- // The comment that this form is editing
- private final Comment comment = new Comment();
-
- /**
- * Constructor.
- * @param componentName The name of this component
- */
- public CommentForm(final String componentName)
- {
- // Construct form with no validation listener
- super(componentName, null);
-
- // Add text entry widget
- add(new TextArea("text", comment, "text"));
- }
-
- /**
- * Show the resulting valid edit.
- * @param cycle The request cycle
- */
- public final void handleSubmit(final RequestCycle cycle)
- {
- // Construct a copy of the edited comment
- final Comment newComment = new Comment(comment);
-
- // Set date of comment to add
- newComment.setDate(new Date());
-
- // Add the component we edited to the list of comments
- commentList.add(newComment);
-
- try
- {
- // Get hibernate session
- Session session = HibernateHelper.getSession();
-
- try
- {
- // Save comment to db
- Transaction transaction = session.beginTransaction();
-
- session.save(newComment);
- transaction.commit();
- }
- finally
- {
- HibernateHelper.closeSession();
- }
- }
- catch (MappingException e)
- {
- throw new RuntimeException("Unable to map hibernate object", e);
- }
- catch (HibernateException e)
- {
- throw new RuntimeException("Unable to save comment", e);
- }
-
- table.invalidateModel();
- }
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/helloworld/HelloWorld.html b/wicket-examples/src/java/helloworld/HelloWorld.html
deleted file mode 100644
index 28a3817..0000000
--- a/wicket-examples/src/java/helloworld/HelloWorld.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-<head>
- <title>Hello World</title>
-</head>
-<body>
- <span id="wcn-message">Here comes the hello world message...</span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/helloworld/HelloWorld.java b/wicket-examples/src/java/helloworld/HelloWorld.java
deleted file mode 100644
index 2590db3..0000000
--- a/wicket-examples/src/java/helloworld/HelloWorld.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package helloworld;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-
-/**
- * Everybody's favorite example.
- * @author Jonathan Locke
- */
-public class HelloWorld extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters Page parameters
- */
- public HelloWorld(final PageParameters parameters)
- {
- add(new Label("message", "Hello world!"));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/helloworld/HelloWorldApplication.java b/wicket-examples/src/java/helloworld/HelloWorldApplication.java
deleted file mode 100644
index 6db69ad..0000000
--- a/wicket-examples/src/java/helloworld/HelloWorldApplication.java
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package helloworld;
-
-import com.voicetribe.util.time.Duration;
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * HttpApplication class for hello world example.
- * @author Jonathan Locke
- */
-public class HelloWorldApplication extends WebApplication
-{
- /**
- * Constructor.
- */
- public HelloWorldApplication()
- {
- getSettings().setHomePage(HelloWorld.class);
-
- Duration pollFreq = Duration.ONE_SECOND;
-
- getSettings().setResourcePollFrequency(pollFreq);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/hibernate.cfg.xml b/wicket-examples/src/java/hibernate.cfg.xml
deleted file mode 100644
index 926d1ea..0000000
--- a/wicket-examples/src/java/hibernate.cfg.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE hibernate-configuration PUBLIC
- "-//Hibernate/Hibernate Configuration DTD//EN"
- "http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
-
-<hibernate-configuration>
-
- <session-factory>
-
- <property name="show_sql">false</property>
- <property name="dialect">net.sf.hibernate.dialect.HSQLDialect</property>
-
- <property name="connection.url">jdbc:hsqldb:guestbook</property>
- <property name="connection.driver_class">org.hsqldb.jdbcDriver</property>
- <property name="connection.username">sa</property>
- <property name="connection.password"></property>
-
- <mapping resource="guestbook2/Comment.hbm.xml"/>
-
- </session-factory>
-
-</hibernate-configuration>
\ No newline at end of file
diff --git a/wicket-examples/src/java/images/Home.html b/wicket-examples/src/java/images/Home.html
deleted file mode 100644
index bafe7a7..0000000
--- a/wicket-examples/src/java/images/Home.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-<body>
-
- <img src = "Image1.gif">
- <img id = "wcn-image2" src = "Image2.gif">
- <img id = "wcn-image3">
- <img id = "wcn-image4" src = "will_be_set_from_model.gif">
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/images/Home.java b/wicket-examples/src/java/images/Home.java
deleted file mode 100644
index 6c33cf4..0000000
--- a/wicket-examples/src/java/images/Home.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package images;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.image.DynamicImage;
-import com.voicetribe.wicket.markup.html.image.Image;
-
-import java.awt.image.BufferedImage;
-
-/**
- * Demonstrates different flavors of images.
- * @author Jonathan Locke
- */
-public final class Home extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters Page parameters (ignored since this is the home page)
- */
- public Home(final PageParameters parameters)
- {
- // Image as package resource
- add(new Image("image2"));
-
- // Dynamically created image
- final BufferedImage circle = new BufferedImage(100, 100,
- BufferedImage.TYPE_INT_RGB);
-
- circle.getGraphics().drawOval(0, 0, 100, 100);
- add(new DynamicImage("image3").setExtension("jpeg").setImage(circle));
-
- add(new Image("image4", "Image2.gif"));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/images/Image2.gif b/wicket-examples/src/java/images/Image2.gif
deleted file mode 100644
index 7861807..0000000
--- a/wicket-examples/src/java/images/Image2.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/java/images/ImagesApplication.java b/wicket-examples/src/java/images/ImagesApplication.java
deleted file mode 100644
index ccb0c89..0000000
--- a/wicket-examples/src/java/images/ImagesApplication.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package images;
-
-import com.voicetribe.util.time.Duration;
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * HttpApplication class for linkomatic example.
- * @author Jonathan Locke
- */
-public class ImagesApplication extends WebApplication
-{
- public ImagesApplication()
- {
- getSettings().setHomePage(Home.class);
-
- Duration pollFreq = Duration.ONE_SECOND;
-
- getSettings().setResourcePollFrequency(pollFreq);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/AuthenticatedHtmlPage.java b/wicket-examples/src/java/library/AuthenticatedHtmlPage.java
deleted file mode 100644
index fdeccf4..0000000
--- a/wicket-examples/src/java/library/AuthenticatedHtmlPage.java
+++ /dev/null
@@ -1,95 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import com.voicetribe.wicket.Component;
-import com.voicetribe.wicket.Container;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.border.Border;
-
-/**
- * Ensures that user is authenticated in session. If no user is signed in, a sign
- * in is forced by redirecting the browser to the SignIn page.
- * <p>
- * This base class also creates a border for each page subclass, automatically adding
- * children of the page to the border. This accomplishes two important things:
- * (1) subclasses do not have to repeat the code to create the border navigation and
- * (2) since subclasses do not repeat this code, they are not hardwired to page
- * navigation structure details
- *
- * @author Jonathan Locke
- */
-public class AuthenticatedHtmlPage extends HtmlPage
-{
- private Border border;
-
- /**
- * Constructor
- */
- public AuthenticatedHtmlPage()
- {
- // Create border and add it to the page
- border = new LibraryApplicationBorder("border");
- super.add(border);
- }
-
- /**
- * Adding children to instances of this class causes those children to
- * be added to the border child instead.
- * @see com.voicetribe.wicket.Container#add(com.voicetribe.wicket.Component)
- */
- public Container add(final Component child)
- {
- // Add children of the page to the page's border component
- border.add(child);
-
- return this;
- }
-
- /**
- * @return Any authenticated user
- */
- protected User getUser()
- {
- return Authenticator.forSession(getSession()).getUser();
- }
-
- /**
- * @see com.voicetribe.wicket.Page#checkAccess(com.voicetribe.wicket.RequestCycle)
- */
- protected boolean checkAccess(RequestCycle cycle)
- {
- // Is user signed in?
- if (Authenticator.forSession(cycle.getSession()).isSignedIn())
- {
- // okay to proceed
- return true;
- }
- else
- {
- // Force sign in
- cycle.redirectToInterceptPage(SignIn.class);
-
- return false;
- }
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/Authenticator.java b/wicket-examples/src/java/library/Authenticator.java
deleted file mode 100644
index 08fa8d4..0000000
--- a/wicket-examples/src/java/library/Authenticator.java
+++ /dev/null
@@ -1,120 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import com.voicetribe.wicket.Session;
-
-import java.util.List;
-
-/**
- * Simple authenticator class is associated with sessions and holds a User
- * object for any signed in user.
- *
- * @author Jonathan Locke
- */
-public class Authenticator
-{
- private User user;
-
- /**
- * Force use of static getter method
- */
- private Authenticator()
- {
- }
-
- /**
- * Gets Authenticator for session. If no authenticator exists for the session,
- * one is created and attached to the session.
- * @param session
- * @return Authenticator for session
- */
- public static Authenticator forSession(final Session session)
- {
- final String key = "authenticator";
- Authenticator authenticator = (Authenticator) session.getProperty(key);
-
- if (authenticator == null)
- {
- session.setProperty(key, authenticator = new Authenticator());
- }
-
- return authenticator;
- }
-
- /**
- * Checks the given username and password, returning a User object if
- * if the username and password identify a valid user.
- * @param username The username
- * @param password The password
- * @return The signed in user
- */
- public final User authenticate(final String username, final String password)
- {
- if (user == null)
- {
- // Trivial password "db"
- if ("jonathan".equalsIgnoreCase(username)
- && "password".equalsIgnoreCase(password))
- {
- // Create User object
- final User user = new User();
-
- user.setName(username);
-
- final List books = user.getBooks();
-
- books.add(new Book("Effective Java", "Joshua Bloch",
- Book.NON_FICTION));
- books.add(new Book("The Illiad", "Homer Simpson", Book.FICTION));
- books.add(new Book("Why Stock Markets Crash",
- "Didier Sornette", Book.NON_FICTION));
- setUser(user);
- }
- }
-
- return user;
- }
-
- /**
- * @return True if user is signed in
- */
- public boolean isSignedIn()
- {
- return user != null;
- }
-
- /**
- * @return User
- */
- public User getUser()
- {
- return user;
- }
-
- /**
- * @param user New user
- */
- public void setUser(final User user)
- {
- this.user = user;
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/Book.java b/wicket-examples/src/java/library/Book.java
deleted file mode 100644
index 840fb29..0000000
--- a/wicket-examples/src/java/library/Book.java
+++ /dev/null
@@ -1,217 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import com.voicetribe.util.lang.EnumeratedType;
-
-import java.io.Serializable;
-
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-/**
- * An example POJO model.
- * @author Jonathan Locke
- */
-public final class Book implements Serializable
-{
- /**
- * Value for fiction books.
- */
- public static final boolean FICTION = true;
-
- /**
- * Value for non-fiction books.
- */
- public static final boolean NON_FICTION = false;
- public static final WritingStyle FUNNY = new WritingStyle("funny");
- public static final WritingStyle BORING = new WritingStyle("boring");
- public static final WritingStyle SAD = new WritingStyle("sad");
- public static final WritingStyle BAD = new WritingStyle("bad");
- private static long nextId = 0;
- private static final Map idToBook = new HashMap();
-
- static
- {
- new Book("Cat in Hat", "Dr. Seuss", Book.FICTION);
- new Book("That is Highly Illogical", "Dr. Spock", Book.NON_FICTION);
- new Book("Where's my Tardis, dude?", "Dr. Who", Book.FICTION);
- }
-
- private long id;
- private String title;
- private String author;
- private Book companionBook;
- private Book relatedBook;
- private boolean isFiction;
- private List writingStyles;
-
- /**
- * Constructor
- * @param title Book title
- * @param author The author of the book
- * @param isFiction True (FICTION) if the book is fiction, false (NON_FICTION)
- * if it is not.
- */
- public Book(final String title, final String author, final boolean isFiction)
- {
- this.id = nextId++;
- this.title = title;
- this.author = author;
- this.isFiction = isFiction;
- idToBook.put(new Long(id), this);
- }
-
- /**
- * @param id Book id
- * @return Book for id
- */
- public static Book get(final long id)
- {
- return (Book) idToBook.get(new Long(id));
- }
-
- /**
- * @return All books
- */
- public static Collection getBooks()
- {
- return idToBook.values();
- }
-
- /**
- * @return Book id
- */
- public final long getId()
- {
- return id;
- }
-
- /**
- * @param id New id
- */
- public final void setId(final long id)
- {
- this.id = id;
- }
-
- /**
- * @return
- */
- public final String getAuthor()
- {
- return author;
- }
-
- /**
- * @return
- */
- public final String getTitle()
- {
- return title;
- }
-
- /**
- * @param string
- */
- public final void setAuthor(final String string)
- {
- author = string;
- }
-
- /**
- * @param string
- */
- public final void setTitle(final String string)
- {
- title = string;
- }
-
- public final Book getCompanionBook()
- {
- return companionBook;
- }
-
- public final void setCompanionBook(final Book book)
- {
- companionBook = book;
- }
-
- public final void setFiction(final boolean isFiction)
- {
- this.isFiction = isFiction;
- }
-
- public final boolean getFiction()
- {
- return isFiction;
- }
-
- /**
- * @return Returns the writingStyles.
- */
- public final List getWritingStyles()
- {
- return writingStyles;
- }
-
- /**
- * @param writingStyles The writingStyles to set.
- */
- public final void setWritingStyles(final List writingStyles)
- {
- this.writingStyles = writingStyles;
- }
-
- /**
- * @return Returns the relatedBook.
- */
- public final Book getRelatedBook()
- {
- return relatedBook;
- }
-
- /**
- * @param relatedBook The relatedBook to set.
- */
- public final void setRelatedBook(final Book relatedBook)
- {
- this.relatedBook = relatedBook;
- }
-
- public final String toString()
- {
- return title + " (" + author + ")";
- }
-
- /**
- * Typesafe enumeration for writing styles
- */
- public static final class WritingStyle extends EnumeratedType
- {
- WritingStyle(final String name)
- {
- super(name);
- }
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/BookDetails.html b/wicket-examples/src/java/library/BookDetails.html
deleted file mode 100644
index ef11af4..0000000
--- a/wicket-examples/src/java/library/BookDetails.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<html>
-<style type="text/css">
-<!--
-.italic {
- font-style: italic;
-}
--->
-</style>
-<body>
- <span id = "wcn-border">
- Book Details
- <p>
- <table>
- <tr>
- <th align="right">Title:</th>
- <td>
- <span id = "wcn-title">
- Huckleberry Finn
- </span>
- </td>
- </tr>
- <tr>
- <th align="right">Author:</th>
- <td>
- <span id = "wcn-author">
- Mark Twain
- </span>
- </td>
- </tr>
- <tr>
- <th align="right">Fiction:</th>
- <td>
- <span id = "wcn-fiction">
- true
- </span>
- </td>
- </tr>
- <tr>
- <th align="right">Companion Book:</th>
- <td>
- <a id = "wcn-companion">
- <span id = "wcn-title">Cat in Hat</span>
- </a>
- </td>
- </tr>
- <tr>
- <th align="right">Styles:</th>
- <td>
- <span id = "wcn-writingStyles">
- Style1, Style2
- </span>
- </td>
- </tr>
- <tr>
- <th align="right">Related Book:</th>
- <td>
- <a id = "wcn-related">
- <span id = "wcn-title">Cat in Hat</span>
- </a>
- </td>
- </tr>
- </table>
- <p>
- <a id = "wcn-edit" href="EditBook.html">Edit</a>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/library/BookDetails.java b/wicket-examples/src/java/library/BookDetails.java
deleted file mode 100644
index a9d492f..0000000
--- a/wicket-examples/src/java/library/BookDetails.java
+++ /dev/null
@@ -1,133 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import java.util.Iterator;
-import com.voicetribe.util.string.StringList;
-import com.voicetribe.util.string.StringValueConversionException;
-import com.voicetribe.wicket.Model;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.ComponentTagAttributeModifier;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.link.ExternalPageLink;
-
-/**
- * A book details page. Shows information about a book.
- * @author Jonathan Locke
- */
-public final class BookDetails extends AuthenticatedHtmlPage
-{
- /**
- * Constructor for calls from external page links
- * @param parameters Page parameters
- * @throws StringValueConversionException
- */
- public BookDetails(final PageParameters parameters)
- throws StringValueConversionException
- {
- this(Book.get(parameters.getLong("id")));
- }
-
- /**
- * Constructor
- * @param book The model
- */
- public BookDetails(final Book book)
- {
- Model bookModel = new Model(book);
-
- add(new Label("title", book.getTitle()));
- add(new Label("author", book.getAuthor()));
- add(new Label("fiction", Boolean.toString(book.getFiction())));
- add(BookDetails.link("companion", book.getCompanionBook(),
- getLocalizer().getString("noBookTitle", this)));
- add(BookDetails.link("related", book.getRelatedBook(),
- getLocalizer().getString("noBookTitle", this)));
-
- String writingStyles;
- final boolean hasStyles = (book.getWritingStyles() != null)
- && (book.getWritingStyles().size() > 0);
-
- if (hasStyles)
- {
- StringList styles = new StringList();
-
- for (Iterator iterator = book.getWritingStyles().iterator();
- iterator.hasNext();)
- {
- Book.WritingStyle style = (Book.WritingStyle) iterator.next();
-
- styles.add(getLocalizer().getString(style.toString(), this));
- }
-
- writingStyles = styles.toString();
- }
- else
- {
- writingStyles = getLocalizer().getString("noWritingStyles", this);
- }
-
- Label writingStylesLabel = new Label("writingStyles", writingStyles);
-
- final ComponentTagAttributeModifier italic = new ComponentTagAttributeModifier("class", new Model("italic"));
- italic.setEnabled(!hasStyles);
-
- add(writingStylesLabel.addAttributeModifier(italic));
- add(EditBook.link("edit", book.getId()));
- }
-
- public static void setPage(final RequestCycle cycle, final Book book)
- {
- PageParameters parameters = new PageParameters();
-
- parameters.put("id", new Long(book.getId()));
- cycle.setPage(BookDetails.class, parameters);
- cycle.setRedirect(true);
- }
-
- /**
- * Creates an external page link
- * @param name The name of the link component to create
- * @param book The book to link to
- * @param noBookTitle The title to show if book is null
- * @return The external page link
- */
- public static ExternalPageLink link(final String name, final Book book,
- final String noBookTitle)
- {
- final ExternalPageLink link = new ExternalPageLink(name,
- BookDetails.class);
-
- if (book != null)
- {
- link.setParameter("id", book.getId());
- link.add(new Label("title", book));
- }
- else
- {
- link.add(new Label("title", noBookTitle));
- link.setEnabled(false);
- }
-
- return link;
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/BookDetails.properties b/wicket-examples/src/java/library/BookDetails.properties
deleted file mode 100644
index ac54395..0000000
--- a/wicket-examples/src/java/library/BookDetails.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-noBookTitle=None
-funny=Funny
-boring=Boring
-sad=Sad
-bad=Bad
-noWritingStyles=None
diff --git a/wicket-examples/src/java/library/EditBook.html b/wicket-examples/src/java/library/EditBook.html
deleted file mode 100644
index f3c919d..0000000
--- a/wicket-examples/src/java/library/EditBook.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<html>
-<body>
- <span id = "wcn-border">
- <span id = "wcn-feedback"/>
- <p>
- <form id = "wcn-editBookForm">
- <table cellpadding="3">
- <tr>
- <td align="right">Title:</td>
- <td id = "wcn-titleFeedback">
- <input id = "wcn-title" type="text" value="Huckleberry Finn" size="30"/>
- </td>
- </tr>
- <tr>
- <td align="right">Author:</td>
- <td>
- <input id = "wcn-author" type="text" value="Mark Twain" hidden="1" size="30"/>
- </td>
- </tr>
- <tr>
- <td align="right">Fiction:</td>
- <td>
- <input id = "wcn-fiction" type="checkbox"/>
- </td>
- </tr>
- <tr>
- <td align="right">Favorite Companion Book:</td>
- <td>
- <select id = "wcn-companionBook">
- <option>Volvo</option>
- <option>Saab</option>
- <option>Fiat</option>
- <option>Audi</option>
- </select>
- </td>
- </tr>
- <tr>
- <td align="right">Styles:</td>
- <td>
- <select multiple id = "wcn-writingStyles">
- <option>Foo</option>
- <option>Bar</option>
- </select>
- </td>
- </tr>
- <tr>
- <td align="right" valign="top">Related book:</td>
- <td>
- <span id = "wcn-relatedBook">
- <span id = "wcn-relatedBooks">
- <input type="radio">A
- <input type="radio">B
- <input type="radio">C
- </span>
- <br>
- <input id = "wcn-otherBook" type="radio">Other
- </span>
- </td>
- </tr>
- <tr>
- <td>
- </td>
- <td>
- <input type="submit" value="Save Changes"/>
- </td>
- </tr>
- </table>
- </form>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/library/EditBook.java b/wicket-examples/src/java/library/EditBook.java
deleted file mode 100644
index 37e9bf1..0000000
--- a/wicket-examples/src/java/library/EditBook.java
+++ /dev/null
@@ -1,176 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import com.voicetribe.util.lang.EnumeratedType;
-import com.voicetribe.wicket.Model;
-import com.voicetribe.wicket.Page;
-import com.voicetribe.wicket.PropertyModel;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.form.CheckBox;
-import com.voicetribe.wicket.markup.html.form.DropDownChoice;
-import com.voicetribe.wicket.markup.html.form.Form;
-import com.voicetribe.wicket.markup.html.form.FormComponentFeedbackBorder;
-import com.voicetribe.wicket.markup.html.form.ListMultipleChoice;
-import com.voicetribe.wicket.markup.html.form.RadioChoice;
-import com.voicetribe.wicket.markup.html.form.RadioOption;
-import com.voicetribe.wicket.markup.html.form.RadioOptionSet;
-import com.voicetribe.wicket.markup.html.form.TextField;
-import com.voicetribe.wicket.markup.html.form.validation.LengthValidator;
-import com.voicetribe.wicket.markup.html.form.validation.RequiredValidator;
-import com.voicetribe.wicket.markup.html.link.IPageLink;
-import com.voicetribe.wicket.markup.html.link.PageLink;
-import com.voicetribe.wicket.markup.html.panel.FeedbackPanel;
-
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * A page that contains a form that allows editing of books.
- * @author Jonathan Locke
- */
-public final class EditBook extends AuthenticatedHtmlPage
-{
- static final Book otherBook = new Book("Frisbee Techniques",
- "Marty van Hoff", Book.FICTION);
-
- /**
- * Constructs a page that edits a book
- * @param book The book to edit
- */
- public EditBook(final Book book)
- {
- // Create and add feedback panel to page
- final FeedbackPanel feedback = new FeedbackPanel("feedback");
-
- add(feedback);
-
- // Add edit book form to page
- add(new EditBookForm("editBookForm", book, feedback));
- }
-
- /**
- * Gets a link to a page that will edit a book
- * @param name The name of the link
- * @param id The id of the book that the page will edit
- * @return The page link
- */
- public static PageLink link(final String name, final long id)
- {
- return new PageLink(name,
- new IPageLink()
- {
- public Page getPage()
- {
- return new EditBook(Book.get(id));
- }
-
- public Class getPageClass()
- {
- return EditBook.class;
- }
- });
- }
-
- /**
- * Form that edits a book
- * @author Jonathan Locke
- */
- static public final class EditBookForm extends Form
- {
- private Book book;
-
- /**
- * Constructor
- * @param componentName Name of form
- * @param book Book model
- * @param feedback Feedback component that shows errors
- */
- public EditBookForm(final String componentName, final Book book,
- final FeedbackPanel feedback)
- {
- super(componentName, feedback);
-
- // Set model
- this.book = book;
-
- Model bookModel = new Model(book);
-
- setModel(new PropertyModel(bookModel, getName()));
-
- // Create a required text field that edits the book's author
- final TextField author = new TextField("author",
- new PropertyModel(bookModel, "author"));
-
- author.add(new RequiredValidator());
- add(author);
-
- // Create a required text field with a max length of 30 characters that edits the book's title
- final TextField title = new TextField("title",
- new PropertyModel(bookModel, "title"));
-
- title.add(new RequiredValidator());
- title.add(LengthValidator.max(30));
-
- final FormComponentFeedbackBorder titleFeedback = new FormComponentFeedbackBorder(
- "titleFeedback");
-
- titleFeedback.add(title);
- add(titleFeedback);
-
- // Add fiction checkbox
- add(new CheckBox("fiction", bookModel, "fiction"));
-
- // Books is everything but otherBook
- List books = new ArrayList();
-
- books.addAll(Book.getBooks());
- books.remove(otherBook);
-
- // Add companion book choice
- add(new DropDownChoice("companionBook",
- new PropertyModel(bookModel, "companionBook"), books));
-
- // Add radio choice test
- final RadioChoice relatedBook = new RadioChoice("relatedBook",
- new PropertyModel(bookModel, "relatedBook"));
-
- relatedBook.add(new RadioOptionSet("relatedBooks", books));
- relatedBook.add(new RadioOption("otherBook", otherBook));
- add(relatedBook);
-
- // Multi-select among writing styles
- add(new ListMultipleChoice("writingStyles",
- new PropertyModel(bookModel, "writingStyles"),
- EnumeratedType.getValues(Book.WritingStyle.class)));
- }
-
- /**
- * Show the resulting valid edit
- * @param cycle The request cycle
- */
- public final void handleSubmit(final RequestCycle cycle)
- {
- // Go to details page for book
- BookDetails.setPage(cycle, book);
- }
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/EditBook.properties b/wicket-examples/src/java/library/EditBook.properties
deleted file mode 100644
index c4f42fa..0000000
--- a/wicket-examples/src/java/library/EditBook.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-editBookForm.title.RequiredValidator=You must include a valid, non-empty title
-editBookForm.author.RequiredValidator=You must include a valid, non-empty author
-editBookForm.title.LengthValidator=The value '${model.title}' is longer than 30 characters.
diff --git a/wicket-examples/src/java/library/Home.html b/wicket-examples/src/java/library/Home.html
deleted file mode 100644
index 332144f..0000000
--- a/wicket-examples/src/java/library/Home.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<html>
-<body>
- <span id = "wcn-border">
- <table>
- <tr>
- <th>Title</th>
- <th>Author</th>
- <th></th>
- <th></th>
- <th></th>
- <th></th>
- </tr>
- <tr id = "wcn-books">
- <td>
- <a id = "wcn-details" href="#">
- <span id = "wcn-title">Huckleberry Finn</span>
- </a>
- </td>
- <td>
- <span id = "wcn-author">
- Mark Twain
- </span>
- </td>
- <td>
- <a id = "wcn-moveUp" href="#">Move Up</a>
- </td>
- <td>
- <a id = "wcn-moveDown" href="#">Move Down</a>
- </td>
- <td>
- <a id = "wcn-remove" href="#">Remove</a>
- </td>
- <td>
- <a id = "wcn-edit" href="EditBook.html">Edit</a>
- </td>
- </tr>
- </table>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/library/Home.java b/wicket-examples/src/java/library/Home.java
deleted file mode 100644
index e7ed2b1..0000000
--- a/wicket-examples/src/java/library/Home.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.Table;
-
-/**
- * Page that displays a list of books and lets the user re-order them.
- * @author Jonathan Locke
- */
-public final class Home extends AuthenticatedHtmlPage
-{
- /**
- * Constructor
- * @param parameters
- */
- public Home(final PageParameters parameters)
- {
- // Add table of books
- add(new Table("books", getUser(), "books")
- {
- public void populateCell(final Cell cell)
- {
- final Book book = (Book) cell.getModelObject();
-
- cell.add(BookDetails.link("details", book,
- getLocalizer().getString("noBookTitle", this)));
- cell.add(new Label("author", book));
- cell.add(cell.moveUpLink("moveUp"));
- cell.add(cell.moveDownLink("moveDown"));
- cell.add(cell.removeLink("remove"));
- cell.add(EditBook.link("edit", book.getId()));
- }
- });
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/Home.properties b/wicket-examples/src/java/library/Home.properties
deleted file mode 100644
index c52e40c..0000000
--- a/wicket-examples/src/java/library/Home.properties
+++ /dev/null
@@ -1 +0,0 @@
-noBookTitle=None
diff --git a/wicket-examples/src/java/library/LibraryApplication.java b/wicket-examples/src/java/library/LibraryApplication.java
deleted file mode 100644
index 1f7b996..0000000
--- a/wicket-examples/src/java/library/LibraryApplication.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * HttpApplication class for example.
- * @author Jonathan Locke
- */
-public final class LibraryApplication extends WebApplication
-{
- /**
- * Constructor.
- */
- public LibraryApplication()
- {
- getSettings().setHomePage(Home.class);
- getSettings().setExceptionOnMissingResource(false);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/LibraryApplicationBorder.html b/wicket-examples/src/java/library/LibraryApplicationBorder.html
deleted file mode 100644
index c1e2d6e..0000000
--- a/wicket-examples/src/java/library/LibraryApplicationBorder.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<body>
- <span id = "wcn-[border]">
- <b>Welcome to the Library Example</b>
- <p>
- <a id = "wcn-[autolink]" href = "Home.html">Home</a><br>
- <p>
- <span id = "wcn-boxBorder">
- <span id = "wcn-[body]"/>
- </span>
- <p>
- <i><font size = "-1">Copyright (C) 2004, Jonathan Locke. All Rights Reserved.</font></i>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/library/LibraryApplicationBorder.java b/wicket-examples/src/java/library/LibraryApplicationBorder.java
deleted file mode 100644
index 38f7a05..0000000
--- a/wicket-examples/src/java/library/LibraryApplicationBorder.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import com.voicetribe.wicket.markup.html.border.Border;
-import com.voicetribe.wicket.markup.html.border.BoxBorder;
-
-/**
- * Border component.
- * @author Jonathan Locke
- */
-public class LibraryApplicationBorder extends Border
-{
- /**
- * Constructor
- * @param componentName The name of this component
- */
- public LibraryApplicationBorder(final String componentName)
- {
- super(componentName);
- add(new BoxBorder("boxBorder"));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/LibraryTests.java b/wicket-examples/src/java/library/LibraryTests.java
deleted file mode 100644
index 02053a0..0000000
--- a/wicket-examples/src/java/library/LibraryTests.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.protocol.http.HttpApplication;
-import com.voicetribe.wicket.protocol.http.HttpPageTester;
-import com.voicetribe.wicket.protocol.http.HttpSession;
-
-import junit.framework.TestCase;
-
-/**
- * Test pages by rendering them to console.
- * @author Jonathan Locke
- */
-public class LibraryTests extends TestCase
-{
- static final HttpPageTester tester;
-
- static
- {
- final HttpApplication application = new LibraryApplication();
- final HttpSession session = new HttpSession(application, null)
- {
- };
-
- Authenticator.forSession(session).authenticate("jonathan", "password");
- tester = new HttpPageTester(session);
- }
-
- public final void testBookListPage()
- {
- tester.test(new Home(PageParameters.NULL));
- }
-
- public final void testEditBookPage()
- {
- tester.test(new EditBook(Book.get(1)));
- }
-
- public final void testSignInPage()
- {
- tester.test(new SignIn(PageParameters.NULL));
- }
-
- public final void testBookDetailsPage()
- {
- tester.test(new BookDetails(Book.get(1)));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/SignIn.html b/wicket-examples/src/java/library/SignIn.html
deleted file mode 100644
index c3d9270..0000000
--- a/wicket-examples/src/java/library/SignIn.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-<body>
-
- <span id = "wcn-signInPanel"/>
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/library/SignIn.java b/wicket-examples/src/java/library/SignIn.java
deleted file mode 100644
index ffa892b..0000000
--- a/wicket-examples/src/java/library/SignIn.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.panel.SignInPanel;
-
-/**
- * Simple example of a sign in page.
- * @author Jonathan Locke
- */
-public final class SignIn extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters The page parameters
- */
- public SignIn(final PageParameters parameters)
- {
- add(new SignInPanel("signInPanel")
- {
- public String signIn(final RequestCycle cycle,
- final String username, final String password)
- {
- // Sign the user in
- final User user = Authenticator.forSession(cycle.getSession())
- .authenticate(username,
- password);
-
- // If the user was signed in
- if (user != null)
- {
- return null;
- }
- else
- {
- // Form method that will notify feedback panel
- return getLocalizer().getString("couldNotAuthenticate", this);
- }
- }
- });
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/library/SignIn.properties b/wicket-examples/src/java/library/SignIn.properties
deleted file mode 100644
index 61697c3..0000000
--- a/wicket-examples/src/java/library/SignIn.properties
+++ /dev/null
@@ -1 +0,0 @@
-couldNotAuthenticate=Invalid username or password
diff --git a/wicket-examples/src/java/library/User.java b/wicket-examples/src/java/library/User.java
deleted file mode 100644
index 26dbbdf..0000000
--- a/wicket-examples/src/java/library/User.java
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package library;
-
-import java.io.Serializable;
-
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * Trivial user model for example application
- * @author Jonathan Locke
- */
-public final class User implements Serializable
-{
- // The user's name
- private String name;
-
- // The user's personal book list
- private List books = new ArrayList();
-
- /**
- * @return User name
- */
- public final String getName()
- {
- return name;
- }
-
- /**
- * @param string User name
- */
- public final void setName(final String string)
- {
- name = string;
- }
-
- /**
- * @return User's book list
- */
- public final List getBooks()
- {
- return books;
- }
-
- /**
- * @param books New book list
- */
- public void setBooks(final List books)
- {
- this.books = books;
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/linkomatic/Book.java b/wicket-examples/src/java/linkomatic/Book.java
deleted file mode 100644
index 38578fb..0000000
--- a/wicket-examples/src/java/linkomatic/Book.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package linkomatic;
-
-import java.io.Serializable;
-
-/**
- * Simple book model.
- * @author Jonathan Locke
- */
-public class Book implements Serializable
-{
- private String title;
-
- /**
- * Constructor
- * @param title The title of this book
- */
- public Book(final String title)
- {
- this.title = title;
- }
-
- /**
- * @return Returns the title.
- */
- public String getTitle()
- {
- return title;
- }
-
- /**
- * @param title The title to set.
- */
- public void setTitle(String title)
- {
- this.title = title;
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/linkomatic/BookDetails.html b/wicket-examples/src/java/linkomatic/BookDetails.html
deleted file mode 100644
index 33e9dd7..0000000
--- a/wicket-examples/src/java/linkomatic/BookDetails.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-<body>
-
- Title: <span id = "wcn-title">Huckleberry Finn</span>
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/linkomatic/BookDetails.java b/wicket-examples/src/java/linkomatic/BookDetails.java
deleted file mode 100644
index 4f80611..0000000
--- a/wicket-examples/src/java/linkomatic/BookDetails.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package linkomatic;
-
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-
-/**
- * A book details page. Shows information about a book.
- * @author Jonathan Locke
- */
-public final class BookDetails extends HtmlPage
-{
- /**
- * Constructor
- * @param book The model
- */
- public BookDetails(final Book book)
- {
- add(new Label("title", book, "title"));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/linkomatic/Home.html b/wicket-examples/src/java/linkomatic/Home.html
deleted file mode 100644
index bfb0e9e..0000000
--- a/wicket-examples/src/java/linkomatic/Home.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-<body>
-
- <!-- Example to demonstrate all the different kinds of linking supported -->
-
- <a id = "wcn-actionLink">Action link clicked <span id = "wcn-linkClickCount">0</span> times</a>
- <p>
- <a id = "wcn-page1Link">Click this ExternalPageLink to go to Page1</a>
- <p>
- <a id = "wcn-[autolink]" href = "Page2.html">Click this [autolink] to go to Page2</a>
- <p>
- <a id = "wcn-page3Link">Click this ExternalPageLink to go to Page3</a>
- <p>
- <a id = "wcn-bookDetailsLink">Click this PageLink for BookDetails on The Hobbit</a>
- <p>
- <a id = "wcn-bookDetailsLink2">Click this PageLink for BookDetails on Inside The Matrix</a>
- <p>
- <img border = "0" id = "wcn-imageMap" src = "ImageMap.gif">
- <p>
- <a id = "wcn-popupLink">Click this popup link to go to Page1</a>
- <p>
- <a id = "wcn-google" href="#">Goto Google</a>
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/linkomatic/Home.java b/wicket-examples/src/java/linkomatic/Home.java
deleted file mode 100644
index ae8e83d..0000000
--- a/wicket-examples/src/java/linkomatic/Home.java
+++ /dev/null
@@ -1,136 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package linkomatic;
-
-import com.voicetribe.wicket.Page;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.link.ExternalPageLink;
-import com.voicetribe.wicket.markup.html.link.IPageLink;
-import com.voicetribe.wicket.markup.html.link.ImageMap;
-import com.voicetribe.wicket.markup.html.link.Link;
-import com.voicetribe.wicket.markup.html.link.PageLink;
-import com.voicetribe.wicket.markup.html.link.PopupSpecification;
-import com.voicetribe.wicket.markup.html.link.SimpleHref;
-
-/**
- * Demonstrates different flavors of hyperlinks.
- * @author Jonathan Locke
- */
-public class Home extends HtmlPage
-{
- private int linkClickCount = 0;
-
- /**
- * Constructor
- * @param parameters Page parameters (ignored since this is the home page)
- */
- public Home(final PageParameters parameters)
- {
- // Action link counts link clicks
- final Link actionLink = new Link("actionLink")
- {
- public void linkClicked(final RequestCycle cycle)
- {
- linkClickCount++;
-
- // Redirect back to result to avoid refresh updating the link count
- cycle.setRedirect(true);
- }
- };
-
- actionLink.add(new Label("linkClickCount", this, "linkClickCount"));
- add(actionLink);
-
- // Link to Page1 is a simple external page link
- add(new ExternalPageLink("page1Link", Page1.class));
-
- // Link to Page2 is automaticLink, so no code
- // Link to Page3 is an external link which takes a parameter
- add(new ExternalPageLink("page3Link", Page3.class).setParameter("id", 3));
-
- // Link to BookDetails page
- add(new PageLink("bookDetailsLink",
- new IPageLink()
- {
- public Page getPage()
- {
- return new BookDetails(new Book("The Hobbit"));
- }
-
- public Class getPageClass()
- {
- return BookDetails.class;
- }
- }));
-
- // Delayed link to BookDetails page
- add(new PageLink("bookDetailsLink2",
- new IPageLink()
- {
- public Page getPage()
- {
- return new BookDetails(new Book("Inside The Matrix"));
- }
-
- public Class getPageClass()
- {
- return BookDetails.class;
- }
- }));
-
- // Image map link example
- add(new ImageMap("imageMap").addRectangleLink(0, 0, 100, 100,
- new ExternalPageLink("page1", Page1.class))
- .addCircleLink(160, 50, 35,
- new ExternalPageLink("page2", Page2.class)).addPolygonLink(new int[]
- {
- 212, 79, 241, 4, 279, 54, 212, 79
- }, new ExternalPageLink("page3", Page3.class)));
-
- // Popup example
- PopupSpecification popupSpec = new PopupSpecification().setHeight(100)
- .setWidth(100);
-
- add(new ExternalPageLink("popupLink", Page1.class)
- .setPopupSpecification(popupSpec));
-
- add(new SimpleHref("google", "http://www.google.de", "Google"));
- }
-
- /**
- * @return Returns the linkClickCount.
- */
- public int getLinkClickCount()
- {
- return linkClickCount;
- }
-
- /**
- * @param linkClickCount The linkClickCount to set.
- */
- public void setLinkClickCount(final int linkClickCount)
- {
- this.linkClickCount = linkClickCount;
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/linkomatic/LinkomaticApplication.java b/wicket-examples/src/java/linkomatic/LinkomaticApplication.java
deleted file mode 100644
index b367262..0000000
--- a/wicket-examples/src/java/linkomatic/LinkomaticApplication.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package linkomatic;
-
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * HttpApplication class for linkomatic example.
- * @author Jonathan Locke
- */
-public class LinkomaticApplication extends WebApplication
-{
- public LinkomaticApplication()
- {
- getSettings().setHomePage(Home.class);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/linkomatic/Page1.html b/wicket-examples/src/java/linkomatic/Page1.html
deleted file mode 100644
index 270ee06..0000000
--- a/wicket-examples/src/java/linkomatic/Page1.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-<body>
-
- Welcome to Page1
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/linkomatic/Page1.java b/wicket-examples/src/java/linkomatic/Page1.java
deleted file mode 100644
index 7579bcb..0000000
--- a/wicket-examples/src/java/linkomatic/Page1.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package linkomatic;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-
-/**
- * Trivial bookmarkable page.
- * @author Jonathan Locke
- */
-public class Page1 extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters
- */
- public Page1(PageParameters parameters)
- {
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/linkomatic/Page2.html b/wicket-examples/src/java/linkomatic/Page2.html
deleted file mode 100644
index 168ce85..0000000
--- a/wicket-examples/src/java/linkomatic/Page2.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-<body>
-
- Welcome to Page2
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/linkomatic/Page2.java b/wicket-examples/src/java/linkomatic/Page2.java
deleted file mode 100644
index e64d38d..0000000
--- a/wicket-examples/src/java/linkomatic/Page2.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package linkomatic;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-
-/**
- * Trivial page.
- * @author Jonathan Locke
- */
-public class Page2 extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters
- */
- public Page2(PageParameters parameters)
- {
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/linkomatic/Page3.html b/wicket-examples/src/java/linkomatic/Page3.html
deleted file mode 100644
index 8de0907..0000000
--- a/wicket-examples/src/java/linkomatic/Page3.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<body>
-
- Welcome to Page3
-
- <p>
-
- Your ExternalPageLink parameter "id" has the value "<span id = "wcn-id">-1</span>"
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/linkomatic/Page3.java b/wicket-examples/src/java/linkomatic/Page3.java
deleted file mode 100644
index cb3705e..0000000
--- a/wicket-examples/src/java/linkomatic/Page3.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package linkomatic;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-
-/**
- * Trivial page.
- * @author Jonathan Locke
- */
-public class Page3 extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters
- */
- public Page3(PageParameters parameters)
- {
- add(new Label("id", parameters.getString("id")));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/log4j.properties b/wicket-examples/src/java/log4j.properties
deleted file mode 100644
index 4b1641f..0000000
--- a/wicket-examples/src/java/log4j.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-log4j.debug=false
-
-log4j.rootLogger=DEBUG,Stdout
-log4j.logger.org=INFO
-log4j.logger.com=INFO
-log4j.logger.net=INFO
-log4j.logger.nl=INFO
-
-log4j.logger.com.voicetribe=DEBUG
-
-log4j.logger.filebrowser=INFO
-
-log4j.appender.Stdout=org.apache.log4j.ConsoleAppender
-log4j.appender.Stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.Stdout.layout.conversionPattern=%-5p - %-26.26c{1} - %m\n
-
diff --git a/wicket-examples/src/java/navomatic/BorderTest.java b/wicket-examples/src/java/navomatic/BorderTest.java
deleted file mode 100644
index 8eb2ecd..0000000
--- a/wicket-examples/src/java/navomatic/BorderTest.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package navomatic;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.protocol.http.HttpPageTester;
-
-import junit.framework.TestCase;
-
-/**
- *
- * @author Jonathan Locke
- */
-public class BorderTest extends TestCase
-{
- public final void test()
- {
- new HttpPageTester(new NavomaticApplication()).test(new Page1(
- PageParameters.NULL));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/navomatic/NavomaticApplication.java b/wicket-examples/src/java/navomatic/NavomaticApplication.java
deleted file mode 100644
index 5c7eab7..0000000
--- a/wicket-examples/src/java/navomatic/NavomaticApplication.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package navomatic;
-
-import com.voicetribe.wicket.ApplicationSettings;
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * HttpApplication class for hello world example.
- * @author Jonathan Locke
- */
-public class NavomaticApplication extends WebApplication
-{
- /**
- * Constructor.
- */
- public NavomaticApplication()
- {
- ApplicationSettings settings = getSettings();
-
- settings.setHomePage(Page1.class);
-
- // settings.getSourcePath().add(new Folder("w:/src/java"))
- // .add(new Folder("w:/examples/Navomatic/src"));
- settings.setUnexpectedExceptionDisplay(ApplicationSettings.SHOW_NO_EXCEPTION_PAGE);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/navomatic/NavomaticBorder.html b/wicket-examples/src/java/navomatic/NavomaticBorder.html
deleted file mode 100644
index 6777244..0000000
--- a/wicket-examples/src/java/navomatic/NavomaticBorder.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
-<body>
-
- <span id = "wcn-[border]">
- <h1>Welcome to Navomatic!</h1>
- <p>
- <table>
- <tr>
- <td>
- <span id = "wcn-boxBorder">
- <b>Navigation Links</b><p>
- <a id = "wcn-[autolink]" href = "Page1.html">Page1</a><br>
- <a id = "wcn-[autolink]" href = "Page2.html">Page2</a><br>
- <a id = "wcn-[autolink]" href = "Page3.html">Page3</a>
- </span>
- </td>
- <td>
- <span id = "wcn-boxBorder2">
- <span id = "wcn-[body]"/>
- </span>
- </td>
- </tr>
- </table>
- <p>
- <i><font size = "-1">Copyright (C) 2004, Jonathan Locke. All Rights Reserved.</font></i>
- </span>
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/navomatic/NavomaticBorder.java b/wicket-examples/src/java/navomatic/NavomaticBorder.java
deleted file mode 100644
index aabd220..0000000
--- a/wicket-examples/src/java/navomatic/NavomaticBorder.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package navomatic;
-
-import com.voicetribe.wicket.markup.html.border.Border;
-import com.voicetribe.wicket.markup.html.border.BoxBorder;
-
-/**
- * Border component.
- * @author Jonathan Locke
- */
-public class NavomaticBorder extends Border
-{
- /**
- * Constructor
- * @param componentName The name of this component
- */
- public NavomaticBorder(final String componentName)
- {
- super(componentName);
- add(new BoxBorder("boxBorder"));
- add(new BoxBorder("boxBorder2"));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/navomatic/Page1.html b/wicket-examples/src/java/navomatic/Page1.html
deleted file mode 100644
index 37520f1..0000000
--- a/wicket-examples/src/java/navomatic/Page1.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<body>
-
- <span id = "wcn-navomaticBorder">
-
- You are viewing Page1
-
- </span>
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/navomatic/Page1.java b/wicket-examples/src/java/navomatic/Page1.java
deleted file mode 100644
index 401f371..0000000
--- a/wicket-examples/src/java/navomatic/Page1.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package navomatic;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-
-/**
- * Trivial bookmarkable page.
- * @author Jonathan Locke
- */
-public class Page1 extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters
- */
- public Page1(PageParameters parameters)
- {
- add(new NavomaticBorder("navomaticBorder"));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/navomatic/Page2.html b/wicket-examples/src/java/navomatic/Page2.html
deleted file mode 100644
index 3aa6467..0000000
--- a/wicket-examples/src/java/navomatic/Page2.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<body>
-
- <span id = "wcn-navomaticBorder">
-
- You are viewing Page2
-
- </span>
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/navomatic/Page2.java b/wicket-examples/src/java/navomatic/Page2.java
deleted file mode 100644
index 8b5aad7..0000000
--- a/wicket-examples/src/java/navomatic/Page2.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package navomatic;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-
-/**
- * Trivial page.
- * @author Jonathan Locke
- */
-public class Page2 extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters
- */
- public Page2(PageParameters parameters)
- {
- add(new NavomaticBorder("navomaticBorder"));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/navomatic/Page3.html b/wicket-examples/src/java/navomatic/Page3.html
deleted file mode 100644
index 2e5be22..0000000
--- a/wicket-examples/src/java/navomatic/Page3.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<body>
-
- <span id = "wcn-navomaticBorder">
-
- You are viewing Page3
-
- </span>
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/navomatic/Page3.java b/wicket-examples/src/java/navomatic/Page3.java
deleted file mode 100644
index 1193996..0000000
--- a/wicket-examples/src/java/navomatic/Page3.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package navomatic;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-
-/**
- * Trivial page.
- * @author Jonathan Locke
- */
-public class Page3 extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters
- */
- public Page3(PageParameters parameters)
- {
- add(new NavomaticBorder("navomaticBorder"));
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/nl/openedge/util/hibernate/ConfigException.java b/wicket-examples/src/java/nl/openedge/util/hibernate/ConfigException.java
deleted file mode 100644
index 7e54160..0000000
--- a/wicket-examples/src/java/nl/openedge/util/hibernate/ConfigException.java
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package nl.openedge.util.hibernate;
-
-
-/**
- * Configuration exception.
- */
-public final class ConfigException extends Exception
-{
- /**
- * Construct.
- */
- public ConfigException()
- {
- super();
- }
-
- /**
- * Construct.
- * @param message message
- */
- public ConfigException(String message)
- {
- super(message);
- }
-
- /**
- * Construct.
- * @param cause cause
- */
- public ConfigException(Throwable cause)
- {
- super(cause);
- }
-
- /**
- * Construct.
- * @param message message
- * @param cause cause
- */
- public ConfigException(String message, Throwable cause)
- {
- super(message, cause);
- }
-}
diff --git a/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateFilter.java b/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateFilter.java
deleted file mode 100644
index 25b7099..0000000
--- a/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateFilter.java
+++ /dev/null
@@ -1,185 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package nl.openedge.util.hibernate;
-
-import net.sf.hibernate.HibernateException;
-import net.sf.hibernate.Session;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-import javax.servlet.Filter;
-import javax.servlet.FilterChain;
-import javax.servlet.FilterConfig;
-import javax.servlet.ServletException;
-import javax.servlet.ServletRequest;
-import javax.servlet.ServletResponse;
-
-import java.io.IOException;
-
-import java.net.URL;
-
-/**
- * Filter which manages a ThreadLocal hibernate session. Obtain the session by calling
- * HibernateFilter.getSession().
- *
- * @author Jeff Schnitzer, Eelco Hillenius
- */
-public final class HibernateFilter extends HibernateHelperThreadLocaleImpl
- implements Filter
-{
- /** log. */
- private Log log = LogFactory.getLog(HibernateFilter.class);
-
- /** whether this filter 'works' or not. */
- private boolean active = false;
-
- /**
- * Initialise filter. If an initparameter 'config' exists use the value to configure the
- * HibernateHelperThreadLocaleImpl.
- *
- * @param filterConfig
- * the filter config object
- * @throws ServletException when a servlet exception occurs
- */
- public void init(FilterConfig filterConfig)
- throws ServletException
- {
- HibernateHelperDelegate delegate = HibernateHelper.getDelegate();
-
- if (delegate instanceof HibernateHelperThreadLocaleImpl)
- {
- active = true;
- }
- else
- {
- log.warn("This filter only functions when used with "
- + HibernateHelperThreadLocaleImpl.class.getName()
- + " as the HibernateHelperDelegate for HibernateHelper");
- }
-
- if (active)
- {
- // call to super will read config and create hibernate factory
- String configStr = filterConfig.getInitParameter("config");
-
- if (configStr != null)
- {
- URL configUrl = HibernateFilter.class.getClassLoader()
- .getResource(configStr);
-
- log.info("Using configfile " + configUrl.toString());
- super.setConfigURL(configUrl);
- }
-
- try
- {
- super.init();
- }
- catch (ConfigException e)
- {
- log.error(e.getMessage(), e);
- throw new ServletException(e);
- }
- }
- }
-
- /**
- * Execute filter. If active == true, this filter tries to open a session, execute the next
- * filters/ servlets and finally (at the end of the request execution) tries to close the
- * session again.
- *
- * @param request
- * http request
- * @param response
- * http response
- * @param chain
- * filter chain
- * @throws IOException when an io related exception occurs
- * @throws ServletException when a servlet exception occurs
- * @see javax.servlet.Filter#doFilter(javax.servlet.ServletRequest,
- * javax.servlet.ServletResponse, javax.servlet.FilterChain)
- */
- public void doFilter(ServletRequest request, ServletResponse response,
- FilterChain chain) throws IOException, ServletException
- {
- if (active)
- {
- Session session = (Session) getHibernateHolder().get();
-
- if (session != null)
- {
- log.warn("A session is already associated with this thread! "
- + "Someone must have called getSession() outside of the context "
- + "of a servlet request; closing session");
-
- try
- {
- session.close();
- }
- catch (HibernateException e)
- {
- log.error(e);
- throw new ServletException(e);
- }
-
- getHibernateHolder().set(null);
- }
- }
-
- try
- {
- chain.doFilter(request, response);
- }
- finally
- {
- if (active)
- {
- Session sess = (Session) getHibernateHolder().get();
-
- //log.info(Thread.currentThread() + ": closing " + sess);
- if (sess != null)
- {
- getHibernateHolder().set(null);
-
- try
- {
- sess.close();
- }
- catch (HibernateException ex)
- {
- log.error(ex);
-
- //throw new ServletException(ex);
- }
- }
- }
- }
- }
-
- /**
- * Destroy this filter.
- *
- * @see javax.servlet.Filter#destroy()
- */
- public void destroy()
- {
- // Nothing necessary
- }
-}
diff --git a/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateHelper.java b/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateHelper.java
deleted file mode 100644
index 3c867cc..0000000
--- a/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateHelper.java
+++ /dev/null
@@ -1,420 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package nl.openedge.util.hibernate;
-
-import net.sf.hibernate.HibernateException;
-import net.sf.hibernate.Session;
-import net.sf.hibernate.SessionFactory;
-import net.sf.hibernate.cfg.Configuration;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-import java.io.IOException;
-import java.io.InputStream;
-
-import java.net.MalformedURLException;
-import java.net.URL;
-
-import java.util.Properties;
-
-/**
- * Helper class to be able to transparantly obtain and configure Hibernate sessions.
- * <p>
- * Before HibernateHelper can be used, HibernateHelper.init() should be called once. After this, you
- * can obtain the current session with HibernateHelper.getSession(); If you use the HibernateFiler
- * from this package, you do not need to (or better you should never) close the session.
- * </p>
- * <p>
- * If you want to close the session, preferably use HibernateHelper.closeSession().
- * </p>
- * <p>
- * Some defaults can be overriden by:
- * </p>
- * <p>
- * providing hibernatehelper.properties in the classpath root with properties:
- * <ul>
- * <li>delegate: the fully classified classname of the delegate implementation. The default
- * implementation is nl.openedge.util.hibernate.HibernateHelperThreadLocaleImpl. To override, eg:
- * 'delegate=nl.levob.util.hibernate.HibernateHelperReloadConfigImpl'.</li>
- * <li>hibernateConfig: the url of the hibernate configuration to use.</li>
- * </ul>
- * </p>
- * <p>
- * These overrides can be overriden by setting environment variables (like -Dfoo=bar).
- * 'hibernatehelper.properties.delegate' for the delegate, and
- * 'hibernatehelper.properties.hibernateConfig' for the hibernate configuration location.
- * </p>
- * <p>
- * Setting the config url like: HibernateHelper.setConfigURL(myUrl); Note that this will override
- * the hibernateConfig variable as well.
- * </p>
- * <p>
- * By default, the configuration is loaded from the file 'hibernate.cfg.xml' in the classpath root.
- *
- * @author Eelco Hillenius
- */
-public class HibernateHelper
-{
- /** close current session on setSession. */
- public static final int ACTION_CLOSE = 1;
-
- /** disconnect current session on setSession. */
- public static final int ACTION_DISCONNECT = 2;
-
- /**
- * key of the system property for setting the delegate. value =
- * hibernatehelper.properties.delegate
- */
- public static final String SYSTEM_PROPERTY_DELEGATE = "hibernatehelper.properties.delegate";
-
- /**
- * key of the system property for setting the hibernate config. value =
- * hibernatehelper.properties.hibernateConfig
- */
- public static final String SYSTEM_PROPERTY_HIBERNATE_CONFIG = "hibernatehelper.properties.hibernateConfig";
-
- /**
- * key of the property (from file) for setting the delegate. value = delegate.
- */
- public static final String PROPERTY_DELEGATE = "delegate";
-
- /**
- * key of the property (from file) for setting the hibernate config.
- * value = hibernateConfig.
- */
- public static final String PROPERTY_HIBERNATE_CONFIG = "hibernateConfig";
-
- /**
- * filename of properties for HibernateHelper. value = /hibernatehelper.properties
- */
- public static final String PROPERTIES_LOCATION = "/hibernatehelper.properties";
-
- /** Log. */
- private static Log log = LogFactory.getLog(HibernateHelper.class);
-
- /** the implementation delegate; does the 'real' work for this class. */
- private static HibernateHelperDelegate delegate = null;
-
- static// initialize the helper
- {
- initialize();
- }
-
- /**
- * Initialise.
- * @throws ConfigException when initialization failed
- */
- public static void init()
- throws ConfigException
- {
- delegate.init();
- }
-
- /**
- * Does initialization of the helper.
- */
- private static void initialize()
- {
- String filename = PROPERTIES_LOCATION;
-
- // first, see if there are system properties defined
- Properties properties = new Properties();
- InputStream is = null;
- ClassLoader loader = Thread.currentThread().getContextClassLoader();
-
- if (loader != null)
- { // try to load with context class loader
- is = loader.getResourceAsStream(filename);
- }
-
- if ((loader == null) || (is == null))
- { // classloader fallthrough
- is = HibernateHelper.class.getResourceAsStream(filename);
- }
-
- if (is != null)
- { // if an inputstream was found, try to read properties object from it
-
- try
- {
- properties.load(is);
- }
- catch (IOException e)
- {
- log.error(e.getMessage(), e);
- }
- }
-
- // do further initialization
- initializeDelegate(properties);
- initializeHibernateConfig(properties);
- }
-
- /**
- * Initialize the delegate.
- *
- * @param properties
- * the properties
- */
- private static void initializeDelegate(Properties properties)
- {
- String delegateImplClass = System.getProperty(SYSTEM_PROPERTY_DELEGATE);
-
- if (delegateImplClass == null) // if not a system property
- {
- delegateImplClass = properties.getProperty(PROPERTY_DELEGATE);
- }
-
- if (delegateImplClass != null) // try to load the delegate
- {
- try
- {
- ClassLoader loader = Thread.currentThread()
- .getContextClassLoader();
-
- if (loader == null)
- {
- loader = HibernateHelper.class.getClassLoader();
- }
-
- Class clazz = loader.loadClass(delegateImplClass);
-
- delegate = (HibernateHelperDelegate) clazz.newInstance();
- }
- catch (ClassNotFoundException e)
- {
- log.error(e.getMessage(), e);
- }
- catch (InstantiationException e)
- {
- log.error(e.getMessage(), e);
- }
- catch (IllegalAccessException e)
- {
- log.error(e.getMessage(), e);
- }
- }
-
- if (delegate == null) // if no delegate was given or instantiation failed
- {
- log.info(
- "fallback on default HibernateHelperDelegate implementation: "
- + HibernateHelperThreadLocaleImpl.class.getName());
- delegate = new HibernateHelperThreadLocaleImpl();
- }
- }
-
- /**
- * initialize hibernate config.
- *
- * @param properties
- * the properties
- */
- private static void initializeHibernateConfig(Properties properties)
- {
- String hibernateConfig = System.getProperty(SYSTEM_PROPERTY_HIBERNATE_CONFIG);
-
- // is the default configuration location overriden?
- if (hibernateConfig == null) // if not a system property
- {
- hibernateConfig = properties.getProperty(PROPERTY_HIBERNATE_CONFIG);
- }
-
- if (hibernateConfig != null)
- {
- log.info("using Hibernate config from URL: " + hibernateConfig);
-
- try
- {
- URL config = URLHelper.convertToURL(hibernateConfig,
- HibernateHelper.class);
-
- if (config != null)
- {
- setConfigURL(config);
- }
- else
- {
- log.error("unable to construct URL from " + hibernateConfig);
- }
- }
- catch (MalformedURLException e)
- {
- log.error(e.getMessage(), e);
- }
- }
- }
-
- /**
- * Get session for this Thread.
- *
- * @return an appropriate Session object
- * @throws HibernateException when an unexpected Hibernate exception occurs
- */
- public static Session getSession()
- throws HibernateException
- {
- return delegate.getSession();
- }
-
- /**
- * Close session for this Thread.
- * @throws HibernateException when an unexpected Hibernate exception occurs
- */
- public static void closeSession()
- throws HibernateException
- {
- delegate.closeSession();
- }
-
- /**
- * disconnect session and remove from threadlocal for this Thread.
- * @throws HibernateException when an unexpected Hibernate exception occurs
- */
- public static void disconnectSession()
- throws HibernateException
- {
- delegate.disconnectSession();
- }
-
- /**
- * Set current session.
- *
- * @param session
- * hibernate session
- * @param actionForCurrentSession
- * one of the constants HibernateHelperThreadLocaleImpl.ACTION_CLOSE close current
- * session HibernateHelperThreadLocaleImpl.ACTION_DISCONNECT disconnect current
- * session
- */
- public static void setSession(Session session, int actionForCurrentSession)
- {
- delegate.setSession(session, actionForCurrentSession);
- }
-
- /**
- * Get the Hibernate session factory.
- *
- * @return the hibernate session factory
- */
- public static SessionFactory getSessionFactory()
- {
- return delegate.getSessionFactory();
- }
-
- /**
- * Set the Hibernate session factory.
- *
- * @param theFactory
- * the Hibernate session factory
- */
- public static void setSessionFactory(SessionFactory theFactory)
- {
- delegate.setSessionFactory(theFactory);
- }
-
- /**
- * Get the configuration URL.
- *
- * @return URL the configuration URL
- */
- public static URL getConfigURL()
- {
- return delegate.getConfigURL();
- }
-
- /**
- * Set the configuration URL.
- *
- * @param url
- * the configuration URL
- */
- public static void setConfigURL(URL url)
- {
- log.info("use config from " + url);
- delegate.setConfigURL(url);
- }
-
- /**
- * Get the Hibernate configuration object.
- *
- * @return Configuration
- */
- public static Configuration getConfiguration()
- {
- return delegate.getConfiguration();
- }
-
- /**
- * get factory level interceptor class name.
- *
- * @return String factory level interceptor class name
- */
- public static String getInterceptorClass()
- {
- return delegate.getInterceptorClass();
- }
-
- /**
- * set factory level interceptor class name.
- *
- * @param className
- * factory level interceptor class name
- */
- public static void setInterceptorClass(String className)
- {
- delegate.setInterceptorClass(className);
- }
-
- /**
- * If true, only one instance will be created of the interceptor for all sessions, if false, a
- * new - and thus thread safe - instance will be created for session.
- *
- * @return boolean
- */
- public static boolean isSingleInterceptor()
- {
- return delegate.isSingleInterceptor();
- }
-
- /**
- * If true, only one instance will be created of the interceptor for
- * all sessions, if false, a new - and thus thread safe - instance
- * will be created for session.
- *
- * @param b If true, only one instance will be created of the interceptor for
- * all sessions, if false, a new - and thus thread safe - instance
- * will be created for session
- */
- public static void setSingleInterceptor(boolean b)
- {
- delegate.setSingleInterceptor(b);
- }
-
- /**
- * Get the concrete instance of helper delegate.
- *
- * @return HibernateHelperDelegate the concrete instance of helper delegate
- */
- public static HibernateHelperDelegate getDelegate()
- {
- return delegate;
- }
-}
diff --git a/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateHelperDelegate.java b/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateHelperDelegate.java
deleted file mode 100644
index 74671d1..0000000
--- a/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateHelperDelegate.java
+++ /dev/null
@@ -1,132 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package nl.openedge.util.hibernate;
-
-import net.sf.hibernate.HibernateException;
-import net.sf.hibernate.Session;
-import net.sf.hibernate.SessionFactory;
-import net.sf.hibernate.cfg.Configuration;
-
-import java.net.URL;
-
-/**
- * Interface for implementing the behaviour of HibernateHelper.
- * @author Eelco Hillenius
- */
-public interface HibernateHelperDelegate
-{
- /**
- * initialise.
- * @throws ConfigException when an exception occurs during initialization
- */
- void init() throws ConfigException;
-
- /**
- * Get session for this Thread.
- *
- * @return an appropriate Session object
- * @throws HibernateException when an unexpected Hibernate exception occurs
- */
- Session getSession() throws HibernateException;
-
- /**
- * close session for this Thread.
- * @throws HibernateException when an unexpected Hibernate exception occurs
- */
- void closeSession() throws HibernateException;
-
- /**
- * disconnect session and remove from threadlocal for this Thread.
- * @throws HibernateException when an unexpected Hibernate exception occurs
- */
- void disconnectSession() throws HibernateException;
-
- /**
- * set current session.
- *
- * @param session
- * hibernate session
- * @param actionForCurrentSession
- * one of the constants HibernateHelperThreadLocaleImpl.ACTION_CLOSE close current
- * session HibernateHelperThreadLocaleImpl.ACTION_DISCONNECT disconnect current
- * session
- */
- void setSession(Session session, int actionForCurrentSession);
-
- /**
- * @return the hibernate session factory
- */
- SessionFactory getSessionFactory();
-
- /**
- * Set the session factory.
- * @param factory the session factory
- */
- void setSessionFactory(SessionFactory factory);
-
- /**
- * Get the configuration URL.
- * @return URL the configuration url
- */
- URL getConfigURL();
-
- /**
- * Set the configuration URL.
- * @param url the configuration URL
- */
- void setConfigURL(URL url);
-
- /**
- * @return Configuration
- */
- Configuration getConfiguration();
-
- /**
- * get factory level interceptor class name.
- *
- * @return String factory level interceptor class name
- */
- String getInterceptorClass();
-
- /**
- * set factory level interceptor class name.
- *
- * @param className
- * factory level interceptor class name
- */
- void setInterceptorClass(String className);
-
- /**
- * If true, only one instance will be created of the interceptor for all sessions, if false, a
- * new - and thus thread safe - instance will be created for session.
- *
- * @return boolean
- */
- boolean isSingleInterceptor();
-
- /**
- * If true, only one instance will be created of the interceptor for all sessions,
- * if false, a new - and thus thread safe - instance will be created for session.
- *
- * @param b If true, only one instance will be created of the interceptor
- * for all sessions, if false, a new - and thus thread safe - instance will
- * be created for session
- */
- void setSingleInterceptor(boolean b);
-}
diff --git a/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateHelperThreadLocaleImpl.java b/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateHelperThreadLocaleImpl.java
deleted file mode 100644
index 51cefe3..0000000
--- a/wicket-examples/src/java/nl/openedge/util/hibernate/HibernateHelperThreadLocaleImpl.java
+++ /dev/null
@@ -1,466 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package nl.openedge.util.hibernate;
-
-import net.sf.hibernate.FlushMode;
-import net.sf.hibernate.HibernateException;
-import net.sf.hibernate.Interceptor;
-import net.sf.hibernate.Session;
-import net.sf.hibernate.SessionFactory;
-import net.sf.hibernate.cfg.Configuration;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-import java.net.URL;
-
-/**
- * Manages a hibernate session with ThreadLocal.
- *
- * @author Eelco Hillenius
- */
-public class HibernateHelperThreadLocaleImpl implements HibernateHelperDelegate
-{
- /** Log. */
- private static Log log = LogFactory.getLog(HibernateHelperThreadLocaleImpl.class);
-
- /**
- * The FlushMode for the Hibernate session default COMMIT, see Hibernate documentation for other
- * values.
- */
- private static FlushMode flushMode = FlushMode.COMMIT;
-
- /** whether this delegate is initialised yet. */
- private static boolean initialised = false;
-
- /**
- * Holds the current hibernate session, if one has been created.
- */
- private static ThreadLocal hibernateHolder = new ThreadLocal();
-
- /**
- * Hibernate session factory.
- */
- private static SessionFactory factory;
-
- /**
- * config url.
- */
- private static URL configURL = null;
-
- /**
- * Hibernate configuration object.
- */
- private static Configuration configuration = null;
-
- /**
- * factory level interceptor class.
- */
- private static Class interceptorClass;
-
- /**
- * class name of the interceptor.
- */
- private static String interceptorClassName;
-
- /**
- * If true, only one instance will be created of the interceptor for all sessions, if false, a
- * new - and thus thread safe - instance will be created for session.
- */
- private static boolean singleInterceptor;
-
- /** if singleInterceptor == true, this will be the instance that is used for
- * all sessions. */
- private static Interceptor staticInterceptor;
-
- /**
- * initialise.
- * @throws ConfigException when this delegate could not be properly initialized
- */
- public void init() throws ConfigException
- {
- if (!initialised)
- {
- initialised = true;
-
- // Initialize hibernate
- // configure; load mappings
- configuration = new Configuration();
-
- try
- {
- if (configURL != null)
- {
- configuration.configure(configURL);
- }
- else
- {
- configuration.configure();
- }
-
- // build a SessionFactory
- factory = configuration.buildSessionFactory();
- }
- catch (HibernateException e)
- {
- log.error(e.getMessage(), e);
- throw new ConfigException(e);
- }
- }
- }
-
- /**
- * Get session for this Thread.
- *
- * @return an appropriate Session object
- * @throws HibernateException when an unexpected Hibernate exception occurs
- */
- public Session getSession()
- throws HibernateException
- {
- Session sess = (Session) hibernateHolder.get();
-
- if ((sess == null) && (factory != null))
- {
- if (interceptorClass != null)
- {
- Interceptor interceptor = null;
-
- try
- {
- interceptor = getInterceptorInstance(interceptorClass);
- }
- catch (InstantiationException e)
- {
- log.error(e.getMessage(), e);
- throw new HibernateException(e);
- }
- catch (IllegalAccessException e)
- {
- log.error(e.getMessage(), e);
- throw new HibernateException(e);
- }
-
- sess = factory.openSession(interceptor);
- }
- else
- {
- sess = factory.openSession();
- }
-
- hibernateHolder.set(sess);
- sess.setFlushMode(flushMode);
- }
-
- return sess;
- }
-
- /**
- * close session for this Thread.
- * @throws HibernateException when an unexpected Hibernate exception occurs
- */
- public void closeSession()
- throws HibernateException
- {
- Session sess = (Session) hibernateHolder.get();
-
- if (sess != null)
- {
- hibernateHolder.set(null);
-
- try
- {
- sess.close();
- }
- catch (HibernateException ex)
- {
- log.error(ex);
- }
- }
- }
-
- /**
- * disconnect session and remove from threadlocal for this Thread.
- * @throws HibernateException when an unexpected Hibernate exception occurs
- */
- public void disconnectSession()
- throws HibernateException
- {
- Session sess = (Session) hibernateHolder.get();
-
- if (sess != null)
- {
- hibernateHolder.set(null);
-
- try
- {
- sess.disconnect();
- }
- catch (HibernateException ex)
- {
- log.error(ex);
- }
- }
- }
-
- /**
- * set current session.
- *
- * @param session
- * hibernate session
- * @param actionForCurrentSession
- * one of the constants HibernateHelperThreadLocaleImpl.ACTION_CLOSE close current
- * session HibernateHelperThreadLocaleImpl.ACTION_DISCONNECT disconnect current
- * session
- */
- public void setSession(Session session, int actionForCurrentSession)
- {
- Session sess = (Session) hibernateHolder.get();
-
- if (sess != null)
- {
- if (actionForCurrentSession == HibernateHelper.ACTION_CLOSE)
- {
- try
- {
- sess.close();
- }
- catch (HibernateException ex)
- {
- log.error(ex);
- }
- }
- else if (actionForCurrentSession == HibernateHelper.ACTION_DISCONNECT)
- {
- try
- {
- sess.disconnect();
- }
- catch (HibernateException ex)
- {
- log.error(ex);
- }
- }
- else
- {
- throw new RuntimeException("invallid action "
- + actionForCurrentSession);
- }
- }
-
- hibernateHolder.set(session);
- }
-
- /**
- * @see nl.openedge.util.hibernate.HibernateHelperDelegate#getSessionFactory()
- */
- public SessionFactory getSessionFactory()
- {
- return factory;
- }
-
- /**
- * @see nl.openedge.util.hibernate.HibernateHelperDelegate#setSessionFactory(net.sf.hibernate.SessionFactory)
- */
- public void setSessionFactory(SessionFactory theFactory)
- {
- factory = theFactory;
- }
-
- /**
- * @see nl.openedge.util.hibernate.HibernateHelperDelegate#getConfigURL()
- */
- public URL getConfigURL()
- {
- return configURL;
- }
-
- /**
- * @see nl.openedge.util.hibernate.HibernateHelperDelegate#setConfigURL(java.net.URL)
- */
- public void setConfigURL(URL url)
- {
- configURL = url;
- }
-
- /**
- * @see nl.openedge.util.hibernate.HibernateHelperDelegate#getConfiguration()
- */
- public Configuration getConfiguration()
- {
- return configuration;
- }
-
- /**
- * Sets the FlushMode used for the session. Default FlushMode.COMMIT See the Hibernate
- * documentation on different FlushModes.
- *
- * @param mode
- * the new FlushMode.
- */
- public void setFlushMode(FlushMode mode)
- {
- flushMode = mode;
- }
-
- /**
- * Return the current FlushMode.
- *
- * @return FlushMode the current flush mode
- */
- public FlushMode getFlushMode()
- {
- return flushMode;
- }
-
- /**
- * get factory level interceptor class name.
- *
- * @return String factory level interceptor class name
- */
- public String getInterceptorClass()
- {
- return interceptorClassName;
- }
-
- /**
- * set factory level interceptor class name.
- *
- * @param className
- * factory level interceptor class name
- */
- public void setInterceptorClass(String className)
- {
- // reset
- interceptorClassName = null;
- interceptorClass = null;
- staticInterceptor = null;
-
- // try first
- Interceptor instance = null;
- ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
-
- if (classLoader == null)
- {
- classLoader = HibernateHelperThreadLocaleImpl.class.getClassLoader();
- }
-
- Class clazz = null;
-
- try
- {
- clazz = classLoader.loadClass(className);
- instance = getInterceptorInstance(clazz);
- log.info("set hibernate interceptor to " + className
- + "; singleInterceptor == " + singleInterceptor);
- }
- catch (ClassNotFoundException e)
- {
- log.error(e.getMessage(), e);
- throw new RuntimeException(e);
- }
- catch (InstantiationException e)
- {
- log.error(e.getMessage(), e);
- throw new RuntimeException(e);
- }
- catch (IllegalAccessException e)
- {
- log.error(e.getMessage(), e);
- throw new RuntimeException(e);
- }
-
- interceptorClassName = className;
- interceptorClass = clazz;
- }
-
- /**
- * create a new instance of the interceptor with the provided class or, if singleInterceptor ==
- * true, the singleton instance (which will be created if it did not yet exist).
- *
- * @param clazz
- * class of interceptor
- * @return Interceptor new or singleton instance of Interceptor
- * @throws IllegalAccessException see exc doc
- * @throws InstantiationException see exc doc
- */
- protected Interceptor getInterceptorInstance(Class clazz)
- throws InstantiationException, IllegalAccessException
- {
- if (singleInterceptor)
- {
- synchronized (HibernateHelperThreadLocaleImpl.class)
- {
- if (staticInterceptor == null)
- {
- staticInterceptor = (Interceptor) clazz.newInstance();
- }
-
- return staticInterceptor;
- }
- }
- else
- {
- return (Interceptor) clazz.newInstance();
- }
- }
-
- /**
- * If true, only one instance will be created of the interceptor for all sessions, if false, a
- * new - and thus thread safe - instance will be created for session.
- *
- * @return boolean
- */
- public boolean isSingleInterceptor()
- {
- return singleInterceptor;
- }
-
- /**
- * If true, only one instance will be created of the interceptor for all
- * sessions, if false, a new - and thus thread safe - instance will be
- * created for session.
- *
- * @param b If true, only one instance will be created of the interceptor for all
- * sessions, if false, a new - and thus thread safe - instance will be
- * created for session.
- */
- public void setSingleInterceptor(boolean b)
- {
- singleInterceptor = b;
- }
-
- /**
- * Get hibernateHolder.
- * @return the hibernateHolder.
- */
- public static ThreadLocal getHibernateHolder()
- {
- return hibernateHolder;
- }
-
- /**
- * Set hibernateHolder.
- * @param hibernateHolder hibernateHolder to set.
- */
- public static void setHibernateHolder(ThreadLocal hibernateHolder)
- {
- HibernateHelperThreadLocaleImpl.hibernateHolder = hibernateHolder;
- }
-}
diff --git a/wicket-examples/src/java/nl/openedge/util/hibernate/URLHelper.java b/wicket-examples/src/java/nl/openedge/util/hibernate/URLHelper.java
deleted file mode 100644
index 1a07569..0000000
--- a/wicket-examples/src/java/nl/openedge/util/hibernate/URLHelper.java
+++ /dev/null
@@ -1,167 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package nl.openedge.util.hibernate;
-
-import javax.servlet.ServletContext;
-
-import java.net.MalformedURLException;
-import java.net.URL;
-
-/**
- * Helper class for interpreting url locations.
- *
- * @author Eelco Hillenius
- */
-public final class URLHelper
-{
- /**
- * Hidden constructor (utility class).
- */
- private URLHelper()
- {
- // no nada
- }
-
- /**
- * Interprets some absolute URLs as external paths or from classpath.
- *
- * @param path
- * path to translate
- * @param caller
- * caller class of method
- * @return URL the converted URL
- * @throws MalformedURLException
- * when the path does not follow the URL rules
- */
- public static URL convertToURL(String path, Class caller)
- throws MalformedURLException
- {
- return convertToURL(path, caller, null);
- }
-
- /**
- * Interprets some absolute URLs as external paths, otherwise generates URL appropriate for
- * loading from internal webapp or, servletContext is null, loading from the classpath.
- *
- * @param pathToTranslate
- * path to translate
- * @param caller
- * caller of method
- * @param servletContext
- * servlet context of webapp
- * @throws MalformedURLException
- * when the path does not follow the URL rules
- * @return the converted URL
- */
- public static URL convertToURL(String pathToTranslate, Class caller,
- ServletContext servletContext)
- throws MalformedURLException
- {
- String path = pathToTranslate;
- URL url = null;
-
- if (path.startsWith("file:") || path.startsWith("http:")
- || path.startsWith("https:") || path.startsWith("ftp:")
- || path.startsWith("jar:"))
- {
- url = new URL(path);
- }
- else if (servletContext != null)
- {
- url = getServletContextURL(servletContext, path);
- }
- else
- {
- url = getClasspathURL(caller, path);
- }
-
- return url;
- }
-
- /**
- * @param servletContext
- * the servlet context
- * @param pathToTranslate
- * the path to translate
- * @return URL the URL as a resource from the servlet context
- * @throws MalformedURLException
- * when the path does not follow the URL rules
- */
- private static URL getServletContextURL(ServletContext servletContext,
- String pathToTranslate)
- throws MalformedURLException
- {
- String path = pathToTranslate;
- URL url;
-
- // Quick sanity check
- if (!path.startsWith("/"))
- {
- path = "/" + path;
- }
-
- url = servletContext.getResource(path);
-
- return url;
- }
-
- /**
- * @param caller
- * class of the caller
- * @param path
- * the path to get the URL for
- * @return the URL as a resource from the classpath
- */
- private static URL getClasspathURL(Class caller, String path)
- {
- URL url;
- ClassLoader clsLoader = Thread.currentThread().getContextClassLoader();
-
- if (clsLoader == null)
- {
- if (caller != null)
- {
- url = caller.getResource(path);
- }
- else
- {
- url = ClassLoader.getSystemResource(path);
- }
- }
- else
- {
- url = clsLoader.getResource(path);
-
- // fallthrough
- if (url == null)
- {
- if (caller != null)
- {
- url = caller.getResource(path);
- }
- else
- {
- url = ClassLoader.getSystemResource(path);
- }
- }
- }
-
- return url;
- }
-}
diff --git a/wicket-examples/src/java/nl/openedge/util/hibernate/package.html b/wicket-examples/src/java/nl/openedge/util/hibernate/package.html
deleted file mode 100644
index 8a6205b..0000000
--- a/wicket-examples/src/java/nl/openedge/util/hibernate/package.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 3.2 Final//NL">
-<html>
-<head>
-<title>nl.openedge.util.hibernate package</title>
-</head>
-<body>
-Hibernate specific helper classes.
-(NOTE: this package was pulled out of the OpenEdge Util project, which is open source,
-but not publicly available at this time. If you are interested in the complete project,
-send an email to eelco dot hillenius at openedge dot nl)
-</body>
-</html>
\ No newline at end of file
diff --git a/wicket-examples/src/java/pub/Beer.gif b/wicket-examples/src/java/pub/Beer.gif
deleted file mode 100644
index a9cd869..0000000
--- a/wicket-examples/src/java/pub/Beer.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/java/pub/Beer_en_CA.gif b/wicket-examples/src/java/pub/Beer_en_CA.gif
deleted file mode 100644
index 65e9df3..0000000
--- a/wicket-examples/src/java/pub/Beer_en_CA.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/java/pub/Home.html b/wicket-examples/src/java/pub/Home.html
deleted file mode 100644
index 3901fde..0000000
--- a/wicket-examples/src/java/pub/Home.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<body>
-
- <span id = "wcn-salutation">Salutation</span>
- <p>
- This is tooootally the best beer you can get for under a buck.
- <p>
- <img id = "wcn-beer" src = "Beer.gif">
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/pub/Home.java b/wicket-examples/src/java/pub/Home.java
deleted file mode 100644
index 4eb9b8f..0000000
--- a/wicket-examples/src/java/pub/Home.java
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package pub;
-
-import java.util.Locale;
-import com.voicetribe.util.value.ValueMap;
-import com.voicetribe.wicket.Model;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.Session;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.image.Image;
-
-/**
- * Demonstrates localization.
- * @author Jonathan Locke
- */
-public final class Home extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters Page parameters (ignored since this is the home page)
- */
- public Home(final PageParameters parameters)
- {
- add(new Image("beer"));
-
- ValueMap map = new ValueMap();
-
- map.put("user", "Jonathan");
- add(new Label("salutation",
- getLocalizer().getString("salutation", this, new Model(map))));
- }
-
- /**
- * @see com.voicetribe.wicket.Container#handleRender(com.voicetribe.wicket.RequestCycle)
- */
- protected void handleRender(final RequestCycle cycle)
- {
- super.handleRender(cycle);
-
- final Session session = cycle.getSession();
-
- if (session.getLocale() != Locale.CANADA)
- {
- session.setLocale(Locale.CANADA);
- }
- else
- {
- session.setLocale(Locale.US);
- }
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/pub/Home.properties b/wicket-examples/src/java/pub/Home.properties
deleted file mode 100644
index 98e92cb..0000000
--- a/wicket-examples/src/java/pub/Home.properties
+++ /dev/null
@@ -1 +0,0 @@
-salutation=${user}, dude!
diff --git a/wicket-examples/src/java/pub/Home_en_CA.html b/wicket-examples/src/java/pub/Home_en_CA.html
deleted file mode 100644
index f3c32b7..0000000
--- a/wicket-examples/src/java/pub/Home_en_CA.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<body>
-
- <span id = "wcn-salutation">Salutation</span>
- <p>
- Super beer for a Looney, eh?
- <p>
- <img id = "wcn-beer" src = "Beer.gif">
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/pub/Home_en_CA.properties b/wicket-examples/src/java/pub/Home_en_CA.properties
deleted file mode 100644
index c6f46ab..0000000
--- a/wicket-examples/src/java/pub/Home_en_CA.properties
+++ /dev/null
@@ -1 +0,0 @@
-salutation=Welcome to the Great White North, ${user}!
diff --git a/wicket-examples/src/java/pub/PubApplication.java b/wicket-examples/src/java/pub/PubApplication.java
deleted file mode 100644
index 5e97e92..0000000
--- a/wicket-examples/src/java/pub/PubApplication.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package pub;
-
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * HttpApplication class for linkomatic example.
- * @author Jonathan Locke
- */
-public class PubApplication extends WebApplication
-{
- public PubApplication()
- {
- getSettings().setHomePage(Home.class);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin/AuthenticatedHtmlPage.java b/wicket-examples/src/java/signin/AuthenticatedHtmlPage.java
deleted file mode 100644
index 8ee08d1..0000000
--- a/wicket-examples/src/java/signin/AuthenticatedHtmlPage.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package signin;
-
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-
-/**
- *
- * @author Jonathan Locke
- */
-public class AuthenticatedHtmlPage extends HtmlPage
-{
- /**
- * @see com.voicetribe.wicket.Page#checkAccess(com.voicetribe.wicket.RequestCycle)
- */
- protected boolean checkAccess(RequestCycle cycle)
- {
- // Is a user signed into this cycle's session?
- boolean signedIn = cycle.getSession().getProperty("signin.user") != null;
-
- // If nobody is signed in
- if (!signedIn)
- {
- // redirect request to SignIn page
- cycle.redirectToInterceptPage(SignIn.class);
- }
-
- // Return true if someone is signed in and access is okay
- return signedIn;
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin/Home.html b/wicket-examples/src/java/signin/Home.html
deleted file mode 100644
index 35fde04..0000000
--- a/wicket-examples/src/java/signin/Home.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-<body>
-
- Welcome!
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/signin/Home.java b/wicket-examples/src/java/signin/Home.java
deleted file mode 100644
index 39b3af6..0000000
--- a/wicket-examples/src/java/signin/Home.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package signin;
-
-import com.voicetribe.wicket.PageParameters;
-
-/**
- * Simple home page.
- * @author Jonathan Locke
- */
-public class Home extends AuthenticatedHtmlPage
-{
- /**
- * Constructor
- * @param parameters Page parameters (ignored since this is the home page)
- */
- public Home(final PageParameters parameters)
- {
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin/SignIn.html b/wicket-examples/src/java/signin/SignIn.html
deleted file mode 100644
index b1f769d..0000000
--- a/wicket-examples/src/java/signin/SignIn.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-<body>
- <span id = "wcn-feedback"/>
- <p>
- <form id = "wcn-signInForm">
- <table>
- <tr>
- <th align = "right">Username:</th>
- <td>
- <input id = "wcn-username" type = "text" value = "foo@goo.moo" size = "30"/>
- </td>
- </tr>
- <tr>
- <th alight = "right">Password:</th>
- <td>
- <input id = "wcn-password" type = "password" value = "password" hidden = "1" size="30"/>
- </td>
- </tr>
- <tr>
- <th></th>
- <td>
- <input type = "submit" value = "Sign In"/>
- </td>
- </tr>
- </table>
- </form>
-</body>
-</html>
diff --git a/wicket-examples/src/java/signin/SignIn.java b/wicket-examples/src/java/signin/SignIn.java
deleted file mode 100644
index f615a70..0000000
--- a/wicket-examples/src/java/signin/SignIn.java
+++ /dev/null
@@ -1,100 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package signin;
-
-import com.voicetribe.util.value.ValueMap;
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.form.Form;
-import com.voicetribe.wicket.markup.html.form.PasswordTextField;
-import com.voicetribe.wicket.markup.html.form.TextField;
-import com.voicetribe.wicket.markup.html.panel.FeedbackPanel;
-
-/**
- * Simple example of a sign in page.
- * @author Jonathan Locke
- */
-public final class SignIn extends HtmlPage
-{
- /**
- * Constructor
- * @param parameters The page parameters
- */
- public SignIn(final PageParameters parameters)
- {
- // Create feedback panel and add to page
- final FeedbackPanel feedback = new FeedbackPanel("feedback");
-
- add(feedback);
-
- // Add sign-in form to page, passing feedback panel as validation error handler
- add(new SignInForm("signInForm", feedback));
- }
-
- /**
- * Sign in form
- * @author Jonathan Locke
- */
- public final class SignInForm extends Form
- {
- // El-cheapo model for form
- private final ValueMap properties = new ValueMap();
-
- /**
- * Constructor
- * @param componentName Name of the form component
- * @param feedback The feedback panel to update
- */
- public SignInForm(final String componentName,
- final FeedbackPanel feedback)
- {
- super(componentName, feedback);
-
- // Attach textfield components that edit properties map model
- add(new TextField("username", properties, "username"));
- add(new PasswordTextField("password", properties, "password"));
- }
-
- /**
- * @see com.voicetribe.wicket.markup.html.form.Form#handleSubmit(com.voicetribe.wicket.RequestCycle)
- */
- public final void handleSubmit(final RequestCycle cycle)
- {
- // Sign the user in
- if (properties.getString("username").equals("jonathan")
- && properties.getString("password").equals("password"))
- {
- cycle.getSession().setProperty("signin.user", "jonathan");
-
- if (!cycle.continueToOriginalDestination())
- {
- cycle.setPage(new Home(PageParameters.NULL));
- }
- }
- else
- {
- // Form method that will notify feedback panel
- errorMessage("Couldn't sign you in");
- }
- }
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin/SignInApplication.java b/wicket-examples/src/java/signin/SignInApplication.java
deleted file mode 100644
index 9879a2c..0000000
--- a/wicket-examples/src/java/signin/SignInApplication.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package signin;
-
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * Forms example.
- * @author Jonathan Locke
- */
-public final class SignInApplication extends WebApplication
-{
- /**
- * Constructor.
- */
- public SignInApplication()
- {
- getSettings().setHomePage(Home.class);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin2/AuthenticatedHtmlPage.java b/wicket-examples/src/java/signin2/AuthenticatedHtmlPage.java
deleted file mode 100644
index 73df3ba..0000000
--- a/wicket-examples/src/java/signin2/AuthenticatedHtmlPage.java
+++ /dev/null
@@ -1,47 +0,0 @@
-///////////////////////////////////////////////////////////////////////////////////
-//
-// Created Jun 25, 2004
-//
-// Copyright 2004, Jonathan W. Locke
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-package signin2;
-
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-
-/**
- * Base class to check access to a page. If user is not logged in,
- * redirect to the log-in page.
- *
- * @author Jonathan Locke
- */
-public class AuthenticatedHtmlPage extends HtmlPage
-{
- /**
- * @see com.voicetribe.wicket.Page#checkAccess(com.voicetribe.wicket.RequestCycle)
- */
- protected boolean checkAccess(RequestCycle cycle)
- {
- boolean signedIn = cycle.getSession().getProperty("signin2.user") != null;
- if (!signedIn)
- {
- cycle.redirectToInterceptPage(SignIn2.class);
- }
- return signedIn;
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin2/Home.html b/wicket-examples/src/java/signin2/Home.html
deleted file mode 100644
index cc3bc1c..0000000
--- a/wicket-examples/src/java/signin2/Home.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-<body>
-
- Welcome!
- <br/>
- <br/>
- <a id="wcn-[autolink]" href="Logout.html">Logout</a>
-</body>
-</html>
diff --git a/wicket-examples/src/java/signin2/Home.java b/wicket-examples/src/java/signin2/Home.java
deleted file mode 100644
index 96f7c25..0000000
--- a/wicket-examples/src/java/signin2/Home.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package signin2;
-
-import com.voicetribe.wicket.PageParameters;
-
-/**
- * Simple home page.
- * @author Jonathan Locke
- */
-public class Home extends AuthenticatedHtmlPage
-{
- /**
- * Constructor
- * @param parameters Page parameters (ignored since this is the home page)
- */
- public Home(final PageParameters parameters)
- {
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin2/Logout.html b/wicket-examples/src/java/signin2/Logout.html
deleted file mode 100644
index 9f30a4c..0000000
--- a/wicket-examples/src/java/signin2/Logout.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-<body>
-<p>
-User information will be deleted, if persisted, when you proceed to
-the home page.
-</p>
-<a id="wcn-[autolink]" href="Home.html">Home</a>
-</body>
-</html>
diff --git a/wicket-examples/src/java/signin2/Logout.java b/wicket-examples/src/java/signin2/Logout.java
deleted file mode 100644
index 2db7c37..0000000
--- a/wicket-examples/src/java/signin2/Logout.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package signin2;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-
-/**
- * Simple home page.
- * @author Jonathan Locke
- */
-public class Logout extends AuthenticatedHtmlPage
-{
- /**
- * Constructor
- * @param parameters Page parameters (ignored since this is the home page)
- */
- public Logout(final PageParameters parameters)
- {
- }
-
- /**
- * @see com.voicetribe.wicket.Page#checkAccess(com.voicetribe.wicket.RequestCycle)
- */
- protected boolean checkAccess(RequestCycle cycle)
- {
- SignIn2.logout(cycle);
- return true;
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin2/SignIn2.html b/wicket-examples/src/java/signin2/SignIn2.html
deleted file mode 100644
index c3d9270..0000000
--- a/wicket-examples/src/java/signin2/SignIn2.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-<body>
-
- <span id = "wcn-signInPanel"/>
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/signin2/SignIn2.java b/wicket-examples/src/java/signin2/SignIn2.java
deleted file mode 100644
index 4846173..0000000
--- a/wicket-examples/src/java/signin2/SignIn2.java
+++ /dev/null
@@ -1,76 +0,0 @@
-///////////////////////////////////////////////////////////////////////////////////
-//
-// Created May 21, 2004
-//
-// Copyright 2004, Jonathan W. Locke
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-package signin2;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.panel.SignInPanel;
-
-
-/**
- * Simple example of a sign in page. It extends SignInPage, a
- * base class which provide standard functionality for
- * typical log-in pages
- *
- * @author Jonathan Locke
- */
-public final class SignIn2 extends SignInPage
-{
- /**
- * Constructor
- * @param parameters The page parameters
- */
- public SignIn2(final PageParameters parameters)
- {
- super(new SignIn2Panel("signInPanel")
- {
- public String signIn(RequestCycle cycle, String username, String password)
- {
- // Sign the user in
- if (username.equals("jonathan") && password.equals("password"))
- {
- // successfully signed in.
- cycle.getSession().setProperty("signin2.user", "jonathan");
-
- // Depending on user's choice, remember me or not
- this.setPersistent(this.getRememberMe());
- return null;
- }
-
- // error
- return "Couldn't sign you in";
- }
- });
- }
-
- /**
- *
- * @param cycle
- */
- public static void logout(final RequestCycle cycle)
- {
- SignInPage.logout(cycle);
-
- // Remove persisted user data
- new SignIn2(null).removePersistedFormData(cycle, SignInPanel.SignInForm.class, true);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin2/SignIn2Application.java b/wicket-examples/src/java/signin2/SignIn2Application.java
deleted file mode 100644
index 6e199d7..0000000
--- a/wicket-examples/src/java/signin2/SignIn2Application.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package signin2;
-
-import com.voicetribe.util.time.Duration;
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * Forms example.
- * @author Jonathan Locke
- */
-public final class SignIn2Application extends WebApplication
-{
- /**
- * Constructor.
- */
- public SignIn2Application()
- {
- getSettings().setHomePage(Home.class);
-
- Duration pollFreq = Duration.ONE_SECOND;
- getSettings().setResourcePollFrequency(pollFreq);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin2/SignIn2Panel.html b/wicket-examples/src/java/signin2/SignIn2Panel.html
deleted file mode 100644
index eef5682..0000000
--- a/wicket-examples/src/java/signin2/SignIn2Panel.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<html>
-<body>
- <span wcn="[panel]">
- <span wcn="feedback"/>
- <form wcn="signInForm">
- <table>
- <tr>
- <th align="right">Username:</th>
- <td>
- <input wcn="username" type="text" value="foo@goo.moo" size="30"/>
- </td>
- </tr>
- <tr>
- <th align="right">Password:</th>
- <td>
- <input wcn="password" type="password" value="password" size="30"/>
- </td>
- </tr>
- <tr>
- <td></td>
- <td> <input id="wcn-rememberMe" type="checkbox" /> Remember Me </td>
- </tr>
- <tr>
- <th></th>
- <td>
- <input type="submit" value="Sign In"/>
- <input type="reset" value="Reset"/>
- </td>
- </tr>
- </table>
- </form>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/signin2/SignIn2Panel.java b/wicket-examples/src/java/signin2/SignIn2Panel.java
deleted file mode 100644
index 080fd89..0000000
--- a/wicket-examples/src/java/signin2/SignIn2Panel.java
+++ /dev/null
@@ -1,74 +0,0 @@
-///////////////////////////////////////////////////////////////////////////////////
-//
-// Created Jun 26, 2004
-//
-// Copyright 2004, Jonathan W. Locke
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-package signin2;
-
-import com.voicetribe.wicket.markup.html.form.CheckBox;
-import com.voicetribe.wicket.markup.html.form.Form;
-import com.voicetribe.wicket.markup.html.panel.SignInPanel;
-
-/**
- * Extends standard SignInPanel with a rememberMe checkbox
- *
- * @author Juergen Donnerstag
- */
-public abstract class SignIn2Panel extends SignInPanel
-{
- // rememberMe enabled or not
- private boolean rememberMe = true;
-
- /**
- * Constructor
- * @param componentName
- */
- public SignIn2Panel(String componentName)
- {
- super(componentName);
-
- // get singInForm created by base class
- Form form = (Form) get("signInForm");
-
- // add rememberMe checkbox
- form.add(new CheckBox("rememberMe", this, "rememberMe"));
-
- // set default persistence
- this.setPersistent(this.getRememberMe());
- }
-
- /**
- * Get model object of the rememberMe checkbox
- * @return
- */
- public boolean getRememberMe()
- {
- return rememberMe;
- }
-
- /**
- * Set model object for rememberMe checkbox
- * @param rememberMe
- */
- public void setRememberMe(boolean rememberMe)
- {
- this.rememberMe = rememberMe;
- this.setPersistent(rememberMe);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/signin2/SignIn2Panel_de_DE.html b/wicket-examples/src/java/signin2/SignIn2Panel_de_DE.html
deleted file mode 100644
index 054e8d6..0000000
--- a/wicket-examples/src/java/signin2/SignIn2Panel_de_DE.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<html>
-<body>
- <span wcn="[panel]">
- <span wcn="feedback"/>
- <form wcn="signInForm">
- <table>
- <tr>
- <th align="right">Benutzername:</th>
- <td>
- <input wcn="username" type="text" value="foo@goo.moo" size="30"/>
- </td>
- </tr>
- <tr>
- <th align="right">Passwort:</th>
- <td>
- <input wcn="password" type="password" value="password" size="30"/>
- </td>
- </tr>
- <tr>
- <td></td>
- <td> <input id="wcn-rememberMe" type="checkbox" /> Remember Me </td>
- </tr>
- <tr>
- <th></th>
- <td>
- <input type="submit" value="Anmelden"/>
- <input type="reset" value="Reset"/>
- </td>
- </tr>
- </table>
- </form>
- </span>
-</body>
-</html>
diff --git a/wicket-examples/src/java/signin2/SignInPage.java b/wicket-examples/src/java/signin2/SignInPage.java
deleted file mode 100644
index 0f2ed13..0000000
--- a/wicket-examples/src/java/signin2/SignInPage.java
+++ /dev/null
@@ -1,85 +0,0 @@
-///////////////////////////////////////////////////////////////////////////////////
-//
-// Created May 21, 2004
-//
-// Copyright 2004, Jonathan W. Locke
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-package signin2;
-
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.panel.SignInPanel;
-import com.voicetribe.wicket.protocol.http.HttpSession;
-
-
-/**
- * Abstract base class for a typical login page
- *
- * @author Juergen Donnerstag
- */
-public abstract class SignInPage extends HtmlPage
-{
- private final SignInPanel signInPanel;
-
- /**
- *
- * Constructor
- * @param parameters The page parameters
- */
- protected SignInPage(SignInPanel signInPanel)
- {
- super();
- this.signInPanel = signInPanel;
- add(signInPanel);
- }
-
- /**
- * @see com.voicetribe.wicket.Page#checkAccess(com.voicetribe.wicket.RequestCycle)
- */
- protected boolean checkAccess(RequestCycle cycle) {
- // Log the user in
- if (null == signInPanel.signIn(cycle, signInPanel.getUsername(), signInPanel.getPassword()))
- {
- // Login successfull
- if (cycle.continueToOriginalDestination())
- {
- // Page successfully redirected. No need to render page.
- return HtmlPage.ACCESS_DENIED;
- }
- }
-
- return HtmlPage.ACCESS_ALLOWED;
- }
-
- /**
- * Log user out
- *
- * @param cycle
- */
- public static void logout(final RequestCycle cycle)
- {
- try
- {
- ((HttpSession)cycle.getSession()).getHttpServletSession().invalidate();
- }
- catch (IllegalStateException e)
- {
- ; // ignore
- }
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/upload/UploadApplication.java b/wicket-examples/src/java/upload/UploadApplication.java
deleted file mode 100644
index 004947f..0000000
--- a/wicket-examples/src/java/upload/UploadApplication.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package upload;
-
-import com.voicetribe.util.time.Duration;
-import com.voicetribe.wicket.WebApplication;
-
-/**
- * HttpApplication class for upload example.
- * @author Eelco Hillenius
- */
-public class UploadApplication extends WebApplication
-{
- /**
- * Constructor.
- */
- public UploadApplication()
- {
- getSettings().setHomePage(UploadPage.class);
- Duration pollFreq = Duration.ONE_SECOND;
- getSettings().setResourcePollFrequency(pollFreq);
- }
-}
-
-///////////////////////////////// End of File /////////////////////////////////
diff --git a/wicket-examples/src/java/upload/UploadPage.html b/wicket-examples/src/java/upload/UploadPage.html
deleted file mode 100644
index 89f88d2..0000000
--- a/wicket-examples/src/java/upload/UploadPage.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-<html>
-<body>
-
- <form id="wcn-upload">
- <fieldset>
- <legend>File Upload</legend>
- <label for="fileName">name</label>
- <input id="wcn-fileName" type="text" size="20"/>
- <label for="upload">file</label>
- <input name="upload" type="file"/>
- <input type="submit" value="upload"/>
- </fieldset>
- </form>
-
- <div>
- <h4>current files (directory <span id="wcn-dir">(dir)</span>):</h4>
- <table>
- <tr id="wcn-fileList">
- <td width="200"><span id="wcn-file">(file)</span></td>
- <td><a href="#" id="wcn-delete"><img src="delete.gif" border="0"/></a></td>
- </tr>
- </table>
- </div>
-
-</body>
-</html>
diff --git a/wicket-examples/src/java/upload/UploadPage.java b/wicket-examples/src/java/upload/UploadPage.java
deleted file mode 100644
index e196893..0000000
--- a/wicket-examples/src/java/upload/UploadPage.java
+++ /dev/null
@@ -1,156 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package upload;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-import com.voicetribe.wicket.PageParameters;
-import com.voicetribe.wicket.RequestCycle;
-import com.voicetribe.wicket.markup.html.HtmlPage;
-import com.voicetribe.wicket.markup.html.basic.Label;
-import com.voicetribe.wicket.markup.html.form.TextField;
-import com.voicetribe.wicket.markup.html.form.upload.FileUploadForm;
-import com.voicetribe.wicket.markup.html.form.validation.IValidationErrorHandler;
-import com.voicetribe.wicket.markup.html.link.Link;
-import com.voicetribe.wicket.markup.html.table.Cell;
-import com.voicetribe.wicket.markup.html.table.Table;
-
-/**
- * Upload example.
- *
- * @author Eelco Hillenius
- */
-public class UploadPage extends HtmlPage
-{
- /** Log. */
- private static Log log = LogFactory.getLog(UploadPage.class);
-
- /** directory we are working with. */
- private File tempDir;
-
- /** list of files, model for file table. */
- private final List files = new ArrayList();
-
- /** reference to table for easy access. */
- private FileTable fileTable;
-
- /**
- * Constructor.
- * @param parameters Page parameters
- */
- public UploadPage(final PageParameters parameters)
- {
- super();
- tempDir = new File(System.getProperty("java.io.tmpdir"), "wicket-upload-test");
- if(!tempDir.isDirectory())
- {
- tempDir.mkdir();
- }
- add(new UploadForm("upload", null, tempDir));
- add(new Label("dir", tempDir.getAbsolutePath()));
- files.addAll(Arrays.asList(tempDir.list()));
- fileTable = new FileTable("fileList", files);
- add(fileTable);
- }
-
- /**
- * Refresh file list.
- */
- private void refreshFiles()
- {
- files.clear();
- files.addAll(Arrays.asList(tempDir.list()));
- fileTable.invalidateModel();
-
- }
-
- /**
- * form for uploads.
- */
- private class UploadForm extends FileUploadForm
- {
- /**
- * Construct.
- * @param name
- * @param validationErrorHandler
- * @param targetDirectory
- */
- public UploadForm(String name, IValidationErrorHandler validationErrorHandler, File targetDirectory)
- {
- super(name, validationErrorHandler, targetDirectory);
- add(new TextField("fileName", ""));
- }
-
- /**
- * @see com.voicetribe.wicket.markup.html.form.upload.AbstractUploadForm#finishUpload()
- */
- protected void finishUpload()
- {
- refreshFiles();
- }
- }
-
- /**
- * table for files.
- */
- private class FileTable extends Table
- {
- /**
- * Construct.
- * @param name
- * @param object
- */
- public FileTable(String name, List object)
- {
- super(name, object);
- }
-
- /**
- * @see com.voicetribe.wicket.markup.html.table.Table#populateCell(com.voicetribe.wicket.markup.html.table.Cell)
- */
- protected void populateCell(Cell cell)
- {
- final String fileName = (String)cell.getModelObject();
- cell.add(new Label("file", fileName));
- cell.add(new Link("delete") {
-
- public void linkClicked(RequestCycle cycle)
- {
- File toDelete = new File(tempDir, fileName);
- log.info("delete " + toDelete);
- toDelete.delete();
- try
- {
- Thread.sleep(100); // wait for file lock (Win issue)
- }
- catch (InterruptedException e)
- {
- }
- refreshFiles();
- }
- });
- }
- }
-}
diff --git a/wicket-examples/src/test/helloworld/HelloWorldTest.java b/wicket-examples/src/test/helloworld/HelloWorldTest.java
deleted file mode 100644
index 1c3dad5..0000000
--- a/wicket-examples/src/test/helloworld/HelloWorldTest.java
+++ /dev/null
@@ -1,73 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package helloworld;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-import net.sourceforge.jwebunit.WebTestCase;
-import nl.openedge.util.jetty.JettyDecorator;
-
-/**
- * jWebUnit test for Hello World.
- */
-public class HelloWorldTest extends WebTestCase
-{
-
- /**
- * Construct.
- * @param name name of test
- */
- public HelloWorldTest(String name)
- {
- super(name);
- }
-
- /**
- * @see junit.framework.TestCase#setUp()
- */
- public void setUp() throws Exception
- {
- getTestContext().setBaseUrl("http://localhost:8098/wicket-examples");
- }
-
- /**
- * Test page.
- */
- public void testHelloWorld() {
- beginAt("/helloworld");
- assertTitleEquals("Hello World");
- assertTextInElement("message", "Hello world!");
- }
-
- /**
- * Suite method.
- *
- * @return Test suite
- */
- public static Test suite()
- {
- TestSuite suite = new TestSuite();
- suite.addTest(new HelloWorldTest("testHelloWorld"));
- JettyDecorator deco = new JettyDecorator(suite);
- deco.setPort(8098);
- deco.setWebappContextRoot("src/webapp");
- deco.setContextPath("/wicket-examples");
- return deco;
- }
-}
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/AbstractJettyDecorator.java b/wicket-examples/src/test/nl/openedge/util/jetty/AbstractJettyDecorator.java
deleted file mode 100644
index 6e60d30..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/AbstractJettyDecorator.java
+++ /dev/null
@@ -1,187 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import junit.extensions.TestSetup;
-import junit.framework.Test;
-
-/**
- * Base class for Jetty TestDecorators.
- *
- * @author Eelco Hillenius
- */
-public abstract class AbstractJettyDecorator extends TestSetup
-{
- /** default http listen port. */
- private static final int DEFAULT_PORT = 8080;
-
- /** calling class for getting config resource. */
- private static Class callee = JettyDecorator.class;
-
- /**
- * Whether to use JettyPlus; if true, org.mortbay.jetty.plus.Server will be instantiated, if
- * false, org.mortbay.jetty.Server will be instantiated.
- */
- private boolean useJettyPlus = false;
-
- /** URL of jetty configuration document. */
- private String jettyConfig;
-
- /** root folder of web application. */
- private String webappContextRoot = "/.";
-
- /** port for http requests. */
- private int port = DEFAULT_PORT;
-
- /** context path (webapp name). */
- private String contextPath = "/";
-
- /**
- * Construct with test to decorate.
- *
- * @param test
- * test to decorate
- */
- public AbstractJettyDecorator(Test test)
- {
- super(test);
- }
-
- /**
- * Get jettyConfig; URL of jetty configuration document.
- *
- * @return String Returns the URL of jetty configuration document.
- */
- public String getJettyConfig()
- {
- return jettyConfig;
- }
-
- /**
- * Set jettyConfig; URL of jetty configuration document.
- *
- * @param newJettyConfig
- * URL of jetty configuration document.
- * @param classCallee
- * calling class for getting config resource
- */
- public void setJettyConfig(String newJettyConfig, Class classCallee)
- {
- jettyConfig = newJettyConfig;
- callee = classCallee;
- }
-
- /**
- * Get whether to use JettyPlus; if true, org.mortbay.jetty.plus.Server will be instantiated, if
- * false, org.mortbay.jetty.plus.Server will be instantiated.
- *
- * @return boolean whether to use JettyPlus.
- */
- public boolean isUseJettyPlus()
- {
- return useJettyPlus;
- }
-
- /**
- * Set whether to use JettyPlus; if true, org.mortbay.jetty.plus.Server will be instantiated, if
- * false, org.mortbay.jetty.plus.Server will be instantiated.
- *
- * @param useJettyPlus
- * whether to use JettyPlus.
- */
- public void setUseJettyPlus(boolean useJettyPlus)
- {
- this.useJettyPlus = useJettyPlus;
- }
-
- /**
- * Get port for http requests.
- *
- * @return int Returns the port.
- */
- public int getPort()
- {
- return port;
- }
-
- /**
- * Set port for http requests.
- *
- * @param port
- * port for http requests.
- */
- public void setPort(int port)
- {
- this.port = port;
- }
-
- /**
- * Get root folder of web application.
- *
- * @return String Returns the webappContextRoot.
- */
- public String getWebappContextRoot()
- {
- return webappContextRoot;
- }
-
- /**
- * Set root folder of web application.
- *
- * @param webappContextRoot
- * webappContextRoot to set.
- */
- public void setWebappContextRoot(String webappContextRoot)
- {
- this.webappContextRoot = webappContextRoot;
- }
-
- /**
- * Get context path (webapp name).
- *
- * @return String Returns the context path (webapp name).
- */
- public String getContextPath()
- {
- return contextPath;
- }
-
- /**
- * Set context path (webapp name).
- *
- * @param contextPath
- * context path (webapp name).
- */
- public void setContextPath(String contextPath)
- {
- this.contextPath = contextPath;
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/AbstractJettyTestCase.java b/wicket-examples/src/test/nl/openedge/util/jetty/AbstractJettyTestCase.java
deleted file mode 100644
index d693222..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/AbstractJettyTestCase.java
+++ /dev/null
@@ -1,232 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import junit.framework.TestCase;
-
-/**
- * Base class for Jetty TestDecorators.
- *
- * @author Eelco Hillenius
- */
-public abstract class AbstractJettyTestCase extends TestCase
-{
- /** default http listen port. */
- private static final int DEFAULT_PORT = 8080;
-
- /** calling class for getting config resource. */
- private static Class callee = JettyDecorator.class;
-
- /**
- * Whether to use JettyPlus; if true, org.mortbay.jetty.plus.Server will be instantiated, if
- * false, org.mortbay.jetty.Server will be instantiated.
- */
- private boolean useJettyPlus = false;
-
- /** URL of jetty configuration document. */
- private String jettyConfig;
-
- /** root folder of web application. */
- private String webappContextRoot = "/.";
-
- /** port for http requests. */
- private int port = DEFAULT_PORT;
-
- /** context path (webapp name). */
- private String contextPath = "/";
-
- /**
- * Construct.
- */
- public AbstractJettyTestCase()
- {
- super();
- }
-
- /**
- * Construct with test case name.
- *
- * @param name
- * test case name
- */
- public AbstractJettyTestCase(String name)
- {
- super(name);
- }
-
- /**
- * Get jettyConfig; URL of jetty configuration document.
- *
- * @return String Returns the URL of jetty configuration document.
- */
- public String getJettyConfig()
- {
- return jettyConfig;
- }
-
- /**
- * Set jettyConfig; URL of jetty configuration document.
- *
- * @param newJettyConfig
- * URL of jetty configuration document.
- * @param classCallee
- * calling class for getting config resource
- */
- public void setJettyConfig(String newJettyConfig, Class classCallee)
- {
- jettyConfig = newJettyConfig;
- callee = classCallee;
- }
-
- /**
- * Get whether to use JettyPlus; if true, org.mortbay.jetty.plus.Server will be instantiated, if
- * false, org.mortbay.jetty.plus.Server will be instantiated.
- *
- * @return boolean whether to use JettyPlus.
- */
- public boolean isUseJettyPlus()
- {
- return useJettyPlus;
- }
-
- /**
- * Set whether to use JettyPlus; if true, org.mortbay.jetty.plus.Server will be instantiated, if
- * false, org.mortbay.jetty.plus.Server will be instantiated.
- *
- * @param useJettyPlus
- * whether to use JettyPlus.
- */
- public void setUseJettyPlus(boolean useJettyPlus)
- {
- this.useJettyPlus = useJettyPlus;
- }
-
- /**
- * Get port for http requests.
- *
- * @return int Returns the port.
- */
- public int getPort()
- {
- return port;
- }
-
- /**
- * Set port for http requests.
- *
- * @param port
- * port for http requests.
- */
- public void setPort(int port)
- {
- this.port = port;
- }
-
- /**
- * Get root folder of web application.
- *
- * @return String Returns the webappContextRoot.
- */
- public String getWebappContextRoot()
- {
- return webappContextRoot;
- }
-
- /**
- * Set root folder of web application.
- *
- * @param webappContextRoot
- * webappContextRoot to set.
- */
- public void setWebappContextRoot(String webappContextRoot)
- {
- this.webappContextRoot = webappContextRoot;
- }
-
- /**
- * Get context path (webapp name).
- *
- * @return String Returns the context path (webapp name).
- */
- public String getContextPath()
- {
- return contextPath;
- }
-
- /**
- * Set context path (webapp name).
- *
- * @param contextPath
- * context path (webapp name).
- */
- public void setContextPath(String contextPath)
- {
- this.contextPath = contextPath;
- }
-
- /**
- * Sets up the fixture; use this method in particular for configuring the setup of Jetty. Eg:
- * public void beforeSetUp() { setPort(8098); setWebappContextRoot("src/webapp");
- * setContextPath("/test"); } This method is called before a test is executed but before Jetty
- * is actually started.
- */
- protected void beforeSetUp()
- {
- // noop
- }
-
- /**
- * Sets up the fixture. This method is called before a test is executed but after Jetty is
- * started.
- */
- protected void afterSetUp()
- {
- // noop
- }
-
- /**
- * Tears down the fixture. This method is called after a test is executed but before Jetty is
- * actually stopped.
- */
- protected void beforeTearDown()
- {
- // noop
- }
-
- /**
- * Tears down the fixture. This method is called after a test is executed and after Jetty is
- * stopped.
- */
- protected void afterTearDown()
- {
- // noop
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/JettyDecorator.java b/wicket-examples/src/test/nl/openedge/util/jetty/JettyDecorator.java
deleted file mode 100644
index 8f4adb2..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/JettyDecorator.java
+++ /dev/null
@@ -1,149 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import junit.framework.Test;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.mortbay.jetty.Server;
-
-/**
- * JUnit decorator for starting and stopping a local instance Jetty for usage with test cases.
- * <p>
- * It uses property 'jettyConfig' to load the - mandatory - Jetty configuration document. Eg
- * '/jetty-test-config.xml' is loaded from the classpath root (so providing the configuration
- * document in the root of the test classes folder will suffice) but 'file://c:/mydir/myconfig.xml'
- * should work as well. If property 'jettyConfig' is not provided (default == null), the properties
- * 'port', 'webappContextRoot' and 'contextPath' are used to start a Jetty instance.
- * </p>
- * <p>
- * Property useJettyPlus (default == false) is used to decide whether JettyPlus should be used, or
- * just the basic version of Jetty. JettyPlus provides support for JNDI, datasources, transactions
- * etc.
- * </p>
- * <p>
- * Usage:
- *
- * <pre>
- *
- * ...
- * public static Test suite()
- * {
- * TestSuite suite = new TestSuite();
- * suite.addTest(new JettyDecoratorWithArgsTest("testPing"));
- * JettyDecorator deco = new JettyDecorator(suite);
- * deco.setPort(8098);
- * deco.setWebappContextRoot("src/webapp");
- * deco.setContextPath("/test");
- * deco.setUseJettyPlus(false);
- * return deco;
- * }
- * ...
- *
- * </pre>
- *
- * Jetty will be started before the tests are actually run, and will be stopped afterwards.
- * </p>
- *
- * @author Eelco Hillenius
- */
-public class JettyDecorator extends AbstractJettyDecorator
-{
- /** instance of jetty server. */
- private static Server jettyServer = null;
-
- /** logger. */
- private static Log log = LogFactory.getLog(JettyDecorator.class);
-
- /**
- * construct with test.
- *
- * @param test
- * test case
- */
- public JettyDecorator(final Test test)
- {
- super(test);
- }
-
- /**
- * Start Jetty.
- *
- * @throws Exception
- * @see junit.extensions.TestSetup#setUp()
- */
- public void setUp() throws Exception
- {
- // start Jetty
- if (getJettyConfig() != null)
- {
- // start Jetty with config document
- jettyServer = JettyHelper.startJetty(getJettyConfig(), isUseJettyPlus());
- }
- else
- {
- // start Jetty with arguments (port etc.)
- jettyServer = JettyHelper.startJetty(getPort(), getWebappContextRoot(),
- getContextPath(), isUseJettyPlus());
- }
- }
-
- /**
- * Stop Jetty.
- *
- * @see junit.extensions.TestSetup#tearDown()
- */
- public void tearDown()
- {
- log.info("Stopping Jetty");
- try
- {
- jettyServer.stop();
- log.info("Jetty stopped");
- }
- catch (InterruptedException e)
- {
- log.error(e.getMessage(), e);
- }
- }
-
- /**
- * Get jettyServer; unit tests might actually get the current instance of the server to work
- * with though this is generally bad practice.
- *
- * @return Server Returns the jettyServer.
- */
- public static Server getJettyServer()
- {
- return jettyServer;
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/JettyExternalVMDecorator.java b/wicket-examples/src/test/nl/openedge/util/jetty/JettyExternalVMDecorator.java
deleted file mode 100644
index 2b2f8c8..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/JettyExternalVMDecorator.java
+++ /dev/null
@@ -1,314 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import junit.framework.Test;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-/**
- * JUnit decorator for starting and stopping a Jetty instance in a seperate VM.
- * <p>
- * Jetty is started by doing a system call that results in starting up class JettyStarterPrg.
- * JettyStarterPrg starts up Jetty and a admin monitor. Shutting down Jetty is done - after all
- * tests were run - by sending a command to the admin monitor which then stops Jetty and exits the
- * VM. The output of the process is intercepted by LogConnector and then - after some decoration -
- * send to the Commons Logger.
- * </p>
- * <p>
- * Usage:
- *
- * <pre>
- * public static Test suite()
- * {
- * TestSuite suite = new TestSuite();
- * suite.addTest(new JettyExternalVMDecoratorWithArgsTest("testPing"));
- * JettyExternalVMDecorator deco = new JettyExternalVMDecorator(suite);
- * deco.setPort(8098);
- * deco.setWebappContextRoot("src/webapp");
- * deco.setContextPath("/test");
- * deco.setUseJettyPlus(false);
- * // by uncommenting the next line, on Windows a new dos box will be opened where
- * // the VM is started and where all output will be shown.
- * // deco.setStartCommand(new String[]
- * // {"cmd", "/C", "start", "java"});
- * return deco;
- * }
- * </pre>
- *
- * </p>
- *
- * @author Eelco Hillenius
- */
-public class JettyExternalVMDecorator extends AbstractJettyDecorator
-{
- /** const for default stop port. */
- private static final int DEFAULT_STOP_PORT = 8079;
-
- /** const for default stop port. */
- private static final String DEFAULT_STOP_KEY = "mortbay";
-
- /** const for default maximum ping times. */
- private static final int DEFAULT_MAX_TIMES = 60;
-
- /** const for default sleep time between tries. */
- private static final int DEFAULT_SLEEP_BETWEEN_TRIES = 1000;
-
- /** logger. */
- private static Log log = LogFactory.getLog(JettyExternalVMDecorator.class);
-
- /**
- * command to execute; see Runtime.exec(String[]). Eg {"cmd", "/C", "start", "java"} opens a new
- * window on DOS systems using that window for output, and {"java"} starts an invisible process
- * where the output will be intercepted and interleaved with the current output (commons
- * logger). Default == { "java" }.
- */
- private String[] startCommand = new String[]
- {"java"};
-
- /** Remote proces. */
- private Process process = null;
-
- /** command port. */
- private int monitorPort = Integer.getInteger("STOP.PORT", DEFAULT_STOP_PORT).intValue();
-
- /** auth key. */
- private String commKey = System.getProperty("STOP.KEY", DEFAULT_STOP_KEY);
-
- /** adress of Jetty instance. */
- private String host = "127.0.0.1";
-
- /**
- * Maximum number of ping tries.
- */
- private int maxTries = DEFAULT_MAX_TIMES;
-
- /**
- * Miliseconds to wait between ping tries.
- */
- private long sleepBetweenTries = DEFAULT_SLEEP_BETWEEN_TRIES;
-
- /**
- * Construct.
- *
- * @param test
- * test case
- */
- public JettyExternalVMDecorator(final Test test)
- {
- super(test);
- }
-
- /**
- * Start Jetty.
- *
- * @throws Exception
- * @see junit.extensions.TestSetup#setUp()
- */
- public void setUp() throws Exception
- {
- if (process == null)
- {
- String[] startCommandWithArgs = Util.addCommandArguments(startCommand,
- getJettyConfig(), getPort(), getWebappContextRoot(), getContextPath(),
- isUseJettyPlus());
-
- JettyExternalVMStartupWorker worker = new JettyExternalVMStartupWorker(
- startCommandWithArgs, monitorPort, commKey, maxTries, sleepBetweenTries);
- worker.start(); // start worker trhead
- worker.join(); // wait for worker to finish
-
- // throw exception if the worker was not able to start Jetty in time
- if (!worker.isJettyStarted())
- {
- String msg = "Starting Jetty in a seperate VM failed";
- throw new Exception(msg);
- }
- process = worker.getProcess(); // keep reference to external process
- }
- }
-
- /**
- * Stop Jetty.
- *
- * @throws Exception
- * @see junit.extensions.TestSetup#tearDown()
- */
- public void tearDown() throws Exception
- {
- JettyHelper.issueStopCommandToMonitor(commKey, host, monitorPort);
- int exitval;
- try
- {
- exitval = process.exitValue();
- }
- catch (IllegalThreadStateException e)
- {
- log.error(e.getMessage());
- log.error("process is still busy; wait for process to end...");
- exitval = process.waitFor();
- }
- log.info("process finished with exitcode " + exitval);
- }
-
- /**
- * Get commKey.
- *
- * @return String Returns the commKey.
- */
- public String getCommKey()
- {
- return commKey;
- }
-
- /**
- * Set commKey.
- *
- * @param commKey
- * commKey to set.
- */
- public void setCommKey(String commKey)
- {
- this.commKey = commKey;
- }
-
- /**
- * Get host.
- *
- * @return String Returns the host.
- */
- public String getHost()
- {
- return host;
- }
-
- /**
- * Set host.
- *
- * @param host
- * host to set.
- */
- public void setHost(String host)
- {
- this.host = host;
- }
-
- /**
- * Get monitorPort.
- *
- * @return int Returns the monitorPort.
- */
- public int getMonitorPort()
- {
- return monitorPort;
- }
-
- /**
- * Set monitorPort.
- *
- * @param monitorPort
- * monitorPort to set.
- */
- public void setMonitorPort(int monitorPort)
- {
- this.monitorPort = monitorPort;
- }
-
- /**
- * Get maximum number of ping tries.
- *
- * @return int Returns the maxTries.
- */
- public int getMaxTries()
- {
- return maxTries;
- }
-
- /**
- * Set maximum number of ping tries.
- *
- * @param maxTries
- * maximum number of ping tries to set.
- */
- public void setMaxTries(int maxTries)
- {
- this.maxTries = maxTries;
- }
-
- /**
- * Get sleepBetweenTries.
- *
- * @return long Returns the sleepBetweenTries.
- */
- public long getSleepBetweenTries()
- {
- return sleepBetweenTries;
- }
-
- /**
- * Set sleepBetweenTries.
- *
- * @param sleepBetweenTries
- * sleepBetweenTries to set.
- */
- public void setSleepBetweenTries(long sleepBetweenTries)
- {
- this.sleepBetweenTries = sleepBetweenTries;
- }
-
- /**
- * Get command to execute; see Runtime.exec(String[]). Eg {"cmd", "/C", "start", "java"} opens a
- * new window on DOS systems using that window for output, and {"java"} starts an invisible
- * process where the output will be intercepted and interleaved with the current output (commons
- * logger). Default == { "java" }.
- *
- * @return String[] command to execute
- */
- public String[] getStartCommand()
- {
- return startCommand;
- }
-
- /**
- * Set command to execute; see Runtime.exec(String[]). Eg {"cmd", "/C", "start", "java"} opens a
- * new window on DOS systems using that window for output, and {"java"} starts an invisible
- * process where the output will be intercepted and interleaved with the current output (commons
- * logger). Default == { "java" }.
- *
- * @param startCommand
- * command to execute
- */
- public void setStartCommand(String[] startCommand)
- {
- this.startCommand = startCommand;
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/JettyExternalVMStartupWorker.java b/wicket-examples/src/test/nl/openedge/util/jetty/JettyExternalVMStartupWorker.java
deleted file mode 100644
index f8f3187..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/JettyExternalVMStartupWorker.java
+++ /dev/null
@@ -1,194 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import java.io.IOException;
-import java.io.InputStream;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-/**
- * Worker thread for starting Jetty in a seperate VM.
- */
-class JettyExternalVMStartupWorker extends Thread
-{
- /** Log. */
- private static Log log = LogFactory.getLog(JettyExternalVMStartupWorker.class);
-
- /** start command. */
- private String[] startCommand;
-
- /**
- * Has Jetty been started (and do we know about it).
- */
- private boolean jettyStarted = false;
-
- /**
- * Pointer to the external proces.
- */
- private Process process = null;
-
- /**
- * Maximum number of ping tries.
- */
- private int maxTries;
-
- /**
- * Miliseconds to wait between ping tries.
- */
- private long sleepBetweenTries;
-
- /** command port. */
- private int monitorPort;
-
- /** auth key. */
- private String commKey;
-
- /**
- * Construct worker with parameters.
- *
- * @param startCommand
- * start command
- * @param monitorPort
- * monitor port to ping
- * @param commKey
- * auth key
- * @param maxTries
- * maximum number of ping tries
- * @param sleepBetweenTries
- * miliseconds to wait between ping tries
- */
- public JettyExternalVMStartupWorker(String[] startCommand, int monitorPort, String commKey,
- int maxTries, long sleepBetweenTries)
- {
- this.startCommand = startCommand;
- this.monitorPort = monitorPort;
- this.commKey = commKey;
- this.maxTries = maxTries;
- this.sleepBetweenTries = sleepBetweenTries;
- }
-
- /**
- * Ping Jetty tot succes of max tries.
- *
- * @see java.lang.Runnable#run()
- */
- public void run()
- {
-
- try
- {
- // start Jetty in another VM
- startExternalJettyInstance();
- }
- catch (IOException e)
- {
- log.error(e.getMessage(), e);
- }
-
- // ping the remote monitor for startup of Jetty
- jettyStarted = JettyHelper.pingMonitorForServerStarted(commKey, "127.0.0.1",
- monitorPort, maxTries, sleepBetweenTries);
- // if we get here, jetty started up successfully
- log.info("monitor acknowledged Jetty startup");
- }
-
- /**
- * Start Jetty with OS call.
- * @throws IOException see exception
- */
- private void startExternalJettyInstance() throws IOException
- {
- log.info("execute command " + printCommand(startCommand));
- process = Runtime.getRuntime().exec(startCommand);
-
- // NOTE: output will only be there for the top-level proces; if the
- // command opens another window for instance, output will be in that
- // window and not to the process streams.
- connectOutput(process);
- }
-
- /**
- * Print command.
- *
- * @param command
- * the command
- * @return String to command as a plain string
- */
- private String printCommand(String[] command)
- {
- StringBuffer b = new StringBuffer();
- for (int i = 0; i < command.length; i++)
- {
- b.append(command[i]).append(" ");
- }
- return b.toString();
- }
-
- /**
- * Connect output of process.
- *
- * @param processToConnect
- * the process
- */
- private void connectOutput(Process processToConnect)
- {
- InputStream errInput = processToConnect.getErrorStream();
- LogConnector errConn = new LogConnector();
- errConn.setInputStream(errInput);
- errConn.start();
- InputStream outInput = processToConnect.getInputStream();
- LogConnector outConn = new LogConnector();
- outConn.setInputStream(outInput);
- outConn.start();
- }
-
- /**
- * Whether Jetty has been started (and do we know about it).
- *
- * @return boolean whether Jetty has been started (that we know).
- */
- public boolean isJettyStarted()
- {
- return jettyStarted;
- }
-
- /**
- * Get process.
- *
- * @return Process Returns the process.
- */
- public Process getProcess()
- {
- return process;
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/JettyExternalVMTestCase.java b/wicket-examples/src/test/nl/openedge/util/jetty/JettyExternalVMTestCase.java
deleted file mode 100644
index 354f117..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/JettyExternalVMTestCase.java
+++ /dev/null
@@ -1,322 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-/**
- * Base class for Jetty test cases where the Jetty Server should be started in a seperate VM.
- * Classes that override this test case will have a remove (VM wise) Jetty server started and
- * stopped automatically for each test case. the methods setUp and tearDown are finalized in this
- * class, please use one of the methods 'beforeSetup', 'afterSetup', 'beforeTearDown' and
- * 'afterTearDown'.
- * <p>
- * Method 'beforeSetup' is particularly usefull, as it can be used to configure the Jetty server
- * that is to be created and run. An example of how to do is: <br/>
- * </p>
- * <p>
- *
- * <pre>
- * public void beforeSetUp()
- * {
- * setPort(8098);
- * setWebappContextRoot("src/webapp");
- * setContextPath("/test");
- * // setStartCommand(new String[]{"cmd", "/C", "start", "java"}); // start in seperate window
- * setStartCommand(new String[]
- * {"java"}); // platform safe
- * }
- * </pre>
- *
- * </p>
- *
- * @author Eelco Hillenius
- */
-public class JettyExternalVMTestCase extends AbstractJettyTestCase
-{
- /** logger. */
- private static Log log = LogFactory.getLog(JettyExternalVMTestCase.class);
-
- /**
- * command to execute; see Runtime.exec(String[]). Eg {"cmd", "/C", "start", "java"} opens a new
- * window on DOS systems using that window for output, and {"java"} starts an invisible process
- * where the output will be intercepted and interleaved with the current output (commons
- * logger). Default == { "java" }.
- */
- private String[] startCommand = new String[]
- {"java"};
-
- /** Remote proces. */
- private Process process = null;
-
- /** command port. */
- private int monitorPort = Integer.getInteger("STOP.PORT", 8079).intValue();
-
- /** auth key. */
- private String commKey = System.getProperty("STOP.KEY", "mortbay");
-
- /** adress of Jetty instance */
- private String host = "127.0.0.1";
-
- /**
- * Maximum number of ping tries.
- */
- private int maxTries = 60;
-
- /**
- * Miliseconds to wait between ping tries.
- */
- private long sleepBetweenTries = 1000;
-
- /**
- * Construct.
- */
- public JettyExternalVMTestCase()
- {
- super();
- }
-
- /**
- * Construct with test case name.
- *
- * @param name
- * test case name
- */
- public JettyExternalVMTestCase(String name)
- {
- super(name);
- }
-
- /**
- * Start Jetty; inhereting classes can override methods beforeSetUp and afterSetUp for test case
- * specific behaviour.
- *
- * @throws Exception
- */
- public void setUp() throws Exception
- {
- // first let current test case set up fixture
- beforeSetUp();
- try
- {
- if (process == null)
- {
- String[] startCommandWithArgs = Util.addCommandArguments(startCommand,
- getJettyConfig(), getPort(), getWebappContextRoot(), getContextPath(),
- isUseJettyPlus());
-
- JettyExternalVMStartupWorker worker = new JettyExternalVMStartupWorker(
- startCommandWithArgs, monitorPort, commKey, maxTries, sleepBetweenTries);
- worker.start(); // start worker trhead
- worker.join(); // wait for worker to finish
-
- // throw exception if the worker was not able to start Jetty in time
- if (!worker.isJettyStarted())
- {
- String msg = "Starting Jetty in a seperate VM failed";
- throw new Exception(msg);
- }
- process = worker.getProcess(); // keep reference to external process
- }
- }
- catch (Exception e)
- {
- e.printStackTrace();
- throw e;
- }
- // call for further set up
- afterSetUp();
- }
-
- /**
- * Stop Jetty; inhereting classes can override methods beforeTearDown and afterTearDown for test
- * case specific behaviour.
- *
- * @throws Exception
- */
- public void tearDown() throws Exception
- {
- // first let current test case tear down fixture
- beforeTearDown();
-
- JettyHelper.issueStopCommandToMonitor(commKey, host, monitorPort);
- int exitval;
- try
- {
- // wait for possible output
- long wait = 500;
- Thread.sleep(wait);
- exitval = process.exitValue();
- }
- catch (RuntimeException e)
- {
- log.error(e.getMessage(), e);
- log.error("process is still busy; wait for process to end...");
- exitval = process.waitFor();
- }
- log.info("process finished with exitcode " + exitval);
- // call for further tear down
- afterTearDown();
- }
-
- /**
- * Get commKey.
- *
- * @return String Returns the commKey.
- */
- public String getCommKey()
- {
- return commKey;
- }
-
- /**
- * Set commKey.
- *
- * @param commKey
- * commKey to set.
- */
- public void setCommKey(String commKey)
- {
- this.commKey = commKey;
- }
-
- /**
- * Get host.
- *
- * @return String Returns the host.
- */
- public String getHost()
- {
- return host;
- }
-
- /**
- * Set host.
- *
- * @param host
- * host to set.
- */
- public void setHost(String host)
- {
- this.host = host;
- }
-
- /**
- * Get monitorPort.
- *
- * @return int Returns the monitorPort.
- */
- public int getMonitorPort()
- {
- return monitorPort;
- }
-
- /**
- * Set monitorPort.
- *
- * @param monitorPort
- * monitorPort to set.
- */
- public void setMonitorPort(int monitorPort)
- {
- this.monitorPort = monitorPort;
- }
-
- /**
- * Get maximum number of ping tries.
- *
- * @return int Returns the maxTries.
- */
- public int getMaxTries()
- {
- return maxTries;
- }
-
- /**
- * Set maximum number of ping tries.
- *
- * @param maxTries
- * maximum number of ping tries to set.
- */
- public void setMaxTries(int maxTries)
- {
- this.maxTries = maxTries;
- }
-
- /**
- * Get sleepBetweenTries.
- *
- * @return long Returns the sleepBetweenTries.
- */
- public long getSleepBetweenTries()
- {
- return sleepBetweenTries;
- }
-
- /**
- * Set sleepBetweenTries.
- *
- * @param sleepBetweenTries
- * sleepBetweenTries to set.
- */
- public void setSleepBetweenTries(long sleepBetweenTries)
- {
- this.sleepBetweenTries = sleepBetweenTries;
- }
-
- /**
- * Get command to execute; see Runtime.exec(String[]). Eg {"cmd", "/C", "start", "java"} opens a
- * new window on DOS systems using that window for output, and {"java"} starts an invisible
- * process where the output will be intercepted and interleaved with the current output (commons
- * logger). Default == { "java" }.
- *
- * @return String[] command to execute
- */
- public String[] getStartCommand()
- {
- return startCommand;
- }
-
- /**
- * Set command to execute; see Runtime.exec(String[]). Eg {"cmd", "/C", "start", "java"} opens a
- * new window on DOS systems using that window for output, and {"java"} starts an invisible
- * process where the output will be intercepted and interleaved with the current output (commons
- * logger). Default == { "java" }.
- *
- * @param startCommand
- * command to execute
- */
- public void setStartCommand(String[] startCommand)
- {
- this.startCommand = startCommand;
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/JettyHelper.java b/wicket-examples/src/test/nl/openedge/util/jetty/JettyHelper.java
deleted file mode 100644
index a2e6a3a..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/JettyHelper.java
+++ /dev/null
@@ -1,452 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ================================================================================
- * Copyright (c)
- * All rechten voorbehouden.
- */
-package nl.openedge.util.jetty;
-
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.lang.reflect.Constructor;
-import java.lang.reflect.InvocationTargetException;
-import java.net.InetAddress;
-import java.net.MalformedURLException;
-import java.net.Socket;
-import java.net.URL;
-
-import org.apache.commons.logging.LogFactory;
-import org.mortbay.http.SocketListener;
-import org.mortbay.jetty.Server;
-import org.mortbay.util.Log;
-import org.mortbay.util.MultiException;
-import org.mortbay.util.OutputStreamLogSink;
-
-/**
- * Helperclass for Jetty.
- *
- * @author Eelco Hillenius
- */
-public final class JettyHelper
-{
- /** confidential port. */
- private static final int CONFIDENTIALPORT = 8443;
- /** low resource persist time. */
- private static final int LOW_RESOURCE_PERSIST_TIME = 2000;
- /** maximum idle time. */
- private static final int MAX_IDLE_TIME = 30000;
- /** maximum threads. */
- private static final int MAX_THREADS = 10;
- /** Log. */
- private static org.apache.commons.logging.Log log = LogFactory.getLog(JettyHelper.class);
-
- /**
- * Hidden utility constructor.
- */
- private JettyHelper()
- {
- super();
- }
-
- /**
- * Get an instance of Jetty using the config url to load the Jetty configuration from.
- *
- * @param config
- * configuration url
- * @param useJettyPlus
- * Whether to use JettyPlus; if true, org.mortbay.jetty.plus.Server will be
- * instantiated, if false, org.mortbay.jetty.Server will be instantiated
- * @return an instance of Jetty (not started)
- * @throws JettyHelperException when the instance could not be created
- */
- public static Server getJettyServerInstance(URL config, boolean useJettyPlus)
- throws JettyHelperException
- {
- Server server = null;
- try
- {
- if (useJettyPlus)
- {
- // dynamically load the class to avoid dependency loading problems
- Class clazz = Class.forName("org.mortbay.jetty.plus.Server");
- Constructor constructor = clazz.getConstructor(new Class[]
- {URL.class});
- server = (Server) constructor.newInstance(new Object[]
- {config});
- }
- else
- {
- server = new Server(config);
- }
- }
- catch (ClassNotFoundException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- catch (NoSuchMethodException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- catch (InstantiationException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- catch (IllegalAccessException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- catch (InvocationTargetException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- catch (IOException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- return server;
- }
-
- /**
- * Get an instance of Jetty using the given arguments.
- *
- * @param port
- * port to listener
- * @param webappContextRoot
- * (possibly relative) path to use as webapp context root
- * @param contextPath
- * webapp context path
- * @param useJettyPlus
- * whether to use JettyPlus
- * @return jetty server instance
- * @throws JettyHelperException when the instance could not be created
- */
- public static Server getJettyServerInstance(int port, String webappContextRoot,
- String contextPath, boolean useJettyPlus) throws JettyHelperException
- {
- Server server = null;
- if (useJettyPlus)
- {
- // dynamically load the class to avoid dependency loading problem with the runner
- try
- {
- Class clazz = Class.forName("org.mortbay.jetty.plus.Server");
- server = (Server) clazz.newInstance();
- }
- catch (ClassNotFoundException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- catch (InstantiationException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- catch (IllegalAccessException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- }
- else
- {
- server = new Server();
- }
-
- try
- {
- Log logInstance = Log.instance();
- OutputStreamLogSink sink = new OutputStreamLogSink();
- sink.start();
- logInstance.add(sink);
- SocketListener listener = new SocketListener();
- listener.setPort(port);
- listener.setMaxThreads(MAX_THREADS);
- listener.setMaxIdleTimeMs(MAX_IDLE_TIME);
- listener.setLowResourcePersistTimeMs(LOW_RESOURCE_PERSIST_TIME);
- listener.setConfidentialPort(CONFIDENTIALPORT);
- server.addListener(listener);
- server.addWebApplication(contextPath, webappContextRoot);
- }
- catch (IllegalArgumentException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- catch (IOException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
-
- return server;
- }
-
- /**
- * Start Jetty with arguments.
- *
- * @param port
- * port to listen to http requests
- * @param webappContextRoot
- * the web application context root
- * @param contextPath
- * the context path (webapp name)
- * @param useJettyPlus
- * whether to use JettyPlus
- * @return Server started instance of Jetty server
- * @throws JettyHelperException when the instance could not be created
- */
- public static Server startJetty(int port, String webappContextRoot, String contextPath,
- boolean useJettyPlus) throws JettyHelperException
- {
- log.info("Starting Jetty with arguments {port == "
- + port + ", webappContextRoot == " + webappContextRoot + ", contextPath == "
- + contextPath + "}");
- Server server = getJettyServerInstance(port, webappContextRoot, contextPath, useJettyPlus);
- log.info(server + " created");
- try
- {
- server.start();
- }
- catch (MultiException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- log.info("Jetty started");
- return server;
- }
-
- /**
- * Start Jetty with XML file.
- *
- * @param jettyConfig
- * the url to the configuration file (can be a classpath location)
- * @param useJettyPlus
- * whether to use JettyPlus
- * @return Server instance of Jetty server
- * @throws JettyHelperException when the instance could not be created
- */
- public static Server startJetty(String jettyConfig, boolean useJettyPlus)
- throws JettyHelperException
- {
- URL jettyConfigURL = null;
- Server server;
- try
- {
- jettyConfigURL = URLHelper.convertToURL(jettyConfig, JettyStarterPrg.class);
- log.info("Starting Jetty with configuration " + jettyConfigURL);
- server = getJettyServerInstance(jettyConfigURL, useJettyPlus);
- log.info(server + " created");
- server.start();
- log.info("Jetty started");
- }
- catch (MalformedURLException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- catch (JettyHelperException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- catch (MultiException e)
- {
- log.error(e.getMessage(), e);
- throw new JettyHelperException(e);
- }
- return server;
- }
-
- /**
- * Ping remote Jetty server until success or maxTries.
- *
- * @param commKey
- * auth key
- * @param host
- * host to ping
- * @param monitorPort
- * port admin monitor
- * @param maxTries
- * maximum number of tries
- * @param sleepBetweenTries
- * miliseconds to pause between tries
- * @return boolean true if started succesfully, false otherwise
- */
- public static boolean pingMonitorForServerStarted(String commKey, String host, int monitorPort,
- int maxTries, long sleepBetweenTries)
- {
- boolean jettyStarted = false;
- int tries = 0;
- log.info("ping server on " + host + ":" + monitorPort);
- while ((!jettyStarted) && ((tries++) < maxTries))
- {
- try
- {
- jettyStarted = pingMonitorForServerStarted(commKey, host, monitorPort);
- }
- catch (IOException e)
- {
- if (log.isDebugEnabled())
- {
- log.debug(e.getMessage(), e);
- }
- else
- {
- log.error(e.getMessage());
- }
- }
-
- try
- {
- Thread.sleep(sleepBetweenTries);
- }
- catch (InterruptedException e)
- {
- log.warn(e);
- }
- }
- return jettyStarted;
- }
-
- /**
- * Ping remote Jetty server until success or maxTries.
- *
- * @param commKey
- * auth key
- * @param host
- * host to ping
- * @param monitorPort
- * port admin monitor
- * @return boolean true if started succesfully, false otherwise
- * @throws IOException when the socket could not be created
- */
- public static boolean pingMonitorForServerStarted(
- String commKey, String host, int monitorPort) throws IOException
- {
- boolean jettyStarted = false;
- Socket socket = null;
- try
- {
- socket = new Socket(InetAddress.getByName(host), monitorPort);
- OutputStream out = socket.getOutputStream();
- out.write((commKey + "\r\nstatus\r\n").getBytes());
- out.flush();
- InputStream is = socket.getInputStream();
- String response = readFromInputStream(is).trim();
- if ("OK".equalsIgnoreCase(response))
- {
- jettyStarted = true;
- log.info("Jetty has been started");
- }
- else if ("STARTING".equalsIgnoreCase(response))
- {
- log.info("Jetty is starting...");
- }
- else
- {
- String msg = "received an unknown socket result: " + response;
- log.error(msg);
- return false;
- }
- }
- catch (IOException e)
- {
- throw e;
- }
- finally
- {
- if (socket != null)
- {
- socket.shutdownOutput();
- socket.close();
- }
- }
- return jettyStarted;
- }
-
- /**
- * Stop Jetty with socket call to the monitor.
- *
- * @param commKey
- * auth key
- * @param host
- * host of monitor
- * @param monitorPort
- * port of monitor
- * @throws IOException when the socket could not be created
- * @throws JettyMonitorException when the Jetty Monitor threw an exception
- */
- public static void issueStopCommandToMonitor(
- String commKey, String host, int monitorPort)
- throws IOException, JettyMonitorException
- {
- Socket socket = null;
- try
- {
- socket = new Socket(InetAddress.getByName(host), monitorPort);
- OutputStream out = socket.getOutputStream();
- out.write((commKey + "\r\nstop\r\n").getBytes());
- out.flush();
- InputStream is = socket.getInputStream();
- String response = readFromInputStream(is).trim();
- if ("ACK_STOP".equalsIgnoreCase(response))
- {
- log.info("Monitor acknowledged stop command");
- }
- else if ("".equalsIgnoreCase(response))
- {
- throw new JettyMonitorException("monitor did not respond with a valid ack");
- }
- else
- {
- throw new JettyMonitorException("unknown response from monitor: " + response);
- }
-
- }
- catch (JettyMonitorException e)
- {
- log.error(e.getMessage(), e);
- throw e;
- }
- finally
- {
- if (socket != null)
- {
- socket.shutdownOutput();
- socket.close();
- }
- }
- }
-
- /**
- * Read string from inputstream.
- *
- * @param inputStream
- * inputstream
- * @return String string from inputstream
- * @throws IOException see except doc
- */
- private static String readFromInputStream(InputStream inputStream) throws IOException
- {
- StringBuffer b = new StringBuffer("");
- int i;
- while ((i = inputStream.read()) != -1)
- {
- b.append((char) i);
- }
- return b.toString();
- }
-
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/JettyHelperException.java b/wicket-examples/src/test/nl/openedge/util/jetty/JettyHelperException.java
deleted file mode 100644
index 11f4115..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/JettyHelperException.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ================================================================================
- * Copyright (c)
- * All rechten voorbehouden.
- */
-package nl.openedge.util.jetty;
-
-/**
- * Exceptions that can be thrown by the JettyMonitor.
- */
-public class JettyHelperException extends Exception
-{
-
- /**
- * Construct.
- */
- public JettyHelperException()
- {
- super();
- }
-
- /**
- * Construct.
- * @param message exception message
- */
- public JettyHelperException(String message)
- {
- super(message);
- }
-
- /**
- * Construct.
- * @param cause exception cause
- */
- public JettyHelperException(Throwable cause)
- {
- super(cause);
- }
-
- /**
- * Construct.
- * @param message exception message
- * @param cause exception cause
- */
- public JettyHelperException(String message, Throwable cause)
- {
- super(message, cause);
- }
-
-}
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/JettyMonitor.java b/wicket-examples/src/test/nl/openedge/util/jetty/JettyMonitor.java
deleted file mode 100644
index 5fc6c6a..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/JettyMonitor.java
+++ /dev/null
@@ -1,330 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.InputStreamReader;
-import java.io.LineNumberReader;
-import java.io.OutputStream;
-import java.net.InetAddress;
-import java.net.InetSocketAddress;
-import java.net.ServerSocket;
-import java.net.Socket;
-import java.nio.channels.ServerSocketChannel;
-import java.nio.channels.SocketChannel;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.mortbay.jetty.Server;
-
-/**
- * Monitor thread. This thread listens on the port specified by the STOP.PORT system parameter
- * (defaults to 8079) for request authenticated with the key given by the STOP.KEY system parameter
- * (defaults to "mortbay") for admin requests. Commands "stop" and "status" are currently supported.
- * Based on Monitor from JettyServer (start and stop classes).
- *
- * @author Eelco Hillenius
- */
-public class JettyMonitor extends Thread
-{
-
- /** Listen port. */
- private int monitorPort;
-
- /** Auth key. */
- private String commKey;
-
- /** Log. */
- private Log log = LogFactory.getLog(JettyMonitor.class);
-
- /** socket chanel for commands. */
- private ServerSocketChannel serverSocketChanel = null;
-
- /** JettyServer instantie, zodat we (nog) schoner kunnen afsluiten. */
- private Server server = null;
-
- /**
- * Hidden constructor.
- *
- * @param commKey
- * auth key
- * @param monitorPort
- * monitor port
- */
- private JettyMonitor(String commKey, int monitorPort)
- {
- this.commKey = commKey;
- this.monitorPort = monitorPort;
- }
-
- /**
- * @see java.lang.Runnable#run()
- */
- public void run()
- {
- log.info("Starting Jetty Monitor on port " + monitorPort);
- createServerSocket();
- log.info("Socket created");
- // listen to incomming connections until stop command is issued (method blocks)
- listen();
- try
- {
- // exiting... close server socket
- serverSocketChanel.close();
- }
- catch (IOException e)
- {
- log.error(e.getMessage(), e);
- }
- log.info("exiting monitor and VM");
- System.exit(0);
- }
-
- /**
- * Create the server socket.
- */
- private void createServerSocket()
- {
- try
- {
- ServerSocket internalSocket = null;
- InetSocketAddress socketAddress = new InetSocketAddress(InetAddress
- .getByName("127.0.0.1"), monitorPort);
- serverSocketChanel = ServerSocketChannel.open();
- internalSocket = serverSocketChanel.socket();
- internalSocket.bind(socketAddress);
- if (monitorPort == 0)
- {
- monitorPort = internalSocket.getLocalPort();
- log.info("using internal port " + monitorPort);
- }
- if (!"mortbay".equals(commKey))
- {
- commKey = Long.toString((long) (Long.MAX_VALUE * Math.random()), 36);
- log.debug("Using key " + commKey);
- }
- }
- catch (Exception e)
- {
- log.fatal(e.getMessage(), e);
- log.fatal("************ SHUTTING DOWN VM!");
- System.exit(1);
- }
- }
-
- /**
- * Listen to incomming commands until stop command is issued (method blocks).
- */
- private void listen()
- {
- boolean goOn = true;
- while (goOn)
- {
- Socket socket = null;
- try
- {
- // wait in blocking mode for an incomming socket connection
- SocketChannel socketChanel = serverSocketChanel.accept();
- // we've got a connection here; get concrete socket
- socket = socketChanel.socket();
- // attach reader
- InputStream socketInputStream = socket.getInputStream();
- InputStreamReader inputStreamReader = new InputStreamReader(socketInputStream);
- LineNumberReader lnReader = new LineNumberReader(inputStreamReader);
- String key = lnReader.readLine(); // first line contains auth key
- if (!commKey.equals(key))
- {
- log.warn("Keys '" + commKey + "' and '" + key + "' do not match!");
- continue;
- }
-
- String cmd = lnReader.readLine(); // second line contains command
- OutputStream socketOutputStream = socket.getOutputStream();
- goOn = handleCommand(cmd, socketOutputStream, goOn);
-
- }
- catch (Exception e)
- {
- log.error(e.getMessage(), e);
- }
- finally
- {
- if (socket != null)
- {
- try
- {
- socket.close();
- }
- catch (Exception e)
- {
- log.error(e.getMessage());
- }
- }
- socket = null;
- }
- }
- }
-
- /**
- * Handle given command.
- *
- * @param cmd
- * the command to handle
- * @param socketOutputStream
- * output stream of socket
- * @param goOn
- * current value of goOn
- * @return value of goOn, possibly changed
- * @throws IOException
- */
- private boolean handleCommand(String cmd, OutputStream socketOutputStream, boolean goOn)
- throws IOException
- {
- log.info("handle command '" + cmd + "'");
- if ("stop".equals(cmd))
- {
- handleStopCommand(socketOutputStream);
- goOn = false;
- }
- else if ("status".equals(cmd))
- {
- handleStatusCommand(socketOutputStream);
- }
- return goOn;
- }
-
- /**
- * Handle stop command.
- *
- * @param socketOutputStream
- * output stream of socket
- */
- private void handleStopCommand(OutputStream socketOutputStream)
- {
- // write ack
- try
- {
- log.info("sending reply ACK_STOP");
- socketOutputStream.write("ACK_STOP\r\n".getBytes());
- socketOutputStream.flush();
- }
- catch (Exception e)
- {
- log.error("sending acknowledgement of stop command failed:", e);
- }
- try
- {
- server.stop();
- log.info("Jetty server stopped");
- }
- catch (Exception e)
- {
- log.fatal(e.getMessage(), e);
- log.fatal("************* Hard shutdown this server (System.exit)!");
- System.exit(1);
- }
- System.out.flush();
- System.err.flush();
- }
-
- /**
- * Handle status command.
- *
- * @param socketOutputStream
- * output stream of socket
- * @throws IOException
- */
- private void handleStatusCommand(OutputStream socketOutputStream) throws IOException
- {
- if ((server != null) && server.isStarted())
- {
- log.info("sending reply OK");
- socketOutputStream.write("OK\r\n".getBytes());
- }
- else
- {
- if (server == null)
- {
- log.info("Server (still) is null");
- }
- else
- {
- log.info("Server not started yet");
- }
- log.info("sending reply STARTING");
- socketOutputStream.write("STARTING\r\n".getBytes());
- }
- socketOutputStream.flush();
- }
-
- /**
- * Starts a new monitor on the given port, holding the given instance of Jetty. This static
- * method starts a monitor that listens for admin requests.
- *
- * @param theServer
- * instance of Jetty Server
- * @param commKey
- * auth key
- * @param monitorPort
- * port of monitor
- * @return instance of monitor
- */
- public static JettyMonitor startMonitor(Server theServer, String commKey, int monitorPort)
- {
- JettyMonitor monitor = new JettyMonitor(commKey, monitorPort);
- monitor.setServer(theServer);
- monitor.setDaemon(true);
- monitor.start();
- return monitor;
- }
-
- /**
- * Get server.
- *
- * @return Server Returns the server.
- */
- public Server getServer()
- {
- return server;
- }
-
- /**
- * Set server.
- *
- * @param server
- * server to set.
- */
- public void setServer(Server server)
- {
- this.server = server;
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/JettyMonitorException.java b/wicket-examples/src/test/nl/openedge/util/jetty/JettyMonitorException.java
deleted file mode 100644
index 37f69f8..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/JettyMonitorException.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ================================================================================
- * Copyright (c)
- * All rechten voorbehouden.
- */
-package nl.openedge.util.jetty;
-
-/**
- * Exceptions that can be thrown by the JettyMonitor.
- */
-public class JettyMonitorException extends Exception
-{
-
- /**
- * Construct.
- */
- public JettyMonitorException()
- {
- super();
- }
-
- /**
- * Construct.
- * @param message exception message
- */
- public JettyMonitorException(String message)
- {
- super(message);
- }
-
- /**
- * Construct.
- * @param cause exception cause
- */
- public JettyMonitorException(Throwable cause)
- {
- super(cause);
- }
-
- /**
- * Construct.
- * @param message exception message
- * @param cause exception cause
- */
- public JettyMonitorException(String message, Throwable cause)
- {
- super(message, cause);
- }
-
-}
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/JettyStarterPrg.java b/wicket-examples/src/test/nl/openedge/util/jetty/JettyStarterPrg.java
deleted file mode 100644
index ea8b16c..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/JettyStarterPrg.java
+++ /dev/null
@@ -1,197 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import java.net.MalformedURLException;
-import java.net.URL;
-import java.util.Properties;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.mortbay.jetty.Server;
-import org.mortbay.util.MultiException;
-
-/**
- * Program that starts Jetty and an admin monitor.
- *
- * @author Eelco Hillenius
- */
-public class JettyStarterPrg
-{
- /** command line argument for the xml configuration document, value == '-xml'. */
- public static final String CMDARG_XML_CONFIG = "-xml";
-
- /** command line argument for the http listen port, value == '-port'. */
- public static final String CMDARG_PORT = "-port";
-
- /**
- * default port for http listen request; used when no port is provided and no xml doc is used,
- * value == 8080.
- */
- public static final String DEFAULT_HTTP_LISTEN_PORT = "8080";
-
- /** command line argument for the webapp context root folder, value == '-webappContextRoot'. */
- public static final String CMDARG_WEBAPP_CONTEXT_ROOT = "-webappContextRoot";
-
- /** command line argument for the context path (webapp name), value == '-contextPath'. */
- public static final String CMDARG_CONTEXT_PATH = "-contextPath";
-
- /** command line argument whether to use JettyPlus, value == '-useJettyPlus'. */
- public static final String CMDARG_USE_JETTY_PLUS = "-useJettyPlus";
-
- /** command line argument for auth key to use, value == '-monitorCommKey'. */
- public static final String CMDARG_MONITOR_COMM_KEY = "-monitorCommKey";
-
- /** command line argument for monitor port to use, value == '-monitorPort'. */
- public static final String CMDARG_MONITOR_PORT = "-monitorPort";
-
- /** default stop port. */
- private static final int DEFAULT_STOP_PORT = 8079;
-
- /** Logger. */
- private static Log log = LogFactory.getLog(JettyStarterPrg.class);
-
- /**
- * Starts Jetty.
- *
- * @param args
- * arguments
- */
- public static void main(String[] args)
- {
- Properties cmdArguments = new Properties();
- for (int i = 0; i < args.length; i += 2) // put arguments (if any) in cmdArguments
- {
- if (i + 1 < args.length)
- {
- String key = args[i];
- String val = args[i + 1];
- log.info("using arg: " + key + " == " + val);
- cmdArguments.put(key, val);
- } // else: there's an arg without a value
- }
-
- // get arguments from the previously build properties
- boolean useJettyPlus = Boolean.valueOf(
- (String) cmdArguments.getProperty(CMDARG_USE_JETTY_PLUS, "false")).booleanValue();
- String jettyConfig = cmdArguments.getProperty(CMDARG_XML_CONFIG);
- int port = Integer
- .parseInt(cmdArguments.getProperty(CMDARG_PORT, DEFAULT_HTTP_LISTEN_PORT));
- String webappContextRoot = cmdArguments.getProperty(CMDARG_WEBAPP_CONTEXT_ROOT, "./");
- String contextPath = cmdArguments.getProperty(CMDARG_CONTEXT_PATH, "/");
- String monitorCommKey = cmdArguments.getProperty(CMDARG_MONITOR_COMM_KEY);
- if (monitorCommKey == null)
- {
- monitorCommKey = System.getProperty("STOP.KEY", "mortbay");
- }
- String monitorPortS = cmdArguments.getProperty(CMDARG_MONITOR_PORT);
- int monitorPort;
- if (monitorPortS != null)
- {
- monitorPort = Integer.parseInt(monitorPortS);
- }
- else
- {
- monitorPort = Integer.getInteger("STOP.PORT", DEFAULT_STOP_PORT).intValue();
- }
-
- try
- {
- // start Jetty
- startServer(jettyConfig, port, webappContextRoot, contextPath, useJettyPlus,
- monitorCommKey, monitorPort);
- }
- catch (MalformedURLException e)
- {
- log.error(e.getMessage(), e);
- }
- catch (MultiException e)
- {
- log.error(e.getMessage(), e);
- }
- catch (JettyHelperException e)
- {
- log.error(e.getMessage(), e);
- }
- }
-
- /**
- * Start Jetty Server and the admin monitor.
- *
- * @param jettyConfig
- * jetty config location; if null, the next three parameters will be used instead
- * @param port
- * port for http requests
- * @param webappContextRoot
- * webapplication context root
- * @param contextPath
- * context path (webapp name)
- * @param useJettyPlus
- * whether to use JettyPlus
- * @param monitorCommKey
- * auth key
- * @param monitorPort
- * listen port for admin monitor
- * @throws MalformedURLException when the url is not valid
- * @throws MultiException when Jetty is unable to startup
- * @throws JettyHelperException when the server could not be created
- */
- private static void startServer(String jettyConfig, int port, String webappContextRoot,
- String contextPath, boolean useJettyPlus, String monitorCommKey, int monitorPort)
- throws MalformedURLException, MultiException, JettyHelperException
- {
- Server jettyServer = null;
- // get instance of proper Jetty server
- if (jettyConfig != null) // either start with xml configuration document
- {
- URL jettyConfigURL = null;
- jettyConfigURL = URLHelper.convertToURL(jettyConfig, JettyStarterPrg.class);
- log.info("Creating Jetty with configuration " + jettyConfigURL);
- jettyServer = JettyHelper.getJettyServerInstance(jettyConfigURL, useJettyPlus);
- }
- else
- // or some basic arguments
- {
- jettyServer = JettyHelper.getJettyServerInstance(port, webappContextRoot,
- contextPath, useJettyPlus);
- }
-
- // now, before starting the server, first create the monitor
- JettyMonitor monitor = JettyMonitor.startMonitor(jettyServer, monitorCommKey,
- monitorPort); // start admin monitor
- log.info("Started " + monitor);
-
- // finally, start the server
- jettyServer.start();
- log.info("Started " + jettyServer);
- }
-
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/JettyTestCase.java b/wicket-examples/src/test/nl/openedge/util/jetty/JettyTestCase.java
deleted file mode 100644
index bafb60a..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/JettyTestCase.java
+++ /dev/null
@@ -1,133 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.mortbay.jetty.Server;
-
-/**
- * Base class for Jetty test cases. Classes that override this test case will have a local Jetty
- * server started and stopped automatically for each test case. the methods setUp and tearDown are
- * finalized in this class, please use one of the methods 'beforeSetup', 'afterSetup',
- * 'beforeTearDown' and 'afterTearDown'.
- * <p>
- * Method 'beforeSetup' is particularly usefull, as it can be used to configure the Jetty server
- * that is to be created and run. An example of how to do is: <br/>
- * </p>
- * <p>
- *
- * <pre>
- * public void beforeSetUp()
- * {
- * setPort(8098);
- * setWebappContextRoot("src/webapp");
- * setContextPath("/test");
- * }
- * </pre>
- *
- * </p>
- *
- * @author Eelco Hillenius
- */
-public abstract class JettyTestCase extends AbstractJettyTestCase
-{
- /** instance of jetty server. */
- private static Server jettyServer = null;
-
- /** logger. */
- private static Log log = LogFactory.getLog(JettyDecorator.class);
-
- /**
- * Construct.
- */
- public JettyTestCase()
- {
- super();
- }
-
- /**
- * Construct with test case name.
- *
- * @param name
- * test case name
- */
- public JettyTestCase(String name)
- {
- super(name);
- }
-
- /**
- * Start Jetty; inhereting classes can override methods beforeSetUp and afterSetUp for test case
- * specific behaviour.
- *
- * @throws Exception
- */
- public final void setUp() throws Exception
- {
- // first let current test case set up fixture
- beforeSetUp();
- // start Jetty
- long begin = System.currentTimeMillis();
- if (getJettyConfig() != null)
- {
- // start Jetty with config document
- jettyServer = JettyHelper.startJetty(getJettyConfig(), isUseJettyPlus());
- }
- else
- {
- // start Jetty with arguments (port etc.)
- jettyServer = JettyHelper.startJetty(getPort(), getWebappContextRoot(),
- getContextPath(), isUseJettyPlus());
- }
- long end = System.currentTimeMillis();
- log.info("Jetty Started (in " + (end - begin) + " milis)");
- // call for further set up
- afterSetUp();
- }
-
- /**
- * Stop Jetty; inhereting classes can override methods beforeTearDown and afterTearDown for test
- * case specific behaviour.
- *
- * @throws Exception
- */
- public final void tearDown() throws Exception
- {
- // first let current test case tear down fixture
- beforeTearDown();
- log.info("Stopping Jetty");
- jettyServer.stop();
- log.info("Jetty stopped");
- // call for further tear down
- afterTearDown();
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/LogConnector.java b/wicket-examples/src/test/nl/openedge/util/jetty/LogConnector.java
deleted file mode 100644
index 1bdd814..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/LogConnector.java
+++ /dev/null
@@ -1,223 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import java.io.IOException;
-import java.io.InputStream;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-/**
- * Thread for connecting an inputstream to a log.
- *
- * @author Eelco Hillenius
- */
-public class LogConnector extends Thread
-{
- /** constant for empty string. */
- private static final String EMPTY_STRING = "";
-
- /** default interval for reading from stream. */
- private static final int DEFAULT_READ_INTERVAL = 100;
-
- /** the inputstream to connect. */
- private InputStream inputStream;
-
- /** string buffer for internal use. */
- private StringBuffer buffer = new StringBuffer();
-
- /** logger. */
- private Log log = LogFactory.getLog(LogConnector.class);
-
- /** prefix all output to the log with this. */
- private String linePrefix = "** REMOTE ** >";
-
- /** postfix all output to the log with this. */
- private String linePostfix = EMPTY_STRING;
-
- /** interval for reading from the stream. */
- private long readInterval = DEFAULT_READ_INTERVAL;
-
- /**
- * @see java.lang.Runnable#run()
- */
- public void run()
- {
- while (true) // do until break out (like when inputstream closes).
- {
- int c;
- char chr;
- try
- {
- while ((c = inputStream.read()) != -1) // until input stops
- {
- chr = (char) c;
- if (chr == '\n') // if newline
- {
- buffer.insert(0, linePrefix);
- buffer.append(linePostfix);
- log.info(buffer.toString());
- buffer.delete(0, buffer.length());
- }
- else
- // append to buffer until newline
- {
- buffer.append(chr);
- }
- }
- //Thread.sleep(100);
- Thread.yield();
- }
- catch (IOException e)
- {
- log.error(e.getMessage());
- if (buffer.length() > 0) // flush buffer if it is not empty
- {
- log.info(buffer.toString());
- }
- break; // and leave thread
- }
- }
- }
-
- /**
- * Get is.
- *
- * @return InputStream Returns the is.
- */
- public InputStream getInputStream()
- {
- return inputStream;
- }
-
- /**
- * Set is.
- *
- * @param is
- * is to set.
- */
- public void setInputStream(InputStream is)
- {
- this.inputStream = is;
- }
-
- /**
- * Get log.
- *
- * @return Log Returns the log.
- */
- public Log getLog()
- {
- return log;
- }
-
- /**
- * Set log.
- *
- * @param log
- * log to set.
- */
- public void setLog(Log log)
- {
- this.log = log;
- }
-
- /**
- * Get linePrefix; prefix all output to the log with this.
- *
- * @return String Returns the linePrefix.
- */
- public String getLinePrefix()
- {
- return linePrefix;
- }
-
- /**
- * Set linePrefix; prefix all output to the log with this.
- *
- * @param theLinePrefix
- * linePrefix to set.
- */
- public void setLinePrefix(String theLinePrefix)
- {
- if (theLinePrefix == null)
- {
- this.linePrefix = EMPTY_STRING;
- }
- else
- {
- this.linePrefix = theLinePrefix;
- }
- }
-
- /**
- * Get linePostfix; postfix all output to the log with this.
- *
- * @return String Returns the linePostfix.
- */
- public String getLinePostfix()
- {
- return linePostfix;
- }
-
- /**
- * Set linePostfix; postfix all output to the log with this.
- *
- * @param linePostfix
- * linePostfix to set.
- */
- public void setLinePostfix(String linePostfix)
- {
- this.linePostfix = linePostfix;
- }
-
- /**
- * Get interval for reading from the stream.
- *
- * @return long Returns the readInterval.
- */
- public long getReadInterval()
- {
- return readInterval;
- }
-
- /**
- * Set interval for reading from the stream.
- *
- * @param readInterval
- * readInterval to set.
- */
- public void setReadInterval(long readInterval)
- {
- this.readInterval = readInterval;
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/URLHelper.java b/wicket-examples/src/test/nl/openedge/util/jetty/URLHelper.java
deleted file mode 100644
index 512a55d..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/URLHelper.java
+++ /dev/null
@@ -1,167 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ====================================================================
- * Copyright (c) 2003, Open Edge B.V.
- * All rights reserved.
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer. Redistributions
- * in binary form must reproduce the above copyright notice, this list of
- * conditions and the following disclaimer in the documentation and/or other
- * materials provided with the distribution. Neither the name of OpenEdge B.V.
- * nor the names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-package nl.openedge.util.jetty;
-
-import java.net.MalformedURLException;
-import java.net.URL;
-
-import javax.servlet.ServletContext;
-
-/**
- * Helper class for interpreting url locations.
- *
- * @author Eelco Hillenius
- */
-public final class URLHelper
-{
-
- /**
- * Hidden constructor (utility class).
- */
- private URLHelper()
- {
- // no nada
- }
-
- /**
- * Interprets some absolute URLs as external paths or from classpath.
- *
- * @param path
- * path to translate
- * @param caller
- * caller class of method
- * @return URL the converted URL
- * @throws MalformedURLException
- * when the path does not follow the URL rules
- */
- public static URL convertToURL(String path, Class caller) throws MalformedURLException
- {
- return convertToURL(path, caller, null);
- }
-
- /**
- * Interprets some absolute URLs as external paths, otherwise generates URL appropriate for
- * loading from internal webapp or, servletContext is null, loading from the classpath.
- *
- * @param pathToTranslate
- * path to translate
- * @param caller
- * caller of method
- * @param servletContext
- * servlet context of webapp
- * @throws MalformedURLException
- * when the path does not follow the URL rules
- * @return the converted URL
- */
- public static URL convertToURL(String pathToTranslate, Class caller,
- ServletContext servletContext) throws MalformedURLException
- {
- String path = pathToTranslate;
- URL url = null;
- if (path.startsWith("file:")
- || path.startsWith("http:") || path.startsWith("https:") || path.startsWith("ftp:")
- || path.startsWith("jar:"))
- {
- url = new URL(path);
- }
- else if (servletContext != null)
- {
- url = getServletContextURL(servletContext, path);
- }
- else
- {
- url = getClasspathURL(caller, path);
- }
- return url;
- }
-
- /**
- * @param servletContext
- * the servlet context
- * @param pathToTranslate
- * the path to translate
- * @return URL the URL as a resource from the servlet context
- * @throws MalformedURLException
- * when the path does not follow the URL rules
- */
- private static URL getServletContextURL(ServletContext servletContext, String pathToTranslate)
- throws MalformedURLException
- {
- String path = pathToTranslate;
- URL url;
- // Quick sanity check
- if (!path.startsWith("/"))
- path = "/" + path;
- url = servletContext.getResource(path);
- return url;
- }
-
- /**
- * @param caller
- * class of the caller
- * @param path
- * the path to get the URL for
- * @return the URL as a resource from the classpath
- */
- private static URL getClasspathURL(Class caller, String path)
- {
- URL url;
- ClassLoader clsLoader = Thread.currentThread().getContextClassLoader();
- if (clsLoader == null)
- {
- if (caller != null)
- {
- url = caller.getResource(path);
- }
- else
- {
- url = ClassLoader.getSystemResource(path);
- }
- }
- else
- {
- url = clsLoader.getResource(path);
- // fallthrough
- if (url == null)
- {
- if (caller != null)
- {
- url = caller.getResource(path);
- }
- else
- {
- url = ClassLoader.getSystemResource(path);
- }
- }
- }
- return url;
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/Util.java b/wicket-examples/src/test/nl/openedge/util/jetty/Util.java
deleted file mode 100644
index b83501b..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/Util.java
+++ /dev/null
@@ -1,82 +0,0 @@
-/*
- * $Id$
- * $Revision$
- * $Date$
- *
- * ================================================================================
- * Copyright (c)
- * All rechten voorbehouden.
- */
-package nl.openedge.util.jetty;
-
-/**
- * Utility class for package local common methods.
- *
- * @author Eelco Hillenius
- */
-final class Util
-{
- /** internal const. */
- private static final int NEW_CMD_LENGTH_ARGS = 11;
- /** internal const. */
- private static final int NEW_CMD_LENGTH_NO_ARGS = 7;
-
- /**
- * Hidden utility constructor.
- */
- private Util()
- {
- super();
- }
-
- /**
- * Add arguments for command call.
- *
- * @param cmd commands and args to add arguments to
- * @param jettyConfig jetty configuration location
- * @param port the port for listening
- * @param webappContextRoot context root
- * @param contextPath context path
- * @param useJettyPlus whether to use JettyPlus
- * @return String[] new command with arguments
- */
- public static String[] addCommandArguments(String[] cmd, String jettyConfig, int port,
- String webappContextRoot, String contextPath, boolean useJettyPlus)
- {
- String[] newCmd = null;
- int currentArg = 0;
- int length = cmd.length;
- String classPath = System.getProperty("java.class.path");
- if (jettyConfig != null) // append xml arg
- {
- newCmd = new String[length + NEW_CMD_LENGTH_NO_ARGS];
- currentArg = length;
- System.arraycopy(cmd, 0, newCmd, 0, cmd.length);
- newCmd[currentArg++] = "-classpath";
- newCmd[currentArg++] = classPath;
- newCmd[currentArg++] = JettyStarterPrg.class.getName();
- newCmd[currentArg++] = JettyStarterPrg.CMDARG_XML_CONFIG;
- newCmd[currentArg++] = jettyConfig;
- }
- else
- // append basic args
- {
- newCmd = new String[length + NEW_CMD_LENGTH_ARGS];
- currentArg = length;
- System.arraycopy(cmd, 0, newCmd, 0, cmd.length);
- newCmd[currentArg++] = "-classpath";
- newCmd[currentArg++] = classPath;
- newCmd[currentArg++] = JettyStarterPrg.class.getName();
- newCmd[currentArg++] = JettyStarterPrg.CMDARG_PORT;
- newCmd[currentArg++] = String.valueOf(port);
- newCmd[currentArg++] = JettyStarterPrg.CMDARG_WEBAPP_CONTEXT_ROOT;
- newCmd[currentArg++] = String.valueOf(webappContextRoot);
- newCmd[currentArg++] = JettyStarterPrg.CMDARG_CONTEXT_PATH;
- newCmd[currentArg++] = String.valueOf(contextPath);
- }
- newCmd[currentArg++] = JettyStarterPrg.CMDARG_USE_JETTY_PLUS;
- newCmd[currentArg++] = String.valueOf(useJettyPlus);
-
- return newCmd;
- }
-}
\ No newline at end of file
diff --git a/wicket-examples/src/test/nl/openedge/util/jetty/package.html b/wicket-examples/src/test/nl/openedge/util/jetty/package.html
deleted file mode 100644
index 15af012..0000000
--- a/wicket-examples/src/test/nl/openedge/util/jetty/package.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 3.2 Final//NL">
-<html>
-<head>
-<title>nl.openedge.util.jetty package</title>
-</head>
-<body>
-Contains Jetty utilities.
-</body>
-</html>
\ No newline at end of file
diff --git a/wicket-examples/src/webapp/Image1.gif b/wicket-examples/src/webapp/Image1.gif
deleted file mode 100644
index 831519b..0000000
--- a/wicket-examples/src/webapp/Image1.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/ImageMap.gif b/wicket-examples/src/webapp/ImageMap.gif
deleted file mode 100644
index cff2e92..0000000
--- a/wicket-examples/src/webapp/ImageMap.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/WEB-INF/web.xml b/wicket-examples/src/webapp/WEB-INF/web.xml
deleted file mode 100644
index c182934..0000000
--- a/wicket-examples/src/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,164 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE web-app
- PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
- "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app>
-
- <display-name>Wicket Examples</display-name>
-
- <servlet>
- <servlet-name>GuestBookApplication</servlet-name>
- <servlet-class>guestbook.GuestBookApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>GuestBook2Application</servlet-name>
- <servlet-class>guestbook2.GuestBook2Application</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>HelloWorldApplication</servlet-name>
- <servlet-class>helloworld.HelloWorldApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>ImagesApplication</servlet-name>
- <servlet-class>images.ImagesApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>LibraryApplication</servlet-name>
- <servlet-class>library.LibraryApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>LinkomaticApplication</servlet-name>
- <servlet-class>linkomatic.LinkomaticApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>NavomaticApplication</servlet-name>
- <servlet-class>navomatic.NavomaticApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>PubApplication</servlet-name>
- <servlet-class>pub.PubApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>SignInApplication</servlet-name>
- <servlet-class>signin.SignInApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>FileBrowserApplication</servlet-name>
- <servlet-class>filebrowser.FileBrowserApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>UploadApplication</servlet-name>
- <servlet-class>upload.UploadApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>SignIn2Application</servlet-name>
- <servlet-class>signin2.SignIn2Application</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <servlet>
- <servlet-name>DisplaytagApplication</servlet-name>
- <servlet-class>displaytag.DisplaytagApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
-
- <!-- servlet>
- <servlet-name>Wicket-Appfuse</servlet-name>
- <servlet-class>appfuse.AppfuseApplication</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet -->
-
- <servlet-mapping>
- <servlet-name>SignInApplication</servlet-name>
- <url-pattern>/signin/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>SignIn2Application</servlet-name>
- <url-pattern>/signin2/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>PubApplication</servlet-name>
- <url-pattern>/pub/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>NavomaticApplication</servlet-name>
- <url-pattern>/navomatic/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>LinkomaticApplication</servlet-name>
- <url-pattern>/linkomatic/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>LibraryApplication</servlet-name>
- <url-pattern>/library/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>ImagesApplication</servlet-name>
- <url-pattern>/images/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>HelloWorldApplication</servlet-name>
- <url-pattern>/helloworld/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>GuestBook2Application</servlet-name>
- <url-pattern>/guestbook2/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>GuestBookApplication</servlet-name>
- <url-pattern>/guestbook/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>FileBrowserApplication</servlet-name>
- <url-pattern>/filebrowser/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>UploadApplication</servlet-name>
- <url-pattern>/upload/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>DisplaytagApplication</servlet-name>
- <url-pattern>/displaytag/*</url-pattern>
- </servlet-mapping>
-
- <!-- servlet-mapping>
- <servlet-name>Wicket-Appfuse</servlet-name>
- <url-pattern>/appfuse/*</url-pattern>
- </servlet-mapping -->
-
-</web-app>
diff --git a/wicket-examples/src/webapp/cross.gif b/wicket-examples/src/webapp/cross.gif
deleted file mode 100644
index 439530d..0000000
--- a/wicket-examples/src/webapp/cross.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/delete.gif b/wicket-examples/src/webapp/delete.gif
deleted file mode 100644
index 8ee2b22..0000000
--- a/wicket-examples/src/webapp/delete.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/displaytag/css/displaytag.css b/wicket-examples/src/webapp/displaytag/css/displaytag.css
deleted file mode 100644
index e4ae3b9..0000000
--- a/wicket-examples/src/webapp/displaytag/css/displaytag.css
+++ /dev/null
@@ -1,318 +0,0 @@
-cbody{
- background-color: #fff; padding:0 0 0 0; margin:0 0 0 0;
-}
-body, input, select, td, textarea{
- font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
- font-size: 11px;
-}
-h1, h2, h3, h4, h5, h6, p, strong, div, form, acronym, label, table, td, th, span, a, hr, code, pre, hr {
- margin:0;
- padding:0;
- font-size: 1em;
- background-repeat:no-repeat;
- list-style-type:none;
-}
-a, a:visited, a:hover {
- color:#666; text-decoration:none;
-}
-a:hover {
- text-decoration: underline;
-}
-img{
- border:none;
-}
-hr {
- height: 1px;
- color: #000;
- clear:both;
-}
-
-dt {
- font-weight: bold;
-}
-
-.clear {
- clear: both;
-}
-h1 {
- font-size: 2em;
-}
-h1 a{
- color: #000;
-}
-div#header {
- background-color: #fea;
- border-top: 1px solid #000;
- border-bottom: 1px solid #000;
- padding: 20px 10px 30px 15px;
- margin: 10px 5% 20px 5%;
-}
-div#header ul{
- margin: 10px 0 0 0;
-}
-div#header ul li{
- list-style-type: none;
- float: left;
- padding: 0 10px 0 0;
- font-weight: bold;
-}
-div#header ul li a{
- display: block;
- color: #f00;
- border-left: 1px solid red;
- padding-left: 5px;
-}
-div#header ul li a:hover{
- border-left: 1px solid #000;
-}
-
-h2 {
- font-size: 1.2em;
- margin: 10px 0 10px 0;
-}
-
-h2 {
- font-size: 1.1em;
- margin: 10px 0 5px 0;
-}
-
-p {
- margin: 0 0 10px 0;
-}
-
-acronym {
- border-bottom: 1px dashed #000;
- cursor: help;
-}
-
-div#body {
- margin: 0 5% 20px 5%;
- padding: 20px 20px 20px 20px;
- border: 1px dashed #666;
-}
-
-div#validxhtml {
- float: right;
- background-color: #eee;
- border: 1px dotted #999;
- padding: 2px;
- margin: 5px;
- width:100px;
- text-align: center;
-}
-div#footer {
- border-top: 1px solid #666;
- padding: 5px 5px 5px 5px;
- text-align:right;
-}
-
-div#footer span {
- float: left;
-}
-
-/*.changed {
- background-color: #ee0;
- border: 1px solid #ccc;
- padding: 10px;
- margin: 10px;
-}*/
-ul#stylelist {
- margin:0 0 30px 0;
-}
-
-ul#stylelist li {
- list-style-type: none;
- float:left;
- width:100px;
- border: 1px solid #ccc;
- background-color: #eee;
- padding:2px;
- margin-right: 2px;
-}
-table {
- border: 1px solid #666;
-
- width: 80%;
- margin: 20px 0 20px 0;
-}
-th, td {
- padding: 2px 4px 2px 4px;
- text-align: left;
- vertical-align: top;
-}
-thead tr {
- background-color: #fc0;
-}
-th.sorted {
- background-color: orange;
-}
-th a, th a:visited {
- color: black;
-}
-th a:hover {
- text-decoration: underline;
- color: black;
-}
-th.sorted a, th.sortable a {
- background-position: right;
- display: block;
-}
-th.sortable a {
- background-image: url(../img/arrow_off.png);
-}
-th.order1 a {
- background-image: url(../img/arrow_down.png);
-}
-th.order2 a {
- background-image: url(../img/arrow_up.png);
-}
-tr.odd {
- background-color: #fff
-}
-tr.tableRowEven, tr.even {
- background-color: #fea
-}
-
-ul#showsource {
- float: right;
- background-color: #eee;
- border: 1px dotted #999;
- padding: 2px 4px 2px 4px;
- margin: 5px;
- width:100px;
- list-style-type: none;
-}
-
-
-/* test styles */
-table.its thead tr {
- background-color: #69c;
-}
-table.its tr.even {
- background-color: #def;
-}
-
-table.mars thead tr {
- background-color: #9c9;
-}
-table.mars tr.even {
- background-color: #ccb;
-}
-table.mars tr.odd {
- background-color: #eec;
-}
-
-
-table.simple thead tr {
- background-color: #eee;
-}
-table.simple tr.even {
- background-color: #fff;
-}
-table.simple {
- border: 1px solid #ccc;
- border-collapse: collapse;
-}
-table.simple td,table.simple th{
- border: 1px solid #ccc;
-}
-
-table.nocol tbody td,table.nocol tbody th{
- border-left: none;
- border-right: none;
-}
-
-
-
-
-table.report td, table.report th{
- font: menu;
-}
-table.report th{
- background: buttonface;
- border-width: 1px;
- border-style: solid;
- border-color: threedhighlight threedshadow threedshadow threedhighlight;
- cursor: hand;
-}
-table.report idcol {
- background: buttonface;
-}
-
-table.report tr.even{
- background-color: #399;
-}
-table.report tbody {
- height: 100px;
- overflow: auto;
-}
-
-table.report {
- height: 120px;
- overflow: auto;
-}
-
-table.report tbody tr{
- height: 10px;
-}
-
-
-
-
-
-table.mark td.tableCellError {
- background-color: #d00;
- color: #fff;
-}
-
-table.sublist {
- margin: 0 0 0 0;
- width: 100%;
-}
-table.sublist td, table.sublist th {
- width: 50%;
-}
-
-div.exportlinks {
- background-color: #eee;
- border: 1px dotted #999;
- padding: 2px 4px 2px 4px;
- margin: -10px 0 10px 0;
- width: 79%;
-}
-
-span.export {
- padding: 0 4px 1px 20px;
- display:inline; display:inline-block;
- cursor: pointer;
-}
-
-span.excel {
- background-image: url(../img/ico_file_excel.png);
-}
-span.csv {
- background-image: url(../img/ico_file_csv.png);
-}
-span.xml {
- background-image: url(../img/ico_file_xml.png);
-}
-
-span.pagebanner {
- background-color: #eee;
- border: 1px dotted #999;
- padding: 2px 4px 2px 4px;
- width: 79%;
- margin-top: 10px;
- display:block;
- border-bottom: none;
-}
-
-span.pagelinks {
- background-color: #eee;
- border: 1px dotted #999;
- padding: 2px 4px 2px 4px;
- width: 79%;
- display:block;
- border-top: none;
- margin-bottom: -5px;
-}
\ No newline at end of file
diff --git a/wicket-examples/src/webapp/displaytag/img/arrow_down.png b/wicket-examples/src/webapp/displaytag/img/arrow_down.png
deleted file mode 100644
index 107b59f..0000000
--- a/wicket-examples/src/webapp/displaytag/img/arrow_down.png
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/displaytag/img/arrow_off.png b/wicket-examples/src/webapp/displaytag/img/arrow_off.png
deleted file mode 100644
index c507cb5..0000000
--- a/wicket-examples/src/webapp/displaytag/img/arrow_off.png
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/displaytag/img/arrow_up.png b/wicket-examples/src/webapp/displaytag/img/arrow_up.png
deleted file mode 100644
index b4e9bbb..0000000
--- a/wicket-examples/src/webapp/displaytag/img/arrow_up.png
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/displaytag/img/ico_file_csv.png b/wicket-examples/src/webapp/displaytag/img/ico_file_csv.png
deleted file mode 100644
index f32c509..0000000
--- a/wicket-examples/src/webapp/displaytag/img/ico_file_csv.png
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/displaytag/img/ico_file_excel.png b/wicket-examples/src/webapp/displaytag/img/ico_file_excel.png
deleted file mode 100644
index 15fbed6..0000000
--- a/wicket-examples/src/webapp/displaytag/img/ico_file_excel.png
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/displaytag/img/ico_file_xml.png b/wicket-examples/src/webapp/displaytag/img/ico_file_xml.png
deleted file mode 100644
index b4db2a7..0000000
--- a/wicket-examples/src/webapp/displaytag/img/ico_file_xml.png
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/displaytag/img/paginazione.png b/wicket-examples/src/webapp/displaytag/img/paginazione.png
deleted file mode 100644
index afe9a4b..0000000
--- a/wicket-examples/src/webapp/displaytag/img/paginazione.png
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/displaytag/img/paginazione_ahead.png b/wicket-examples/src/webapp/displaytag/img/paginazione_ahead.png
deleted file mode 100644
index 430ef35..0000000
--- a/wicket-examples/src/webapp/displaytag/img/paginazione_ahead.png
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/displaytag/img/paginazione_back.png b/wicket-examples/src/webapp/displaytag/img/paginazione_back.png
deleted file mode 100644
index 5981515..0000000
--- a/wicket-examples/src/webapp/displaytag/img/paginazione_back.png
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/displaytag/img/valid-xhtml10.png b/wicket-examples/src/webapp/displaytag/img/valid-xhtml10.png
deleted file mode 100644
index 2275ee6..0000000
--- a/wicket-examples/src/webapp/displaytag/img/valid-xhtml10.png
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/end.gif b/wicket-examples/src/webapp/end.gif
deleted file mode 100644
index 555f78f..0000000
--- a/wicket-examples/src/webapp/end.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/folder.gif b/wicket-examples/src/webapp/folder.gif
deleted file mode 100644
index 6589f8c..0000000
--- a/wicket-examples/src/webapp/folder.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/folderopen.gif b/wicket-examples/src/webapp/folderopen.gif
deleted file mode 100644
index fd25e96..0000000
--- a/wicket-examples/src/webapp/folderopen.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/index.html b/wicket-examples/src/webapp/index.html
deleted file mode 100644
index 41e5e96..0000000
--- a/wicket-examples/src/webapp/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
- <head>
- <title>Wicket examples</title>
- </head>
- <body>
- <table>
- <tr><th>Examples</th></tr>
- <tr><td><a href="guestbook">GuestBook</a></td></tr>
- <tr><td><a href="guestbook2">GuestBook2</a></td></tr>
- <tr><td><a href="helloworld">Helloworld</a></td></tr>
- <tr><td><a href="images">Images</a></td></tr>
- <tr><td><a href="library">Library</a></td></tr>
- <tr><td><a href="linkomatic">Linkomatic</a></td></tr>
- <tr><td><a href="navomatic">Navomatic</a></td></tr>
- <tr><td><a href="pub">Pub</a></td></tr>
- <tr><td><a href="signin">Signin</a></td></tr>
- <tr><td><a href="signin2">Signin2</a></td></tr>
- <tr><td><a href="filebrowser">Filebrowser</a></td></tr>
- <tr><td><a href="upload">Upload</a></td></tr>
- <tr><td><a href="displaytag">Displaytag</a></td></tr>
- <!-- tr><td><a href="appfuse">Appfuse</a></td></tr -->
- </table>
- </body>
-</html>
\ No newline at end of file
diff --git a/wicket-examples/src/webapp/mcross.gif b/wicket-examples/src/webapp/mcross.gif
deleted file mode 100644
index ca0f306..0000000
--- a/wicket-examples/src/webapp/mcross.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/mend.gif b/wicket-examples/src/webapp/mend.gif
deleted file mode 100644
index ce7a94b..0000000
--- a/wicket-examples/src/webapp/mend.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/node.gif b/wicket-examples/src/webapp/node.gif
deleted file mode 100644
index dd116bb..0000000
--- a/wicket-examples/src/webapp/node.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/pcross.gif b/wicket-examples/src/webapp/pcross.gif
deleted file mode 100644
index f1c25d0..0000000
--- a/wicket-examples/src/webapp/pcross.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/pend.gif b/wicket-examples/src/webapp/pend.gif
deleted file mode 100644
index 60d4b51..0000000
--- a/wicket-examples/src/webapp/pend.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/src/webapp/vert.gif b/wicket-examples/src/webapp/vert.gif
deleted file mode 100644
index 3c0dde3..0000000
--- a/wicket-examples/src/webapp/vert.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-examples/wicket-examples.iml b/wicket-examples/wicket-examples.iml
deleted file mode 100644
index c757f80..0000000
--- a/wicket-examples/wicket-examples.iml
+++ /dev/null
@@ -1,236 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module version="4" relativePaths="true" type="J2EE_WEB_MODULE" j2ee-integration="Tomcat Server">
- <component name="ModuleRootManager" />
- <component name="NewModuleRootManager">
- <output url="file://$MODULE_DIR$/target/classes" />
- <exclude-output />
- <exploded url="file://$MODULE_DIR$/target/wicket-examples" />
- <exclude-exploded />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/cglib/jars/cglib-full-2.0.1.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/commons-collections/jars/commons-collections-2.1.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/commons-fileupload/jars/commons-fileupload-1.0.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/commons-logging/jars/commons-logging-1.0.4.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/dom4j/jars/dom4j-1.4.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/geronimo-spec/jars/geronimo-spec-jta-1.0-M1.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/hibernate/jars/hibernate-2.1.6.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/hsqldb/jars/hsqldb-1.7.2.2.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/junit/jars/junit-3.8.1.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/log4j/jars/log4j-1.2.8.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/odmg/jars/odmg-3.0.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/ognl/jars/ognl-2.6.5.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/servletapi/jars/servletapi-2.3.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/wicket/jars/wicket-SNAPSHOT.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="library" name="Tomcat" level="application_server_libraries" />
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MAVEN_REPO$/commons-lang/jars/commons-lang-2.0.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntryProperties />
- </component>
- <component name="WebModuleBuildComponent">
- <setting name="EXPLODED_URL" value="file://$MODULE_DIR$/target/wicket-examples" />
- <setting name="EXPLODED_ENABLED" value="true" />
- <setting name="JAR_URL" value="file://$MODULE_DIR$/target/wicket-examples.war" />
- <setting name="JAR_ENABLED" value="true" />
- <setting name="SYNC_EXPLODED_DIR" value="true" />
- <setting name="BUILD_ON_FRAME_DEACTIVATION" value="false" />
- <setting name="RUN_JASPER_VALIDATION" value="false" />
- </component>
- <component name="WebModuleProperties">
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/cglib/jars/cglib-full-2.0.1.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/cglib-full-2.0.1.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/commons-collections/jars/commons-collections-2.1.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/commons-collections-2.1.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/commons-fileupload/jars/commons-fileupload-1.0.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/commons-fileupload-1.0.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/commons-lang/jars/commons-lang-2.0.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/commons-lang-2.0.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/commons-logging/jars/commons-logging-1.0.4.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/commons-logging-1.0.4.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/dom4j/jars/dom4j-1.4.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/dom4j-1.4.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/geronimo-spec/jars/geronimo-spec-jta-1.0-M1.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/geronimo-spec-jta-1.0-M1.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/hibernate/jars/hibernate-2.1.6.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/hibernate-2.1.6.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/hsqldb/jars/hsqldb-1.7.2.2.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/hsqldb-1.7.2.2.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/log4j/jars/log4j-1.2.8.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/log4j-1.2.8.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/odmg/jars/odmg-3.0.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/odmg-3.0.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/ognl/jars/ognl-2.6.5.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/ognl-2.6.5.jar" />
- </containerElement>
- <containerElement type="library" level="module">
- <url>jar://$MAVEN_REPO$/wicket/jars/wicket-SNAPSHOT.jar!/</url>
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/wicket-SNAPSHOT.jar" />
- </containerElement>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/webapp/WEB-INF/web.xml" version="2.3" />
- <webroots>
- <root url="file://$MODULE_DIR$/src/webapp" relative="/" />
- </webroots>
- </component>
- <component name="WeblogicWebModuleProperties">
- <option name="IS_RUN_APPC" value="false" />
- </component>
-</module>
-
diff --git a/wicket-examples/wicket-examples.ipr b/wicket-examples/wicket-examples.ipr
deleted file mode 100644
index bb503a2..0000000
--- a/wicket-examples/wicket-examples.ipr
+++ /dev/null
@@ -1,234 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4" relativePaths="false">
- <component name="AntConfiguration">
- <defaultAnt bundledAnt="true" />
- </component>
- <component name="CodeStyleSettingsManager">
- <option name="PER_PROJECT_SETTINGS">
- <value>
- <option name="LINE_COMMENT_AT_FIRST_COLUMN" value="false" />
- <option name="BLOCK_COMMENT_AT_FIRST_COLUMN" value="false" />
- <option name="JAVA_INDENT_OPTIONS">
- <value>
- <option name="INDENT_SIZE" value="4" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="true" />
- </value>
- </option>
- <option name="INDENT_CASE_FROM_SWITCH" value="false" />
- <option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" />
- <option name="SPACE_WITHIN_IF_PARENTHESES" value="true" />
- <option name="SPACE_WITHIN_WHILE_PARENTHESES" value="true" />
- <option name="SPACE_WITHIN_FOR_PARENTHESES" value="true" />
- <option name="SPACE_AFTER_TYPE_CAST" value="false" />
- <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="10" />
- <option name="IMPORT_LAYOUT_TABLE">
- <value>
- <package name="java" withSubpackages="true" />
- <package name="javax" withSubpackages="true" />
- <package name="" withSubpackages="true" />
- </value>
- </option>
- <option name="CALL_PARAMETERS_WRAP" value="5" />
- <option name="METHOD_PARAMETERS_WRAP" value="5" />
- <option name="EXTENDS_KEYWORD_WRAP" value="1" />
- <option name="THROWS_KEYWORD_WRAP" value="2" />
- <option name="ARRAY_INITIALIZER_WRAP" value="5" />
- <option name="ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE" value="true" />
- <option name="WRAP_COMMENTS" value="true" />
- <option name="ENABLE_JAVADOC_FORMATTING" value="false" />
- <option name="JD_ALIGN_PARAM_COMMENTS" value="false" />
- <option name="JD_ALIGN_EXCEPTION_COMMENTS" value="false" />
- </value>
- </option>
- <option name="USE_PER_PROJECT_SETTINGS" value="true" />
- </component>
- <component name="CompilerConfiguration">
- <option name="DEFAULT_COMPILER" value="Javac" />
- <option name="CLEAR_OUTPUT_DIRECTORY" value="false" />
- <option name="DEPLOY_AFTER_MAKE" value="0" />
- <resourceExtensions>
- <entry name=".+\.(properties|xml|html|dtd|tld)" />
- <entry name=".+\.(gif|png|jpeg|jpg)" />
- </resourceExtensions>
- <wildcardResourcePatterns>
- <entry name="?*.properties" />
- <entry name="?*.xml" />
- <entry name="?*.gif" />
- <entry name="?*.png" />
- <entry name="?*.jpeg" />
- <entry name="?*.jpg" />
- <entry name="?*.html" />
- <entry name="?*.dtd" />
- <entry name="?*.tld" />
- </wildcardResourcePatterns>
- </component>
- <component name="DataSourceManagerImpl" />
- <component name="DependencyValidationManager" />
- <component name="EntryPointsManager">
- <entry_points />
- </component>
- <component name="ExportToHTMLSettings">
- <option name="PRINT_LINE_NUMBERS" value="false" />
- <option name="OPEN_IN_BROWSER" value="false" />
- <option name="OUTPUT_DIRECTORY" />
- </component>
- <component name="GUI Designer component loader factory" />
- <component name="JavacSettings">
- <option name="DEBUGGING_INFO" value="true" />
- <option name="GENERATE_NO_WARNINGS" value="false" />
- <option name="DEPRECATION" value="true" />
- <option name="ADDITIONAL_OPTIONS_STRING" value="" />
- <option name="MAXIMUM_HEAP_SIZE" value="128" />
- <option name="USE_GENERICS_COMPILER" value="false" />
- </component>
- <component name="JavadocGenerationManager">
- <option name="OUTPUT_DIRECTORY" />
- <option name="OPTION_SCOPE" value="protected" />
- <option name="OPTION_HIERARCHY" value="true" />
- <option name="OPTION_NAVIGATOR" value="true" />
- <option name="OPTION_INDEX" value="true" />
- <option name="OPTION_SEPARATE_INDEX" value="true" />
- <option name="OPTION_DOCUMENT_TAG_USE" value="false" />
- <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
- <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
- <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" />
- <option name="OPTION_DEPRECATED_LIST" value="true" />
- <option name="OTHER_OPTIONS" value="" />
- <option name="HEAP_SIZE" />
- <option name="OPEN_IN_BROWSER" value="true" />
- </component>
- <component name="JikesSettings">
- <option name="JIKES_PATH" value="" />
- <option name="DEBUGGING_INFO" value="true" />
- <option name="DEPRECATION" value="true" />
- <option name="GENERATE_NO_WARNINGS" value="false" />
- <option name="IS_EMACS_ERRORS_MODE" value="true" />
- <option name="ADDITIONAL_OPTIONS_STRING" value="" />
- </component>
- <component name="Palette2">
- <group name="Swing">
- <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false">
- <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
- </item>
- <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false">
- <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
- </item>
- <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false">
- <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
- </item>
- <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false">
- <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
- </item>
- <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false">
- <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
- <initial-values>
- <property name="text" value="Button" />
- </initial-values>
- </item>
- <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false">
- <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
- <initial-values>
- <property name="text" value="RadioButton" />
- </initial-values>
- </item>
- <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false">
- <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
- <initial-values>
- <property name="text" value="CheckBox" />
- </initial-values>
- </item>
- <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false">
- <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
- <initial-values>
- <property name="text" value="Label" />
- </initial-values>
- </item>
- <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
- <preferred-size width="150" height="-1" />
- </default-constraints>
- </item>
- <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
- <preferred-size width="150" height="-1" />
- </default-constraints>
- </item>
- <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
- <preferred-size width="150" height="-1" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false">
- <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
- </item>
- <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false">
- <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false">
- <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
- <preferred-size width="200" height="200" />
- </default-constraints>
- </item>
- <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false">
- <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
- <preferred-size width="200" height="200" />
- </default-constraints>
- </item>
- <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
- </item>
- <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
- </item>
- </group>
- </component>
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/wicket-examples.iml" filepath="$PROJECT_DIR$/wicket-examples.iml" />
- </modules>
- </component>
- <component name="ProjectRootManager" version="2" assert-keyword="false" jdk-15="false" project-jdk-name="java version "1.4.2_05"" />
- <component name="RmicSettings">
- <option name="IS_EANABLED" value="false" />
- <option name="DEBUGGING_INFO" value="true" />
- <option name="GENERATE_NO_WARNINGS" value="false" />
- <option name="GENERATE_IIOP_STUBS" value="false" />
- <option name="ADDITIONAL_OPTIONS_STRING" value="" />
- </component>
- <component name="libraryTable" />
- <component name="uidesigner-configuration">
- <option name="INSTRUMENT_CLASSES" value="true" />
- <option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" />
- </component>
-</project>
-
diff --git a/wicket-userdocs/.cvsignore b/wicket-userdocs/.cvsignore
deleted file mode 100644
index eb5a316..0000000
--- a/wicket-userdocs/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-target
diff --git a/wicket-userdocs/.project b/wicket-userdocs/.project
deleted file mode 100644
index bc037e6..0000000
--- a/wicket-userdocs/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>wicket-userdocs</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- </natures>
-</projectDescription>
diff --git a/wicket-userdocs/README b/wicket-userdocs/README
deleted file mode 100644
index fbcee77..0000000
--- a/wicket-userdocs/README
+++ /dev/null
@@ -1,3 +0,0 @@
-This reference setup was copied from Hibernate.
-Many thanks to Christian Bauer et al
-for their great project with its superb documentation.
diff --git a/wicket-userdocs/build.xml b/wicket-userdocs/build.xml
deleted file mode 100644
index c7bd1fa..0000000
--- a/wicket-userdocs/build.xml
+++ /dev/null
@@ -1,138 +0,0 @@
-<!--
-
- Baritus ANT build script.
-
- (Originally contributed by Fabricio Goncalves for Hibernate (www.hibernate.org)
-
--->
-
-<project name="Wicket" default="docpdf" basedir=".">
-
- <!-- Give user a chance to override without editing this file or typing -D -->
- <property file="build.properties"/>
- <property file="${user.home}/.ant.properties"/>
-
- <!-- Name of project and version, used to create filenames -->
- <property name="Name" value="Wicket"/>
- <property name="name" value="Wicket"/>
- <property name="name2" value="Wicket"/>
- <property name="version" value="1.0.10"/>
-
- <!-- set global properties for this build -->
- <property name="src.dir" value="src"/>
- <property name="lib.dir" value="lib"/>
- <property name="build.dir" value="build"/>
- <property name="dist.dir" value="target"/>
- <property name="doc.ref.dir" value=""/>
-
- <property name="dist.doc.dir" value="${dist.dir}"/>
- <property name="dist.ref.dir" value="target"/>
-
- <property name="jar.name" value="${name2}"/>
-
- <path id="lib.class.path">
- <fileset dir="${lib.dir}">
- <include name="**/*.jar"/>
- </fileset>
- </path>
-
- <patternset id="support.files">
- <include name="**/*.dtd"/>
- <include name="**/*.xml"/>
- <include name="**/*.xslt"/>
-
- <!-- exclude everything we don't want in the jar -->
- <!--<exclude name="${build.dir}/**/*"/>
- <exclude name="${doc.dir}/**/*"/>
- <exclude name="classes/**/*"/>
- <exclude name="build.xml"/>-->
- <exclude name="**/*.properties"/>
- <exclude name="**/*.ccf"/>
- <exclude name="**/*.cfg.xml"/>
- </patternset>
-
- <patternset id="refdoc.files">
- <include name="**/*.css"/>
- <include name="**/*.jpg"/>
- <include name="**/*.gif"/>
- <include name="**/*.png"/>
- </patternset>
-
- <patternset id="source.files">
- <!-- include everything we want in the src directory
- that we didn't want in the jar itself -->
- <include name="**/*.java"/>
- <include name="**/*.properties"/>
- <include name="**/*.ccf"/>
- <include name="META-INF/ra.xml"/>
- </patternset>
-
- <!-- Documentation -->
-
- <target name="docpdf" description="Compile reference documentation to pdf">
- <java classname="com.icl.saxon.StyleSheet" fork="true" dir=".">
- <classpath>
- <fileset dir="lib">
- <include name="**/*.jar"/>
- </fileset>
- </classpath>
- <arg value="-o"/>
- <arg value="${basedir}/${dist.ref.dir}/pdf/docbook_fop.tmp"/>
- <arg value="src/index.xml"/>
- <arg value="styles/fopdf.xsl"/>
- </java>
- <java classname="org.apache.fop.apps.Fop" fork="true" dir=".">
- <classpath>
- <fileset dir="lib">
- <include name="**/*.jar"/>
- </fileset>
- </classpath>
- <arg value="${basedir}/${dist.ref.dir}/pdf/docbook_fop.tmp"/>
- <arg value="${basedir}/${dist.ref.dir}/pdf/Wicket User's guide.pdf"/>
- </java>
- <delete file="${dist.ref.dir}/pdf/docbook_fop.tmp"/>
- </target>
-
- <target name="dochtml" description="Compile reference documentation to chunked html">
- <mkdir dir="${dist.ref.dir}/html/"/>
- <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${dist.ref.dir}/html/">
- <classpath>
- <fileset dir="${basedir}/lib">
- <include name="**/*.jar"/>
- </fileset>
- </classpath>
- <arg value="${basedir}/src/index.xml"/>
- <arg value="${basedir}/styles/html_chunk.xsl"/>
- </java>
- <copy todir="${dist.ref.dir}/html">
- <fileset dir="${doc.ref.dir}">
- <patternset refid="refdoc.files"/>
- </fileset>
- </copy>
- </target>
-
- <target name="dochtmlsingle" description="Compile reference documentation to single html">
- <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${dist.ref.dir}">
- <classpath>
- <fileset dir="${basedir}/lib">
- <include name="**/*.jar"/>
- </fileset>
- </classpath>
- <arg value="-o"/>
- <arg value="${basedir}/${dist.ref.dir}/html_single/index.html"/>
- <arg value="${basedir}/src/index.xml"/>
- <arg value="${basedir}/styles/html.xsl"/>
- </java>
- <copy todir="${dist.ref.dir}/html_single">
- <fileset dir="${doc.ref.dir}">
- <patternset refid="refdoc.files"/>
- </fileset>
- </copy>
- </target>
-
- <target name="refdoc"
- depends="dochtml,dochtmlsingle,docpdf"
- description="Generate and copy reference documentation">
- </target>
-
-</project>
diff --git a/wicket-userdocs/images/admons/blank.png b/wicket-userdocs/images/admons/blank.png
deleted file mode 100644
index 764bf4f..0000000
--- a/wicket-userdocs/images/admons/blank.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/caution.gif b/wicket-userdocs/images/admons/caution.gif
deleted file mode 100644
index d9f5e5b..0000000
--- a/wicket-userdocs/images/admons/caution.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/caution.png b/wicket-userdocs/images/admons/caution.png
deleted file mode 100644
index 5b7809c..0000000
--- a/wicket-userdocs/images/admons/caution.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/caution.tif b/wicket-userdocs/images/admons/caution.tif
deleted file mode 100644
index 4a28294..0000000
--- a/wicket-userdocs/images/admons/caution.tif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/draft.png b/wicket-userdocs/images/admons/draft.png
deleted file mode 100644
index 0084708..0000000
--- a/wicket-userdocs/images/admons/draft.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/home.gif b/wicket-userdocs/images/admons/home.gif
deleted file mode 100644
index 6784f5b..0000000
--- a/wicket-userdocs/images/admons/home.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/home.png b/wicket-userdocs/images/admons/home.png
deleted file mode 100644
index cbb711d..0000000
--- a/wicket-userdocs/images/admons/home.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/important.gif b/wicket-userdocs/images/admons/important.gif
deleted file mode 100644
index 6795d9a..0000000
--- a/wicket-userdocs/images/admons/important.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/important.png b/wicket-userdocs/images/admons/important.png
deleted file mode 100644
index 12c90f6..0000000
--- a/wicket-userdocs/images/admons/important.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/important.tif b/wicket-userdocs/images/admons/important.tif
deleted file mode 100644
index 184de63..0000000
--- a/wicket-userdocs/images/admons/important.tif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/next.gif b/wicket-userdocs/images/admons/next.gif
deleted file mode 100644
index aa1516e..0000000
--- a/wicket-userdocs/images/admons/next.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/next.png b/wicket-userdocs/images/admons/next.png
deleted file mode 100644
index 45835bf..0000000
--- a/wicket-userdocs/images/admons/next.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/note.gif b/wicket-userdocs/images/admons/note.gif
deleted file mode 100644
index f329d35..0000000
--- a/wicket-userdocs/images/admons/note.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/note.png b/wicket-userdocs/images/admons/note.png
deleted file mode 100644
index d0c3c64..0000000
--- a/wicket-userdocs/images/admons/note.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/note.tif b/wicket-userdocs/images/admons/note.tif
deleted file mode 100644
index 08644d6..0000000
--- a/wicket-userdocs/images/admons/note.tif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/prev.gif b/wicket-userdocs/images/admons/prev.gif
deleted file mode 100644
index 64ca8f3..0000000
--- a/wicket-userdocs/images/admons/prev.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/prev.png b/wicket-userdocs/images/admons/prev.png
deleted file mode 100644
index cf24654..0000000
--- a/wicket-userdocs/images/admons/prev.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/tip.gif b/wicket-userdocs/images/admons/tip.gif
deleted file mode 100644
index 823f2b4..0000000
--- a/wicket-userdocs/images/admons/tip.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/tip.png b/wicket-userdocs/images/admons/tip.png
deleted file mode 100644
index 5c4aab3..0000000
--- a/wicket-userdocs/images/admons/tip.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/tip.tif b/wicket-userdocs/images/admons/tip.tif
deleted file mode 100644
index 4a3d8c7..0000000
--- a/wicket-userdocs/images/admons/tip.tif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/toc-blank.png b/wicket-userdocs/images/admons/toc-blank.png
deleted file mode 100644
index 6ffad17..0000000
--- a/wicket-userdocs/images/admons/toc-blank.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/toc-minus.png b/wicket-userdocs/images/admons/toc-minus.png
deleted file mode 100644
index abbb020..0000000
--- a/wicket-userdocs/images/admons/toc-minus.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/toc-plus.png b/wicket-userdocs/images/admons/toc-plus.png
deleted file mode 100644
index 941312c..0000000
--- a/wicket-userdocs/images/admons/toc-plus.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/up.gif b/wicket-userdocs/images/admons/up.gif
deleted file mode 100644
index aabc2d0..0000000
--- a/wicket-userdocs/images/admons/up.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/up.png b/wicket-userdocs/images/admons/up.png
deleted file mode 100644
index 07634de..0000000
--- a/wicket-userdocs/images/admons/up.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/warning.gif b/wicket-userdocs/images/admons/warning.gif
deleted file mode 100644
index 3adf191..0000000
--- a/wicket-userdocs/images/admons/warning.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/warning.png b/wicket-userdocs/images/admons/warning.png
deleted file mode 100644
index 1c33db8..0000000
--- a/wicket-userdocs/images/admons/warning.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/admons/warning.tif b/wicket-userdocs/images/admons/warning.tif
deleted file mode 100644
index 7b6611e..0000000
--- a/wicket-userdocs/images/admons/warning.tif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/1.gif b/wicket-userdocs/images/callouts/1.gif
deleted file mode 100644
index 0d66977..0000000
--- a/wicket-userdocs/images/callouts/1.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/1.png b/wicket-userdocs/images/callouts/1.png
deleted file mode 100644
index 7d47343..0000000
--- a/wicket-userdocs/images/callouts/1.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/10.gif b/wicket-userdocs/images/callouts/10.gif
deleted file mode 100644
index fb50b06..0000000
--- a/wicket-userdocs/images/callouts/10.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/10.png b/wicket-userdocs/images/callouts/10.png
deleted file mode 100644
index 997bbc8..0000000
--- a/wicket-userdocs/images/callouts/10.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/11.gif b/wicket-userdocs/images/callouts/11.gif
deleted file mode 100644
index 9f5dba4..0000000
--- a/wicket-userdocs/images/callouts/11.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/11.png b/wicket-userdocs/images/callouts/11.png
deleted file mode 100644
index ce47dac..0000000
--- a/wicket-userdocs/images/callouts/11.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/12.gif b/wicket-userdocs/images/callouts/12.gif
deleted file mode 100644
index a373d0b..0000000
--- a/wicket-userdocs/images/callouts/12.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/12.png b/wicket-userdocs/images/callouts/12.png
deleted file mode 100644
index 31daf4e..0000000
--- a/wicket-userdocs/images/callouts/12.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/13.gif b/wicket-userdocs/images/callouts/13.gif
deleted file mode 100644
index b00b163..0000000
--- a/wicket-userdocs/images/callouts/13.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/13.png b/wicket-userdocs/images/callouts/13.png
deleted file mode 100644
index 14021a8..0000000
--- a/wicket-userdocs/images/callouts/13.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/14.gif b/wicket-userdocs/images/callouts/14.gif
deleted file mode 100644
index 6d6642e..0000000
--- a/wicket-userdocs/images/callouts/14.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/14.png b/wicket-userdocs/images/callouts/14.png
deleted file mode 100644
index 64014b7..0000000
--- a/wicket-userdocs/images/callouts/14.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/15.gif b/wicket-userdocs/images/callouts/15.gif
deleted file mode 100644
index cdd7072..0000000
--- a/wicket-userdocs/images/callouts/15.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/15.png b/wicket-userdocs/images/callouts/15.png
deleted file mode 100644
index 0d65765..0000000
--- a/wicket-userdocs/images/callouts/15.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/2.gif b/wicket-userdocs/images/callouts/2.gif
deleted file mode 100644
index 100ff79..0000000
--- a/wicket-userdocs/images/callouts/2.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/2.png b/wicket-userdocs/images/callouts/2.png
deleted file mode 100644
index 5d09341..0000000
--- a/wicket-userdocs/images/callouts/2.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/3.gif b/wicket-userdocs/images/callouts/3.gif
deleted file mode 100644
index 5008ca7..0000000
--- a/wicket-userdocs/images/callouts/3.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/3.png b/wicket-userdocs/images/callouts/3.png
deleted file mode 100644
index ef7b700..0000000
--- a/wicket-userdocs/images/callouts/3.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/4.gif b/wicket-userdocs/images/callouts/4.gif
deleted file mode 100644
index 0e5617d..0000000
--- a/wicket-userdocs/images/callouts/4.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/4.png b/wicket-userdocs/images/callouts/4.png
deleted file mode 100644
index adb8364..0000000
--- a/wicket-userdocs/images/callouts/4.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/5.gif b/wicket-userdocs/images/callouts/5.gif
deleted file mode 100644
index 9bc75ad..0000000
--- a/wicket-userdocs/images/callouts/5.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/5.png b/wicket-userdocs/images/callouts/5.png
deleted file mode 100644
index 4d7eb46..0000000
--- a/wicket-userdocs/images/callouts/5.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/6.gif b/wicket-userdocs/images/callouts/6.gif
deleted file mode 100644
index d396407..0000000
--- a/wicket-userdocs/images/callouts/6.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/6.png b/wicket-userdocs/images/callouts/6.png
deleted file mode 100644
index 0ba694a..0000000
--- a/wicket-userdocs/images/callouts/6.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/7.gif b/wicket-userdocs/images/callouts/7.gif
deleted file mode 100644
index c90b2f3..0000000
--- a/wicket-userdocs/images/callouts/7.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/7.png b/wicket-userdocs/images/callouts/7.png
deleted file mode 100644
index 472e96f..0000000
--- a/wicket-userdocs/images/callouts/7.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/8.gif b/wicket-userdocs/images/callouts/8.gif
deleted file mode 100644
index 6fe3287..0000000
--- a/wicket-userdocs/images/callouts/8.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/8.png b/wicket-userdocs/images/callouts/8.png
deleted file mode 100644
index 5e60973..0000000
--- a/wicket-userdocs/images/callouts/8.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/9.gif b/wicket-userdocs/images/callouts/9.gif
deleted file mode 100644
index bc5c812..0000000
--- a/wicket-userdocs/images/callouts/9.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/callouts/9.png b/wicket-userdocs/images/callouts/9.png
deleted file mode 100644
index a0676d2..0000000
--- a/wicket-userdocs/images/callouts/9.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/exec-sequence.gif b/wicket-userdocs/images/exec-sequence.gif
deleted file mode 100644
index 16690f7..0000000
--- a/wicket-userdocs/images/exec-sequence.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/image001-explorer.png b/wicket-userdocs/images/image001-explorer.png
deleted file mode 100644
index 6fa6eab..0000000
--- a/wicket-userdocs/images/image001-explorer.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/image002-helloworld.png b/wicket-userdocs/images/image002-helloworld.png
deleted file mode 100644
index 0c702b2..0000000
--- a/wicket-userdocs/images/image002-helloworld.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/image003-pageexpired.png b/wicket-userdocs/images/image003-pageexpired.png
deleted file mode 100644
index f2c9d23..0000000
--- a/wicket-userdocs/images/image003-pageexpired.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/image004-linkomatic.png b/wicket-userdocs/images/image004-linkomatic.png
deleted file mode 100644
index c02c644..0000000
--- a/wicket-userdocs/images/image004-linkomatic.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/image005-actionlink1.png b/wicket-userdocs/images/image005-actionlink1.png
deleted file mode 100644
index dbc5c98..0000000
--- a/wicket-userdocs/images/image005-actionlink1.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/image006-actionlink2.png b/wicket-userdocs/images/image006-actionlink2.png
deleted file mode 100644
index 1208d70..0000000
--- a/wicket-userdocs/images/image006-actionlink2.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/image007-actionlink3.png b/wicket-userdocs/images/image007-actionlink3.png
deleted file mode 100644
index 64c8f76..0000000
--- a/wicket-userdocs/images/image007-actionlink3.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/image008-actionlink4.png b/wicket-userdocs/images/image008-actionlink4.png
deleted file mode 100644
index 1208d70..0000000
--- a/wicket-userdocs/images/image008-actionlink4.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/population.gif b/wicket-userdocs/images/population.gif
deleted file mode 100644
index 5ed3f06..0000000
--- a/wicket-userdocs/images/population.gif
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/images/wicket_logo.png b/wicket-userdocs/images/wicket_logo.png
deleted file mode 100644
index 6d764e9..0000000
--- a/wicket-userdocs/images/wicket_logo.png
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/lib/avalon-framework-cvs-20020806.jar b/wicket-userdocs/lib/avalon-framework-cvs-20020806.jar
deleted file mode 100644
index 7db7299..0000000
--- a/wicket-userdocs/lib/avalon-framework-cvs-20020806.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/lib/batik.jar b/wicket-userdocs/lib/batik.jar
deleted file mode 100644
index f3b434c..0000000
--- a/wicket-userdocs/lib/batik.jar
+++ /dev/null
Binary files differ
diff --git a/wicket-userdocs/lib/docbook-dtd/ChangeLog b/wicket-userdocs/lib/docbook-dtd/ChangeLog
deleted file mode 100644
index d898f8b..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ChangeLog
+++ /dev/null
@@ -1,232 +0,0 @@
-2002-07-17 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd:
- DocBook XML V4.2 released
-
-2002-05-28 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd:
- Updated comments to reflect CR3
-
-2002-05-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * dbnotnx.mod: SVG notation accidentally left out of notation.class
-
- * docbookx.dtd: Fix syntactic error intentionally introduced behind mutually exclusive PEs. Now make the DTD useless, but not syntactically invalid
-
-2002-05-12 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * dbpoolx.mod: Add accidentally missing local.info.class to info.class
-
-2002-03-19 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * calstblx.dtd, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod:
- Prepare for CR1
-
- * catalog.xml, docbook.cat: Prepare for CR1 and fix search-and-replace typos
-
- * dbpoolx.mod: Revise graphic attributes: add contentwidth, contentdepth, and valign
-
- * dbpoolx.mod: Implemented RFE #480954: add textdata element
-
- * dbpoolx.mod: Make type other tokens in bibliorelation unique for SGML compatibility
-
- * dbpoolx.mod: Make spatial/temporal other tokens unique for SGML compatibility
-
- * dbpoolx.mod: Added blockinfo element
-
- * dbpoolx.mod: Move bibliorelation type attribute into a PE so that it can be expanded the way we want
-
- * dbpoolx.mod: Implemented RFE #480957
-
- * dbpoolx.mod: RFE #513426: Text alternative for tables
-
- * dbpoolx.mod: Added bibliosource, bibliorelation, and bibliocoverage
-
- * dbpoolx.mod: Add consortium to the list of classes on orgname
-
- * dbpoolx.mod: Add class attribute to orgname
-
- * docbookx.dtd: DocBook V4.2 Candidate Release 1 released
-
-2002-02-05 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * dbhierx.mod: Implemented RFE #501363
-
- * dbpoolx.mod: Implemented RFE #498848
-
- * dbpoolx.mod: Implemented RFE #492099
-
- * dbpoolx.mod: Implemented RFE #480955
-
-2002-01-06 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * dbcentx.mod: Added marked sections around character set entity references
-
-2001-11-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd:
- DocBook V4.2b1 released
-
- * dbpoolx.mod: Implemented RFE #482821
-
-2001-11-19 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * dbhierx.mod, dbpoolx.mod: Implemented RFE #456460
-
-2001-11-18 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * dbpoolx.mod: RFE #482817: Add errortext element
-
-2001-11-17 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * dbpoolx.mod: RFE 482821: Add extension to the list of class values on filename
-
- * dbpoolx.mod: RFE 482053: Add support for DOI in meta
-
- * dbpoolx.mod: Removed bogus occurrence indicator in info.class; fixed typo in qandaset PEs
-
-2001-11-13 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * 40chg.txt, 41chg.txt, LostLog: Removed old files
-
- * Makefile: Makefile
-
- * Makefile: Fixed typo
-
- * README: Removed version information
-
- * README, readme.txt: Renamed
-
- * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd:
- Removed 'XML' from public identifiers for files that will now be common to both XML and SGML
-
- * catalog.xml: Fixed missing end tag
-
-2001-11-12 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * calstblx.dtd, dbcentx.mod, dbgenent.mod, dbnotnx.mod, readme.txt:
- Updated version numbers
-
- * catalog.xml, docbook.cat: Added XML Catalog; updated public identifiers in catalog
-
- * dbpoolx.mod: Former RFE 133: Added newsgroup class to systemitem
-
- * dbpoolx.mod: Implemented RFE #480956
-
-2001-11-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * dbhierx.mod: Implemented RFE #426382
-
- * dbhierx.mod: Implemented RFE #417671
-
- * dbhierx.mod, dbpoolx.mod: Implemented RFE #436072
-
- * dbhierx.mod, dbpoolx.mod, docbookx.dtd: Changed version number
-
- * dbnotnx.mod: Implemented RFE #440597
-
- * dbpoolx.mod: Implemented RFE #431413
-
- * dbpoolx.mod: Implemented RFE #434439
-
- * dbpoolx.mod: Expand the content model of the following elements from smallcptr.char.mix back to cptr.char.mix: interfacename, action, database, filename, hardware, keycap, option, parameter, property, and systemitem (command, interface, and literal were never reduced).
-
- * dbpoolx.mod: Implemented RFE #431415
-
- * dbpoolx.mod: Implemented RFE #431418
-
- * dbpoolx.mod: Implemented RFE #431419
-
- * dbpoolx.mod: Implemented RFE #439136
-
- * dbpoolx.mod: Implemented RFE #435485
-
- * dbpoolx.mod: Implemented RFE #435466
-
-2001-11-07 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * calstblx.dtd, dbcentx.mod, dbhierx.mod, dbpoolx.mod, docbookx.dtd:
- Towards a 4.2 release: reparameterize so that the SGML DTD is just a customization of the XML DTD
-
- * calstblx.dtd, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbookx.dtd:
- Whitespace fixes
-
-2001-08-07 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * dbhierx.mod: RFE 426382: Norm to allow SimpleSect inside Section
-
- * dbpoolx.mod: RFE 431419: Norm to add markup for FS type and partition
-
- * dbpoolx.mod: Fix comments; implement proposal of the TC to expand the content model of selected inlines
-
- * dbpoolx.mod: RFE 434439: Add language attribute to fieldsynopsis et al.
-
- * dbpoolx.mod: RFE 431418: Norm to add typing to funcdef and paramdef
-
- * dbpoolx.mod: RFE 431415: Norm to add markup for host identifiers
-
-2001-06-18 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * 40chg.txt, 41chg.txt, LostLog, Makefile, calstblx.dtd, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.cat, docbookx.dtd, readme.txt:
- Additional work on DocBook XML V5.0; I had the wrong CVS repository for a while so there's a bunch of changes lumped together here
-
- * Makefile: branches: 1.1.2;
- file Makefile was initially added on branch V50-devel.
-
-2001-03-12 <ndw@users.sourceforge.net>
-
- * calstblx.dtd, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbookx.dtd, readme.txt:
- Updated version numbers
-
- * dbcentx.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbookx.dtd, soextblx.dtd:
- New file.
-
- * docbook.cat: New file.
-
- * docbookx.cat: branches: 1.1.2;
- file docbookx.cat was initially added on branch V50-devel.
-
- * docbookx.cat: New file.
-
-2001-01-14 <ndw@users.sourceforge.net>
-
- * dbpoolx.mod: branches: 1.5.2;
- RFE #140: Allow multiple MsgExplan inside SimpleMsgEntry
-
-2000-11-12 <ndw@users.sourceforge.net>
-
- * dbhierx.mod: branches: 1.6.2;
- Add refentry; accidentally left out
-
- * dbhierx.mod: Allow beginpage to be the first child of toc, lot, appendix, chapter,
- part, preface, reference, and refentry. (It can't be at the start of
- bibliography, glossary, index, or setindex because of ambiguity
- problems.)
-
-2000-09-19 <ndw@users.sourceforge.net>
-
- * 40chg.txt, calstblx.dtd, dbcentx.mod, dbgenent.ent, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbookx.dtd, readme.txt, soextblx.dtd:
- DocBook XML V4.0
-
- * 40chg.txt, soextblx.dtd: branches: 1.2.2;
- DocBook XML V4.1
-
- * 41chg.txt, LostLog, calstblx.dtd, dbcentx.mod, dbgenent.ent, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd, readme.txt:
- DocBook XML V4.1.1
-
- * 41chg.txt, LostLog, calstblx.dtd, dbcentx.mod, dbgenent.ent, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd, readme.txt:
- DocBook XML V4.1
-
- * 41chg.txt, LostLog, docbook.cat: branches: 1.3.2;
- DocBook XML V4.1.2
-
- * calstblx.dtd, dbcentx.mod, dbnotnx.mod, docbookx.dtd, readme.txt:
- branches: 1.4.2;
- DocBook XML V4.1.2
-
- * dbgenent.mod: branches: 1.2.2;
- DocBook XML V4.1.2
-
- * dbhierx.mod, dbpoolx.mod: DocBook XML V4.1.2
-
diff --git a/wicket-userdocs/lib/docbook-dtd/README b/wicket-userdocs/lib/docbook-dtd/README
deleted file mode 100644
index 6fc60c4..0000000
--- a/wicket-userdocs/lib/docbook-dtd/README
+++ /dev/null
@@ -1,8 +0,0 @@
-README for the DocBook XML DTD
-
-For more information about DocBook, please see
-
- http://www.oasis-open.org/docbook/
-
-Please send all questions, comments, concerns, and bug reports to the
-DocBook mailing list: docbook@lists.oasis-open.org
diff --git a/wicket-userdocs/lib/docbook-dtd/calstblx.dtd b/wicket-userdocs/lib/docbook-dtd/calstblx.dtd
deleted file mode 100644
index 37cb521..0000000
--- a/wicket-userdocs/lib/docbook-dtd/calstblx.dtd
+++ /dev/null
@@ -1,200 +0,0 @@
-<!-- ...................................................................... -->
-<!-- DocBook CALS Table Model V4.2 ........................................ -->
-<!-- File calstblx.mod .................................................... -->
-
-<!-- Copyright 1992-2002 HaL Computer Systems, Inc.,
- O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
- Corporation, Norman Walsh, Sun Microsystems, Inc., and the
- Organization for the Advancement of Structured Information
- Standards (OASIS).
-
- This DTD is based on the CALS Table Model
- PUBLIC "-//USA-DOD//DTD Table Model 951010//EN"
-
- $Id: calstblx.dtd,v 1.1 2004/03/01 10:22:50 eelco12 Exp $
-
- Permission to use, copy, modify and distribute the DocBook DTD
- and its accompanying documentation for any purpose and without fee
- is hereby granted in perpetuity, provided that the above copyright
- notice and this paragraph appear in all copies. The copyright
- holders make no representation about the suitability of the DTD for
- any purpose. It is provided "as is" without expressed or implied
- warranty.
-
- If you modify the DocBook DTD in any way, except for declaring and
- referencing additional sets of general entities and declaring
- additional notations, label your DTD as a variant of DocBook. See
- the maintenance documentation for more information.
-
- Please direct all questions, bug reports, or suggestions for
- changes to the docbook@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/docbook/.
--->
-
-<!-- ...................................................................... -->
-
-<!-- This module contains the definitions for the CALS Table Model
- converted to XML.
--->
-
-<!-- These definitions are not directly related to the table model, but are
- used in the default CALS table model and are usually defined elsewhere
- (and prior to the inclusion of this table module) in a CALS DTD. -->
-
-<!ENTITY % bodyatt "">
-<!ENTITY % secur "">
-
-<!-- no if zero(s),
- yes if any other digits value -->
-
-<!ENTITY % yesorno 'CDATA'>
-<!ENTITY % titles 'title?'>
-
-<!-- default for use in entry content -->
-
-<!ENTITY % paracon '#PCDATA'>
-
-<!--
-The parameter entities as defined below provide the CALS table model
-as published (as part of the Example DTD) in MIL-HDBK-28001.
-
-These following declarations provide the CALS-compliant default definitions
-for these entities. However, these entities can and should be redefined
-(by giving the appropriate parameter entity declaration(s) prior to the
-reference to this Table Model declaration set entity) to fit the needs
-of the current application.
--->
-
-<!ENTITY % tbl.table.name "(table|chart)">
-<!ENTITY % tbl.table-titles.mdl "%titles;,">
-<!ENTITY % tbl.table-main.mdl "(tgroup+|graphic+)">
-<!ENTITY % tbl.table.mdl "%tbl.table-titles.mdl; %tbl.table-main.mdl;">
-<!ENTITY % tbl.table.att '
- tabstyle CDATA #IMPLIED
- tocentry %yesorno; #IMPLIED
- shortentry %yesorno; #IMPLIED
- orient (port|land) #IMPLIED
- pgwide %yesorno; #IMPLIED '>
-<!ENTITY % tbl.tgroup.mdl "colspec*,spanspec*,thead?,tfoot?,tbody">
-<!ENTITY % tbl.tgroup.att '
- tgroupstyle CDATA #IMPLIED '>
-<!ENTITY % tbl.hdft.mdl "colspec*,row+">
-<!ENTITY % tbl.row.mdl "(entry|entrytbl)+">
-<!ENTITY % tbl.entrytbl.mdl "colspec*,spanspec*,thead?,tbody">
-<!ENTITY % tbl.entry.mdl "(para|warning|caution|note|legend|%paracon;)*">
-<!-- ===== Element and attribute declarations follow. ===== -->
-
-<!ELEMENT table %ho; (%tbl.table.mdl;)>
-
-<!ATTLIST table
- frame (top|bottom|topbot|all|sides|none) #IMPLIED
- colsep %yesorno; #IMPLIED
- rowsep %yesorno; #IMPLIED
- %tbl.table.att;
- %bodyatt;
- %secur;
->
-
-<!ELEMENT tgroup %ho; (%tbl.tgroup.mdl;) >
-
-<!ATTLIST tgroup
- cols CDATA #REQUIRED
- %tbl.tgroup.att;
- colsep %yesorno; #IMPLIED
- rowsep %yesorno; #IMPLIED
- align (left|right|center|justify|char) #IMPLIED
- char CDATA #IMPLIED
- charoff CDATA #IMPLIED
- %secur;
->
-
-<!ELEMENT colspec %ho; EMPTY >
-
-<!ATTLIST colspec
- colnum CDATA #IMPLIED
- colname CDATA #IMPLIED
- colwidth CDATA #IMPLIED
- colsep %yesorno; #IMPLIED
- rowsep %yesorno; #IMPLIED
- align (left|right|center|justify|char) #IMPLIED
- char CDATA #IMPLIED
- charoff CDATA #IMPLIED
->
-
-<!ELEMENT spanspec %ho; EMPTY >
-
-<!ATTLIST spanspec
- namest CDATA #REQUIRED
- nameend CDATA #REQUIRED
- spanname CDATA #REQUIRED
- colsep %yesorno; #IMPLIED
- rowsep %yesorno; #IMPLIED
- align (left|right|center|justify|char) #IMPLIED
- char CDATA #IMPLIED
- charoff CDATA #IMPLIED
->
-
-<!ELEMENT thead %ho; (%tbl.hdft.mdl;)>
-<!ATTLIST thead
- valign (top|middle|bottom) #IMPLIED
- %secur;
->
-
-<!ELEMENT tfoot %ho; (%tbl.hdft.mdl;)>
-<!ATTLIST tfoot
- valign (top|middle|bottom) #IMPLIED
- %secur;
->
-
-<!ELEMENT tbody %ho; (row+)>
-
-<!ATTLIST tbody
- valign (top|middle|bottom) #IMPLIED
- %secur;
->
-
-<!ELEMENT row %ho; (%tbl.row.mdl;)>
-
-<!ATTLIST row
- rowsep %yesorno; #IMPLIED
- valign (top|middle|bottom) #IMPLIED
- %secur;
->
-
-<!ELEMENT entrytbl %ho; (%tbl.entrytbl.mdl;)>
-
-<!ATTLIST entrytbl
- cols CDATA #REQUIRED
- %tbl.tgroup.att;
- colname CDATA #IMPLIED
- spanname CDATA #IMPLIED
- namest CDATA #IMPLIED
- nameend CDATA #IMPLIED
- colsep %yesorno; #IMPLIED
- rowsep %yesorno; #IMPLIED
- align (left|right|center|justify|char) #IMPLIED
- char CDATA #IMPLIED
- charoff CDATA #IMPLIED
- %secur;
->
-
-<!ELEMENT entry %ho; (%tbl.entry.mdl;)*>
-
-<!ATTLIST entry
- colname CDATA #IMPLIED
- namest CDATA #IMPLIED
- nameend CDATA #IMPLIED
- spanname CDATA #IMPLIED
- morerows CDATA #IMPLIED
- colsep %yesorno; #IMPLIED
- rowsep %yesorno; #IMPLIED
- align (left|right|center|justify|char) #IMPLIED
- char CDATA #IMPLIED
- charoff CDATA #IMPLIED
- rotate %yesorno; #IMPLIED
- valign (top|middle|bottom) #IMPLIED
- %secur;
->
-
-<!-- End of DocBook CALS Table Model V4.2 ................................. -->
-<!-- ...................................................................... -->
diff --git a/wicket-userdocs/lib/docbook-dtd/catalog.xml b/wicket-userdocs/lib/docbook-dtd/catalog.xml
deleted file mode 100644
index 6920c2f..0000000
--- a/wicket-userdocs/lib/docbook-dtd/catalog.xml
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version='1.0'?>
-<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
-
-<!-- ...................................................................... -->
-<!-- XML Catalog data for DocBook XML V4.2 ................................ -->
-<!-- File catalog.xml ..................................................... -->
-
-<!-- Please direct all questions, bug reports, or suggestions for
- changes to the docbook@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/.
- -->
-
-<!-- This is the catalog data file for DocBook V4.2. It is provided as
- a convenience in building your own catalog files. You need not use
- the filenames listed here, and need not use the filename method of
- identifying storage objects at all. See the documentation for
- detailed information on the files associated with the DocBook DTD.
- See XML Catalogs at http://www.oasis-open.org/committees/entity/ for
- detailed information on supplying and using catalog data.
- -->
-
-<!-- ...................................................................... -->
-<!-- DocBook driver file .................................................. -->
-
-<public publicId="-//OASIS//DTD DocBook XML V4.2//EN"
- uri="docbookx.dtd"/>
-
-<!-- ...................................................................... -->
-<!-- DocBook modules ...................................................... -->
-
-<public publicId="-//OASIS//DTD DocBook CALS Table Model V4.2//EN"
- uri="calstblx.dtd"/>
-
-<public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN"
- uri="soextblx.dtd"/>
-
-<public publicId="-//OASIS//ELEMENTS DocBook Information Pool V4.2//EN"
- uri="dbpoolx.mod"/>
-
-<public publicId="-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN"
- uri="dbhierx.mod"/>
-
-<public publicId="-//OASIS//ENTITIES DocBook Additional General Entities V4.2//EN"
- uri="dbgenent.mod"/>
-
-<public publicId="-//OASIS//ENTITIES DocBook Notations V4.2//EN"
- uri="dbnotnx.mod"/>
-
-<public publicId="-//OASIS//ENTITIES DocBook Character Entities V4.2//EN"
- uri="dbcentx.mod"/>
-
-<!-- ...................................................................... -->
-<!-- ISO entity sets ...................................................... -->
-
-<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
- uri="ent/iso-dia.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
- uri="ent/iso-num.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML"
- uri="ent/iso-pub.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML"
- uri="ent/iso-tech.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
- uri="ent/iso-lat1.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
- uri="ent/iso-lat2.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
- uri="ent/iso-grk1.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
- uri="ent/iso-grk2.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
- uri="ent/iso-grk3.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
- uri="ent/iso-grk4.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
- uri="ent/iso-amsa.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
- uri="ent/iso-amsb.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
- uri="ent/iso-amsc.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
- uri="ent/iso-amsn.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
- uri="ent/iso-amso.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
- uri="ent/iso-amsr.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
- uri="ent/iso-box.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
- uri="ent/iso-cyr1.ent"/>
-
-<public publicId="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
- uri="ent/iso-cyr2.ent"/>
-
-<!-- End of catalog data for DocBook XML V4.2 ............................. -->
-<!-- ...................................................................... -->
-
-</catalog>
diff --git a/wicket-userdocs/lib/docbook-dtd/dbcentx.mod b/wicket-userdocs/lib/docbook-dtd/dbcentx.mod
deleted file mode 100644
index b58a55f..0000000
--- a/wicket-userdocs/lib/docbook-dtd/dbcentx.mod
+++ /dev/null
@@ -1,384 +0,0 @@
-<!-- ...................................................................... -->
-<!-- DocBook character entities module V4.2 ............................... -->
-<!-- File dbcentx.mod ..................................................... -->
-
-<!-- Copyright 1992-2002 HaL Computer Systems, Inc.,
- O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
- Corporation, Norman Walsh, Sun Microsystems, Inc., and the
- Organization for the Advancement of Structured Information
- Standards (OASIS).
-
- $Id: dbcentx.mod,v 1.1 2003/06/08 10:55:18 turin42 Exp $
-
- Permission to use, copy, modify and distribute the DocBook DTD
- and its accompanying documentation for any purpose and without fee
- is hereby granted in perpetuity, provided that the above copyright
- notice and this paragraph appear in all copies. The copyright
- holders make no representation about the suitability of the DTD for
- any purpose. It is provided "as is" without expressed or implied
- warranty.
-
- If you modify the DocBook DTD in any way, except for declaring and
- referencing additional sets of general entities and declaring
- additional notations, label your DTD as a variant of DocBook. See
- the maintenance documentation for more information.
-
- Please direct all questions, bug reports, or suggestions for
- changes to the docbook@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/docbook/.
--->
-
-<!-- ...................................................................... -->
-
-<!-- This module contains the entity declarations for the standard ISO
- entity sets used by DocBook.
-
- In DTD driver files referring to this module, please use an entity
- declaration that uses the public identifier shown below:
-
- <!ENTITY % dbcent PUBLIC
- "-//OASIS//ENTITIES DocBook Character Entities V4.2//EN"
- "dbcentx.mod">
- %dbcent;
-
- See the documentation for detailed information on the parameter
- entity and module scheme used in DocBook, customizing DocBook and
- planning for interchange, and changes made since the last release
- of DocBook.
--->
-
-<!-- ...................................................................... -->
-
-<![%sgml.features;[
-
-<!ENTITY % ISOamsa.module "INCLUDE">
-<![ %ISOamsa.module; [
-<!ENTITY % ISOamsa PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN">
-<!--end of ISOamsa.module-->]]>
-
-<!ENTITY % ISOamsb.module "INCLUDE">
-<![ %ISOamsb.module; [
-<!ENTITY % ISOamsb PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN">
-<!--end of ISOamsb.module-->]]>
-
-<!ENTITY % ISOamsc.module "INCLUDE">
-<![ %ISOamsc.module; [
-<!ENTITY % ISOamsc PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN">
-<!--end of ISOamsc.module-->]]>
-
-<!ENTITY % ISOamsn.module "INCLUDE">
-<![ %ISOamsn.module; [
-<!ENTITY % ISOamsn PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN">
-<!--end of ISOamsn.module-->]]>
-
-<!ENTITY % ISOamso.module "INCLUDE">
-<![ %ISOamso.module; [
-<!ENTITY % ISOamso PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN">
-<!--end of ISOamso.module-->]]>
-
-<!ENTITY % ISOamsr.module "INCLUDE">
-<![ %ISOamsr.module; [
-<!ENTITY % ISOamsr PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN">
-<!--end of ISOamsr.module-->]]>
-
-<!ENTITY % ISObox.module "INCLUDE">
-<![ %ISObox.module; [
-<!ENTITY % ISObox PUBLIC
-"ISO 8879:1986//ENTITIES Box and Line Drawing//EN">
-<!--end of ISObox.module-->]]>
-
-<!ENTITY % ISOcyr1.module "INCLUDE">
-<![ %ISOcyr1.module; [
-<!ENTITY % ISOcyr1 PUBLIC
-"ISO 8879:1986//ENTITIES Russian Cyrillic//EN">
-<!--end of ISOcyr1.module-->]]>
-
-<!ENTITY % ISOcyr2.module "INCLUDE">
-<![ %ISOcyr2.module; [
-<!ENTITY % ISOcyr2 PUBLIC
-"ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN">
-<!--end of ISOcyr2.module-->]]>
-
-<!ENTITY % ISOdia.module "INCLUDE">
-<![ %ISOdia.module; [
-<!ENTITY % ISOdia PUBLIC
-"ISO 8879:1986//ENTITIES Diacritical Marks//EN">
-<!--end of ISOdia.module-->]]>
-
-<!ENTITY % ISOgrk1.module "INCLUDE">
-<![ %ISOgrk1.module; [
-<!ENTITY % ISOgrk1 PUBLIC
-"ISO 8879:1986//ENTITIES Greek Letters//EN">
-<!--end of ISOgrk1.module-->]]>
-
-<!ENTITY % ISOgrk2.module "INCLUDE">
-<![ %ISOgrk2.module; [
-<!ENTITY % ISOgrk2 PUBLIC
-"ISO 8879:1986//ENTITIES Monotoniko Greek//EN">
-<!--end of ISOgrk2.module-->]]>
-
-<!ENTITY % ISOgrk3.module "INCLUDE">
-<![ %ISOgrk3.module; [
-<!ENTITY % ISOgrk3 PUBLIC
-"ISO 8879:1986//ENTITIES Greek Symbols//EN">
-<!--end of ISOgrk3.module-->]]>
-
-<!ENTITY % ISOgrk4.module "INCLUDE">
-<![ %ISOgrk4.module; [
-<!ENTITY % ISOgrk4 PUBLIC
-"ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN">
-<!--end of ISOgrk4.module-->]]>
-
-<!ENTITY % ISOlat1.module "INCLUDE">
-<![ %ISOlat1.module; [
-<!ENTITY % ISOlat1 PUBLIC
-"ISO 8879:1986//ENTITIES Added Latin 1//EN">
-<!--end of ISOlat1.module-->]]>
-
-<!ENTITY % ISOlat2.module "INCLUDE">
-<![ %ISOlat2.module; [
-<!ENTITY % ISOlat2 PUBLIC
-"ISO 8879:1986//ENTITIES Added Latin 2//EN">
-<!--end of ISOlat2.module-->]]>
-
-<!ENTITY % ISOnum.module "INCLUDE">
-<![ %ISOnum.module; [
-<!ENTITY % ISOnum PUBLIC
-"ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN">
-<!--end of ISOnum.module-->]]>
-
-<!ENTITY % ISOpub.module "INCLUDE">
-<![ %ISOpub.module; [
-<!ENTITY % ISOpub PUBLIC
-"ISO 8879:1986//ENTITIES Publishing//EN">
-<!--end of ISOpub.module-->]]>
-
-<!ENTITY % ISOtech.module "INCLUDE">
-<![ %ISOtech.module; [
-<!ENTITY % ISOtech PUBLIC
-"ISO 8879:1986//ENTITIES General Technical//EN">
-<!--end of ISOtech.module-->]]>
-
-<!--end of sgml.features-->]]>
-
-<![%xml.features;[
-
-<!ENTITY % ISOamsa.module "INCLUDE">
-<![%ISOamsa.module;[
-<!ENTITY % ISOamsa PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
-"ent/iso-amsa.ent">
-<!--end of ISOamsa.module-->]]>
-
-<!ENTITY % ISOamsb.module "INCLUDE">
-<![%ISOamsb.module;[
-<!ENTITY % ISOamsb PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
-"ent/iso-amsb.ent">
-<!--end of ISOamsb.module-->]]>
-
-<!ENTITY % ISOamsc.module "INCLUDE">
-<![%ISOamsc.module;[
-<!ENTITY % ISOamsc PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
-"ent/iso-amsc.ent">
-<!--end of ISOamsc.module-->]]>
-
-<!ENTITY % ISOamsn.module "INCLUDE">
-<![%ISOamsn.module;[
-<!ENTITY % ISOamsn PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
-"ent/iso-amsn.ent">
-<!--end of ISOamsn.module-->]]>
-
-<!ENTITY % ISOamso.module "INCLUDE">
-<![%ISOamso.module;[
-<!ENTITY % ISOamso PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
-"ent/iso-amso.ent">
-<!--end of ISOamso.module-->]]>
-
-<!ENTITY % ISOamsr.module "INCLUDE">
-<![%ISOamsr.module;[
-<!ENTITY % ISOamsr PUBLIC
-"ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
-"ent/iso-amsr.ent">
-<!--end of ISOamsr.module-->]]>
-
-<!ENTITY % ISObox.module "INCLUDE">
-<![%ISObox.module;[
-<!ENTITY % ISObox PUBLIC
-"ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
-"ent/iso-box.ent">
-<!--end of ISObox.module-->]]>
-
-<!ENTITY % ISOcyr1.module "INCLUDE">
-<![%ISOcyr1.module;[
-<!ENTITY % ISOcyr1 PUBLIC
-"ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
-"ent/iso-cyr1.ent">
-<!--end of ISOcyr1.module-->]]>
-
-<!ENTITY % ISOcyr2.module "INCLUDE">
-<![%ISOcyr2.module;[
-<!ENTITY % ISOcyr2 PUBLIC
-"ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
-"ent/iso-cyr2.ent">
-<!--end of ISOcyr2.module-->]]>
-
-<!ENTITY % ISOdia.module "INCLUDE">
-<![%ISOdia.module;[
-<!ENTITY % ISOdia PUBLIC
-"ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
-"ent/iso-dia.ent">
-<!--end of ISOdia.module-->]]>
-
-<!ENTITY % ISOgrk1.module "INCLUDE">
-<![%ISOgrk1.module;[
-<!ENTITY % ISOgrk1 PUBLIC
-"ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
-"ent/iso-grk1.ent">
-<!--end of ISOgrk1.module-->]]>
-
-<!ENTITY % ISOgrk2.module "INCLUDE">
-<![%ISOgrk2.module;[
-<!ENTITY % ISOgrk2 PUBLIC
-"ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
-"ent/iso-grk2.ent">
-<!--end of ISOgrk2.module-->]]>
-
-<!ENTITY % ISOgrk3.module "INCLUDE">
-<![%ISOgrk3.module;[
-<!ENTITY % ISOgrk3 PUBLIC
-"ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
-"ent/iso-grk3.ent">
-<!--end of ISOgrk3.module-->]]>
-
-<!ENTITY % ISOgrk4.module "INCLUDE">
-<![%ISOgrk4.module;[
-<!ENTITY % ISOgrk4 PUBLIC
-"ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
-"ent/iso-grk4.ent">
-<!--end of ISOgrk4.module-->]]>
-
-<!ENTITY % ISOlat1.module "INCLUDE">
-<![%ISOlat1.module;[
-<!ENTITY % ISOlat1 PUBLIC
-"ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
-"ent/iso-lat1.ent">
-<!--end of ISOlat1.module-->]]>
-
-<!ENTITY % ISOlat2.module "INCLUDE">
-<![%ISOlat2.module;[
-<!ENTITY % ISOlat2 PUBLIC
-"ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
-"ent/iso-lat2.ent">
-<!--end of ISOlat2.module-->]]>
-
-<!ENTITY % ISOnum.module "INCLUDE">
-<![%ISOnum.module;[
-<!ENTITY % ISOnum PUBLIC
-"ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
-"ent/iso-num.ent">
-<!--end of ISOnum.module-->]]>
-
-<!ENTITY % ISOpub.module "INCLUDE">
-<![%ISOpub.module;[
-<!ENTITY % ISOpub PUBLIC
-"ISO 8879:1986//ENTITIES Publishing//EN//XML"
-"ent/iso-pub.ent">
-<!--end of ISOpub.module-->]]>
-
-<!ENTITY % ISOtech.module "INCLUDE">
-<![%ISOtech.module;[
-<!ENTITY % ISOtech PUBLIC
-"ISO 8879:1986//ENTITIES General Technical//EN//XML"
-"ent/iso-tech.ent">
-<!--end of ISOtech.module-->]]>
-
-<!--end of xml.features-->]]>
-
-<![ %ISOamsa.module; [
-%ISOamsa;
-]]>
-
-<![ %ISOamsb.module; [
-%ISOamsb;
-]]>
-
-<![ %ISOamsc.module; [
-%ISOamsc;
-]]>
-
-<![ %ISOamsn.module; [
-%ISOamsn;
-]]>
-
-<![ %ISOamso.module; [
-%ISOamso;
-]]>
-
-<![ %ISOamsr.module; [
-%ISOamsr;
-]]>
-
-<![ %ISObox.module; [
-%ISObox;
-]]>
-
-<![ %ISOcyr1.module; [
-%ISOcyr1;
-]]>
-
-<![ %ISOcyr2.module; [
-%ISOcyr2;
-]]>
-
-<![ %ISOdia.module; [
-%ISOdia;
-]]>
-
-<![ %ISOgrk1.module; [
-%ISOgrk1;
-]]>
-
-<![ %ISOgrk2.module; [
-%ISOgrk2;
-]]>
-
-<![ %ISOgrk3.module; [
-%ISOgrk3;
-]]>
-
-<![ %ISOgrk4.module; [
-%ISOgrk4;
-]]>
-
-<![ %ISOlat1.module; [
-%ISOlat1;
-]]>
-
-<![ %ISOlat2.module; [
-%ISOlat2;
-]]>
-
-<![ %ISOnum.module; [
-%ISOnum;
-]]>
-
-<![ %ISOpub.module; [
-%ISOpub;
-]]>
-
-<![ %ISOtech.module; [
-%ISOtech;
-]]>
-
-<!-- End of DocBook character entity sets module V4.2 ..................... -->
-<!-- ...................................................................... -->
diff --git a/wicket-userdocs/lib/docbook-dtd/dbgenent.mod b/wicket-userdocs/lib/docbook-dtd/dbgenent.mod
deleted file mode 100644
index 7eed03c..0000000
--- a/wicket-userdocs/lib/docbook-dtd/dbgenent.mod
+++ /dev/null
@@ -1,41 +0,0 @@
-<!-- ...................................................................... -->
-<!-- DocBook additional general entities V4.2 ............................. -->
-
-<!-- Copyright 1992-2002 HaL Computer Systems, Inc.,
- O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
- Corporation, Norman Walsh, Sun Microsystems, Inc., and the
- Organization for the Advancement of Structured Information
- Standards (OASIS).
-
- In DTD driver files referring to this module, please use an entity
- declaration that uses the public identifier shown below:
-
- <!ENTITY % dbgenent PUBLIC
- "-//OASIS//ENTITIES DocBook Additional General Entities V4.2//EN"
- "dbgenent.mod">
- %dbgenent;
--->
-
-<!-- File dbgenent.mod .................................................... -->
-
-<!-- You can edit this file to add the following:
-
- o General entity declarations of any kind. For example:
-
- <!ENTITY productname "WinWidget"> (small boilerplate)
- <!ENTITY legal-notice SYSTEM "notice.sgm"> (large boilerplate)
-
- o Notation declarations. For example:
-
- <!NOTATION chicken-scratch SYSTEM>
-
- o Declarations for and references to external parameter entities
- containing collections of any of the above. For example:
-
- <!ENTITY % all-titles PUBLIC "-//DocTools//ELEMENTS Book Titles//EN"
- "booktitles.ent">
- %all-titles;
--->
-
-<!-- End of DocBook additional general entities V4.2 ...................... -->
-<!-- ...................................................................... -->
diff --git a/wicket-userdocs/lib/docbook-dtd/dbhierx.mod b/wicket-userdocs/lib/docbook-dtd/dbhierx.mod
deleted file mode 100644
index a56faef..0000000
--- a/wicket-userdocs/lib/docbook-dtd/dbhierx.mod
+++ /dev/null
@@ -1,2115 +0,0 @@
-<!-- ...................................................................... -->
-<!-- DocBook document hierarchy module V4.2 ............................... -->
-<!-- File dbhierx.mod ..................................................... -->
-
-<!-- Copyright 1992-2002 HaL Computer Systems, Inc.,
- O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
- Corporation, Norman Walsh, Sun Microsystems, Inc., and the
- Organization for the Advancement of Structured Information
- Standards (OASIS).
-
- $Id: dbhierx.mod,v 1.1 2003/06/08 10:55:18 turin42 Exp $
-
- Permission to use, copy, modify and distribute the DocBook DTD
- and its accompanying documentation for any purpose and without fee
- is hereby granted in perpetuity, provided that the above copyright
- notice and this paragraph appear in all copies. The copyright
- holders make no representation about the suitability of the DTD for
- any purpose. It is provided "as is" without expressed or implied
- warranty.
-
- If you modify the DocBook DTD in any way, except for declaring and
- referencing additional sets of general entities and declaring
- additional notations, label your DTD as a variant of DocBook. See
- the maintenance documentation for more information.
-
- Please direct all questions, bug reports, or suggestions for
- changes to the docbook@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/docbook/.
--->
-
-<!-- ...................................................................... -->
-
-<!-- This module contains the definitions for the overall document
- hierarchies of DocBook documents. It covers computer documentation
- manuals and manual fragments, as well as reference entries (such as
- man pages) and technical journals or anthologies containing
- articles.
-
- This module depends on the DocBook information pool module. All
- elements and entities referenced but not defined here are assumed
- to be defined in the information pool module.
-
- In DTD driver files referring to this module, please use an entity
- declaration that uses the public identifier shown below:
-
- <!ENTITY % dbhier PUBLIC
- "-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN"
- "dbhierx.mod">
- %dbhier;
-
- See the documentation for detailed information on the parameter
- entity and module scheme used in DocBook, customizing DocBook and
- planning for interchange, and changes made since the last release
- of DocBook.
--->
-
-<!-- ...................................................................... -->
-<!-- Entities for module inclusions ....................................... -->
-
-<!ENTITY % dbhier.redecl.module "IGNORE">
-<!ENTITY % dbhier.redecl2.module "IGNORE">
-
-<!-- ...................................................................... -->
-<!-- Entities for element classes ......................................... -->
-
-<!ENTITY % local.appendix.class "">
-<!ENTITY % appendix.class "appendix %local.appendix.class;">
-
-<!ENTITY % local.article.class "">
-<!ENTITY % article.class "article %local.article.class;">
-
-<!ENTITY % local.book.class "">
-<!ENTITY % book.class "book %local.book.class;">
-
-<!ENTITY % local.chapter.class "">
-<!ENTITY % chapter.class "chapter %local.chapter.class;">
-
-<!ENTITY % local.index.class "">
-<!ENTITY % index.class "index|setindex %local.index.class;">
-
-<!ENTITY % local.refentry.class "">
-<!ENTITY % refentry.class "refentry %local.refentry.class;">
-
-<!ENTITY % local.section.class "">
-<!ENTITY % section.class "section %local.section.class;">
-
-<!ENTITY % local.nav.class "">
-<!ENTITY % nav.class "toc|lot|index|glossary|bibliography
- %local.nav.class;">
-
-<!-- Redeclaration placeholder ............................................ -->
-
-<!-- For redeclaring entities that are declared after this point while
- retaining their references to the entities that are declared before
- this point -->
-
-<![%dbhier.redecl.module;[
-<!-- Defining rdbhier here makes some buggy XML parsers happy. -->
-<!ENTITY % rdbhier "">
-%rdbhier;
-<!--end of dbhier.redecl.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Entities for element mixtures ........................................ -->
-
-<!-- The DocBook TC may produce an official forms module for DocBook. -->
-<!-- This PE provides the hook by which it can be inserted into the DTD. -->
-<!ENTITY % forms.hook "">
-
-<!ENTITY % local.divcomponent.mix "">
-<!ENTITY % divcomponent.mix
- "%list.class; |%admon.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |%formal.class; |%compound.class;
- |%genobj.class; |%descobj.class;
- |%ndxterm.class; |beginpage
- %forms.hook;
- %local.divcomponent.mix;">
-
-<!ENTITY % local.refcomponent.mix "">
-<!ENTITY % refcomponent.mix
- "%list.class; |%admon.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |%formal.class; |%compound.class;
- |%genobj.class; |%descobj.class;
- |%ndxterm.class; |beginpage
- %local.refcomponent.mix;">
-
-<!ENTITY % local.indexdivcomponent.mix "">
-<!ENTITY % indexdivcomponent.mix
- "itemizedlist|orderedlist|variablelist|simplelist
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |anchor|remark
- |%link.char.class;
- |beginpage
- %local.indexdivcomponent.mix;">
-
-<!ENTITY % local.refname.char.mix "">
-<!ENTITY % refname.char.mix
- "#PCDATA
- |%tech.char.class;
- %local.refname.char.mix;">
-
-<!ENTITY % local.partcontent.mix "">
-<!ENTITY % partcontent.mix
- "%appendix.class;|%chapter.class;|%nav.class;|%article.class;
- |preface|%refentry.class;|reference %local.partcontent.mix;">
-
-<!ENTITY % local.refinline.char.mix "">
-<!ENTITY % refinline.char.mix
- "#PCDATA
- |%xref.char.class; |%gen.char.class;
- |%link.char.class; |%tech.char.class;
- |%base.char.class; |%docinfo.char.class;
- |%other.char.class;
- |%ndxterm.class; |beginpage
- %local.refinline.char.mix;">
-
-<!ENTITY % local.refclass.char.mix "">
-<!ENTITY % refclass.char.mix
- "#PCDATA
- |application
- %local.refclass.char.mix;">
-
-<!-- Redeclaration placeholder 2 .......................................... -->
-
-<!-- For redeclaring entities that are declared after this point while
- retaining their references to the entities that are declared before
- this point -->
-
-<![%dbhier.redecl2.module;[
-<!-- Defining rdbhier2 here makes some buggy XML parsers happy. -->
-<!ENTITY % rdbhier2 "">
-%rdbhier2;
-<!--end of dbhier.redecl2.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Entities for content models .......................................... -->
-
-<!ENTITY % div.title.content
- "title, subtitle?, titleabbrev?">
-
-<!ENTITY % bookcomponent.title.content
- "title, subtitle?, titleabbrev?">
-
-<!ENTITY % sect.title.content
- "title, subtitle?, titleabbrev?">
-
-<!ENTITY % refsect.title.content
- "title, subtitle?, titleabbrev?">
-
-<!ENTITY % bookcomponent.content
- "((%divcomponent.mix;)+,
- (sect1*|(%refentry.class;)*|simplesect*|(%section.class;)*))
- | (sect1+|(%refentry.class;)+|simplesect+|(%section.class;)+)">
-
-<!-- ...................................................................... -->
-<!-- Set and SetInfo ...................................................... -->
-
-<!ENTITY % set.content.module "INCLUDE">
-<![%set.content.module;[
-<!ENTITY % set.module "INCLUDE">
-<![%set.module;[
-<!ENTITY % local.set.attrib "">
-<!ENTITY % set.role.attrib "%role.attrib;">
-
-<!ENTITY % set.element "INCLUDE">
-<![%set.element;[
-<!ELEMENT set %ho; ((%div.title.content;)?, setinfo?, toc?, (%book.class;)+,
- setindex?)
- %ubiq.inclusion;>
-<!--end of set.element-->]]>
-
-<!-- FPI: SGML formal public identifier -->
-
-
-<!ENTITY % set.attlist "INCLUDE">
-<![%set.attlist;[
-<!ATTLIST set
- fpi CDATA #IMPLIED
- %status.attrib;
- %common.attrib;
- %set.role.attrib;
- %local.set.attrib;
->
-<!--end of set.attlist-->]]>
-<!--end of set.module-->]]>
-
-<!ENTITY % setinfo.module "INCLUDE">
-<![%setinfo.module;[
-<!ENTITY % local.setinfo.attrib "">
-<!ENTITY % setinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % setinfo.element "INCLUDE">
-<![%setinfo.element;[
-<!ELEMENT setinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of setinfo.element-->]]>
-
-<!-- Contents: IDs of the ToC, Books, and SetIndex that comprise
- the set, in the order of their appearance -->
-
-
-<!ENTITY % setinfo.attlist "INCLUDE">
-<![%setinfo.attlist;[
-<!ATTLIST setinfo
- contents IDREFS #IMPLIED
- %common.attrib;
- %setinfo.role.attrib;
- %local.setinfo.attrib;
->
-<!--end of setinfo.attlist-->]]>
-<!--end of setinfo.module-->]]>
-<!--end of set.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Book and BookInfo .................................................... -->
-
-<!ENTITY % book.content.module "INCLUDE">
-<![%book.content.module;[
-<!ENTITY % book.module "INCLUDE">
-<![%book.module;[
-
-<!ENTITY % local.book.attrib "">
-<!ENTITY % book.role.attrib "%role.attrib;">
-
-<!ENTITY % book.element "INCLUDE">
-<![%book.element;[
-<!ELEMENT book %ho; ((%div.title.content;)?, bookinfo?,
- (dedication | toc | lot
- | glossary | bibliography | preface
- | %chapter.class; | reference | part
- | %article.class;
- | %appendix.class;
- | %index.class;
- | colophon)*)
- %ubiq.inclusion;>
-<!--end of book.element-->]]>
-
-<!-- FPI: SGML formal public identifier -->
-
-
-<!ENTITY % book.attlist "INCLUDE">
-<![%book.attlist;[
-<!ATTLIST book fpi CDATA #IMPLIED
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %book.role.attrib;
- %local.book.attrib;
->
-<!--end of book.attlist-->]]>
-<!--end of book.module-->]]>
-
-<!ENTITY % bookinfo.module "INCLUDE">
-<![%bookinfo.module;[
-<!ENTITY % local.bookinfo.attrib "">
-<!ENTITY % bookinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % bookinfo.element "INCLUDE">
-<![%bookinfo.element;[
-<!ELEMENT bookinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of bookinfo.element-->]]>
-
-<!-- Contents: IDs of the ToC, LoTs, Prefaces, Parts, Chapters,
- Appendixes, References, GLossary, Bibliography, and indexes
- comprising the Book, in the order of their appearance -->
-
-
-<!ENTITY % bookinfo.attlist "INCLUDE">
-<![%bookinfo.attlist;[
-<!ATTLIST bookinfo
- contents IDREFS #IMPLIED
- %common.attrib;
- %bookinfo.role.attrib;
- %local.bookinfo.attrib;
->
-<!--end of bookinfo.attlist-->]]>
-<!--end of bookinfo.module-->]]>
-<!--end of book.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Dedication, ToC, and LoT ............................................. -->
-
-<!ENTITY % dedication.module "INCLUDE">
-<![%dedication.module;[
-<!ENTITY % local.dedication.attrib "">
-<!ENTITY % dedication.role.attrib "%role.attrib;">
-
-<!ENTITY % dedication.element "INCLUDE">
-<![%dedication.element;[
-<!ELEMENT dedication %ho; ((%sect.title.content;)?, (%legalnotice.mix;)+)>
-<!--end of dedication.element-->]]>
-
-<!ENTITY % dedication.attlist "INCLUDE">
-<![%dedication.attlist;[
-<!ATTLIST dedication
- %status.attrib;
- %common.attrib;
- %dedication.role.attrib;
- %local.dedication.attrib;
->
-<!--end of dedication.attlist-->]]>
-<!--end of dedication.module-->]]>
-
-<!ENTITY % colophon.module "INCLUDE">
-<![ %colophon.module; [
-<!ENTITY % local.colophon.attrib "">
-<!ENTITY % colophon.role.attrib "%role.attrib;">
-
-<!ENTITY % colophon.element "INCLUDE">
-<![ %colophon.element; [
-<!ELEMENT colophon %ho; ((%sect.title.content;)?, (%textobject.mix;)+)>
-<!--end of colophon.element-->]]>
-
-<!ENTITY % colophon.attlist "INCLUDE">
-<![ %colophon.attlist; [
-<!ATTLIST colophon
- %status.attrib;
- %common.attrib;
- %colophon.role.attrib;
- %local.colophon.attrib;>
-<!--end of colophon.attlist-->]]>
-<!--end of colophon.module-->]]>
-
-<!ENTITY % toc.content.module "INCLUDE">
-<![%toc.content.module;[
-<!ENTITY % toc.module "INCLUDE">
-<![%toc.module;[
-<!ENTITY % local.toc.attrib "">
-<!ENTITY % toc.role.attrib "%role.attrib;">
-
-<!ENTITY % toc.element "INCLUDE">
-<![%toc.element;[
-<!ELEMENT toc %ho; (beginpage?,
- (%bookcomponent.title.content;)?,
- tocfront*,
- (tocpart | tocchap)*, tocback*)>
-<!--end of toc.element-->]]>
-
-<!ENTITY % toc.attlist "INCLUDE">
-<![%toc.attlist;[
-<!ATTLIST toc
- %pagenum.attrib;
- %common.attrib;
- %toc.role.attrib;
- %local.toc.attrib;
->
-<!--end of toc.attlist-->]]>
-<!--end of toc.module-->]]>
-
-<!ENTITY % tocfront.module "INCLUDE">
-<![%tocfront.module;[
-<!ENTITY % local.tocfront.attrib "">
-<!ENTITY % tocfront.role.attrib "%role.attrib;">
-
-<!ENTITY % tocfront.element "INCLUDE">
-<![%tocfront.element;[
-<!ELEMENT tocfront %ho; (%para.char.mix;)*>
-<!--end of tocfront.element-->]]>
-
-<!-- to element that this entry represents -->
-
-
-<!ENTITY % tocfront.attlist "INCLUDE">
-<![%tocfront.attlist;[
-<!ATTLIST tocfront
- %label.attrib;
- %linkend.attrib; %pagenum.attrib;
- %common.attrib;
- %tocfront.role.attrib;
- %local.tocfront.attrib;
->
-<!--end of tocfront.attlist-->]]>
-<!--end of tocfront.module-->]]>
-
-<!ENTITY % tocentry.module "INCLUDE">
-<![%tocentry.module;[
-<!ENTITY % local.tocentry.attrib "">
-<!ENTITY % tocentry.role.attrib "%role.attrib;">
-
-<!ENTITY % tocentry.element "INCLUDE">
-<![%tocentry.element;[
-<!ELEMENT tocentry %ho; (%para.char.mix;)*>
-<!--end of tocentry.element-->]]>
-
-<!-- to element that this entry represents -->
-
-
-<!ENTITY % tocentry.attlist "INCLUDE">
-<![%tocentry.attlist;[
-<!ATTLIST tocentry
- %linkend.attrib; %pagenum.attrib;
- %common.attrib;
- %tocentry.role.attrib;
- %local.tocentry.attrib;
->
-<!--end of tocentry.attlist-->]]>
-<!--end of tocentry.module-->]]>
-
-<!ENTITY % tocpart.module "INCLUDE">
-<![%tocpart.module;[
-<!ENTITY % local.tocpart.attrib "">
-<!ENTITY % tocpart.role.attrib "%role.attrib;">
-
-<!ENTITY % tocpart.element "INCLUDE">
-<![%tocpart.element;[
-<!ELEMENT tocpart %ho; (tocentry+, tocchap*)>
-<!--end of tocpart.element-->]]>
-
-<!ENTITY % tocpart.attlist "INCLUDE">
-<![%tocpart.attlist;[
-<!ATTLIST tocpart
- %common.attrib;
- %tocpart.role.attrib;
- %local.tocpart.attrib;
->
-<!--end of tocpart.attlist-->]]>
-<!--end of tocpart.module-->]]>
-
-<!ENTITY % tocchap.module "INCLUDE">
-<![%tocchap.module;[
-<!ENTITY % local.tocchap.attrib "">
-<!ENTITY % tocchap.role.attrib "%role.attrib;">
-
-<!ENTITY % tocchap.element "INCLUDE">
-<![%tocchap.element;[
-<!ELEMENT tocchap %ho; (tocentry+, toclevel1*)>
-<!--end of tocchap.element-->]]>
-
-<!ENTITY % tocchap.attlist "INCLUDE">
-<![%tocchap.attlist;[
-<!ATTLIST tocchap
- %label.attrib;
- %common.attrib;
- %tocchap.role.attrib;
- %local.tocchap.attrib;
->
-<!--end of tocchap.attlist-->]]>
-<!--end of tocchap.module-->]]>
-
-<!ENTITY % toclevel1.module "INCLUDE">
-<![%toclevel1.module;[
-<!ENTITY % local.toclevel1.attrib "">
-<!ENTITY % toclevel1.role.attrib "%role.attrib;">
-
-<!ENTITY % toclevel1.element "INCLUDE">
-<![%toclevel1.element;[
-<!ELEMENT toclevel1 %ho; (tocentry+, toclevel2*)>
-<!--end of toclevel1.element-->]]>
-
-<!ENTITY % toclevel1.attlist "INCLUDE">
-<![%toclevel1.attlist;[
-<!ATTLIST toclevel1
- %common.attrib;
- %toclevel1.role.attrib;
- %local.toclevel1.attrib;
->
-<!--end of toclevel1.attlist-->]]>
-<!--end of toclevel1.module-->]]>
-
-<!ENTITY % toclevel2.module "INCLUDE">
-<![%toclevel2.module;[
-<!ENTITY % local.toclevel2.attrib "">
-<!ENTITY % toclevel2.role.attrib "%role.attrib;">
-
-<!ENTITY % toclevel2.element "INCLUDE">
-<![%toclevel2.element;[
-<!ELEMENT toclevel2 %ho; (tocentry+, toclevel3*)>
-<!--end of toclevel2.element-->]]>
-
-<!ENTITY % toclevel2.attlist "INCLUDE">
-<![%toclevel2.attlist;[
-<!ATTLIST toclevel2
- %common.attrib;
- %toclevel2.role.attrib;
- %local.toclevel2.attrib;
->
-<!--end of toclevel2.attlist-->]]>
-<!--end of toclevel2.module-->]]>
-
-<!ENTITY % toclevel3.module "INCLUDE">
-<![%toclevel3.module;[
-<!ENTITY % local.toclevel3.attrib "">
-<!ENTITY % toclevel3.role.attrib "%role.attrib;">
-
-<!ENTITY % toclevel3.element "INCLUDE">
-<![%toclevel3.element;[
-<!ELEMENT toclevel3 %ho; (tocentry+, toclevel4*)>
-<!--end of toclevel3.element-->]]>
-
-<!ENTITY % toclevel3.attlist "INCLUDE">
-<![%toclevel3.attlist;[
-<!ATTLIST toclevel3
- %common.attrib;
- %toclevel3.role.attrib;
- %local.toclevel3.attrib;
->
-<!--end of toclevel3.attlist-->]]>
-<!--end of toclevel3.module-->]]>
-
-<!ENTITY % toclevel4.module "INCLUDE">
-<![%toclevel4.module;[
-<!ENTITY % local.toclevel4.attrib "">
-<!ENTITY % toclevel4.role.attrib "%role.attrib;">
-
-<!ENTITY % toclevel4.element "INCLUDE">
-<![%toclevel4.element;[
-<!ELEMENT toclevel4 %ho; (tocentry+, toclevel5*)>
-<!--end of toclevel4.element-->]]>
-
-<!ENTITY % toclevel4.attlist "INCLUDE">
-<![%toclevel4.attlist;[
-<!ATTLIST toclevel4
- %common.attrib;
- %toclevel4.role.attrib;
- %local.toclevel4.attrib;
->
-<!--end of toclevel4.attlist-->]]>
-<!--end of toclevel4.module-->]]>
-
-<!ENTITY % toclevel5.module "INCLUDE">
-<![%toclevel5.module;[
-<!ENTITY % local.toclevel5.attrib "">
-<!ENTITY % toclevel5.role.attrib "%role.attrib;">
-
-<!ENTITY % toclevel5.element "INCLUDE">
-<![%toclevel5.element;[
-<!ELEMENT toclevel5 %ho; (tocentry+)>
-<!--end of toclevel5.element-->]]>
-
-<!ENTITY % toclevel5.attlist "INCLUDE">
-<![%toclevel5.attlist;[
-<!ATTLIST toclevel5
- %common.attrib;
- %toclevel5.role.attrib;
- %local.toclevel5.attrib;
->
-<!--end of toclevel5.attlist-->]]>
-<!--end of toclevel5.module-->]]>
-
-<!ENTITY % tocback.module "INCLUDE">
-<![%tocback.module;[
-<!ENTITY % local.tocback.attrib "">
-<!ENTITY % tocback.role.attrib "%role.attrib;">
-
-<!ENTITY % tocback.element "INCLUDE">
-<![%tocback.element;[
-<!ELEMENT tocback %ho; (%para.char.mix;)*>
-<!--end of tocback.element-->]]>
-
-<!-- to element that this entry represents -->
-
-
-<!ENTITY % tocback.attlist "INCLUDE">
-<![%tocback.attlist;[
-<!ATTLIST tocback
- %label.attrib;
- %linkend.attrib; %pagenum.attrib;
- %common.attrib;
- %tocback.role.attrib;
- %local.tocback.attrib;
->
-<!--end of tocback.attlist-->]]>
-<!--end of tocback.module-->]]>
-<!--end of toc.content.module-->]]>
-
-<!ENTITY % lot.content.module "INCLUDE">
-<![%lot.content.module;[
-<!ENTITY % lot.module "INCLUDE">
-<![%lot.module;[
-<!ENTITY % local.lot.attrib "">
-<!ENTITY % lot.role.attrib "%role.attrib;">
-
-<!ENTITY % lot.element "INCLUDE">
-<![%lot.element;[
-<!ELEMENT lot %ho; (beginpage?, (%bookcomponent.title.content;)?, lotentry*)>
-<!--end of lot.element-->]]>
-
-<!ENTITY % lot.attlist "INCLUDE">
-<![%lot.attlist;[
-<!ATTLIST lot
- %label.attrib;
- %common.attrib;
- %lot.role.attrib;
- %local.lot.attrib;
->
-<!--end of lot.attlist-->]]>
-<!--end of lot.module-->]]>
-
-<!ENTITY % lotentry.module "INCLUDE">
-<![%lotentry.module;[
-<!ENTITY % local.lotentry.attrib "">
-<!ENTITY % lotentry.role.attrib "%role.attrib;">
-
-<!ENTITY % lotentry.element "INCLUDE">
-<![%lotentry.element;[
-<!ELEMENT lotentry %ho; (%para.char.mix;)*>
-<!--end of lotentry.element-->]]>
-
-<!-- SrcCredit: Information about the source of the entry,
- as for a list of illustrations -->
-<!-- linkend: to element that this entry represents-->
-<!ENTITY % lotentry.attlist "INCLUDE">
-<![%lotentry.attlist;[
-<!ATTLIST lotentry
- %linkend.attrib;
- %pagenum.attrib;
- srccredit CDATA #IMPLIED
- %common.attrib;
- %lotentry.role.attrib;
- %local.lotentry.attrib;
->
-<!--end of lotentry.attlist-->]]>
-<!--end of lotentry.module-->]]>
-<!--end of lot.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Appendix, Chapter, Part, Preface, Reference, PartIntro ............... -->
-
-<!ENTITY % appendix.module "INCLUDE">
-<![%appendix.module;[
-<!ENTITY % local.appendix.attrib "">
-<!ENTITY % appendix.role.attrib "%role.attrib;">
-
-<!ENTITY % appendix.element "INCLUDE">
-<![%appendix.element;[
-<!ELEMENT appendix %ho; (beginpage?,
- appendixinfo?,
- (%bookcomponent.title.content;),
- (%nav.class;)*,
- tocchap?,
- (%bookcomponent.content;),
- (%nav.class;)*)
- %ubiq.inclusion;>
-<!--end of appendix.element-->]]>
-
-<!ENTITY % appendix.attlist "INCLUDE">
-<![%appendix.attlist;[
-<!ATTLIST appendix
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %appendix.role.attrib;
- %local.appendix.attrib;
->
-<!--end of appendix.attlist-->]]>
-<!--end of appendix.module-->]]>
-
-<!ENTITY % chapter.module "INCLUDE">
-<![%chapter.module;[
-<!ENTITY % local.chapter.attrib "">
-<!ENTITY % chapter.role.attrib "%role.attrib;">
-
-<!ENTITY % chapter.element "INCLUDE">
-<![%chapter.element;[
-<!ELEMENT chapter %ho; (beginpage?,
- chapterinfo?,
- (%bookcomponent.title.content;),
- (%nav.class;)*,
- tocchap?,
- (%bookcomponent.content;),
- (%nav.class;)*)
- %ubiq.inclusion;>
-<!--end of chapter.element-->]]>
-
-<!ENTITY % chapter.attlist "INCLUDE">
-<![%chapter.attlist;[
-<!ATTLIST chapter
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %chapter.role.attrib;
- %local.chapter.attrib;
->
-<!--end of chapter.attlist-->]]>
-<!--end of chapter.module-->]]>
-
-<!ENTITY % part.module "INCLUDE">
-<![%part.module;[
-
-<!-- Note that Part was to have its content model reduced in V4.2. This
-change will not be made after all. -->
-
-<!ENTITY % local.part.attrib "">
-<!ENTITY % part.role.attrib "%role.attrib;">
-
-<!ENTITY % part.element "INCLUDE">
-<![%part.element;[
-<!ELEMENT part %ho; (beginpage?,
- partinfo?, (%bookcomponent.title.content;), partintro?,
- (%partcontent.mix;)+)
- %ubiq.inclusion;>
-<!--end of part.element-->]]>
-
-<!ENTITY % part.attlist "INCLUDE">
-<![%part.attlist;[
-<!ATTLIST part
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %part.role.attrib;
- %local.part.attrib;
->
-<!--end of part.attlist-->]]>
-<!--ELEMENT PartIntro (defined below)-->
-<!--end of part.module-->]]>
-
-<!ENTITY % preface.module "INCLUDE">
-<![%preface.module;[
-<!ENTITY % local.preface.attrib "">
-<!ENTITY % preface.role.attrib "%role.attrib;">
-
-<!ENTITY % preface.element "INCLUDE">
-<![%preface.element;[
-<!ELEMENT preface %ho; (beginpage?,
- prefaceinfo?,
- (%bookcomponent.title.content;),
- (%nav.class;)*,
- tocchap?,
- (%bookcomponent.content;),
- (%nav.class;)*)
- %ubiq.inclusion;>
-<!--end of preface.element-->]]>
-
-<!ENTITY % preface.attlist "INCLUDE">
-<![%preface.attlist;[
-<!ATTLIST preface
- %status.attrib;
- %common.attrib;
- %preface.role.attrib;
- %local.preface.attrib;
->
-<!--end of preface.attlist-->]]>
-<!--end of preface.module-->]]>
-
-<!ENTITY % reference.module "INCLUDE">
-<![%reference.module;[
-<!ENTITY % local.reference.attrib "">
-<!ENTITY % reference.role.attrib "%role.attrib;">
-
-<!ENTITY % reference.element "INCLUDE">
-<![%reference.element;[
-<!ELEMENT reference %ho; (beginpage?,
- referenceinfo?,
- (%bookcomponent.title.content;), partintro?,
- (%refentry.class;)+)
- %ubiq.inclusion;>
-<!--end of reference.element-->]]>
-
-<!ENTITY % reference.attlist "INCLUDE">
-<![%reference.attlist;[
-<!ATTLIST reference
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %reference.role.attrib;
- %local.reference.attrib;
->
-<!--end of reference.attlist-->]]>
-<!--ELEMENT PartIntro (defined below)-->
-<!--end of reference.module-->]]>
-
-<!ENTITY % partintro.module "INCLUDE">
-<![%partintro.module;[
-<!ENTITY % local.partintro.attrib "">
-<!ENTITY % partintro.role.attrib "%role.attrib;">
-
-<!ENTITY % partintro.element "INCLUDE">
-<![%partintro.element;[
-<!ELEMENT partintro %ho; ((%div.title.content;)?, (%bookcomponent.content;))
- %ubiq.inclusion;>
-<!--end of partintro.element-->]]>
-
-<!ENTITY % partintro.attlist "INCLUDE">
-<![%partintro.attlist;[
-<!ATTLIST partintro
- %label.attrib;
- %common.attrib;
- %partintro.role.attrib;
- %local.partintro.attrib;
->
-<!--end of partintro.attlist-->]]>
-<!--end of partintro.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Other Info elements .................................................. -->
-
-<!ENTITY % appendixinfo.module "INCLUDE">
-<![ %appendixinfo.module; [
-<!ENTITY % local.appendixinfo.attrib "">
-<!ENTITY % appendixinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % appendixinfo.element "INCLUDE">
-<![ %appendixinfo.element; [
-<!ELEMENT appendixinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of appendixinfo.element-->]]>
-
-<!ENTITY % appendixinfo.attlist "INCLUDE">
-<![ %appendixinfo.attlist; [
-<!ATTLIST appendixinfo
- %common.attrib;
- %appendixinfo.role.attrib;
- %local.appendixinfo.attrib;
->
-<!--end of appendixinfo.attlist-->]]>
-<!--end of appendixinfo.module-->]]>
-
-<!ENTITY % bibliographyinfo.module "INCLUDE">
-<![ %bibliographyinfo.module; [
-<!ENTITY % local.bibliographyinfo.attrib "">
-<!ENTITY % bibliographyinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % bibliographyinfo.element "INCLUDE">
-<![ %bibliographyinfo.element; [
-<!ELEMENT bibliographyinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of bibliographyinfo.element-->]]>
-
-<!ENTITY % bibliographyinfo.attlist "INCLUDE">
-<![ %bibliographyinfo.attlist; [
-<!ATTLIST bibliographyinfo
- %common.attrib;
- %bibliographyinfo.role.attrib;
- %local.bibliographyinfo.attrib;
->
-<!--end of bibliographyinfo.attlist-->]]>
-<!--end of bibliographyinfo.module-->]]>
-
-<!ENTITY % chapterinfo.module "INCLUDE">
-<![ %chapterinfo.module; [
-<!ENTITY % local.chapterinfo.attrib "">
-<!ENTITY % chapterinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % chapterinfo.element "INCLUDE">
-<![ %chapterinfo.element; [
-<!ELEMENT chapterinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of chapterinfo.element-->]]>
-
-<!ENTITY % chapterinfo.attlist "INCLUDE">
-<![ %chapterinfo.attlist; [
-<!ATTLIST chapterinfo
- %common.attrib;
- %chapterinfo.role.attrib;
- %local.chapterinfo.attrib;
->
-<!--end of chapterinfo.attlist-->]]>
-<!--end of chapterinfo.module-->]]>
-
-<!ENTITY % glossaryinfo.module "INCLUDE">
-<![ %glossaryinfo.module; [
-<!ENTITY % local.glossaryinfo.attrib "">
-<!ENTITY % glossaryinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % glossaryinfo.element "INCLUDE">
-<![ %glossaryinfo.element; [
-<!ELEMENT glossaryinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of glossaryinfo.element-->]]>
-
-<!ENTITY % glossaryinfo.attlist "INCLUDE">
-<![ %glossaryinfo.attlist; [
-<!ATTLIST glossaryinfo
- %common.attrib;
- %glossaryinfo.role.attrib;
- %local.glossaryinfo.attrib;
->
-<!--end of glossaryinfo.attlist-->]]>
-<!--end of glossaryinfo.module-->]]>
-
-<!ENTITY % indexinfo.module "INCLUDE">
-<![ %indexinfo.module; [
-<!ENTITY % local.indexinfo.attrib "">
-<!ENTITY % indexinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % indexinfo.element "INCLUDE">
-<![ %indexinfo.element; [
-<!ELEMENT indexinfo %ho; ((%info.class;)+)>
-<!--end of indexinfo.element-->]]>
-
-<!ENTITY % indexinfo.attlist "INCLUDE">
-<![ %indexinfo.attlist; [
-<!ATTLIST indexinfo
- %common.attrib;
- %indexinfo.role.attrib;
- %local.indexinfo.attrib;
->
-<!--end of indexinfo.attlist-->]]>
-<!--end of indexinfo.module-->]]>
-
-<!ENTITY % setindexinfo.module "INCLUDE">
-<![ %setindexinfo.module; [
-<!ENTITY % local.setindexinfo.attrib "">
-<!ENTITY % setindexinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % setindexinfo.element "INCLUDE">
-<![ %setindexinfo.element; [
-<!ELEMENT setindexinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of setindexinfo.element-->]]>
-
-<!ENTITY % setindexinfo.attlist "INCLUDE">
-<![ %setindexinfo.attlist; [
-<!ATTLIST setindexinfo
- %common.attrib;
- %setindexinfo.role.attrib;
- %local.setindexinfo.attrib;
->
-<!--end of setindexinfo.attlist-->]]>
-<!--end of setindexinfo.module-->]]>
-
-<!ENTITY % partinfo.module "INCLUDE">
-<![ %partinfo.module; [
-<!ENTITY % local.partinfo.attrib "">
-<!ENTITY % partinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % partinfo.element "INCLUDE">
-<![ %partinfo.element; [
-<!ELEMENT partinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of partinfo.element-->]]>
-
-<!ENTITY % partinfo.attlist "INCLUDE">
-<![ %partinfo.attlist; [
-<!ATTLIST partinfo
- %common.attrib;
- %partinfo.role.attrib;
- %local.partinfo.attrib;
->
-<!--end of partinfo.attlist-->]]>
-<!--end of partinfo.module-->]]>
-
-<!ENTITY % prefaceinfo.module "INCLUDE">
-<![ %prefaceinfo.module; [
-<!ENTITY % local.prefaceinfo.attrib "">
-<!ENTITY % prefaceinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % prefaceinfo.element "INCLUDE">
-<![ %prefaceinfo.element; [
-<!ELEMENT prefaceinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of prefaceinfo.element-->]]>
-
-<!ENTITY % prefaceinfo.attlist "INCLUDE">
-<![ %prefaceinfo.attlist; [
-<!ATTLIST prefaceinfo
- %common.attrib;
- %prefaceinfo.role.attrib;
- %local.prefaceinfo.attrib;
->
-<!--end of prefaceinfo.attlist-->]]>
-<!--end of prefaceinfo.module-->]]>
-
-<!ENTITY % refentryinfo.module "INCLUDE">
-<![ %refentryinfo.module; [
-<!ENTITY % local.refentryinfo.attrib "">
-<!ENTITY % refentryinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % refentryinfo.element "INCLUDE">
-<![ %refentryinfo.element; [
-<!ELEMENT refentryinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of refentryinfo.element-->]]>
-
-<!ENTITY % refentryinfo.attlist "INCLUDE">
-<![ %refentryinfo.attlist; [
-<!ATTLIST refentryinfo
- %common.attrib;
- %refentryinfo.role.attrib;
- %local.refentryinfo.attrib;
->
-<!--end of refentryinfo.attlist-->]]>
-<!--end of refentryinfo.module-->]]>
-
-<!ENTITY % refsectioninfo.module "INCLUDE">
-<![ %refsectioninfo.module; [
-<!ENTITY % local.refsectioninfo.attrib "">
-<!ENTITY % refsectioninfo.role.attrib "%role.attrib;">
-
-<!ENTITY % refsectioninfo.element "INCLUDE">
-<![ %refsectioninfo.element; [
-<!ELEMENT refsectioninfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of refsectioninfo.element-->]]>
-
-<!ENTITY % refsectioninfo.attlist "INCLUDE">
-<![ %refsectioninfo.attlist; [
-<!ATTLIST refsectioninfo
- %common.attrib;
- %refsectioninfo.role.attrib;
- %local.refsectioninfo.attrib;
->
-<!--end of refsectioninfo.attlist-->]]>
-<!--end of refsectioninfo.module-->]]>
-
-<!ENTITY % refsect1info.module "INCLUDE">
-<![ %refsect1info.module; [
-<!ENTITY % local.refsect1info.attrib "">
-<!ENTITY % refsect1info.role.attrib "%role.attrib;">
-
-<!ENTITY % refsect1info.element "INCLUDE">
-<![ %refsect1info.element; [
-<!ELEMENT refsect1info %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of refsect1info.element-->]]>
-
-<!ENTITY % refsect1info.attlist "INCLUDE">
-<![ %refsect1info.attlist; [
-<!ATTLIST refsect1info
- %common.attrib;
- %refsect1info.role.attrib;
- %local.refsect1info.attrib;
->
-<!--end of refsect1info.attlist-->]]>
-<!--end of refsect1info.module-->]]>
-
-<!ENTITY % refsect2info.module "INCLUDE">
-<![ %refsect2info.module; [
-<!ENTITY % local.refsect2info.attrib "">
-<!ENTITY % refsect2info.role.attrib "%role.attrib;">
-
-<!ENTITY % refsect2info.element "INCLUDE">
-<![ %refsect2info.element; [
-<!ELEMENT refsect2info %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of refsect2info.element-->]]>
-
-<!ENTITY % refsect2info.attlist "INCLUDE">
-<![ %refsect2info.attlist; [
-<!ATTLIST refsect2info
- %common.attrib;
- %refsect2info.role.attrib;
- %local.refsect2info.attrib;
->
-<!--end of refsect2info.attlist-->]]>
-<!--end of refsect2info.module-->]]>
-
-<!ENTITY % refsect3info.module "INCLUDE">
-<![ %refsect3info.module; [
-<!ENTITY % local.refsect3info.attrib "">
-<!ENTITY % refsect3info.role.attrib "%role.attrib;">
-
-<!ENTITY % refsect3info.element "INCLUDE">
-<![ %refsect3info.element; [
-<!ELEMENT refsect3info %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of refsect3info.element-->]]>
-
-<!ENTITY % refsect3info.attlist "INCLUDE">
-<![ %refsect3info.attlist; [
-<!ATTLIST refsect3info
- %common.attrib;
- %refsect3info.role.attrib;
- %local.refsect3info.attrib;
->
-<!--end of refsect3info.attlist-->]]>
-<!--end of refsect3info.module-->]]>
-
-<!ENTITY % refsynopsisdivinfo.module "INCLUDE">
-<![ %refsynopsisdivinfo.module; [
-<!ENTITY % local.refsynopsisdivinfo.attrib "">
-<!ENTITY % refsynopsisdivinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % refsynopsisdivinfo.element "INCLUDE">
-<![ %refsynopsisdivinfo.element; [
-<!ELEMENT refsynopsisdivinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of refsynopsisdivinfo.element-->]]>
-
-<!ENTITY % refsynopsisdivinfo.attlist "INCLUDE">
-<![ %refsynopsisdivinfo.attlist; [
-<!ATTLIST refsynopsisdivinfo
- %common.attrib;
- %refsynopsisdivinfo.role.attrib;
- %local.refsynopsisdivinfo.attrib;
->
-<!--end of refsynopsisdivinfo.attlist-->]]>
-<!--end of refsynopsisdivinfo.module-->]]>
-
-<!ENTITY % referenceinfo.module "INCLUDE">
-<![ %referenceinfo.module; [
-<!ENTITY % local.referenceinfo.attrib "">
-<!ENTITY % referenceinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % referenceinfo.element "INCLUDE">
-<![ %referenceinfo.element; [
-<!ELEMENT referenceinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of referenceinfo.element-->]]>
-
-<!ENTITY % referenceinfo.attlist "INCLUDE">
-<![ %referenceinfo.attlist; [
-<!ATTLIST referenceinfo
- %common.attrib;
- %referenceinfo.role.attrib;
- %local.referenceinfo.attrib;
->
-<!--end of referenceinfo.attlist-->]]>
-<!--end of referenceinfo.module-->]]>
-
-<!ENTITY % local.sect1info.attrib "">
-<!ENTITY % sect1info.role.attrib "%role.attrib;">
-
-<!ENTITY % sect1info.element "INCLUDE">
-<![%sect1info.element;[
-<!ELEMENT sect1info %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of sect1info.element-->]]>
-
-<!ENTITY % sect1info.attlist "INCLUDE">
-<![%sect1info.attlist;[
-<!ATTLIST sect1info
- %common.attrib;
- %sect1info.role.attrib;
- %local.sect1info.attrib;
->
-<!--end of sect1info.attlist-->]]>
-
-<!ENTITY % local.sect2info.attrib "">
-<!ENTITY % sect2info.role.attrib "%role.attrib;">
-
-<!ENTITY % sect2info.element "INCLUDE">
-<![%sect2info.element;[
-<!ELEMENT sect2info %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of sect2info.element-->]]>
-
-<!ENTITY % sect2info.attlist "INCLUDE">
-<![%sect2info.attlist;[
-<!ATTLIST sect2info
- %common.attrib;
- %sect2info.role.attrib;
- %local.sect2info.attrib;
->
-<!--end of sect2info.attlist-->]]>
-
-<!ENTITY % local.sect3info.attrib "">
-<!ENTITY % sect3info.role.attrib "%role.attrib;">
-
-<!ENTITY % sect3info.element "INCLUDE">
-<![%sect3info.element;[
-<!ELEMENT sect3info %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of sect3info.element-->]]>
-
-<!ENTITY % sect3info.attlist "INCLUDE">
-<![%sect3info.attlist;[
-<!ATTLIST sect3info
- %common.attrib;
- %sect3info.role.attrib;
- %local.sect3info.attrib;
->
-<!--end of sect3info.attlist-->]]>
-
-<!ENTITY % local.sect4info.attrib "">
-<!ENTITY % sect4info.role.attrib "%role.attrib;">
-
-<!ENTITY % sect4info.element "INCLUDE">
-<![%sect4info.element;[
-<!ELEMENT sect4info %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of sect4info.element-->]]>
-
-<!ENTITY % sect4info.attlist "INCLUDE">
-<![%sect4info.attlist;[
-<!ATTLIST sect4info
- %common.attrib;
- %sect4info.role.attrib;
- %local.sect4info.attrib;
->
-<!--end of sect4info.attlist-->]]>
-
-<!ENTITY % local.sect5info.attrib "">
-<!ENTITY % sect5info.role.attrib "%role.attrib;">
-
-<!ENTITY % sect5info.element "INCLUDE">
-<![%sect5info.element;[
-<!ELEMENT sect5info %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of sect5info.element-->]]>
-
-<!ENTITY % sect5info.attlist "INCLUDE">
-<![%sect5info.attlist;[
-<!ATTLIST sect5info
- %common.attrib;
- %sect5info.role.attrib;
- %local.sect5info.attrib;
->
-<!--end of sect5info.attlist-->]]>
-
-<!-- ...................................................................... -->
-<!-- Section (parallel to Sect*) ......................................... -->
-
-<!ENTITY % section.content.module "INCLUDE">
-<![ %section.content.module; [
-<!ENTITY % section.module "INCLUDE">
-<![ %section.module; [
-<!ENTITY % local.section.attrib "">
-<!ENTITY % section.role.attrib "%role.attrib;">
-
-<!ENTITY % section.element "INCLUDE">
-<![ %section.element; [
-<!ELEMENT section %ho; (sectioninfo?,
- (%sect.title.content;),
- (%nav.class;)*,
- (((%divcomponent.mix;)+,
- ((%refentry.class;)*|(%section.class;)*|simplesect*))
- | (%refentry.class;)+|(%section.class;)+|simplesect+),
- (%nav.class;)*)
- %ubiq.inclusion;>
-<!--end of section.element-->]]>
-
-<!ENTITY % section.attlist "INCLUDE">
-<![ %section.attlist; [
-<!ATTLIST section
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %section.role.attrib;
- %local.section.attrib;
->
-<!--end of section.attlist-->]]>
-<!--end of section.module-->]]>
-
-<!ENTITY % sectioninfo.module "INCLUDE">
-<![ %sectioninfo.module; [
-<!ENTITY % sectioninfo.role.attrib "%role.attrib;">
-<!ENTITY % local.sectioninfo.attrib "">
-
-<!ENTITY % sectioninfo.element "INCLUDE">
-<![ %sectioninfo.element; [
-<!ELEMENT sectioninfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of sectioninfo.element-->]]>
-
-<!ENTITY % sectioninfo.attlist "INCLUDE">
-<![ %sectioninfo.attlist; [
-<!ATTLIST sectioninfo
- %common.attrib;
- %sectioninfo.role.attrib;
- %local.sectioninfo.attrib;
->
-<!--end of sectioninfo.attlist-->]]>
-<!--end of sectioninfo.module-->]]>
-<!--end of section.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Sect1, Sect2, Sect3, Sect4, Sect5 .................................... -->
-
-<!ENTITY % sect1.module "INCLUDE">
-<![%sect1.module;[
-<!ENTITY % local.sect1.attrib "">
-<!ENTITY % sect1.role.attrib "%role.attrib;">
-
-<!ENTITY % sect1.element "INCLUDE">
-<![%sect1.element;[
-<!ELEMENT sect1 %ho; (sect1info?, (%sect.title.content;), (%nav.class;)*,
- (((%divcomponent.mix;)+,
- ((%refentry.class;)* | sect2* | simplesect*))
- | (%refentry.class;)+ | sect2+ | simplesect+), (%nav.class;)*)
- %ubiq.inclusion;>
-<!--end of sect1.element-->]]>
-
-<!-- Renderas: Indicates the format in which the heading should
- appear -->
-
-
-<!ENTITY % sect1.attlist "INCLUDE">
-<![%sect1.attlist;[
-<!ATTLIST sect1
- renderas (sect2
- |sect3
- |sect4
- |sect5) #IMPLIED
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %sect1.role.attrib;
- %local.sect1.attrib;
->
-<!--end of sect1.attlist-->]]>
-<!--end of sect1.module-->]]>
-
-<!ENTITY % sect2.module "INCLUDE">
-<![%sect2.module;[
-<!ENTITY % local.sect2.attrib "">
-<!ENTITY % sect2.role.attrib "%role.attrib;">
-
-<!ENTITY % sect2.element "INCLUDE">
-<![%sect2.element;[
-<!ELEMENT sect2 %ho; (sect2info?, (%sect.title.content;), (%nav.class;)*,
- (((%divcomponent.mix;)+,
- ((%refentry.class;)* | sect3* | simplesect*))
- | (%refentry.class;)+ | sect3+ | simplesect+), (%nav.class;)*)>
-<!--end of sect2.element-->]]>
-
-<!-- Renderas: Indicates the format in which the heading should
- appear -->
-
-
-<!ENTITY % sect2.attlist "INCLUDE">
-<![%sect2.attlist;[
-<!ATTLIST sect2
- renderas (sect1
- |sect3
- |sect4
- |sect5) #IMPLIED
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %sect2.role.attrib;
- %local.sect2.attrib;
->
-<!--end of sect2.attlist-->]]>
-<!--end of sect2.module-->]]>
-
-<!ENTITY % sect3.module "INCLUDE">
-<![%sect3.module;[
-<!ENTITY % local.sect3.attrib "">
-<!ENTITY % sect3.role.attrib "%role.attrib;">
-
-<!ENTITY % sect3.element "INCLUDE">
-<![%sect3.element;[
-<!ELEMENT sect3 %ho; (sect3info?, (%sect.title.content;), (%nav.class;)*,
- (((%divcomponent.mix;)+,
- ((%refentry.class;)* | sect4* | simplesect*))
- | (%refentry.class;)+ | sect4+ | simplesect+), (%nav.class;)*)>
-<!--end of sect3.element-->]]>
-
-<!-- Renderas: Indicates the format in which the heading should
- appear -->
-
-
-<!ENTITY % sect3.attlist "INCLUDE">
-<![%sect3.attlist;[
-<!ATTLIST sect3
- renderas (sect1
- |sect2
- |sect4
- |sect5) #IMPLIED
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %sect3.role.attrib;
- %local.sect3.attrib;
->
-<!--end of sect3.attlist-->]]>
-<!--end of sect3.module-->]]>
-
-<!ENTITY % sect4.module "INCLUDE">
-<![%sect4.module;[
-<!ENTITY % local.sect4.attrib "">
-<!ENTITY % sect4.role.attrib "%role.attrib;">
-
-<!ENTITY % sect4.element "INCLUDE">
-<![%sect4.element;[
-<!ELEMENT sect4 %ho; (sect4info?, (%sect.title.content;), (%nav.class;)*,
- (((%divcomponent.mix;)+,
- ((%refentry.class;)* | sect5* | simplesect*))
- | (%refentry.class;)+ | sect5+ | simplesect+), (%nav.class;)*)>
-<!--end of sect4.element-->]]>
-
-<!-- Renderas: Indicates the format in which the heading should
- appear -->
-
-
-<!ENTITY % sect4.attlist "INCLUDE">
-<![%sect4.attlist;[
-<!ATTLIST sect4
- renderas (sect1
- |sect2
- |sect3
- |sect5) #IMPLIED
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %sect4.role.attrib;
- %local.sect4.attrib;
->
-<!--end of sect4.attlist-->]]>
-<!--end of sect4.module-->]]>
-
-<!ENTITY % sect5.module "INCLUDE">
-<![%sect5.module;[
-<!ENTITY % local.sect5.attrib "">
-<!ENTITY % sect5.role.attrib "%role.attrib;">
-
-<!ENTITY % sect5.element "INCLUDE">
-<![%sect5.element;[
-<!ELEMENT sect5 %ho; (sect5info?, (%sect.title.content;), (%nav.class;)*,
- (((%divcomponent.mix;)+, ((%refentry.class;)* | simplesect*))
- | (%refentry.class;)+ | simplesect+), (%nav.class;)*)>
-<!--end of sect5.element-->]]>
-
-<!-- Renderas: Indicates the format in which the heading should
- appear -->
-
-
-<!ENTITY % sect5.attlist "INCLUDE">
-<![%sect5.attlist;[
-<!ATTLIST sect5
- renderas (sect1
- |sect2
- |sect3
- |sect4) #IMPLIED
- %label.attrib;
- %status.attrib;
- %common.attrib;
- %sect5.role.attrib;
- %local.sect5.attrib;
->
-<!--end of sect5.attlist-->]]>
-<!--end of sect5.module-->]]>
-
-<!ENTITY % simplesect.module "INCLUDE">
-<![%simplesect.module;[
-<!ENTITY % local.simplesect.attrib "">
-<!ENTITY % simplesect.role.attrib "%role.attrib;">
-
-<!ENTITY % simplesect.element "INCLUDE">
-<![%simplesect.element;[
-<!ELEMENT simplesect %ho; ((%sect.title.content;), (%divcomponent.mix;)+)
- %ubiq.inclusion;>
-<!--end of simplesect.element-->]]>
-
-<!ENTITY % simplesect.attlist "INCLUDE">
-<![%simplesect.attlist;[
-<!ATTLIST simplesect
- %common.attrib;
- %simplesect.role.attrib;
- %local.simplesect.attrib;
->
-<!--end of simplesect.attlist-->]]>
-<!--end of simplesect.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Bibliography ......................................................... -->
-
-<!ENTITY % bibliography.content.module "INCLUDE">
-<![%bibliography.content.module;[
-<!ENTITY % bibliography.module "INCLUDE">
-<![%bibliography.module;[
-<!ENTITY % local.bibliography.attrib "">
-<!ENTITY % bibliography.role.attrib "%role.attrib;">
-
-<!ENTITY % bibliography.element "INCLUDE">
-<![%bibliography.element;[
-<!ELEMENT bibliography %ho; (bibliographyinfo?,
- (%bookcomponent.title.content;)?,
- (%component.mix;)*,
- (bibliodiv+ | (biblioentry|bibliomixed)+))>
-<!--end of bibliography.element-->]]>
-
-<!ENTITY % bibliography.attlist "INCLUDE">
-<![%bibliography.attlist;[
-<!ATTLIST bibliography
- %status.attrib;
- %common.attrib;
- %bibliography.role.attrib;
- %local.bibliography.attrib;
->
-<!--end of bibliography.attlist-->]]>
-<!--end of bibliography.module-->]]>
-
-<!ENTITY % bibliodiv.module "INCLUDE">
-<![%bibliodiv.module;[
-<!ENTITY % local.bibliodiv.attrib "">
-<!ENTITY % bibliodiv.role.attrib "%role.attrib;">
-
-<!ENTITY % bibliodiv.element "INCLUDE">
-<![%bibliodiv.element;[
-<!ELEMENT bibliodiv %ho; ((%sect.title.content;)?, (%component.mix;)*,
- (biblioentry|bibliomixed)+)>
-<!--end of bibliodiv.element-->]]>
-
-<!ENTITY % bibliodiv.attlist "INCLUDE">
-<![%bibliodiv.attlist;[
-<!ATTLIST bibliodiv
- %status.attrib;
- %common.attrib;
- %bibliodiv.role.attrib;
- %local.bibliodiv.attrib;
->
-<!--end of bibliodiv.attlist-->]]>
-<!--end of bibliodiv.module-->]]>
-<!--end of bibliography.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Glossary ............................................................. -->
-
-<!ENTITY % glossary.content.module "INCLUDE">
-<![%glossary.content.module;[
-<!ENTITY % glossary.module "INCLUDE">
-<![%glossary.module;[
-<!ENTITY % local.glossary.attrib "">
-<!ENTITY % glossary.role.attrib "%role.attrib;">
-
-<!ENTITY % glossary.element "INCLUDE">
-<![%glossary.element;[
-<!ELEMENT glossary %ho; (glossaryinfo?,
- (%bookcomponent.title.content;)?,
- (%component.mix;)*,
- (glossdiv+ | glossentry+), bibliography?)>
-<!--end of glossary.element-->]]>
-
-<!ENTITY % glossary.attlist "INCLUDE">
-<![%glossary.attlist;[
-<!ATTLIST glossary
- %status.attrib;
- %common.attrib;
- %glossary.role.attrib;
- %local.glossary.attrib;
->
-<!--end of glossary.attlist-->]]>
-<!--end of glossary.module-->]]>
-
-<!ENTITY % glossdiv.module "INCLUDE">
-<![%glossdiv.module;[
-<!ENTITY % local.glossdiv.attrib "">
-<!ENTITY % glossdiv.role.attrib "%role.attrib;">
-
-<!ENTITY % glossdiv.element "INCLUDE">
-<![%glossdiv.element;[
-<!ELEMENT glossdiv %ho; ((%sect.title.content;), (%component.mix;)*,
- glossentry+)>
-<!--end of glossdiv.element-->]]>
-
-<!ENTITY % glossdiv.attlist "INCLUDE">
-<![%glossdiv.attlist;[
-<!ATTLIST glossdiv
- %status.attrib;
- %common.attrib;
- %glossdiv.role.attrib;
- %local.glossdiv.attrib;
->
-<!--end of glossdiv.attlist-->]]>
-<!--end of glossdiv.module-->]]>
-<!--end of glossary.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Index and SetIndex ................................................... -->
-
-<!ENTITY % index.content.module "INCLUDE">
-<![%index.content.module;[
-<!ENTITY % indexes.module "INCLUDE">
-<![%indexes.module;[
-<!ENTITY % local.indexes.attrib "">
-<!ENTITY % indexes.role.attrib "%role.attrib;">
-
-<!ENTITY % index.element "INCLUDE">
-<![%index.element;[
-<!ELEMENT index %ho; (indexinfo?,
- (%bookcomponent.title.content;)?,
- (%component.mix;)*,
- (indexdiv* | indexentry*))
- %ndxterm.exclusion;>
-<!--end of index.element-->]]>
-
-<!ENTITY % index.attlist "INCLUDE">
-<![%index.attlist;[
-<!ATTLIST index
- %common.attrib;
- %indexes.role.attrib;
- %local.indexes.attrib;
->
-<!--end of index.attlist-->]]>
-
-<!ENTITY % setindex.element "INCLUDE">
-<![%setindex.element;[
-<!ELEMENT setindex %ho; (setindexinfo?,
- (%bookcomponent.title.content;)?,
- (%component.mix;)*,
- (indexdiv* | indexentry*))
- %ndxterm.exclusion;>
-<!--end of setindex.element-->]]>
-
-<!ENTITY % setindex.attlist "INCLUDE">
-<![%setindex.attlist;[
-<!ATTLIST setindex
- %common.attrib;
- %indexes.role.attrib;
- %local.indexes.attrib;
->
-<!--end of setindex.attlist-->]]>
-<!--end of indexes.module-->]]>
-
-<!ENTITY % indexdiv.module "INCLUDE">
-<![%indexdiv.module;[
-
-<!-- SegmentedList in this content is useful for marking up permuted
- indices. -->
-
-<!ENTITY % local.indexdiv.attrib "">
-<!ENTITY % indexdiv.role.attrib "%role.attrib;">
-
-<!ENTITY % indexdiv.element "INCLUDE">
-<![%indexdiv.element;[
-<!ELEMENT indexdiv %ho; ((%sect.title.content;)?, ((%indexdivcomponent.mix;)*,
- (indexentry+ | segmentedlist)))>
-<!--end of indexdiv.element-->]]>
-
-<!ENTITY % indexdiv.attlist "INCLUDE">
-<![%indexdiv.attlist;[
-<!ATTLIST indexdiv
- %common.attrib;
- %indexdiv.role.attrib;
- %local.indexdiv.attrib;
->
-<!--end of indexdiv.attlist-->]]>
-<!--end of indexdiv.module-->]]>
-
-<!ENTITY % indexentry.module "INCLUDE">
-<![%indexentry.module;[
-<!-- Index entries appear in the index, not the text. -->
-
-<!ENTITY % local.indexentry.attrib "">
-<!ENTITY % indexentry.role.attrib "%role.attrib;">
-
-<!ENTITY % indexentry.element "INCLUDE">
-<![%indexentry.element;[
-<!ELEMENT indexentry %ho; (primaryie, (seeie|seealsoie)*,
- (secondaryie, (seeie|seealsoie|tertiaryie)*)*)>
-<!--end of indexentry.element-->]]>
-
-<!ENTITY % indexentry.attlist "INCLUDE">
-<![%indexentry.attlist;[
-<!ATTLIST indexentry
- %common.attrib;
- %indexentry.role.attrib;
- %local.indexentry.attrib;
->
-<!--end of indexentry.attlist-->]]>
-<!--end of indexentry.module-->]]>
-
-<!ENTITY % primsecterie.module "INCLUDE">
-<![%primsecterie.module;[
-<!ENTITY % local.primsecterie.attrib "">
-<!ENTITY % primsecterie.role.attrib "%role.attrib;">
-
-<!ENTITY % primaryie.element "INCLUDE">
-<![%primaryie.element;[
-<!ELEMENT primaryie %ho; (%ndxterm.char.mix;)*>
-<!--end of primaryie.element-->]]>
-
-<!-- to IndexTerms that these entries represent -->
-
-<!ENTITY % primaryie.attlist "INCLUDE">
-<![%primaryie.attlist;[
-<!ATTLIST primaryie
- %linkends.attrib; %common.attrib;
- %primsecterie.role.attrib;
- %local.primsecterie.attrib;
->
-<!--end of primaryie.attlist-->]]>
-
-<!ENTITY % secondaryie.element "INCLUDE">
-<![%secondaryie.element;[
-<!ELEMENT secondaryie %ho; (%ndxterm.char.mix;)*>
-<!--end of secondaryie.element-->]]>
-
-<!-- to IndexTerms that these entries represent -->
-
-<!ENTITY % secondaryie.attlist "INCLUDE">
-<![%secondaryie.attlist;[
-<!ATTLIST secondaryie
- %linkends.attrib; %common.attrib;
- %primsecterie.role.attrib;
- %local.primsecterie.attrib;
->
-<!--end of secondaryie.attlist-->]]>
-
-<!ENTITY % tertiaryie.element "INCLUDE">
-<![%tertiaryie.element;[
-<!ELEMENT tertiaryie %ho; (%ndxterm.char.mix;)*>
-<!--end of tertiaryie.element-->]]>
-
-<!-- to IndexTerms that these entries represent -->
-
-<!ENTITY % tertiaryie.attlist "INCLUDE">
-<![%tertiaryie.attlist;[
-<!ATTLIST tertiaryie
- %linkends.attrib; %common.attrib;
- %primsecterie.role.attrib;
- %local.primsecterie.attrib;
->
-<!--end of tertiaryie.attlist-->]]>
-
-<!--end of primsecterie.module-->]]>
-
-<!ENTITY % seeie.module "INCLUDE">
-<![%seeie.module;[
-<!ENTITY % local.seeie.attrib "">
-<!ENTITY % seeie.role.attrib "%role.attrib;">
-
-<!ENTITY % seeie.element "INCLUDE">
-<![%seeie.element;[
-<!ELEMENT seeie %ho; (%ndxterm.char.mix;)*>
-<!--end of seeie.element-->]]>
-
-<!-- to IndexEntry to look up -->
-
-
-<!ENTITY % seeie.attlist "INCLUDE">
-<![%seeie.attlist;[
-<!ATTLIST seeie
- %linkend.attrib; %common.attrib;
- %seeie.role.attrib;
- %local.seeie.attrib;
->
-<!--end of seeie.attlist-->]]>
-<!--end of seeie.module-->]]>
-
-<!ENTITY % seealsoie.module "INCLUDE">
-<![%seealsoie.module;[
-<!ENTITY % local.seealsoie.attrib "">
-<!ENTITY % seealsoie.role.attrib "%role.attrib;">
-
-<!ENTITY % seealsoie.element "INCLUDE">
-<![%seealsoie.element;[
-<!ELEMENT seealsoie %ho; (%ndxterm.char.mix;)*>
-<!--end of seealsoie.element-->]]>
-
-<!-- to related IndexEntries -->
-
-
-<!ENTITY % seealsoie.attlist "INCLUDE">
-<![%seealsoie.attlist;[
-<!ATTLIST seealsoie
- %linkends.attrib; %common.attrib;
- %seealsoie.role.attrib;
- %local.seealsoie.attrib;
->
-<!--end of seealsoie.attlist-->]]>
-<!--end of seealsoie.module-->]]>
-<!--end of index.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- RefEntry ............................................................. -->
-
-<!ENTITY % refentry.content.module "INCLUDE">
-<![%refentry.content.module;[
-<!ENTITY % refentry.module "INCLUDE">
-<![%refentry.module;[
-<!ENTITY % local.refentry.attrib "">
-<!ENTITY % refentry.role.attrib "%role.attrib;">
-
-<!ENTITY % refentry.element "INCLUDE">
-<![%refentry.element;[
-<!ELEMENT refentry %ho; (beginpage?,
- (%ndxterm.class;)*,
- refentryinfo?, refmeta?, (remark|%link.char.class;)*,
- refnamediv, refsynopsisdiv?, (refsect1+|refsection+))
- %ubiq.inclusion;>
-<!--end of refentry.element-->]]>
-
-<!ENTITY % refentry.attlist "INCLUDE">
-<![%refentry.attlist;[
-<!ATTLIST refentry
- %status.attrib;
- %common.attrib;
- %refentry.role.attrib;
- %local.refentry.attrib;
->
-<!--end of refentry.attlist-->]]>
-<!--end of refentry.module-->]]>
-
-<!ENTITY % refmeta.module "INCLUDE">
-<![%refmeta.module;[
-<!ENTITY % local.refmeta.attrib "">
-<!ENTITY % refmeta.role.attrib "%role.attrib;">
-
-<!ENTITY % refmeta.element "INCLUDE">
-<![%refmeta.element;[
-<!ELEMENT refmeta %ho; ((%ndxterm.class;)*,
- refentrytitle, manvolnum?, refmiscinfo*,
- (%ndxterm.class;)*)
- %beginpage.exclusion;>
-<!--end of refmeta.element-->]]>
-
-<!ENTITY % refmeta.attlist "INCLUDE">
-<![%refmeta.attlist;[
-<!ATTLIST refmeta
- %common.attrib;
- %refmeta.role.attrib;
- %local.refmeta.attrib;
->
-<!--end of refmeta.attlist-->]]>
-<!--end of refmeta.module-->]]>
-
-<!ENTITY % refmiscinfo.module "INCLUDE">
-<![%refmiscinfo.module;[
-<!ENTITY % local.refmiscinfo.attrib "">
-<!ENTITY % refmiscinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % refmiscinfo.element "INCLUDE">
-<![%refmiscinfo.element;[
-<!ELEMENT refmiscinfo %ho; (%docinfo.char.mix;)*>
-<!--end of refmiscinfo.element-->]]>
-
-<!-- Class: Freely assignable parameter; no default -->
-
-
-<!ENTITY % refmiscinfo.attlist "INCLUDE">
-<![%refmiscinfo.attlist;[
-<!ATTLIST refmiscinfo
- class CDATA #IMPLIED
- %common.attrib;
- %refmiscinfo.role.attrib;
- %local.refmiscinfo.attrib;
->
-<!--end of refmiscinfo.attlist-->]]>
-<!--end of refmiscinfo.module-->]]>
-
-<!ENTITY % refnamediv.module "INCLUDE">
-<![%refnamediv.module;[
-<!ENTITY % local.refnamediv.attrib "">
-<!ENTITY % refnamediv.role.attrib "%role.attrib;">
-
-<!ENTITY % refnamediv.element "INCLUDE">
-<![%refnamediv.element;[
-<!ELEMENT refnamediv %ho; (refdescriptor?, refname+, refpurpose, refclass*,
- (remark|%link.char.class;)*)>
-<!--end of refnamediv.element-->]]>
-
-<!ENTITY % refnamediv.attlist "INCLUDE">
-<![%refnamediv.attlist;[
-<!ATTLIST refnamediv
- %common.attrib;
- %refnamediv.role.attrib;
- %local.refnamediv.attrib;
->
-<!--end of refnamediv.attlist-->]]>
-<!--end of refnamediv.module-->]]>
-
-<!ENTITY % refdescriptor.module "INCLUDE">
-<![%refdescriptor.module;[
-<!ENTITY % local.refdescriptor.attrib "">
-<!ENTITY % refdescriptor.role.attrib "%role.attrib;">
-
-<!ENTITY % refdescriptor.element "INCLUDE">
-<![%refdescriptor.element;[
-<!ELEMENT refdescriptor %ho; (%refname.char.mix;)*>
-<!--end of refdescriptor.element-->]]>
-
-<!ENTITY % refdescriptor.attlist "INCLUDE">
-<![%refdescriptor.attlist;[
-<!ATTLIST refdescriptor
- %common.attrib;
- %refdescriptor.role.attrib;
- %local.refdescriptor.attrib;
->
-<!--end of refdescriptor.attlist-->]]>
-<!--end of refdescriptor.module-->]]>
-
-<!ENTITY % refname.module "INCLUDE">
-<![%refname.module;[
-<!ENTITY % local.refname.attrib "">
-<!ENTITY % refname.role.attrib "%role.attrib;">
-
-<!ENTITY % refname.element "INCLUDE">
-<![%refname.element;[
-<!ELEMENT refname %ho; (%refname.char.mix;)*>
-<!--end of refname.element-->]]>
-
-<!ENTITY % refname.attlist "INCLUDE">
-<![%refname.attlist;[
-<!ATTLIST refname
- %common.attrib;
- %refname.role.attrib;
- %local.refname.attrib;
->
-<!--end of refname.attlist-->]]>
-<!--end of refname.module-->]]>
-
-<!ENTITY % refpurpose.module "INCLUDE">
-<![%refpurpose.module;[
-<!ENTITY % local.refpurpose.attrib "">
-<!ENTITY % refpurpose.role.attrib "%role.attrib;">
-
-<!ENTITY % refpurpose.element "INCLUDE">
-<![%refpurpose.element;[
-<!ELEMENT refpurpose %ho; (%refinline.char.mix;)*>
-<!--end of refpurpose.element-->]]>
-
-<!ENTITY % refpurpose.attlist "INCLUDE">
-<![%refpurpose.attlist;[
-<!ATTLIST refpurpose
- %common.attrib;
- %refpurpose.role.attrib;
- %local.refpurpose.attrib;
->
-<!--end of refpurpose.attlist-->]]>
-<!--end of refpurpose.module-->]]>
-
-<!ENTITY % refclass.module "INCLUDE">
-<![%refclass.module;[
-<!ENTITY % local.refclass.attrib "">
-<!ENTITY % refclass.role.attrib "%role.attrib;">
-
-<!ENTITY % refclass.element "INCLUDE">
-<![%refclass.element;[
-<!ELEMENT refclass %ho; (%refclass.char.mix;)*>
-<!--end of refclass.element-->]]>
-
-<!ENTITY % refclass.attlist "INCLUDE">
-<![%refclass.attlist;[
-<!ATTLIST refclass
- %common.attrib;
- %refclass.role.attrib;
- %local.refclass.attrib;
->
-<!--end of refclass.attlist-->]]>
-<!--end of refclass.module-->]]>
-
-<!ENTITY % refsynopsisdiv.module "INCLUDE">
-<![%refsynopsisdiv.module;[
-<!ENTITY % local.refsynopsisdiv.attrib "">
-<!ENTITY % refsynopsisdiv.role.attrib "%role.attrib;">
-
-<!ENTITY % refsynopsisdiv.element "INCLUDE">
-<![%refsynopsisdiv.element;[
-<!ELEMENT refsynopsisdiv %ho; (refsynopsisdivinfo?, (%refsect.title.content;)?,
- (((%refcomponent.mix;)+, refsect2*) | (refsect2+)))>
-<!--end of refsynopsisdiv.element-->]]>
-
-<!ENTITY % refsynopsisdiv.attlist "INCLUDE">
-<![%refsynopsisdiv.attlist;[
-<!ATTLIST refsynopsisdiv
- %common.attrib;
- %refsynopsisdiv.role.attrib;
- %local.refsynopsisdiv.attrib;
->
-<!--end of refsynopsisdiv.attlist-->]]>
-<!--end of refsynopsisdiv.module-->]]>
-
-<!ENTITY % refsection.module "INCLUDE">
-<![%refsection.module;[
-<!ENTITY % local.refsection.attrib "">
-<!ENTITY % refsection.role.attrib "%role.attrib;">
-
-<!ENTITY % refsection.element "INCLUDE">
-<![%refsection.element;[
-<!ELEMENT refsection %ho; (refsectioninfo?, (%refsect.title.content;),
- (((%refcomponent.mix;)+, refsection*) | refsection+))>
-<!--end of refsection.element-->]]>
-
-<!ENTITY % refsection.attlist "INCLUDE">
-<![%refsection.attlist;[
-<!ATTLIST refsection
- %status.attrib;
- %common.attrib;
- %refsection.role.attrib;
- %local.refsection.attrib;
->
-<!--end of refsection.attlist-->]]>
-<!--end of refsection.module-->]]>
-
-<!ENTITY % refsect1.module "INCLUDE">
-<![%refsect1.module;[
-<!ENTITY % local.refsect1.attrib "">
-<!ENTITY % refsect1.role.attrib "%role.attrib;">
-
-<!ENTITY % refsect1.element "INCLUDE">
-<![%refsect1.element;[
-<!ELEMENT refsect1 %ho; (refsect1info?, (%refsect.title.content;),
- (((%refcomponent.mix;)+, refsect2*) | refsect2+))>
-<!--end of refsect1.element-->]]>
-
-<!ENTITY % refsect1.attlist "INCLUDE">
-<![%refsect1.attlist;[
-<!ATTLIST refsect1
- %status.attrib;
- %common.attrib;
- %refsect1.role.attrib;
- %local.refsect1.attrib;
->
-<!--end of refsect1.attlist-->]]>
-<!--end of refsect1.module-->]]>
-
-<!ENTITY % refsect2.module "INCLUDE">
-<![%refsect2.module;[
-<!ENTITY % local.refsect2.attrib "">
-<!ENTITY % refsect2.role.attrib "%role.attrib;">
-
-<!ENTITY % refsect2.element "INCLUDE">
-<![%refsect2.element;[
-<!ELEMENT refsect2 %ho; (refsect2info?, (%refsect.title.content;),
- (((%refcomponent.mix;)+, refsect3*) | refsect3+))>
-<!--end of refsect2.element-->]]>
-
-<!ENTITY % refsect2.attlist "INCLUDE">
-<![%refsect2.attlist;[
-<!ATTLIST refsect2
- %status.attrib;
- %common.attrib;
- %refsect2.role.attrib;
- %local.refsect2.attrib;
->
-<!--end of refsect2.attlist-->]]>
-<!--end of refsect2.module-->]]>
-
-<!ENTITY % refsect3.module "INCLUDE">
-<![%refsect3.module;[
-<!ENTITY % local.refsect3.attrib "">
-<!ENTITY % refsect3.role.attrib "%role.attrib;">
-
-<!ENTITY % refsect3.element "INCLUDE">
-<![%refsect3.element;[
-<!ELEMENT refsect3 %ho; (refsect3info?, (%refsect.title.content;),
- (%refcomponent.mix;)+)>
-<!--end of refsect3.element-->]]>
-
-<!ENTITY % refsect3.attlist "INCLUDE">
-<![%refsect3.attlist;[
-<!ATTLIST refsect3
- %status.attrib;
- %common.attrib;
- %refsect3.role.attrib;
- %local.refsect3.attrib;
->
-<!--end of refsect3.attlist-->]]>
-<!--end of refsect3.module-->]]>
-<!--end of refentry.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Article .............................................................. -->
-
-<!ENTITY % article.module "INCLUDE">
-<![%article.module;[
-<!-- An Article is a chapter-level, stand-alone document that is often,
- but need not be, collected into a Book. -->
-
-<!ENTITY % local.article.attrib "">
-<!ENTITY % article.role.attrib "%role.attrib;">
-
-<!ENTITY % article.element "INCLUDE">
-<![%article.element;[
-<!ELEMENT article %ho; ((%div.title.content;)?, articleinfo?, tocchap?, lot*,
- (%bookcomponent.content;),
- ((%nav.class;) | (%appendix.class;) | ackno)*)
- %ubiq.inclusion;>
-<!--end of article.element-->]]>
-
-<!-- Class: Indicates the type of a particular article;
- all articles have the same structure and general purpose.
- No default. -->
-<!-- ParentBook: ID of the enclosing Book -->
-
-
-<!ENTITY % article.attlist "INCLUDE">
-<![%article.attlist;[
-<!ATTLIST article
- class (journalarticle
- |productsheet
- |whitepaper
- |techreport
- |specification
- |faq) #IMPLIED
- parentbook IDREF #IMPLIED
- %status.attrib;
- %common.attrib;
- %article.role.attrib;
- %local.article.attrib;
->
-<!--end of article.attlist-->]]>
-<!--end of article.module-->]]>
-
-<!-- End of DocBook document hierarchy module V4.2 ........................ -->
-<!-- ...................................................................... -->
diff --git a/wicket-userdocs/lib/docbook-dtd/dbnotnx.mod b/wicket-userdocs/lib/docbook-dtd/dbnotnx.mod
deleted file mode 100644
index d2ceff6..0000000
--- a/wicket-userdocs/lib/docbook-dtd/dbnotnx.mod
+++ /dev/null
@@ -1,100 +0,0 @@
-<!-- ...................................................................... -->
-<!-- DocBook notations module V4.2 ........................................ -->
-<!-- File dbnotnx.mod ..................................................... -->
-
-<!-- Copyright 1992-2002 HaL Computer Systems, Inc.,
- O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
- Corporation, Norman Walsh, Sun Microsystems, Inc., and the
- Organization for the Advancement of Structured Information
- Standards (OASIS).
-
- $Id: dbnotnx.mod,v 1.1 2003/06/08 10:55:18 turin42 Exp $
-
- Permission to use, copy, modify and distribute the DocBook DTD
- and its accompanying documentation for any purpose and without fee
- is hereby granted in perpetuity, provided that the above copyright
- notice and this paragraph appear in all copies. The copyright
- holders make no representation about the suitability of the DTD for
- any purpose. It is provided "as is" without expressed or implied
- warranty.
-
- If you modify the DocBook DTD in any way, except for declaring and
- referencing additional sets of general entities and declaring
- additional notations, label your DTD as a variant of DocBook. See
- the maintenance documentation for more information.
-
- Please direct all questions, bug reports, or suggestions for
- changes to the docbook@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/docbook/.
--->
-
-<!-- ...................................................................... -->
-
-<!-- This module contains the entity declarations for the standard ISO
- entity sets used by DocBook.
-
- In DTD driver files referring to this module, please use an entity
- declaration that uses the public identifier shown below:
-
- <!ENTITY % dbnotn PUBLIC
- "-//OASIS//ENTITIES DocBook Notations V4.2//EN"
- "dbnotnx.mod">
- %dbnotn;
-
- See the documentation for detailed information on the parameter
- entity and module scheme used in DocBook, customizing DocBook and
- planning for interchange, and changes made since the last release
- of DocBook.
--->
-
-<!ENTITY % local.notation.class "">
-<!ENTITY % notation.class
- "BMP| CGM-CHAR | CGM-BINARY | CGM-CLEAR | DITROFF | DVI
- | EPS | EQN | FAX | GIF | GIF87a | GIF89a
- | JPG | JPEG | IGES | PCX
- | PIC | PNG | PS | SGML | TBL | TEX | TIFF | WMF | WPG
- | SVG
- | linespecific
- %local.notation.class;">
-
-<!NOTATION BMP PUBLIC
-"+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION Microsoft Windows bitmap//EN">
-<!NOTATION CGM-CHAR PUBLIC "ISO 8632/2//NOTATION Character encoding//EN">
-<!NOTATION CGM-BINARY PUBLIC "ISO 8632/3//NOTATION Binary encoding//EN">
-<!NOTATION CGM-CLEAR PUBLIC "ISO 8632/4//NOTATION Clear text encoding//EN">
-<!NOTATION DITROFF SYSTEM "DITROFF">
-<!NOTATION DVI SYSTEM "DVI">
-<!NOTATION EPS PUBLIC
-"+//ISBN 0-201-18127-4::Adobe//NOTATION PostScript Language Ref. Manual//EN">
-<!NOTATION EQN SYSTEM "EQN">
-<!NOTATION FAX PUBLIC
-"-//USA-DOD//NOTATION CCITT Group 4 Facsimile Type 1 Untiled Raster//EN">
-<!NOTATION GIF SYSTEM "GIF">
-<!NOTATION GIF87a PUBLIC
-"-//CompuServe//NOTATION Graphics Interchange Format 87a//EN">
-
-<!NOTATION GIF89a PUBLIC
-"-//CompuServe//NOTATION Graphics Interchange Format 89a//EN">
-<!NOTATION JPG SYSTEM "JPG">
-<!NOTATION JPEG SYSTEM "JPG">
-<!NOTATION IGES PUBLIC
-"-//USA-DOD//NOTATION (ASME/ANSI Y14.26M-1987) Initial Graphics Exchange Specification//EN">
-<!NOTATION PCX PUBLIC
-"+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION ZSoft PCX bitmap//EN">
-<!NOTATION PIC SYSTEM "PIC">
-<!NOTATION PNG SYSTEM "http://www.w3.org/TR/REC-png">
-<!NOTATION PS SYSTEM "PS">
-<!NOTATION SGML PUBLIC
-"ISO 8879:1986//NOTATION Standard Generalized Markup Language//EN">
-<!NOTATION TBL SYSTEM "TBL">
-<!NOTATION TEX PUBLIC
-"+//ISBN 0-201-13448-9::Knuth//NOTATION The TeXbook//EN">
-<!NOTATION TIFF SYSTEM "TIFF">
-<!NOTATION WMF PUBLIC
-"+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION Microsoft Windows Metafile//EN">
-<!NOTATION WPG SYSTEM "WPG"> <!--WordPerfect Graphic format-->
-<!NOTATION SVG SYSTEM "http://www.w3.org/TR/SVG/">
-<!NOTATION linespecific SYSTEM "linespecific">
-
-<!-- End of DocBook notations module V4.2 ................................. -->
-<!-- ...................................................................... -->
diff --git a/wicket-userdocs/lib/docbook-dtd/dbpoolx.mod b/wicket-userdocs/lib/docbook-dtd/dbpoolx.mod
deleted file mode 100644
index cf6f027..0000000
--- a/wicket-userdocs/lib/docbook-dtd/dbpoolx.mod
+++ /dev/null
@@ -1,7924 +0,0 @@
-<!-- ...................................................................... -->
-<!-- DocBook XML information pool module V4.2 ............................. -->
-<!-- File dbpoolx.mod ..................................................... -->
-
-<!-- Copyright 1992-2002 HaL Computer Systems, Inc.,
- O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
- Corporation, Norman Walsh, Sun Microsystems, Inc., and the
- Organization for the Advancement of Structured Information
- Standards (OASIS).
-
- $Id: dbpoolx.mod,v 1.1 2003/06/08 10:55:18 turin42 Exp $
-
- Permission to use, copy, modify and distribute the DocBook XML DTD
- and its accompanying documentation for any purpose and without fee
- is hereby granted in perpetuity, provided that the above copyright
- notice and this paragraph appear in all copies. The copyright
- holders make no representation about the suitability of the DTD for
- any purpose. It is provided "as is" without expressed or implied
- warranty.
-
- If you modify the DocBook XML DTD in any way, except for declaring and
- referencing additional sets of general entities and declaring
- additional notations, label your DTD as a variant of DocBook. See
- the maintenance documentation for more information.
-
- Please direct all questions, bug reports, or suggestions for
- changes to the docbook@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/docbook/.
--->
-
-<!-- ...................................................................... -->
-
-<!-- This module contains the definitions for the objects, inline
- elements, and so on that are available to be used as the main
- content of DocBook documents. Some elements are useful for general
- publishing, and others are useful specifically for computer
- documentation.
-
- This module has the following dependencies on other modules:
-
- o It assumes that a %notation.class; entity is defined by the
- driver file or other high-level module. This entity is
- referenced in the NOTATION attributes for the graphic-related and
- ModeSpec elements.
-
- o It assumes that an appropriately parameterized table module is
- available for use with the table-related elements.
-
- In DTD driver files referring to this module, please use an entity
- declaration that uses the public identifier shown below:
-
- <!ENTITY % dbpool PUBLIC
- "-//OASIS//ELEMENTS DocBook XML Information Pool V4.2//EN"
- "dbpoolx.mod">
- %dbpool;
-
- See the documentation for detailed information on the parameter
- entity and module scheme used in DocBook, customizing DocBook and
- planning for interchange, and changes made since the last release
- of DocBook.
--->
-
-<!-- ...................................................................... -->
-<!-- General-purpose semantics entities ................................... -->
-
-<!ENTITY % yesorno.attvals "CDATA">
-
-<!-- ...................................................................... -->
-<!-- Entities for module inclusions ....................................... -->
-
-<!ENTITY % dbpool.redecl.module "IGNORE">
-
-<!-- ...................................................................... -->
-<!-- Entities for element classes and mixtures ............................ -->
-
-<!-- "Ubiquitous" classes: ndxterm.class and beginpage -->
-
-<!ENTITY % local.ndxterm.class "">
-<!ENTITY % ndxterm.class
- "indexterm %local.ndxterm.class;">
-
-<!-- Object-level classes ................................................. -->
-
-<!ENTITY % local.list.class "">
-<!ENTITY % list.class
- "calloutlist|glosslist|itemizedlist|orderedlist|segmentedlist
- |simplelist|variablelist %local.list.class;">
-
-<!ENTITY % local.admon.class "">
-<!ENTITY % admon.class
- "caution|important|note|tip|warning %local.admon.class;">
-
-<!ENTITY % local.linespecific.class "">
-<!ENTITY % linespecific.class
- "literallayout|programlisting|programlistingco|screen
- |screenco|screenshot %local.linespecific.class;">
-
-<!ENTITY % local.method.synop.class "">
-<!ENTITY % method.synop.class
- "constructorsynopsis
- |destructorsynopsis
- |methodsynopsis %local.method.synop.class;">
-
-<!ENTITY % local.synop.class "">
-<!ENTITY % synop.class
- "synopsis|cmdsynopsis|funcsynopsis
- |classsynopsis|fieldsynopsis
- |%method.synop.class; %local.synop.class;">
-
-<!ENTITY % local.para.class "">
-<!ENTITY % para.class
- "formalpara|para|simpara %local.para.class;">
-
-<!ENTITY % local.informal.class "">
-<!ENTITY % informal.class
- "address|blockquote
- |graphic|graphicco|mediaobject|mediaobjectco
- |informalequation
- |informalexample
- |informalfigure
- |informaltable %local.informal.class;">
-
-<!ENTITY % local.formal.class "">
-<!ENTITY % formal.class
- "equation|example|figure|table %local.formal.class;">
-
-<!-- The DocBook TC may produce an official EBNF module for DocBook. -->
-<!-- This PE provides the hook by which it can be inserted into the DTD. -->
-<!ENTITY % ebnf.block.hook "">
-
-<!ENTITY % local.compound.class "">
-<!ENTITY % compound.class
- "msgset|procedure|sidebar|qandaset
- %ebnf.block.hook;
- %local.compound.class;">
-
-<!ENTITY % local.genobj.class "">
-<!ENTITY % genobj.class
- "anchor|bridgehead|remark|highlights
- %local.genobj.class;">
-
-<!ENTITY % local.descobj.class "">
-<!ENTITY % descobj.class
- "abstract|authorblurb|epigraph
- %local.descobj.class;">
-
-<!-- Character-level classes .............................................. -->
-
-<!ENTITY % local.xref.char.class "">
-<!ENTITY % xref.char.class
- "footnoteref|xref %local.xref.char.class;">
-
-<!ENTITY % local.gen.char.class "">
-<!ENTITY % gen.char.class
- "abbrev|acronym|citation|citerefentry|citetitle|emphasis
- |firstterm|foreignphrase|glossterm|footnote|phrase
- |quote|trademark|wordasword|personname %local.gen.char.class;">
-
-<!ENTITY % local.link.char.class "">
-<!ENTITY % link.char.class
- "link|olink|ulink %local.link.char.class;">
-
-<!-- The DocBook TC may produce an official EBNF module for DocBook. -->
-<!-- This PE provides the hook by which it can be inserted into the DTD. -->
-<!ENTITY % ebnf.inline.hook "">
-
-<!ENTITY % local.tech.char.class "">
-<!ENTITY % tech.char.class
- "action|application
- |classname|methodname|interfacename|exceptionname
- |ooclass|oointerface|ooexception
- |command|computeroutput
- |database|email|envar|errorcode|errorname|errortype|errortext|filename
- |function|guibutton|guiicon|guilabel|guimenu|guimenuitem
- |guisubmenu|hardware|interface|keycap
- |keycode|keycombo|keysym|literal|constant|markup|medialabel
- |menuchoice|mousebutton|option|optional|parameter
- |prompt|property|replaceable|returnvalue|sgmltag|structfield
- |structname|symbol|systemitem|token|type|userinput|varname
- %ebnf.inline.hook;
- %local.tech.char.class;">
-
-<!ENTITY % local.base.char.class "">
-<!ENTITY % base.char.class
- "anchor %local.base.char.class;">
-
-<!ENTITY % local.docinfo.char.class "">
-<!ENTITY % docinfo.char.class
- "author|authorinitials|corpauthor|modespec|othercredit
- |productname|productnumber|revhistory
- %local.docinfo.char.class;">
-
-<!ENTITY % local.other.char.class "">
-<!ENTITY % other.char.class
- "remark|subscript|superscript %local.other.char.class;">
-
-<!ENTITY % local.inlineobj.char.class "">
-<!ENTITY % inlineobj.char.class
- "inlinegraphic|inlinemediaobject|inlineequation %local.inlineobj.char.class;">
-
-<!-- ...................................................................... -->
-<!-- Entities for content models .......................................... -->
-
-<!ENTITY % formalobject.title.content "title, titleabbrev?">
-
-<!-- Redeclaration placeholder ............................................ -->
-
-<!-- For redeclaring entities that are declared after this point while
- retaining their references to the entities that are declared before
- this point -->
-
-<![%dbpool.redecl.module;[
-<!-- Defining rdbpool here makes some buggy XML parsers happy. -->
-<!ENTITY % rdbpool "">
-%rdbpool;
-<!--end of dbpool.redecl.module-->]]>
-
-<!-- Object-level mixtures ................................................ -->
-
-<!--
- list admn line synp para infm form cmpd gen desc
-Component mixture X X X X X X X X X X
-Sidebar mixture X X X X X X X a X
-Footnote mixture X X X X X
-Example mixture X X X X X
-Highlights mixture X X X
-Paragraph mixture X X X X
-Admonition mixture X X X X X X b c
-Figure mixture X X X
-Table entry mixture X X X X d
-Glossary def mixture X X X X X e
-Legal notice mixture X X X X f
-
-a. Just Procedure; not Sidebar itself or MsgSet.
-b. No MsgSet.
-c. No Highlights.
-d. Just Graphic; no other informal objects.
-e. No Anchor, BridgeHead, or Highlights.
-f. Just BlockQuote; no other informal objects.
--->
-
-<!ENTITY % local.component.mix "">
-<!ENTITY % component.mix
- "%list.class; |%admon.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |%formal.class; |%compound.class;
- |%genobj.class; |%descobj.class;
- |%ndxterm.class; |beginpage
- %local.component.mix;">
-
-<!ENTITY % local.sidebar.mix "">
-<!ENTITY % sidebar.mix
- "%list.class; |%admon.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |%formal.class; |procedure
- |%genobj.class;
- |%ndxterm.class; |beginpage
- %local.sidebar.mix;">
-
-<!ENTITY % local.qandaset.mix "">
-<!ENTITY % qandaset.mix
- "%list.class; |%admon.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |%formal.class; |procedure
- |%genobj.class;
- |%ndxterm.class;
- %local.qandaset.mix;">
-
-<!ENTITY % local.revdescription.mix "">
-<!ENTITY % revdescription.mix
- "%list.class; |%admon.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |%formal.class; |procedure
- |%genobj.class;
- |%ndxterm.class;
- %local.revdescription.mix;">
-
-<!ENTITY % local.footnote.mix "">
-<!ENTITY % footnote.mix
- "%list.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- %local.footnote.mix;">
-
-<!ENTITY % local.example.mix "">
-<!ENTITY % example.mix
- "%list.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |%ndxterm.class; |beginpage
- %local.example.mix;">
-
-<!ENTITY % local.highlights.mix "">
-<!ENTITY % highlights.mix
- "%list.class; |%admon.class;
- |%para.class;
- |%ndxterm.class;
- %local.highlights.mix;">
-
-<!-- %formal.class; is explicitly excluded from many contexts in which
- paragraphs are used -->
-<!ENTITY % local.para.mix "">
-<!ENTITY % para.mix
- "%list.class; |%admon.class;
- |%linespecific.class;
- |%informal.class;
- |%formal.class;
- %local.para.mix;">
-
-<!ENTITY % local.admon.mix "">
-<!ENTITY % admon.mix
- "%list.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |%formal.class; |procedure|sidebar
- |anchor|bridgehead|remark
- |%ndxterm.class; |beginpage
- %local.admon.mix;">
-
-<!ENTITY % local.figure.mix "">
-<!ENTITY % figure.mix
- "%linespecific.class; |%synop.class;
- |%informal.class;
- |%ndxterm.class; |beginpage
- %local.figure.mix;">
-
-<!ENTITY % local.tabentry.mix "">
-<!ENTITY % tabentry.mix
- "%list.class; |%admon.class;
- |%linespecific.class;
- |%para.class; |graphic|mediaobject
- %local.tabentry.mix;">
-
-<!ENTITY % local.glossdef.mix "">
-<!ENTITY % glossdef.mix
- "%list.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |%formal.class;
- |remark
- |%ndxterm.class; |beginpage
- %local.glossdef.mix;">
-
-<!ENTITY % local.legalnotice.mix "">
-<!ENTITY % legalnotice.mix
- "%list.class; |%admon.class;
- |%linespecific.class;
- |%para.class; |blockquote
- |%ndxterm.class; |beginpage
- %local.legalnotice.mix;">
-
-<!ENTITY % local.textobject.mix "">
-<!ENTITY % textobject.mix
- "%list.class; |%admon.class;
- |%linespecific.class;
- |%para.class; |blockquote
- %local.textobject.mix;">
-
-<!ENTITY % local.mediaobject.mix "">
-<!ENTITY % mediaobject.mix
- "videoobject|audioobject|imageobject|textobject %local.mediaobject.mix;">
-
-<!ENTITY % local.listpreamble.mix "">
-<!ENTITY % listpreamble.mix
- " %admon.class;
- |%linespecific.class; |%synop.class;
- |%para.class; |%informal.class;
- |%genobj.class; |%descobj.class;
- |%ndxterm.class; |beginpage
- %local.listpreamble.mix;">
-
-<!-- Character-level mixtures ............................................. -->
-
-<![%sgml.features;[
-<!ENTITY % local.ubiq.mix "">
-<!ENTITY % ubiq.mix "%ndxterm.class;|beginpage %local.ubiq.mix;">
-
-<!ENTITY % ubiq.exclusion "-(%ubiq.mix)">
-<!ENTITY % ubiq.inclusion "+(%ubiq.mix)">
-
-<!ENTITY % footnote.exclusion "-(footnote|%formal.class;)">
-<!ENTITY % highlights.exclusion "-(%ubiq.mix;|%formal.class;)">
-<!ENTITY % admon.exclusion "-(%admon.class;)">
-<!ENTITY % formal.exclusion "-(%formal.class;)">
-<!ENTITY % acronym.exclusion "-(acronym)">
-<!ENTITY % beginpage.exclusion "-(beginpage)">
-<!ENTITY % ndxterm.exclusion "-(%ndxterm.class;)">
-<!ENTITY % blockquote.exclusion "-(epigraph)">
-<!ENTITY % remark.exclusion "-(remark|%ubiq.mix;)">
-<!ENTITY % glossterm.exclusion "-(glossterm)">
-<!ENTITY % links.exclusion "-(link|olink|ulink|xref)">
-]]><!-- sgml.features -->
-
-<!-- not [sgml.features[ -->
-<!ENTITY % local.ubiq.mix "">
-<!ENTITY % ubiq.mix "">
-
-<!ENTITY % ubiq.exclusion "">
-<!ENTITY % ubiq.inclusion "">
-
-<!ENTITY % footnote.exclusion "">
-<!ENTITY % highlights.exclusion "">
-<!ENTITY % admon.exclusion "">
-<!ENTITY % formal.exclusion "">
-<!ENTITY % acronym.exclusion "">
-<!ENTITY % beginpage.exclusion "">
-<!ENTITY % ndxterm.exclusion "">
-<!ENTITY % blockquote.exclusion "">
-<!ENTITY % remark.exclusion "">
-<!ENTITY % glossterm.exclusion "">
-<!ENTITY % links.exclusion "">
-<!-- ]] not sgml.features -->
-
-<!--
- #PCD xref word link cptr base dnfo othr inob (synop)
-para.char.mix X X X X X X X X X
-title.char.mix X X X X X X X X X
-ndxterm.char.mix X X X X X X X X a
-cptr.char.mix X X X X X a
-smallcptr.char.mix X b a
-word.char.mix X c X X X a
-docinfo.char.mix X d X b X a
-
-a. Just InlineGraphic; no InlineEquation.
-b. Just Replaceable; no other computer terms.
-c. Just Emphasis and Trademark; no other word elements.
-d. Just Acronym, Emphasis, and Trademark; no other word elements.
--->
-
-<!-- The DocBook TC may produce an official forms module for DocBook. -->
-<!-- This PE provides the hook by which it can be inserted into the DTD. -->
-<!ENTITY % forminlines.hook "">
-
-<!ENTITY % local.para.char.mix "">
-<!ENTITY % para.char.mix
- "#PCDATA
- |%xref.char.class; |%gen.char.class;
- |%link.char.class; |%tech.char.class;
- |%base.char.class; |%docinfo.char.class;
- |%other.char.class; |%inlineobj.char.class;
- |%synop.class;
- |%ndxterm.class; |beginpage
- %forminlines.hook;
- %local.para.char.mix;">
-
-<!ENTITY % local.title.char.mix "">
-<!ENTITY % title.char.mix
- "#PCDATA
- |%xref.char.class; |%gen.char.class;
- |%link.char.class; |%tech.char.class;
- |%base.char.class; |%docinfo.char.class;
- |%other.char.class; |%inlineobj.char.class;
- |%ndxterm.class;
- %local.title.char.mix;">
-
-<!ENTITY % local.ndxterm.char.mix "">
-<!ENTITY % ndxterm.char.mix
- "#PCDATA
- |%xref.char.class; |%gen.char.class;
- |%link.char.class; |%tech.char.class;
- |%base.char.class; |%docinfo.char.class;
- |%other.char.class; |inlinegraphic|inlinemediaobject
- %local.ndxterm.char.mix;">
-
-<!ENTITY % local.cptr.char.mix "">
-<!ENTITY % cptr.char.mix
- "#PCDATA
- |%link.char.class; |%tech.char.class;
- |%base.char.class;
- |%other.char.class; |inlinegraphic|inlinemediaobject
- |%ndxterm.class; |beginpage
- %local.cptr.char.mix;">
-
-<!ENTITY % local.smallcptr.char.mix "">
-<!ENTITY % smallcptr.char.mix
- "#PCDATA
- |replaceable
- |inlinegraphic|inlinemediaobject
- |%ndxterm.class; |beginpage
- %local.smallcptr.char.mix;">
-
-<!ENTITY % local.word.char.mix "">
-<!ENTITY % word.char.mix
- "#PCDATA
- |acronym|emphasis|trademark
- |%link.char.class;
- |%base.char.class;
- |%other.char.class; |inlinegraphic|inlinemediaobject
- |%ndxterm.class; |beginpage
- %local.word.char.mix;">
-
-<!ENTITY % local.docinfo.char.mix "">
-<!ENTITY % docinfo.char.mix
- "#PCDATA
- |%link.char.class;
- |emphasis|trademark
- |replaceable
- |%other.char.class; |inlinegraphic|inlinemediaobject
- |%ndxterm.class;
- %local.docinfo.char.mix;">
-<!--ENTITY % bibliocomponent.mix (see Bibliographic section, below)-->
-<!--ENTITY % person.ident.mix (see Bibliographic section, below)-->
-
-<!-- ...................................................................... -->
-<!-- Entities for attributes and attribute components ..................... -->
-
-<!-- Effectivity attributes ............................................... -->
-
-
-<!-- Arch: Computer or chip architecture to which element applies; no
- default -->
-
-<!ENTITY % arch.attrib
- "arch CDATA #IMPLIED">
-
-<!-- Condition: General-purpose effectivity attribute -->
-
-<!ENTITY % condition.attrib
- "condition CDATA #IMPLIED">
-
-<!-- Conformance: Standards conformance characteristics -->
-
-<!ENTITY % conformance.attrib
- "conformance NMTOKENS #IMPLIED">
-
-
-<!-- OS: Operating system to which element applies; no default -->
-
-<!ENTITY % os.attrib
- "os CDATA #IMPLIED">
-
-
-<!-- Revision: Editorial revision to which element belongs; no default -->
-
-<!ENTITY % revision.attrib
- "revision CDATA #IMPLIED">
-
-<!-- Security: Security classification; no default -->
-
-<!ENTITY % security.attrib
- "security CDATA #IMPLIED">
-
-<!-- UserLevel: Level of user experience to which element applies; no
- default -->
-
-<!ENTITY % userlevel.attrib
- "userlevel CDATA #IMPLIED">
-
-
-<!-- Vendor: Computer vendor to which element applies; no default -->
-
-<!ENTITY % vendor.attrib
- "vendor CDATA #IMPLIED">
-
-<!ENTITY % local.effectivity.attrib "">
-<!ENTITY % effectivity.attrib
- "%arch.attrib;
- %condition.attrib;
- %conformance.attrib;
- %os.attrib;
- %revision.attrib;
- %security.attrib;
- %userlevel.attrib;
- %vendor.attrib;
- %local.effectivity.attrib;"
->
-
-<!-- Common attributes .................................................... -->
-
-
-<!-- Id: Unique identifier of element; no default -->
-
-<!ENTITY % id.attrib
- "id ID #IMPLIED">
-
-
-<!-- Id: Unique identifier of element; a value must be supplied; no
- default -->
-
-<!ENTITY % idreq.attrib
- "id ID #REQUIRED">
-
-
-<!-- Lang: Indicator of language in which element is written, for
- translation, character set management, etc.; no default -->
-
-<!ENTITY % lang.attrib
- "lang CDATA #IMPLIED">
-
-
-<!-- Remap: Previous role of element before conversion; no default -->
-
-<!ENTITY % remap.attrib
- "remap CDATA #IMPLIED">
-
-
-<!-- Role: New role of element in local environment; no default -->
-
-<!ENTITY % role.attrib
- "role CDATA #IMPLIED">
-
-
-<!-- XRefLabel: Alternate labeling string for XRef text generation;
- default is usually title or other appropriate label text already
- contained in element -->
-
-<!ENTITY % xreflabel.attrib
- "xreflabel CDATA #IMPLIED">
-
-
-<!-- RevisionFlag: Revision status of element; default is that element
- wasn't revised -->
-
-<!ENTITY % revisionflag.attrib
- "revisionflag (changed
- |added
- |deleted
- |off) #IMPLIED">
-
-<!ENTITY % local.common.attrib "">
-
-<!-- Role is included explicitly on each element -->
-
-<!ENTITY % common.attrib
- "%id.attrib;
- %lang.attrib;
- %remap.attrib;
- %xreflabel.attrib;
- %revisionflag.attrib;
- %effectivity.attrib;
- %local.common.attrib;"
->
-
-
-<!-- Role is included explicitly on each element -->
-
-<!ENTITY % idreq.common.attrib
- "%idreq.attrib;
- %lang.attrib;
- %remap.attrib;
- %xreflabel.attrib;
- %revisionflag.attrib;
- %effectivity.attrib;
- %local.common.attrib;"
->
-
-<!-- Semi-common attributes and other attribute entities .................. -->
-
-<!ENTITY % local.graphics.attrib "">
-
-<!-- EntityRef: Name of an external entity containing the content
- of the graphic -->
-<!-- FileRef: Filename, qualified by a pathname if desired,
- designating the file containing the content of the graphic -->
-<!-- Format: Notation of the element content, if any -->
-<!-- SrcCredit: Information about the source of the Graphic -->
-<!-- Width: Same as CALS reprowid (desired width) -->
-<!-- Depth: Same as CALS reprodep (desired depth) -->
-<!-- Align: Same as CALS hplace with 'none' removed; #IMPLIED means
- application-specific -->
-<!-- Scale: Conflation of CALS hscale and vscale -->
-<!-- Scalefit: Same as CALS scalefit -->
-
-<!ENTITY % graphics.attrib
- "
- entityref ENTITY #IMPLIED
- fileref CDATA #IMPLIED
- format (%notation.class;) #IMPLIED
- srccredit CDATA #IMPLIED
- width CDATA #IMPLIED
- contentwidth CDATA #IMPLIED
- depth CDATA #IMPLIED
- contentdepth CDATA #IMPLIED
- align (left
- |right
- |center) #IMPLIED
- valign (top
- |middle
- |bottom) #IMPLIED
- scale CDATA #IMPLIED
- scalefit %yesorno.attvals;
- #IMPLIED
- %local.graphics.attrib;"
->
-
-<!ENTITY % local.keyaction.attrib "">
-
-<!-- Action: Key combination type; default is unspecified if one
- child element, Simul if there is more than one; if value is
- Other, the OtherAction attribute must have a nonempty value -->
-<!-- OtherAction: User-defined key combination type -->
-
-<!ENTITY % keyaction.attrib
- "
- action (click
- |double-click
- |press
- |seq
- |simul
- |other) #IMPLIED
- otheraction CDATA #IMPLIED
- %local.keyaction.attrib;"
->
-
-
-<!-- Label: Identifying number or string; default is usually the
- appropriate number or string autogenerated by a formatter -->
-
-<!ENTITY % label.attrib
- "label CDATA #IMPLIED">
-
-
-<!-- Format: whether element is assumed to contain significant white
- space -->
-
-<!ENTITY % linespecific.attrib
- "format NOTATION
- (linespecific) 'linespecific'
- linenumbering (numbered|unnumbered) #IMPLIED">
-
-
-<!-- Linkend: link to related information; no default -->
-
-<!ENTITY % linkend.attrib
- "linkend IDREF #IMPLIED">
-
-
-<!-- Linkend: required link to related information -->
-
-<!ENTITY % linkendreq.attrib
- "linkend IDREF #REQUIRED">
-
-
-<!-- Linkends: link to one or more sets of related information; no
- default -->
-
-<!ENTITY % linkends.attrib
- "linkends IDREFS #IMPLIED">
-
-
-<!ENTITY % local.mark.attrib "">
-<!ENTITY % mark.attrib
- "mark CDATA #IMPLIED
- %local.mark.attrib;"
->
-
-
-<!-- MoreInfo: whether element's content has an associated RefEntry -->
-
-<!ENTITY % moreinfo.attrib
- "moreinfo (refentry|none) 'none'">
-
-
-<!-- Pagenum: number of page on which element appears; no default -->
-
-<!ENTITY % pagenum.attrib
- "pagenum CDATA #IMPLIED">
-
-<!ENTITY % local.status.attrib "">
-
-<!-- Status: Editorial or publication status of the element
- it applies to, such as "in review" or "approved for distribution" -->
-
-<!ENTITY % status.attrib
- "status CDATA #IMPLIED
- %local.status.attrib;"
->
-
-
-<!-- Width: width of the longest line in the element to which it
- pertains, in number of characters -->
-
-<!ENTITY % width.attrib
- "width CDATA #IMPLIED">
-
-<!-- ...................................................................... -->
-<!-- Title elements ....................................................... -->
-
-<!ENTITY % title.module "INCLUDE">
-<![%title.module;[
-<!ENTITY % local.title.attrib "">
-<!ENTITY % title.role.attrib "%role.attrib;">
-
-<!ENTITY % title.element "INCLUDE">
-<![%title.element;[
-<!ELEMENT title %ho; (%title.char.mix;)*>
-<!--end of title.element-->]]>
-
-<!ENTITY % title.attlist "INCLUDE">
-<![%title.attlist;[
-<!ATTLIST title
- %pagenum.attrib;
- %common.attrib;
- %title.role.attrib;
- %local.title.attrib;
->
-<!--end of title.attlist-->]]>
-<!--end of title.module-->]]>
-
-<!ENTITY % titleabbrev.module "INCLUDE">
-<![%titleabbrev.module;[
-<!ENTITY % local.titleabbrev.attrib "">
-<!ENTITY % titleabbrev.role.attrib "%role.attrib;">
-
-<!ENTITY % titleabbrev.element "INCLUDE">
-<![%titleabbrev.element;[
-<!ELEMENT titleabbrev %ho; (%title.char.mix;)*>
-<!--end of titleabbrev.element-->]]>
-
-<!ENTITY % titleabbrev.attlist "INCLUDE">
-<![%titleabbrev.attlist;[
-<!ATTLIST titleabbrev
- %common.attrib;
- %titleabbrev.role.attrib;
- %local.titleabbrev.attrib;
->
-<!--end of titleabbrev.attlist-->]]>
-<!--end of titleabbrev.module-->]]>
-
-<!ENTITY % subtitle.module "INCLUDE">
-<![%subtitle.module;[
-<!ENTITY % local.subtitle.attrib "">
-<!ENTITY % subtitle.role.attrib "%role.attrib;">
-
-<!ENTITY % subtitle.element "INCLUDE">
-<![%subtitle.element;[
-<!ELEMENT subtitle %ho; (%title.char.mix;)*>
-<!--end of subtitle.element-->]]>
-
-<!ENTITY % subtitle.attlist "INCLUDE">
-<![%subtitle.attlist;[
-<!ATTLIST subtitle
- %common.attrib;
- %subtitle.role.attrib;
- %local.subtitle.attrib;
->
-<!--end of subtitle.attlist-->]]>
-<!--end of subtitle.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Bibliographic entities and elements .................................. -->
-
-<!-- The bibliographic elements are typically used in the document
- hierarchy. They do not appear in content models of information
- pool elements. See also the document information elements,
- below. -->
-
-<!ENTITY % local.person.ident.mix "">
-<!ENTITY % person.ident.mix
- "honorific|firstname|surname|lineage|othername|affiliation
- |authorblurb|contrib %local.person.ident.mix;">
-
-<!ENTITY % local.bibliocomponent.mix "">
-<!ENTITY % bibliocomponent.mix
- "abbrev|abstract|address|artpagenums|author
- |authorgroup|authorinitials|bibliomisc|biblioset
- |collab|confgroup|contractnum|contractsponsor
- |copyright|corpauthor|corpname|date|edition
- |editor|invpartnumber|isbn|issn|issuenum|orgname
- |biblioid|citebiblioid|bibliosource|bibliorelation|bibliocoverage
- |othercredit|pagenums|printhistory|productname
- |productnumber|pubdate|publisher|publishername
- |pubsnumber|releaseinfo|revhistory|seriesvolnums
- |subtitle|title|titleabbrev|volumenum|citetitle
- |personname|%person.ident.mix;
- |%ndxterm.class;
- %local.bibliocomponent.mix;">
-
-<!-- I don't think this is well placed, but it needs to be here because of -->
-<!-- the reference to bibliocomponent.mix -->
-<!ENTITY % local.info.class "">
-<!ENTITY % info.class
- "graphic | mediaobject | legalnotice | modespec
- | subjectset | keywordset | itermset | %bibliocomponent.mix;
- %local.info.class;">
-
-<!ENTITY % biblioentry.module "INCLUDE">
-<![%biblioentry.module;[
-<!ENTITY % local.biblioentry.attrib "">
-<!ENTITY % biblioentry.role.attrib "%role.attrib;">
-
-<!ENTITY % biblioentry.element "INCLUDE">
-<![%biblioentry.element;[
-<!ELEMENT biblioentry %ho; ((articleinfo | (%bibliocomponent.mix;))+)
- %ubiq.exclusion;>
-<!--end of biblioentry.element-->]]>
-
-<!ENTITY % biblioentry.attlist "INCLUDE">
-<![%biblioentry.attlist;[
-<!ATTLIST biblioentry
- %common.attrib;
- %biblioentry.role.attrib;
- %local.biblioentry.attrib;
->
-<!--end of biblioentry.attlist-->]]>
-<!--end of biblioentry.module-->]]>
-
-<!ENTITY % bibliomixed.module "INCLUDE">
-<![%bibliomixed.module;[
-<!ENTITY % local.bibliomixed.attrib "">
-<!ENTITY % bibliomixed.role.attrib "%role.attrib;">
-
-<!ENTITY % bibliomixed.element "INCLUDE">
-<![%bibliomixed.element;[
-<!ELEMENT bibliomixed %ho; (#PCDATA | %bibliocomponent.mix; | bibliomset)*
- %ubiq.exclusion;>
-<!--end of bibliomixed.element-->]]>
-
-<!ENTITY % bibliomixed.attlist "INCLUDE">
-<![%bibliomixed.attlist;[
-<!ATTLIST bibliomixed
- %common.attrib;
- %bibliomixed.role.attrib;
- %local.bibliomixed.attrib;
->
-<!--end of bibliomixed.attlist-->]]>
-<!--end of bibliomixed.module-->]]>
-
-<!ENTITY % articleinfo.module "INCLUDE">
-<![%articleinfo.module;[
-<!ENTITY % local.articleinfo.attrib "">
-<!ENTITY % articleinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % articleinfo.element "INCLUDE">
-<![%articleinfo.element;[
-<!ELEMENT articleinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of articleinfo.element-->]]>
-
-<!ENTITY % articleinfo.attlist "INCLUDE">
-<![%articleinfo.attlist;[
-<!ATTLIST articleinfo
- %common.attrib;
- %articleinfo.role.attrib;
- %local.articleinfo.attrib;
->
-<!--end of articleinfo.attlist-->]]>
-<!--end of articleinfo.module-->]]>
-
-<!ENTITY % biblioset.module "INCLUDE">
-<![%biblioset.module;[
-<!ENTITY % local.biblioset.attrib "">
-<!ENTITY % biblioset.role.attrib "%role.attrib;">
-
-<!ENTITY % biblioset.element "INCLUDE">
-<![%biblioset.element;[
-<!ELEMENT biblioset %ho; ((%bibliocomponent.mix;)+)
- %ubiq.exclusion;>
-<!--end of biblioset.element-->]]>
-
-<!-- Relation: Relationship of elements contained within BiblioSet -->
-
-
-<!ENTITY % biblioset.attlist "INCLUDE">
-<![%biblioset.attlist;[
-<!ATTLIST biblioset
- relation CDATA #IMPLIED
- %common.attrib;
- %biblioset.role.attrib;
- %local.biblioset.attrib;
->
-<!--end of biblioset.attlist-->]]>
-<!--end of biblioset.module-->]]>
-
-<!ENTITY % bibliomset.module "INCLUDE">
-<![%bibliomset.module;[
-<!ENTITY % bibliomset.role.attrib "%role.attrib;">
-<!ENTITY % local.bibliomset.attrib "">
-
-<!ENTITY % bibliomset.element "INCLUDE">
-<![%bibliomset.element;[
-<!ELEMENT bibliomset %ho; (#PCDATA | %bibliocomponent.mix; | bibliomset)*
- %ubiq.exclusion;>
-<!--end of bibliomset.element-->]]>
-
-<!-- Relation: Relationship of elements contained within BiblioMSet -->
-
-
-<!ENTITY % bibliomset.attlist "INCLUDE">
-<![%bibliomset.attlist;[
-<!ATTLIST bibliomset
- relation CDATA #IMPLIED
- %common.attrib;
- %bibliomset.role.attrib;
- %local.bibliomset.attrib;
->
-<!--end of bibliomset.attlist-->]]>
-<!--end of bibliomset.module-->]]>
-
-<!ENTITY % bibliomisc.module "INCLUDE">
-<![%bibliomisc.module;[
-<!ENTITY % local.bibliomisc.attrib "">
-<!ENTITY % bibliomisc.role.attrib "%role.attrib;">
-
-<!ENTITY % bibliomisc.element "INCLUDE">
-<![%bibliomisc.element;[
-<!ELEMENT bibliomisc %ho; (%para.char.mix;)*>
-<!--end of bibliomisc.element-->]]>
-
-<!ENTITY % bibliomisc.attlist "INCLUDE">
-<![%bibliomisc.attlist;[
-<!ATTLIST bibliomisc
- %common.attrib;
- %bibliomisc.role.attrib;
- %local.bibliomisc.attrib;
->
-<!--end of bibliomisc.attlist-->]]>
-<!--end of bibliomisc.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Subject, Keyword, and ITermSet elements .............................. -->
-
-<!ENTITY % subjectset.content.module "INCLUDE">
-<![%subjectset.content.module;[
-<!ENTITY % subjectset.module "INCLUDE">
-<![%subjectset.module;[
-<!ENTITY % local.subjectset.attrib "">
-<!ENTITY % subjectset.role.attrib "%role.attrib;">
-
-<!ENTITY % subjectset.element "INCLUDE">
-<![%subjectset.element;[
-<!ELEMENT subjectset %ho; (subject+)>
-<!--end of subjectset.element-->]]>
-
-<!-- Scheme: Controlled vocabulary employed in SubjectTerms -->
-
-
-<!ENTITY % subjectset.attlist "INCLUDE">
-<![%subjectset.attlist;[
-<!ATTLIST subjectset
- scheme NMTOKEN #IMPLIED
- %common.attrib;
- %subjectset.role.attrib;
- %local.subjectset.attrib;
->
-<!--end of subjectset.attlist-->]]>
-<!--end of subjectset.module-->]]>
-
-<!ENTITY % subject.module "INCLUDE">
-<![%subject.module;[
-<!ENTITY % local.subject.attrib "">
-<!ENTITY % subject.role.attrib "%role.attrib;">
-
-<!ENTITY % subject.element "INCLUDE">
-<![%subject.element;[
-<!ELEMENT subject %ho; (subjectterm+)>
-<!--end of subject.element-->]]>
-
-<!-- Weight: Ranking of this group of SubjectTerms relative
- to others, 0 is low, no highest value specified -->
-
-
-<!ENTITY % subject.attlist "INCLUDE">
-<![%subject.attlist;[
-<!ATTLIST subject
- weight CDATA #IMPLIED
- %common.attrib;
- %subject.role.attrib;
- %local.subject.attrib;
->
-<!--end of subject.attlist-->]]>
-<!--end of subject.module-->]]>
-
-<!ENTITY % subjectterm.module "INCLUDE">
-<![%subjectterm.module;[
-<!ENTITY % local.subjectterm.attrib "">
-<!ENTITY % subjectterm.role.attrib "%role.attrib;">
-
-<!ENTITY % subjectterm.element "INCLUDE">
-<![%subjectterm.element;[
-<!ELEMENT subjectterm %ho; (#PCDATA)>
-<!--end of subjectterm.element-->]]>
-
-<!ENTITY % subjectterm.attlist "INCLUDE">
-<![%subjectterm.attlist;[
-<!ATTLIST subjectterm
- %common.attrib;
- %subjectterm.role.attrib;
- %local.subjectterm.attrib;
->
-<!--end of subjectterm.attlist-->]]>
-<!--end of subjectterm.module-->]]>
-<!--end of subjectset.content.module-->]]>
-
-<!ENTITY % keywordset.content.module "INCLUDE">
-<![%keywordset.content.module;[
-<!ENTITY % keywordset.module "INCLUDE">
-<![%keywordset.module;[
-<!ENTITY % local.keywordset.attrib "">
-<!ENTITY % keywordset.role.attrib "%role.attrib;">
-
-<!ENTITY % keywordset.element "INCLUDE">
-<![%keywordset.element;[
-<!ELEMENT keywordset %ho; (keyword+)>
-<!--end of keywordset.element-->]]>
-
-<!ENTITY % keywordset.attlist "INCLUDE">
-<![%keywordset.attlist;[
-<!ATTLIST keywordset
- %common.attrib;
- %keywordset.role.attrib;
- %local.keywordset.attrib;
->
-<!--end of keywordset.attlist-->]]>
-<!--end of keywordset.module-->]]>
-
-<!ENTITY % keyword.module "INCLUDE">
-<![%keyword.module;[
-<!ENTITY % local.keyword.attrib "">
-<!ENTITY % keyword.role.attrib "%role.attrib;">
-
-<!ENTITY % keyword.element "INCLUDE">
-<![%keyword.element;[
-<!ELEMENT keyword %ho; (#PCDATA)>
-<!--end of keyword.element-->]]>
-
-<!ENTITY % keyword.attlist "INCLUDE">
-<![%keyword.attlist;[
-<!ATTLIST keyword
- %common.attrib;
- %keyword.role.attrib;
- %local.keyword.attrib;
->
-<!--end of keyword.attlist-->]]>
-<!--end of keyword.module-->]]>
-<!--end of keywordset.content.module-->]]>
-
-<!ENTITY % itermset.module "INCLUDE">
-<![%itermset.module;[
-<!ENTITY % local.itermset.attrib "">
-<!ENTITY % itermset.role.attrib "%role.attrib;">
-
-<!ENTITY % itermset.element "INCLUDE">
-<![%itermset.element;[
-<!ELEMENT itermset %ho; (indexterm+)>
-<!--end of itermset.element-->]]>
-
-<!ENTITY % itermset.attlist "INCLUDE">
-<![%itermset.attlist;[
-<!ATTLIST itermset
- %common.attrib;
- %itermset.role.attrib;
- %local.itermset.attrib;
->
-<!--end of itermset.attlist-->]]>
-<!--end of itermset.module-->]]>
-
-<!-- Bibliographic info for "blocks" -->
-
-<!ENTITY % blockinfo.module "INCLUDE">
-<![ %blockinfo.module; [
-<!ENTITY % local.blockinfo.attrib "">
-<!ENTITY % blockinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % blockinfo.element "INCLUDE">
-<![ %blockinfo.element; [
-<!ELEMENT blockinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of blockinfo.element-->]]>
-
-<!ENTITY % blockinfo.attlist "INCLUDE">
-<![ %blockinfo.attlist; [
-<!ATTLIST blockinfo
- %common.attrib;
- %blockinfo.role.attrib;
- %local.blockinfo.attrib;
->
-<!--end of blockinfo.attlist-->]]>
-<!--end of blockinfo.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Compound (section-ish) elements ...................................... -->
-
-<!-- Message set ...................... -->
-
-<!ENTITY % msgset.content.module "INCLUDE">
-<![%msgset.content.module;[
-<!ENTITY % msgset.module "INCLUDE">
-<![%msgset.module;[
-<!ENTITY % local.msgset.attrib "">
-<!ENTITY % msgset.role.attrib "%role.attrib;">
-
-<!ENTITY % msgset.element "INCLUDE">
-<![%msgset.element;[
-<!ELEMENT msgset %ho; (blockinfo?, (%formalobject.title.content;)?,
- (msgentry+|simplemsgentry+))>
-<!--end of msgset.element-->]]>
-
-<!ENTITY % msgset.attlist "INCLUDE">
-<![%msgset.attlist;[
-<!ATTLIST msgset
- %common.attrib;
- %msgset.role.attrib;
- %local.msgset.attrib;
->
-<!--end of msgset.attlist-->]]>
-<!--end of msgset.module-->]]>
-
-<!ENTITY % msgentry.module "INCLUDE">
-<![%msgentry.module;[
-<!ENTITY % local.msgentry.attrib "">
-<!ENTITY % msgentry.role.attrib "%role.attrib;">
-
-<!ENTITY % msgentry.element "INCLUDE">
-<![%msgentry.element;[
-<!ELEMENT msgentry %ho; (msg+, msginfo?, msgexplan*)>
-<!--end of msgentry.element-->]]>
-
-<!ENTITY % msgentry.attlist "INCLUDE">
-<![%msgentry.attlist;[
-<!ATTLIST msgentry
- %common.attrib;
- %msgentry.role.attrib;
- %local.msgentry.attrib;
->
-<!--end of msgentry.attlist-->]]>
-<!--end of msgentry.module-->]]>
-
-<!ENTITY % simplemsgentry.module "INCLUDE">
-<![ %simplemsgentry.module; [
-<!ENTITY % local.simplemsgentry.attrib "">
-<!ENTITY % simplemsgentry.role.attrib "%role.attrib;">
-
-<!ENTITY % simplemsgentry.element "INCLUDE">
-<![ %simplemsgentry.element; [
-<!ELEMENT simplemsgentry %ho; (msgtext, msgexplan+)>
-<!--end of simplemsgentry.element-->]]>
-
-<!ENTITY % simplemsgentry.attlist "INCLUDE">
-<![ %simplemsgentry.attlist; [
-<!ATTLIST simplemsgentry
- audience CDATA #IMPLIED
- level CDATA #IMPLIED
- origin CDATA #IMPLIED
- %common.attrib;
- %simplemsgentry.role.attrib;
- %local.simplemsgentry.attrib;
->
-<!--end of simplemsgentry.attlist-->]]>
-<!--end of simplemsgentry.module-->]]>
-
-<!ENTITY % msg.module "INCLUDE">
-<![%msg.module;[
-<!ENTITY % local.msg.attrib "">
-<!ENTITY % msg.role.attrib "%role.attrib;">
-
-<!ENTITY % msg.element "INCLUDE">
-<![%msg.element;[
-<!ELEMENT msg %ho; (title?, msgmain, (msgsub | msgrel)*)>
-<!--end of msg.element-->]]>
-
-<!ENTITY % msg.attlist "INCLUDE">
-<![%msg.attlist;[
-<!ATTLIST msg
- %common.attrib;
- %msg.role.attrib;
- %local.msg.attrib;
->
-<!--end of msg.attlist-->]]>
-<!--end of msg.module-->]]>
-
-<!ENTITY % msgmain.module "INCLUDE">
-<![%msgmain.module;[
-<!ENTITY % local.msgmain.attrib "">
-<!ENTITY % msgmain.role.attrib "%role.attrib;">
-
-<!ENTITY % msgmain.element "INCLUDE">
-<![%msgmain.element;[
-<!ELEMENT msgmain %ho; (title?, msgtext)>
-<!--end of msgmain.element-->]]>
-
-<!ENTITY % msgmain.attlist "INCLUDE">
-<![%msgmain.attlist;[
-<!ATTLIST msgmain
- %common.attrib;
- %msgmain.role.attrib;
- %local.msgmain.attrib;
->
-<!--end of msgmain.attlist-->]]>
-<!--end of msgmain.module-->]]>
-
-<!ENTITY % msgsub.module "INCLUDE">
-<![%msgsub.module;[
-<!ENTITY % local.msgsub.attrib "">
-<!ENTITY % msgsub.role.attrib "%role.attrib;">
-
-<!ENTITY % msgsub.element "INCLUDE">
-<![%msgsub.element;[
-<!ELEMENT msgsub %ho; (title?, msgtext)>
-<!--end of msgsub.element-->]]>
-
-<!ENTITY % msgsub.attlist "INCLUDE">
-<![%msgsub.attlist;[
-<!ATTLIST msgsub
- %common.attrib;
- %msgsub.role.attrib;
- %local.msgsub.attrib;
->
-<!--end of msgsub.attlist-->]]>
-<!--end of msgsub.module-->]]>
-
-<!ENTITY % msgrel.module "INCLUDE">
-<![%msgrel.module;[
-<!ENTITY % local.msgrel.attrib "">
-<!ENTITY % msgrel.role.attrib "%role.attrib;">
-
-<!ENTITY % msgrel.element "INCLUDE">
-<![%msgrel.element;[
-<!ELEMENT msgrel %ho; (title?, msgtext)>
-<!--end of msgrel.element-->]]>
-
-<!ENTITY % msgrel.attlist "INCLUDE">
-<![%msgrel.attlist;[
-<!ATTLIST msgrel
- %common.attrib;
- %msgrel.role.attrib;
- %local.msgrel.attrib;
->
-<!--end of msgrel.attlist-->]]>
-<!--end of msgrel.module-->]]>
-
-<!-- MsgText (defined in the Inlines section, below)-->
-
-<!ENTITY % msginfo.module "INCLUDE">
-<![%msginfo.module;[
-<!ENTITY % local.msginfo.attrib "">
-<!ENTITY % msginfo.role.attrib "%role.attrib;">
-
-<!ENTITY % msginfo.element "INCLUDE">
-<![%msginfo.element;[
-<!ELEMENT msginfo %ho; ((msglevel | msgorig | msgaud)*)>
-<!--end of msginfo.element-->]]>
-
-<!ENTITY % msginfo.attlist "INCLUDE">
-<![%msginfo.attlist;[
-<!ATTLIST msginfo
- %common.attrib;
- %msginfo.role.attrib;
- %local.msginfo.attrib;
->
-<!--end of msginfo.attlist-->]]>
-<!--end of msginfo.module-->]]>
-
-<!ENTITY % msglevel.module "INCLUDE">
-<![%msglevel.module;[
-<!ENTITY % local.msglevel.attrib "">
-<!ENTITY % msglevel.role.attrib "%role.attrib;">
-
-<!ENTITY % msglevel.element "INCLUDE">
-<![%msglevel.element;[
-<!ELEMENT msglevel %ho; (%smallcptr.char.mix;)*>
-<!--end of msglevel.element-->]]>
-
-<!ENTITY % msglevel.attlist "INCLUDE">
-<![%msglevel.attlist;[
-<!ATTLIST msglevel
- %common.attrib;
- %msglevel.role.attrib;
- %local.msglevel.attrib;
->
-<!--end of msglevel.attlist-->]]>
-<!--end of msglevel.module-->]]>
-
-<!ENTITY % msgorig.module "INCLUDE">
-<![%msgorig.module;[
-<!ENTITY % local.msgorig.attrib "">
-<!ENTITY % msgorig.role.attrib "%role.attrib;">
-
-<!ENTITY % msgorig.element "INCLUDE">
-<![%msgorig.element;[
-<!ELEMENT msgorig %ho; (%smallcptr.char.mix;)*>
-<!--end of msgorig.element-->]]>
-
-<!ENTITY % msgorig.attlist "INCLUDE">
-<![%msgorig.attlist;[
-<!ATTLIST msgorig
- %common.attrib;
- %msgorig.role.attrib;
- %local.msgorig.attrib;
->
-<!--end of msgorig.attlist-->]]>
-<!--end of msgorig.module-->]]>
-
-<!ENTITY % msgaud.module "INCLUDE">
-<![%msgaud.module;[
-<!ENTITY % local.msgaud.attrib "">
-<!ENTITY % msgaud.role.attrib "%role.attrib;">
-
-<!ENTITY % msgaud.element "INCLUDE">
-<![%msgaud.element;[
-<!ELEMENT msgaud %ho; (%para.char.mix;)*>
-<!--end of msgaud.element-->]]>
-
-<!ENTITY % msgaud.attlist "INCLUDE">
-<![%msgaud.attlist;[
-<!ATTLIST msgaud
- %common.attrib;
- %msgaud.role.attrib;
- %local.msgaud.attrib;
->
-<!--end of msgaud.attlist-->]]>
-<!--end of msgaud.module-->]]>
-
-<!ENTITY % msgexplan.module "INCLUDE">
-<![%msgexplan.module;[
-<!ENTITY % local.msgexplan.attrib "">
-<!ENTITY % msgexplan.role.attrib "%role.attrib;">
-
-<!ENTITY % msgexplan.element "INCLUDE">
-<![%msgexplan.element;[
-<!ELEMENT msgexplan %ho; (title?, (%component.mix;)+)>
-<!--end of msgexplan.element-->]]>
-
-<!ENTITY % msgexplan.attlist "INCLUDE">
-<![%msgexplan.attlist;[
-<!ATTLIST msgexplan
- %common.attrib;
- %msgexplan.role.attrib;
- %local.msgexplan.attrib;
->
-<!--end of msgexplan.attlist-->]]>
-<!--end of msgexplan.module-->]]>
-<!--end of msgset.content.module-->]]>
-
-<!-- QandASet ........................ -->
-<!ENTITY % qandaset.content.module "INCLUDE">
-<![ %qandaset.content.module; [
-<!ENTITY % qandaset.module "INCLUDE">
-<![ %qandaset.module; [
-<!ENTITY % local.qandaset.attrib "">
-<!ENTITY % qandaset.role.attrib "%role.attrib;">
-
-<!ENTITY % qandaset.element "INCLUDE">
-<![ %qandaset.element; [
-<!ELEMENT qandaset %ho; (blockinfo?, (%formalobject.title.content;)?,
- (%qandaset.mix;)*,
- (qandadiv+|qandaentry+))>
-<!--end of qandaset.element-->]]>
-
-<!ENTITY % qandaset.attlist "INCLUDE">
-<![ %qandaset.attlist; [
-<!ATTLIST qandaset
- defaultlabel (qanda|number|none) #IMPLIED
- %common.attrib;
- %qandaset.role.attrib;
- %local.qandaset.attrib;>
-<!--end of qandaset.attlist-->]]>
-<!--end of qandaset.module-->]]>
-
-<!ENTITY % qandadiv.module "INCLUDE">
-<![ %qandadiv.module; [
-<!ENTITY % local.qandadiv.attrib "">
-<!ENTITY % qandadiv.role.attrib "%role.attrib;">
-
-<!ENTITY % qandadiv.element "INCLUDE">
-<![ %qandadiv.element; [
-<!ELEMENT qandadiv %ho; (blockinfo?, (%formalobject.title.content;)?,
- (%qandaset.mix;)*,
- (qandadiv+|qandaentry+))>
-<!--end of qandadiv.element-->]]>
-
-<!ENTITY % qandadiv.attlist "INCLUDE">
-<![ %qandadiv.attlist; [
-<!ATTLIST qandadiv
- %common.attrib;
- %qandadiv.role.attrib;
- %local.qandadiv.attrib;>
-<!--end of qandadiv.attlist-->]]>
-<!--end of qandadiv.module-->]]>
-
-<!ENTITY % qandaentry.module "INCLUDE">
-<![ %qandaentry.module; [
-<!ENTITY % local.qandaentry.attrib "">
-<!ENTITY % qandaentry.role.attrib "%role.attrib;">
-
-<!ENTITY % qandaentry.element "INCLUDE">
-<![ %qandaentry.element; [
-<!ELEMENT qandaentry %ho; (blockinfo?, revhistory?, question, answer*)>
-<!--end of qandaentry.element-->]]>
-
-<!ENTITY % qandaentry.attlist "INCLUDE">
-<![ %qandaentry.attlist; [
-<!ATTLIST qandaentry
- %common.attrib;
- %qandaentry.role.attrib;
- %local.qandaentry.attrib;>
-<!--end of qandaentry.attlist-->]]>
-<!--end of qandaentry.module-->]]>
-
-<!ENTITY % question.module "INCLUDE">
-<![ %question.module; [
-<!ENTITY % local.question.attrib "">
-<!ENTITY % question.role.attrib "%role.attrib;">
-
-<!ENTITY % question.element "INCLUDE">
-<![ %question.element; [
-<!ELEMENT question %ho; (label?, (%qandaset.mix;)+)>
-<!--end of question.element-->]]>
-
-<!ENTITY % question.attlist "INCLUDE">
-<![ %question.attlist; [
-<!ATTLIST question
- %common.attrib;
- %question.role.attrib;
- %local.question.attrib;
->
-<!--end of question.attlist-->]]>
-<!--end of question.module-->]]>
-
-<!ENTITY % answer.module "INCLUDE">
-<![ %answer.module; [
-<!ENTITY % local.answer.attrib "">
-<!ENTITY % answer.role.attrib "%role.attrib;">
-
-<!ENTITY % answer.element "INCLUDE">
-<![ %answer.element; [
-<!ELEMENT answer %ho; (label?, (%qandaset.mix;)*, qandaentry*)>
-<!--end of answer.element-->]]>
-
-<!ENTITY % answer.attlist "INCLUDE">
-<![ %answer.attlist; [
-<!ATTLIST answer
- %common.attrib;
- %answer.role.attrib;
- %local.answer.attrib;
->
-<!--end of answer.attlist-->]]>
-<!--end of answer.module-->]]>
-
-<!ENTITY % label.module "INCLUDE">
-<![ %label.module; [
-<!ENTITY % local.label.attrib "">
-<!ENTITY % label.role.attrib "%role.attrib;">
-
-<!ENTITY % label.element "INCLUDE">
-<![ %label.element; [
-<!ELEMENT label %ho; (%word.char.mix;)*>
-<!--end of label.element-->]]>
-
-<!ENTITY % label.attlist "INCLUDE">
-<![ %label.attlist; [
-<!ATTLIST label
- %common.attrib;
- %label.role.attrib;
- %local.label.attrib;
->
-<!--end of label.attlist-->]]>
-<!--end of label.module-->]]>
-<!--end of qandaset.content.module-->]]>
-
-<!-- Procedure ........................ -->
-
-<!ENTITY % procedure.content.module "INCLUDE">
-<![%procedure.content.module;[
-<!ENTITY % procedure.module "INCLUDE">
-<![%procedure.module;[
-<!ENTITY % local.procedure.attrib "">
-<!ENTITY % procedure.role.attrib "%role.attrib;">
-
-<!ENTITY % procedure.element "INCLUDE">
-<![%procedure.element;[
-<!ELEMENT procedure %ho; (blockinfo?, (%formalobject.title.content;)?,
- (%component.mix;)*, step+)>
-<!--end of procedure.element-->]]>
-
-<!ENTITY % procedure.attlist "INCLUDE">
-<![%procedure.attlist;[
-<!ATTLIST procedure
- %common.attrib;
- %procedure.role.attrib;
- %local.procedure.attrib;
->
-<!--end of procedure.attlist-->]]>
-<!--end of procedure.module-->]]>
-
-<!ENTITY % step.module "INCLUDE">
-<![%step.module;[
-<!ENTITY % local.step.attrib "">
-<!ENTITY % step.role.attrib "%role.attrib;">
-
-<!ENTITY % step.element "INCLUDE">
-<![%step.element;[
-<!ELEMENT step %ho; (title?, (((%component.mix;)+, (substeps,
- (%component.mix;)*)?) | (substeps, (%component.mix;)*)))>
-<!--end of step.element-->]]>
-
-<!-- Performance: Whether the Step must be performed -->
-<!-- not #REQUIRED! -->
-
-
-<!ENTITY % step.attlist "INCLUDE">
-<![%step.attlist;[
-<!ATTLIST step
- performance (optional
- |required) "required"
- %common.attrib;
- %step.role.attrib;
- %local.step.attrib;
->
-<!--end of step.attlist-->]]>
-<!--end of step.module-->]]>
-
-<!ENTITY % substeps.module "INCLUDE">
-<![%substeps.module;[
-<!ENTITY % local.substeps.attrib "">
-<!ENTITY % substeps.role.attrib "%role.attrib;">
-
-<!ENTITY % substeps.element "INCLUDE">
-<![%substeps.element;[
-<!ELEMENT substeps %ho; (step+)>
-<!--end of substeps.element-->]]>
-
-<!-- Performance: whether entire set of substeps must be performed -->
-<!-- not #REQUIRED! -->
-
-
-<!ENTITY % substeps.attlist "INCLUDE">
-<![%substeps.attlist;[
-<!ATTLIST substeps
- performance (optional
- |required) "required"
- %common.attrib;
- %substeps.role.attrib;
- %local.substeps.attrib;
->
-<!--end of substeps.attlist-->]]>
-<!--end of substeps.module-->]]>
-<!--end of procedure.content.module-->]]>
-
-<!-- Sidebar .......................... -->
-
-<!ENTITY % sidebar.content.model "INCLUDE">
-<![ %sidebar.content.model; [
-
-<!ENTITY % sidebarinfo.module "INCLUDE">
-<![ %sidebarinfo.module; [
-<!ENTITY % local.sidebarinfo.attrib "">
-<!ENTITY % sidebarinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % sidebarinfo.element "INCLUDE">
-<![ %sidebarinfo.element; [
-<!ELEMENT sidebarinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of sidebarinfo.element-->]]>
-
-<!ENTITY % sidebarinfo.attlist "INCLUDE">
-<![ %sidebarinfo.attlist; [
-<!ATTLIST sidebarinfo
- %common.attrib;
- %sidebarinfo.role.attrib;
- %local.sidebarinfo.attrib;
->
-<!--end of sidebarinfo.attlist-->]]>
-<!--end of sidebarinfo.module-->]]>
-
-<!ENTITY % sidebar.module "INCLUDE">
-<![%sidebar.module;[
-<!ENTITY % local.sidebar.attrib "">
-<!ENTITY % sidebar.role.attrib "%role.attrib;">
-
-<!ENTITY % sidebar.element "INCLUDE">
-<![%sidebar.element;[
-<!ELEMENT sidebar %ho; (sidebarinfo?,
- (%formalobject.title.content;)?,
- (%sidebar.mix;)+)>
-<!--end of sidebar.element-->]]>
-
-<!ENTITY % sidebar.attlist "INCLUDE">
-<![%sidebar.attlist;[
-<!ATTLIST sidebar
- %common.attrib;
- %sidebar.role.attrib;
- %local.sidebar.attrib;
->
-<!--end of sidebar.attlist-->]]>
-<!--end of sidebar.module-->]]>
-<!--end of sidebar.content.model-->]]>
-
-<!-- ...................................................................... -->
-<!-- Paragraph-related elements ........................................... -->
-
-<!ENTITY % abstract.module "INCLUDE">
-<![%abstract.module;[
-<!ENTITY % local.abstract.attrib "">
-<!ENTITY % abstract.role.attrib "%role.attrib;">
-
-<!ENTITY % abstract.element "INCLUDE">
-<![%abstract.element;[
-<!ELEMENT abstract %ho; (title?, (%para.class;)+)>
-<!--end of abstract.element-->]]>
-
-<!ENTITY % abstract.attlist "INCLUDE">
-<![%abstract.attlist;[
-<!ATTLIST abstract
- %common.attrib;
- %abstract.role.attrib;
- %local.abstract.attrib;
->
-<!--end of abstract.attlist-->]]>
-<!--end of abstract.module-->]]>
-
-<!ENTITY % authorblurb.module "INCLUDE">
-<![%authorblurb.module;[
-<!ENTITY % local.authorblurb.attrib "">
-<!ENTITY % authorblurb.role.attrib "%role.attrib;">
-
-<!ENTITY % authorblurb.element "INCLUDE">
-<![%authorblurb.element;[
-<!ELEMENT authorblurb %ho; (title?, (%para.class;)+)>
-<!--end of authorblurb.element-->]]>
-
-<!ENTITY % authorblurb.attlist "INCLUDE">
-<![%authorblurb.attlist;[
-<!ATTLIST authorblurb
- %common.attrib;
- %authorblurb.role.attrib;
- %local.authorblurb.attrib;
->
-<!--end of authorblurb.attlist-->]]>
-<!--end of authorblurb.module-->]]>
-
-<!ENTITY % personblurb.module "INCLUDE">
-<![%personblurb.module;[
-<!ENTITY % local.personblurb.attrib "">
-<!ENTITY % personblurb.role.attrib "%role.attrib;">
-
-<!ENTITY % personblurb.element "INCLUDE">
-<![%personblurb.element;[
-<!ELEMENT personblurb %ho; (title?, (%para.class;)+)>
-<!--end of personblurb.element-->]]>
-
-<!ENTITY % personblurb.attlist "INCLUDE">
-<![%personblurb.attlist;[
-<!ATTLIST personblurb
- %common.attrib;
- %personblurb.role.attrib;
- %local.personblurb.attrib;
->
-<!--end of personblurb.attlist-->]]>
-<!--end of personblurb.module-->]]>
-
-<!ENTITY % blockquote.module "INCLUDE">
-<![%blockquote.module;[
-
-<!ENTITY % local.blockquote.attrib "">
-<!ENTITY % blockquote.role.attrib "%role.attrib;">
-
-<!ENTITY % blockquote.element "INCLUDE">
-<![%blockquote.element;[
-<!ELEMENT blockquote %ho; (title?, attribution?, (%component.mix;)+)
- %blockquote.exclusion;>
-<!--end of blockquote.element-->]]>
-
-<!ENTITY % blockquote.attlist "INCLUDE">
-<![%blockquote.attlist;[
-<!ATTLIST blockquote
- %common.attrib;
- %blockquote.role.attrib;
- %local.blockquote.attrib;
->
-<!--end of blockquote.attlist-->]]>
-<!--end of blockquote.module-->]]>
-
-<!ENTITY % attribution.module "INCLUDE">
-<![%attribution.module;[
-<!ENTITY % local.attribution.attrib "">
-<!ENTITY % attribution.role.attrib "%role.attrib;">
-
-<!ENTITY % attribution.element "INCLUDE">
-<![%attribution.element;[
-<!ELEMENT attribution %ho; (%para.char.mix;)*>
-<!--end of attribution.element-->]]>
-
-<!ENTITY % attribution.attlist "INCLUDE">
-<![%attribution.attlist;[
-<!ATTLIST attribution
- %common.attrib;
- %attribution.role.attrib;
- %local.attribution.attrib;
->
-<!--end of attribution.attlist-->]]>
-<!--end of attribution.module-->]]>
-
-<!ENTITY % bridgehead.module "INCLUDE">
-<![%bridgehead.module;[
-<!ENTITY % local.bridgehead.attrib "">
-<!ENTITY % bridgehead.role.attrib "%role.attrib;">
-
-<!ENTITY % bridgehead.element "INCLUDE">
-<![%bridgehead.element;[
-<!ELEMENT bridgehead %ho; (%title.char.mix;)*>
-<!--end of bridgehead.element-->]]>
-
-<!-- Renderas: Indicates the format in which the BridgeHead
- should appear -->
-
-
-<!ENTITY % bridgehead.attlist "INCLUDE">
-<![%bridgehead.attlist;[
-<!ATTLIST bridgehead
- renderas (other
- |sect1
- |sect2
- |sect3
- |sect4
- |sect5) #IMPLIED
- %common.attrib;
- %bridgehead.role.attrib;
- %local.bridgehead.attrib;
->
-<!--end of bridgehead.attlist-->]]>
-<!--end of bridgehead.module-->]]>
-
-<!ENTITY % remark.module "INCLUDE">
-<![%remark.module;[
-<!ENTITY % local.remark.attrib "">
-<!ENTITY % remark.role.attrib "%role.attrib;">
-
-<!ENTITY % remark.element "INCLUDE">
-<![%remark.element;[
-<!ELEMENT remark %ho; (%para.char.mix;)*
- %remark.exclusion;>
-<!--end of remark.element-->]]>
-
-<!ENTITY % remark.attlist "INCLUDE">
-<![%remark.attlist;[
-<!ATTLIST remark
- %common.attrib;
- %remark.role.attrib;
- %local.remark.attrib;
->
-<!--end of remark.attlist-->]]>
-<!--end of remark.module-->]]>
-
-<!ENTITY % epigraph.module "INCLUDE">
-<![%epigraph.module;[
-<!ENTITY % local.epigraph.attrib "">
-<!ENTITY % epigraph.role.attrib "%role.attrib;">
-
-<!ENTITY % epigraph.element "INCLUDE">
-<![%epigraph.element;[
-<!ELEMENT epigraph %ho; (attribution?, ((%para.class;)|literallayout)+)>
-<!--end of epigraph.element-->]]>
-
-<!ENTITY % epigraph.attlist "INCLUDE">
-<![%epigraph.attlist;[
-<!ATTLIST epigraph
- %common.attrib;
- %epigraph.role.attrib;
- %local.epigraph.attrib;
->
-<!--end of epigraph.attlist-->]]>
-<!-- Attribution (defined above)-->
-<!--end of epigraph.module-->]]>
-
-<!ENTITY % footnote.module "INCLUDE">
-<![%footnote.module;[
-<!ENTITY % local.footnote.attrib "">
-<!ENTITY % footnote.role.attrib "%role.attrib;">
-
-<!ENTITY % footnote.element "INCLUDE">
-<![%footnote.element;[
-<!ELEMENT footnote %ho; ((%footnote.mix;)+)
- %footnote.exclusion;>
-<!--end of footnote.element-->]]>
-
-<!ENTITY % footnote.attlist "INCLUDE">
-<![%footnote.attlist;[
-<!ATTLIST footnote
- %label.attrib;
- %common.attrib;
- %footnote.role.attrib;
- %local.footnote.attrib;
->
-<!--end of footnote.attlist-->]]>
-<!--end of footnote.module-->]]>
-
-<!ENTITY % highlights.module "INCLUDE">
-<![%highlights.module;[
-<!ENTITY % local.highlights.attrib "">
-<!ENTITY % highlights.role.attrib "%role.attrib;">
-
-<!ENTITY % highlights.element "INCLUDE">
-<![%highlights.element;[
-<!ELEMENT highlights %ho; ((%highlights.mix;)+)
- %highlights.exclusion;>
-<!--end of highlights.element-->]]>
-
-<!ENTITY % highlights.attlist "INCLUDE">
-<![%highlights.attlist;[
-<!ATTLIST highlights
- %common.attrib;
- %highlights.role.attrib;
- %local.highlights.attrib;
->
-<!--end of highlights.attlist-->]]>
-<!--end of highlights.module-->]]>
-
-<!ENTITY % formalpara.module "INCLUDE">
-<![%formalpara.module;[
-<!ENTITY % local.formalpara.attrib "">
-<!ENTITY % formalpara.role.attrib "%role.attrib;">
-
-<!ENTITY % formalpara.element "INCLUDE">
-<![%formalpara.element;[
-<!ELEMENT formalpara %ho; (title, (%ndxterm.class;)*, para)>
-<!--end of formalpara.element-->]]>
-
-<!ENTITY % formalpara.attlist "INCLUDE">
-<![%formalpara.attlist;[
-<!ATTLIST formalpara
- %common.attrib;
- %formalpara.role.attrib;
- %local.formalpara.attrib;
->
-<!--end of formalpara.attlist-->]]>
-<!--end of formalpara.module-->]]>
-
-<!ENTITY % para.module "INCLUDE">
-<![%para.module;[
-<!ENTITY % local.para.attrib "">
-<!ENTITY % para.role.attrib "%role.attrib;">
-
-<!ENTITY % para.element "INCLUDE">
-<![%para.element;[
-<!ELEMENT para %ho; (%para.char.mix; | %para.mix;)*>
-<!--end of para.element-->]]>
-
-<!ENTITY % para.attlist "INCLUDE">
-<![%para.attlist;[
-<!ATTLIST para
- %common.attrib;
- %para.role.attrib;
- %local.para.attrib;
->
-<!--end of para.attlist-->]]>
-<!--end of para.module-->]]>
-
-<!ENTITY % simpara.module "INCLUDE">
-<![%simpara.module;[
-<!ENTITY % local.simpara.attrib "">
-<!ENTITY % simpara.role.attrib "%role.attrib;">
-
-<!ENTITY % simpara.element "INCLUDE">
-<![%simpara.element;[
-<!ELEMENT simpara %ho; (%para.char.mix;)*>
-<!--end of simpara.element-->]]>
-
-<!ENTITY % simpara.attlist "INCLUDE">
-<![%simpara.attlist;[
-<!ATTLIST simpara
- %common.attrib;
- %simpara.role.attrib;
- %local.simpara.attrib;
->
-<!--end of simpara.attlist-->]]>
-<!--end of simpara.module-->]]>
-
-<!ENTITY % admon.module "INCLUDE">
-<![%admon.module;[
-<!ENTITY % local.admon.attrib "">
-<!ENTITY % admon.role.attrib "%role.attrib;">
-
-
-<!ENTITY % caution.element "INCLUDE">
-<![%caution.element;[
-<!ELEMENT caution %ho; (title?, (%admon.mix;)+)
- %admon.exclusion;>
-<!--end of caution.element-->]]>
-
-<!ENTITY % caution.attlist "INCLUDE">
-<![%caution.attlist;[
-<!ATTLIST caution
- %common.attrib;
- %admon.role.attrib;
- %local.admon.attrib;
->
-<!--end of caution.attlist-->]]>
-
-
-<!ENTITY % important.element "INCLUDE">
-<![%important.element;[
-<!ELEMENT important %ho; (title?, (%admon.mix;)+)
- %admon.exclusion;>
-<!--end of important.element-->]]>
-
-<!ENTITY % important.attlist "INCLUDE">
-<![%important.attlist;[
-<!ATTLIST important
- %common.attrib;
- %admon.role.attrib;
- %local.admon.attrib;
->
-<!--end of important.attlist-->]]>
-
-
-<!ENTITY % note.element "INCLUDE">
-<![%note.element;[
-<!ELEMENT note %ho; (title?, (%admon.mix;)+)
- %admon.exclusion;>
-<!--end of note.element-->]]>
-
-<!ENTITY % note.attlist "INCLUDE">
-<![%note.attlist;[
-<!ATTLIST note
- %common.attrib;
- %admon.role.attrib;
- %local.admon.attrib;
->
-<!--end of note.attlist-->]]>
-
-<!ENTITY % tip.element "INCLUDE">
-<![%tip.element;[
-<!ELEMENT tip %ho; (title?, (%admon.mix;)+)
- %admon.exclusion;>
-<!--end of tip.element-->]]>
-
-<!ENTITY % tip.attlist "INCLUDE">
-<![%tip.attlist;[
-<!ATTLIST tip
- %common.attrib;
- %admon.role.attrib;
- %local.admon.attrib;
->
-<!--end of tip.attlist-->]]>
-
-
-<!ENTITY % warning.element "INCLUDE">
-<![%warning.element;[
-<!ELEMENT warning %ho; (title?, (%admon.mix;)+)
- %admon.exclusion;>
-<!--end of warning.element-->]]>
-
-<!ENTITY % warning.attlist "INCLUDE">
-<![%warning.attlist;[
-<!ATTLIST warning
- %common.attrib;
- %admon.role.attrib;
- %local.admon.attrib;
->
-<!--end of warning.attlist-->]]>
-
-<!--end of admon.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Lists ................................................................ -->
-
-<!-- GlossList ........................ -->
-
-<!ENTITY % glosslist.module "INCLUDE">
-<![%glosslist.module;[
-<!ENTITY % local.glosslist.attrib "">
-<!ENTITY % glosslist.role.attrib "%role.attrib;">
-
-<!ENTITY % glosslist.element "INCLUDE">
-<![%glosslist.element;[
-<!ELEMENT glosslist %ho; (glossentry+)>
-<!--end of glosslist.element-->]]>
-
-<!ENTITY % glosslist.attlist "INCLUDE">
-<![%glosslist.attlist;[
-<!ATTLIST glosslist
- %common.attrib;
- %glosslist.role.attrib;
- %local.glosslist.attrib;
->
-<!--end of glosslist.attlist-->]]>
-<!--end of glosslist.module-->]]>
-
-<!ENTITY % glossentry.content.module "INCLUDE">
-<![%glossentry.content.module;[
-<!ENTITY % glossentry.module "INCLUDE">
-<![%glossentry.module;[
-<!ENTITY % local.glossentry.attrib "">
-<!ENTITY % glossentry.role.attrib "%role.attrib;">
-
-<!ENTITY % glossentry.element "INCLUDE">
-<![%glossentry.element;[
-<!ELEMENT glossentry %ho; (glossterm, acronym?, abbrev?,
- (%ndxterm.class;)*,
- revhistory?, (glosssee|glossdef+))>
-<!--end of glossentry.element-->]]>
-
-<!-- SortAs: String by which the GlossEntry is to be sorted
- (alphabetized) in lieu of its proper content -->
-
-
-<!ENTITY % glossentry.attlist "INCLUDE">
-<![%glossentry.attlist;[
-<!ATTLIST glossentry
- sortas CDATA #IMPLIED
- %common.attrib;
- %glossentry.role.attrib;
- %local.glossentry.attrib;
->
-<!--end of glossentry.attlist-->]]>
-<!--end of glossentry.module-->]]>
-
-<!-- GlossTerm (defined in the Inlines section, below)-->
-<!ENTITY % glossdef.module "INCLUDE">
-<![%glossdef.module;[
-<!ENTITY % local.glossdef.attrib "">
-<!ENTITY % glossdef.role.attrib "%role.attrib;">
-
-<!ENTITY % glossdef.element "INCLUDE">
-<![%glossdef.element;[
-<!ELEMENT glossdef %ho; ((%glossdef.mix;)+, glossseealso*)>
-<!--end of glossdef.element-->]]>
-
-<!-- Subject: List of subjects; keywords for the definition -->
-
-
-<!ENTITY % glossdef.attlist "INCLUDE">
-<![%glossdef.attlist;[
-<!ATTLIST glossdef
- subject CDATA #IMPLIED
- %common.attrib;
- %glossdef.role.attrib;
- %local.glossdef.attrib;
->
-<!--end of glossdef.attlist-->]]>
-<!--end of glossdef.module-->]]>
-
-<!ENTITY % glosssee.module "INCLUDE">
-<![%glosssee.module;[
-<!ENTITY % local.glosssee.attrib "">
-<!ENTITY % glosssee.role.attrib "%role.attrib;">
-
-<!ENTITY % glosssee.element "INCLUDE">
-<![%glosssee.element;[
-<!ELEMENT glosssee %ho; (%para.char.mix;)*>
-<!--end of glosssee.element-->]]>
-
-<!-- OtherTerm: Reference to the GlossEntry whose GlossTerm
- should be displayed at the point of the GlossSee -->
-
-
-<!ENTITY % glosssee.attlist "INCLUDE">
-<![%glosssee.attlist;[
-<!ATTLIST glosssee
- otherterm IDREF #IMPLIED
- %common.attrib;
- %glosssee.role.attrib;
- %local.glosssee.attrib;
->
-<!--end of glosssee.attlist-->]]>
-<!--end of glosssee.module-->]]>
-
-<!ENTITY % glossseealso.module "INCLUDE">
-<![%glossseealso.module;[
-<!ENTITY % local.glossseealso.attrib "">
-<!ENTITY % glossseealso.role.attrib "%role.attrib;">
-
-<!ENTITY % glossseealso.element "INCLUDE">
-<![%glossseealso.element;[
-<!ELEMENT glossseealso %ho; (%para.char.mix;)*>
-<!--end of glossseealso.element-->]]>
-
-<!-- OtherTerm: Reference to the GlossEntry whose GlossTerm
- should be displayed at the point of the GlossSeeAlso -->
-
-
-<!ENTITY % glossseealso.attlist "INCLUDE">
-<![%glossseealso.attlist;[
-<!ATTLIST glossseealso
- otherterm IDREF #IMPLIED
- %common.attrib;
- %glossseealso.role.attrib;
- %local.glossseealso.attrib;
->
-<!--end of glossseealso.attlist-->]]>
-<!--end of glossseealso.module-->]]>
-<!--end of glossentry.content.module-->]]>
-
-<!-- ItemizedList and OrderedList ..... -->
-
-<!ENTITY % itemizedlist.module "INCLUDE">
-<![%itemizedlist.module;[
-<!ENTITY % local.itemizedlist.attrib "">
-<!ENTITY % itemizedlist.role.attrib "%role.attrib;">
-
-<!ENTITY % itemizedlist.element "INCLUDE">
-<![%itemizedlist.element;[
-<!ELEMENT itemizedlist %ho; (blockinfo?, (%formalobject.title.content;)?,
- (%listpreamble.mix;)*, listitem+)>
-
-<!--end of itemizedlist.element-->]]>
-
-<!-- Spacing: Whether the vertical space in the list should be
- compressed -->
-<!-- Mark: Keyword, e.g., bullet, dash, checkbox, none;
- list of keywords and defaults are implementation specific -->
-
-
-<!ENTITY % itemizedlist.attlist "INCLUDE">
-<![%itemizedlist.attlist;[
-<!ATTLIST itemizedlist spacing (normal
- |compact) #IMPLIED
- %mark.attrib;
- %common.attrib;
- %itemizedlist.role.attrib;
- %local.itemizedlist.attrib;
->
-<!--end of itemizedlist.attlist-->]]>
-<!--end of itemizedlist.module-->]]>
-
-<!ENTITY % orderedlist.module "INCLUDE">
-<![%orderedlist.module;[
-<!ENTITY % local.orderedlist.attrib "">
-<!ENTITY % orderedlist.role.attrib "%role.attrib;">
-
-<!ENTITY % orderedlist.element "INCLUDE">
-<![%orderedlist.element;[
-<!ELEMENT orderedlist %ho; (blockinfo?, (%formalobject.title.content;)?,
- (%listpreamble.mix;)*, listitem+)>
-
-<!--end of orderedlist.element-->]]>
-
-<!-- Numeration: Style of ListItem numbered; default is expected
- to be Arabic -->
-<!-- InheritNum: Specifies for a nested list that the numbering
- of ListItems should include the number of the item
- within which they are nested (e.g., 1a and 1b within 1,
- rather than a and b) -->
-<!-- Continuation: Where list numbering begins afresh (Restarts,
- the default) or continues that of the immediately preceding
- list (Continues) -->
-<!-- Spacing: Whether the vertical space in the list should be
- compressed -->
-
-
-<!ENTITY % orderedlist.attlist "INCLUDE">
-<![%orderedlist.attlist;[
-<!ATTLIST orderedlist
- numeration (arabic
- |upperalpha
- |loweralpha
- |upperroman
- |lowerroman) #IMPLIED
- inheritnum (inherit
- |ignore) "ignore"
- continuation (continues
- |restarts) "restarts"
- spacing (normal
- |compact) #IMPLIED
- %common.attrib;
- %orderedlist.role.attrib;
- %local.orderedlist.attrib;
->
-<!--end of orderedlist.attlist-->]]>
-<!--end of orderedlist.module-->]]>
-
-<!ENTITY % listitem.module "INCLUDE">
-<![%listitem.module;[
-<!ENTITY % local.listitem.attrib "">
-<!ENTITY % listitem.role.attrib "%role.attrib;">
-
-<!ENTITY % listitem.element "INCLUDE">
-<![%listitem.element;[
-<!ELEMENT listitem %ho; ((%component.mix;)+)>
-<!--end of listitem.element-->]]>
-
-<!-- Override: Indicates the mark to be used for this ListItem
- instead of the default mark or the mark specified by
- the Mark attribute on the enclosing ItemizedList -->
-
-
-<!ENTITY % listitem.attlist "INCLUDE">
-<![%listitem.attlist;[
-<!ATTLIST listitem
- override CDATA #IMPLIED
- %common.attrib;
- %listitem.role.attrib;
- %local.listitem.attrib;
->
-<!--end of listitem.attlist-->]]>
-<!--end of listitem.module-->]]>
-
-<!-- SegmentedList .................... -->
-<!ENTITY % segmentedlist.content.module "INCLUDE">
-<![%segmentedlist.content.module;[
-<!ENTITY % segmentedlist.module "INCLUDE">
-<![%segmentedlist.module;[
-<!ENTITY % local.segmentedlist.attrib "">
-<!ENTITY % segmentedlist.role.attrib "%role.attrib;">
-
-<!ENTITY % segmentedlist.element "INCLUDE">
-<![%segmentedlist.element;[
-<!ELEMENT segmentedlist %ho; ((%formalobject.title.content;)?,
- segtitle+,
- seglistitem+)>
-<!--end of segmentedlist.element-->]]>
-
-<!ENTITY % segmentedlist.attlist "INCLUDE">
-<![%segmentedlist.attlist;[
-<!ATTLIST segmentedlist
- %common.attrib;
- %segmentedlist.role.attrib;
- %local.segmentedlist.attrib;
->
-<!--end of segmentedlist.attlist-->]]>
-<!--end of segmentedlist.module-->]]>
-
-<!ENTITY % segtitle.module "INCLUDE">
-<![%segtitle.module;[
-<!ENTITY % local.segtitle.attrib "">
-<!ENTITY % segtitle.role.attrib "%role.attrib;">
-
-<!ENTITY % segtitle.element "INCLUDE">
-<![%segtitle.element;[
-<!ELEMENT segtitle %ho; (%title.char.mix;)*>
-<!--end of segtitle.element-->]]>
-
-<!ENTITY % segtitle.attlist "INCLUDE">
-<![%segtitle.attlist;[
-<!ATTLIST segtitle
- %common.attrib;
- %segtitle.role.attrib;
- %local.segtitle.attrib;
->
-<!--end of segtitle.attlist-->]]>
-<!--end of segtitle.module-->]]>
-
-<!ENTITY % seglistitem.module "INCLUDE">
-<![%seglistitem.module;[
-<!ENTITY % local.seglistitem.attrib "">
-<!ENTITY % seglistitem.role.attrib "%role.attrib;">
-
-<!ENTITY % seglistitem.element "INCLUDE">
-<![%seglistitem.element;[
-<!ELEMENT seglistitem %ho; (seg+)>
-<!--end of seglistitem.element-->]]>
-
-<!ENTITY % seglistitem.attlist "INCLUDE">
-<![%seglistitem.attlist;[
-<!ATTLIST seglistitem
- %common.attrib;
- %seglistitem.role.attrib;
- %local.seglistitem.attrib;
->
-<!--end of seglistitem.attlist-->]]>
-<!--end of seglistitem.module-->]]>
-
-<!ENTITY % seg.module "INCLUDE">
-<![%seg.module;[
-<!ENTITY % local.seg.attrib "">
-<!ENTITY % seg.role.attrib "%role.attrib;">
-
-<!ENTITY % seg.element "INCLUDE">
-<![%seg.element;[
-<!ELEMENT seg %ho; (%para.char.mix;)*>
-<!--end of seg.element-->]]>
-
-<!ENTITY % seg.attlist "INCLUDE">
-<![%seg.attlist;[
-<!ATTLIST seg
- %common.attrib;
- %seg.role.attrib;
- %local.seg.attrib;
->
-<!--end of seg.attlist-->]]>
-<!--end of seg.module-->]]>
-<!--end of segmentedlist.content.module-->]]>
-
-<!-- SimpleList ....................... -->
-
-<!ENTITY % simplelist.content.module "INCLUDE">
-<![%simplelist.content.module;[
-<!ENTITY % simplelist.module "INCLUDE">
-<![%simplelist.module;[
-<!ENTITY % local.simplelist.attrib "">
-<!ENTITY % simplelist.role.attrib "%role.attrib;">
-
-<!ENTITY % simplelist.element "INCLUDE">
-<![%simplelist.element;[
-<!ELEMENT simplelist %ho; (member+)>
-<!--end of simplelist.element-->]]>
-
-<!-- Columns: The number of columns the array should contain -->
-<!-- Type: How the Members of the SimpleList should be
- formatted: Inline (members separated with commas etc.
- inline), Vert (top to bottom in n Columns), or Horiz (in
- the direction of text flow) in n Columns. If Column
- is 1 or implied, Type=Vert and Type=Horiz give the same
- results. -->
-
-
-<!ENTITY % simplelist.attlist "INCLUDE">
-<![%simplelist.attlist;[
-<!ATTLIST simplelist
- columns CDATA #IMPLIED
- type (inline
- |vert
- |horiz) "vert"
- %common.attrib;
- %simplelist.role.attrib;
- %local.simplelist.attrib;
->
-<!--end of simplelist.attlist-->]]>
-<!--end of simplelist.module-->]]>
-
-<!ENTITY % member.module "INCLUDE">
-<![%member.module;[
-<!ENTITY % local.member.attrib "">
-<!ENTITY % member.role.attrib "%role.attrib;">
-
-<!ENTITY % member.element "INCLUDE">
-<![%member.element;[
-<!ELEMENT member %ho; (%para.char.mix;)*>
-<!--end of member.element-->]]>
-
-<!ENTITY % member.attlist "INCLUDE">
-<![%member.attlist;[
-<!ATTLIST member
- %common.attrib;
- %member.role.attrib;
- %local.member.attrib;
->
-<!--end of member.attlist-->]]>
-<!--end of member.module-->]]>
-<!--end of simplelist.content.module-->]]>
-
-<!-- VariableList ..................... -->
-
-<!ENTITY % variablelist.content.module "INCLUDE">
-<![%variablelist.content.module;[
-<!ENTITY % variablelist.module "INCLUDE">
-<![%variablelist.module;[
-<!ENTITY % local.variablelist.attrib "">
-<!ENTITY % variablelist.role.attrib "%role.attrib;">
-
-<!ENTITY % variablelist.element "INCLUDE">
-<![%variablelist.element;[
-<!ELEMENT variablelist %ho; (blockinfo?, (%formalobject.title.content;)?,
- (%listpreamble.mix;)*, varlistentry+)>
-<!--end of variablelist.element-->]]>
-
-<!-- TermLength: Length beyond which the presentation engine
- may consider the Term too long and select an alternate
- presentation of the Term and, or, its associated ListItem. -->
-
-
-<!ENTITY % variablelist.attlist "INCLUDE">
-<![%variablelist.attlist;[
-<!ATTLIST variablelist
- termlength CDATA #IMPLIED
- %common.attrib;
- %variablelist.role.attrib;
- %local.variablelist.attrib;
->
-<!--end of variablelist.attlist-->]]>
-<!--end of variablelist.module-->]]>
-
-<!ENTITY % varlistentry.module "INCLUDE">
-<![%varlistentry.module;[
-<!ENTITY % local.varlistentry.attrib "">
-<!ENTITY % varlistentry.role.attrib "%role.attrib;">
-
-<!ENTITY % varlistentry.element "INCLUDE">
-<![%varlistentry.element;[
-<!ELEMENT varlistentry %ho; (term+, listitem)>
-<!--end of varlistentry.element-->]]>
-
-<!ENTITY % varlistentry.attlist "INCLUDE">
-<![%varlistentry.attlist;[
-<!ATTLIST varlistentry
- %common.attrib;
- %varlistentry.role.attrib;
- %local.varlistentry.attrib;
->
-<!--end of varlistentry.attlist-->]]>
-<!--end of varlistentry.module-->]]>
-
-<!ENTITY % term.module "INCLUDE">
-<![%term.module;[
-<!ENTITY % local.term.attrib "">
-<!ENTITY % term.role.attrib "%role.attrib;">
-
-<!ENTITY % term.element "INCLUDE">
-<![%term.element;[
-<!ELEMENT term %ho; (%para.char.mix;)*>
-<!--end of term.element-->]]>
-
-<!ENTITY % term.attlist "INCLUDE">
-<![%term.attlist;[
-<!ATTLIST term
- %common.attrib;
- %term.role.attrib;
- %local.term.attrib;
->
-<!--end of term.attlist-->]]>
-<!--end of term.module-->]]>
-
-<!-- ListItem (defined above)-->
-<!--end of variablelist.content.module-->]]>
-
-<!-- CalloutList ...................... -->
-
-<!ENTITY % calloutlist.content.module "INCLUDE">
-<![%calloutlist.content.module;[
-<!ENTITY % calloutlist.module "INCLUDE">
-<![%calloutlist.module;[
-<!ENTITY % local.calloutlist.attrib "">
-<!ENTITY % calloutlist.role.attrib "%role.attrib;">
-
-<!ENTITY % calloutlist.element "INCLUDE">
-<![%calloutlist.element;[
-<!ELEMENT calloutlist %ho; ((%formalobject.title.content;)?, callout+)>
-<!--end of calloutlist.element-->]]>
-
-<!ENTITY % calloutlist.attlist "INCLUDE">
-<![%calloutlist.attlist;[
-<!ATTLIST calloutlist
- %common.attrib;
- %calloutlist.role.attrib;
- %local.calloutlist.attrib;
->
-<!--end of calloutlist.attlist-->]]>
-<!--end of calloutlist.module-->]]>
-
-<!ENTITY % callout.module "INCLUDE">
-<![%callout.module;[
-<!ENTITY % local.callout.attrib "">
-<!ENTITY % callout.role.attrib "%role.attrib;">
-
-<!ENTITY % callout.element "INCLUDE">
-<![%callout.element;[
-<!ELEMENT callout %ho; ((%component.mix;)+)>
-<!--end of callout.element-->]]>
-
-<!-- AreaRefs: IDs of one or more Areas or AreaSets described
- by this Callout -->
-
-
-<!ENTITY % callout.attlist "INCLUDE">
-<![%callout.attlist;[
-<!ATTLIST callout
- arearefs IDREFS #REQUIRED
- %common.attrib;
- %callout.role.attrib;
- %local.callout.attrib;
->
-<!--end of callout.attlist-->]]>
-<!--end of callout.module-->]]>
-<!--end of calloutlist.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Objects .............................................................. -->
-
-<!-- Examples etc. .................... -->
-
-<!ENTITY % example.module "INCLUDE">
-<![%example.module;[
-<!ENTITY % local.example.attrib "">
-<!ENTITY % example.role.attrib "%role.attrib;">
-
-<!ENTITY % example.element "INCLUDE">
-<![%example.element;[
-<!ELEMENT example %ho; (blockinfo?, (%formalobject.title.content;), (%example.mix;)+)
- %formal.exclusion;>
-<!--end of example.element-->]]>
-
-<!ENTITY % example.attlist "INCLUDE">
-<![%example.attlist;[
-<!ATTLIST example
- %label.attrib;
- %width.attrib;
- %common.attrib;
- %example.role.attrib;
- %local.example.attrib;
->
-<!--end of example.attlist-->]]>
-<!--end of example.module-->]]>
-
-<!ENTITY % informalexample.module "INCLUDE">
-<![%informalexample.module;[
-<!ENTITY % local.informalexample.attrib "">
-<!ENTITY % informalexample.role.attrib "%role.attrib;">
-
-<!ENTITY % informalexample.element "INCLUDE">
-<![%informalexample.element;[
-<!ELEMENT informalexample %ho; (blockinfo?, (%example.mix;)+)>
-<!--end of informalexample.element-->]]>
-
-<!ENTITY % informalexample.attlist "INCLUDE">
-<![%informalexample.attlist;[
-<!ATTLIST informalexample
- %width.attrib;
- %common.attrib;
- %informalexample.role.attrib;
- %local.informalexample.attrib;
->
-<!--end of informalexample.attlist-->]]>
-<!--end of informalexample.module-->]]>
-
-<!ENTITY % programlistingco.module "INCLUDE">
-<![%programlistingco.module;[
-<!ENTITY % local.programlistingco.attrib "">
-<!ENTITY % programlistingco.role.attrib "%role.attrib;">
-
-<!ENTITY % programlistingco.element "INCLUDE">
-<![%programlistingco.element;[
-<!ELEMENT programlistingco %ho; (areaspec, programlisting, calloutlist*)>
-<!--end of programlistingco.element-->]]>
-
-<!ENTITY % programlistingco.attlist "INCLUDE">
-<![%programlistingco.attlist;[
-<!ATTLIST programlistingco
- %common.attrib;
- %programlistingco.role.attrib;
- %local.programlistingco.attrib;
->
-<!--end of programlistingco.attlist-->]]>
-<!-- CalloutList (defined above in Lists)-->
-<!--end of informalexample.module-->]]>
-
-<!ENTITY % areaspec.content.module "INCLUDE">
-<![%areaspec.content.module;[
-<!ENTITY % areaspec.module "INCLUDE">
-<![%areaspec.module;[
-<!ENTITY % local.areaspec.attrib "">
-<!ENTITY % areaspec.role.attrib "%role.attrib;">
-
-<!ENTITY % areaspec.element "INCLUDE">
-<![%areaspec.element;[
-<!ELEMENT areaspec %ho; ((area|areaset)+)>
-<!--end of areaspec.element-->]]>
-
-<!-- Units: global unit of measure in which coordinates in
- this spec are expressed:
-
- - CALSPair "x1,y1 x2,y2": lower-left and upper-right
- coordinates in a rectangle describing repro area in which
- graphic is placed, where X and Y dimensions are each some
- number 0..10000 (taken from CALS graphic attributes)
-
- - LineColumn "line column": line number and column number
- at which to start callout text in "linespecific" content
-
- - LineRange "startline endline": whole lines from startline
- to endline in "linespecific" content
-
- - LineColumnPair "line1 col1 line2 col2": starting and ending
- points of area in "linespecific" content that starts at
- first position and ends at second position (including the
- beginnings of any intervening lines)
-
- - Other: directive to look at value of OtherUnits attribute
- to get implementation-specific keyword
-
- The default is implementation-specific; usually dependent on
- the parent element (GraphicCO gets CALSPair, ProgramListingCO
- and ScreenCO get LineColumn) -->
-<!-- OtherUnits: User-defined units -->
-
-
-<!ENTITY % areaspec.attlist "INCLUDE">
-<![%areaspec.attlist;[
-<!ATTLIST areaspec
- units (calspair
- |linecolumn
- |linerange
- |linecolumnpair
- |other) #IMPLIED
- otherunits NMTOKEN #IMPLIED
- %common.attrib;
- %areaspec.role.attrib;
- %local.areaspec.attrib;
->
-<!--end of areaspec.attlist-->]]>
-<!--end of areaspec.module-->]]>
-
-<!ENTITY % area.module "INCLUDE">
-<![%area.module;[
-<!ENTITY % local.area.attrib "">
-<!ENTITY % area.role.attrib "%role.attrib;">
-
-<!ENTITY % area.element "INCLUDE">
-<![%area.element;[
-<!ELEMENT area %ho; EMPTY>
-<!--end of area.element-->]]>
-
-<!-- bug number/symbol override or initialization -->
-<!-- to any related information -->
-<!-- Units: unit of measure in which coordinates in this
- area are expressed; inherits from AreaSet and AreaSpec -->
-<!-- OtherUnits: User-defined units -->
-
-
-<!ENTITY % area.attlist "INCLUDE">
-<![%area.attlist;[
-<!ATTLIST area
- %label.attrib;
- %linkends.attrib;
- units (calspair
- |linecolumn
- |linerange
- |linecolumnpair
- |other) #IMPLIED
- otherunits NMTOKEN #IMPLIED
- coords CDATA #REQUIRED
- %idreq.common.attrib;
- %area.role.attrib;
- %local.area.attrib;
->
-<!--end of area.attlist-->]]>
-<!--end of area.module-->]]>
-
-<!ENTITY % areaset.module "INCLUDE">
-<![%areaset.module;[
-<!ENTITY % local.areaset.attrib "">
-<!ENTITY % areaset.role.attrib "%role.attrib;">
-
-<!ENTITY % areaset.element "INCLUDE">
-<![%areaset.element;[
-<!ELEMENT areaset %ho; (area+)>
-<!--end of areaset.element-->]]>
-
-<!-- bug number/symbol override or initialization -->
-<!-- Units: unit of measure in which coordinates in this
- area are expressed; inherits from AreaSpec -->
-
-
-<!ENTITY % areaset.attlist "INCLUDE">
-<![%areaset.attlist;[
-<!ATTLIST areaset
- %label.attrib;
- units (calspair
- |linecolumn
- |linerange
- |linecolumnpair
- |other) #IMPLIED
- otherunits NMTOKEN #IMPLIED
- coords CDATA #REQUIRED
- %idreq.common.attrib;
- %areaset.role.attrib;
- %local.areaset.attrib;
->
-<!--end of areaset.attlist-->]]>
-<!--end of areaset.module-->]]>
-<!--end of areaspec.content.module-->]]>
-
-<!ENTITY % programlisting.module "INCLUDE">
-<![%programlisting.module;[
-<!ENTITY % local.programlisting.attrib "">
-<!ENTITY % programlisting.role.attrib "%role.attrib;">
-
-<!ENTITY % programlisting.element "INCLUDE">
-<![%programlisting.element;[
-<!ELEMENT programlisting %ho; (%para.char.mix;|co|coref|lineannotation|textobject)*>
-<!--end of programlisting.element-->]]>
-
-<!ENTITY % programlisting.attlist "INCLUDE">
-<![%programlisting.attlist;[
-<!ATTLIST programlisting
- %width.attrib;
- %linespecific.attrib;
- %common.attrib;
- %programlisting.role.attrib;
- %local.programlisting.attrib;
->
-<!--end of programlisting.attlist-->]]>
-<!--end of programlisting.module-->]]>
-
-<!ENTITY % literallayout.module "INCLUDE">
-<![%literallayout.module;[
-<!ENTITY % local.literallayout.attrib "">
-<!ENTITY % literallayout.role.attrib "%role.attrib;">
-
-<!ENTITY % literallayout.element "INCLUDE">
-<![%literallayout.element;[
-<!ELEMENT literallayout %ho; (%para.char.mix;|co|coref|textobject|lineannotation)*>
-<!--end of literallayout.element-->]]>
-
-<!ENTITY % literallayout.attlist "INCLUDE">
-<![%literallayout.attlist;[
-<!ATTLIST literallayout
- %width.attrib;
- %linespecific.attrib;
- class (monospaced|normal) "normal"
- %common.attrib;
- %literallayout.role.attrib;
- %local.literallayout.attrib;
->
-<!--end of literallayout.attlist-->]]>
-<!-- LineAnnotation (defined in the Inlines section, below)-->
-<!--end of literallayout.module-->]]>
-
-<!ENTITY % screenco.module "INCLUDE">
-<![%screenco.module;[
-<!ENTITY % local.screenco.attrib "">
-<!ENTITY % screenco.role.attrib "%role.attrib;">
-
-<!ENTITY % screenco.element "INCLUDE">
-<![%screenco.element;[
-<!ELEMENT screenco %ho; (areaspec, screen, calloutlist*)>
-<!--end of screenco.element-->]]>
-
-<!ENTITY % screenco.attlist "INCLUDE">
-<![%screenco.attlist;[
-<!ATTLIST screenco
- %common.attrib;
- %screenco.role.attrib;
- %local.screenco.attrib;
->
-<!--end of screenco.attlist-->]]>
-<!-- AreaSpec (defined above)-->
-<!-- CalloutList (defined above in Lists)-->
-<!--end of screenco.module-->]]>
-
-<!ENTITY % screen.module "INCLUDE">
-<![%screen.module;[
-<!ENTITY % local.screen.attrib "">
-<!ENTITY % screen.role.attrib "%role.attrib;">
-
-<!ENTITY % screen.element "INCLUDE">
-<![%screen.element;[
-<!ELEMENT screen %ho; (%para.char.mix;|co|coref|textobject|lineannotation)*>
-<!--end of screen.element-->]]>
-
-<!ENTITY % screen.attlist "INCLUDE">
-<![%screen.attlist;[
-<!ATTLIST screen
- %width.attrib;
- %linespecific.attrib;
- %common.attrib;
- %screen.role.attrib;
- %local.screen.attrib;
->
-<!--end of screen.attlist-->]]>
-<!--end of screen.module-->]]>
-
-<!ENTITY % screenshot.content.module "INCLUDE">
-<![%screenshot.content.module;[
-<!ENTITY % screenshot.module "INCLUDE">
-<![%screenshot.module;[
-<!ENTITY % local.screenshot.attrib "">
-<!ENTITY % screenshot.role.attrib "%role.attrib;">
-
-<!ENTITY % screenshot.element "INCLUDE">
-<![%screenshot.element;[
-<!ELEMENT screenshot %ho; (screeninfo?,
- (graphic|graphicco
- |mediaobject|mediaobjectco))>
-<!--end of screenshot.element-->]]>
-
-<!ENTITY % screenshot.attlist "INCLUDE">
-<![%screenshot.attlist;[
-<!ATTLIST screenshot
- %common.attrib;
- %screenshot.role.attrib;
- %local.screenshot.attrib;
->
-<!--end of screenshot.attlist-->]]>
-<!--end of screenshot.module-->]]>
-
-<!ENTITY % screeninfo.module "INCLUDE">
-<![%screeninfo.module;[
-<!ENTITY % local.screeninfo.attrib "">
-<!ENTITY % screeninfo.role.attrib "%role.attrib;">
-
-<!ENTITY % screeninfo.element "INCLUDE">
-<![%screeninfo.element;[
-<!ELEMENT screeninfo %ho; (%para.char.mix;)*
- %ubiq.exclusion;>
-<!--end of screeninfo.element-->]]>
-
-<!ENTITY % screeninfo.attlist "INCLUDE">
-<![%screeninfo.attlist;[
-<!ATTLIST screeninfo
- %common.attrib;
- %screeninfo.role.attrib;
- %local.screeninfo.attrib;
->
-<!--end of screeninfo.attlist-->]]>
-<!--end of screeninfo.module-->]]>
-<!--end of screenshot.content.module-->]]>
-
-<!-- Figures etc. ..................... -->
-
-<!ENTITY % figure.module "INCLUDE">
-<![%figure.module;[
-<!ENTITY % local.figure.attrib "">
-<!ENTITY % figure.role.attrib "%role.attrib;">
-
-<!ENTITY % figure.element "INCLUDE">
-<![%figure.element;[
-<!ELEMENT figure %ho; (blockinfo?, (%formalobject.title.content;),
- (%figure.mix; | %link.char.class;)+)>
-<!--end of figure.element-->]]>
-
-<!-- Float: Whether the Figure is supposed to be rendered
- where convenient (yes (1) value) or at the place it occurs
- in the text (no (0) value, the default) -->
-
-
-<!ENTITY % figure.attlist "INCLUDE">
-<![%figure.attlist;[
-<!ATTLIST figure
- float %yesorno.attvals; '0'
- pgwide %yesorno.attvals; #IMPLIED
- %label.attrib;
- %common.attrib;
- %figure.role.attrib;
- %local.figure.attrib;
->
-<!--end of figure.attlist-->]]>
-<!--end of figure.module-->]]>
-
-<!ENTITY % informalfigure.module "INCLUDE">
-<![ %informalfigure.module; [
-<!ENTITY % local.informalfigure.attrib "">
-<!ENTITY % informalfigure.role.attrib "%role.attrib;">
-
-<!ENTITY % informalfigure.element "INCLUDE">
-<![ %informalfigure.element; [
-<!ELEMENT informalfigure %ho; (blockinfo?, (%figure.mix; | %link.char.class;)+)>
-<!--end of informalfigure.element-->]]>
-
-<!ENTITY % informalfigure.attlist "INCLUDE">
-<![ %informalfigure.attlist; [
-<!--
-Float: Whether the Figure is supposed to be rendered
-where convenient (yes (1) value) or at the place it occurs
-in the text (no (0) value, the default)
--->
-<!ATTLIST informalfigure
- float %yesorno.attvals; "0"
- pgwide %yesorno.attvals; #IMPLIED
- %label.attrib;
- %common.attrib;
- %informalfigure.role.attrib;
- %local.informalfigure.attrib;
->
-<!--end of informalfigure.attlist-->]]>
-<!--end of informalfigure.module-->]]>
-
-<!ENTITY % graphicco.module "INCLUDE">
-<![%graphicco.module;[
-<!ENTITY % local.graphicco.attrib "">
-<!ENTITY % graphicco.role.attrib "%role.attrib;">
-
-<!ENTITY % graphicco.element "INCLUDE">
-<![%graphicco.element;[
-<!ELEMENT graphicco %ho; (areaspec, graphic, calloutlist*)>
-<!--end of graphicco.element-->]]>
-
-<!ENTITY % graphicco.attlist "INCLUDE">
-<![%graphicco.attlist;[
-<!ATTLIST graphicco
- %common.attrib;
- %graphicco.role.attrib;
- %local.graphicco.attrib;
->
-<!--end of graphicco.attlist-->]]>
-<!-- AreaSpec (defined above in Examples)-->
-<!-- CalloutList (defined above in Lists)-->
-<!--end of graphicco.module-->]]>
-
-<!-- Graphical data can be the content of Graphic, or you can reference
- an external file either as an entity (Entitref) or a filename
- (Fileref). -->
-
-<!ENTITY % graphic.module "INCLUDE">
-<![%graphic.module;[
-<!ENTITY % local.graphic.attrib "">
-<!ENTITY % graphic.role.attrib "%role.attrib;">
-
-<!ENTITY % graphic.element "INCLUDE">
-<![%graphic.element;[
-<!ELEMENT graphic %ho; EMPTY>
-<!--end of graphic.element-->]]>
-
-<!ENTITY % graphic.attlist "INCLUDE">
-<![%graphic.attlist;[
-<!ATTLIST graphic
- %graphics.attrib;
- %common.attrib;
- %graphic.role.attrib;
- %local.graphic.attrib;
->
-<!--end of graphic.attlist-->]]>
-<!--end of graphic.module-->]]>
-
-<!ENTITY % inlinegraphic.module "INCLUDE">
-<![%inlinegraphic.module;[
-<!ENTITY % local.inlinegraphic.attrib "">
-<!ENTITY % inlinegraphic.role.attrib "%role.attrib;">
-
-<!ENTITY % inlinegraphic.element "INCLUDE">
-<![%inlinegraphic.element;[
-<!ELEMENT inlinegraphic %ho; EMPTY>
-<!--end of inlinegraphic.element-->]]>
-
-<!ENTITY % inlinegraphic.attlist "INCLUDE">
-<![%inlinegraphic.attlist;[
-<!ATTLIST inlinegraphic
- %graphics.attrib;
- %common.attrib;
- %inlinegraphic.role.attrib;
- %local.inlinegraphic.attrib;
->
-<!--end of inlinegraphic.attlist-->]]>
-<!--end of inlinegraphic.module-->]]>
-
-<!ENTITY % mediaobject.content.module "INCLUDE">
-<![ %mediaobject.content.module; [
-
-<!ENTITY % mediaobject.module "INCLUDE">
-<![ %mediaobject.module; [
-<!ENTITY % local.mediaobject.attrib "">
-<!ENTITY % mediaobject.role.attrib "%role.attrib;">
-
-<!ENTITY % mediaobject.element "INCLUDE">
-<![ %mediaobject.element; [
-<!ELEMENT mediaobject %ho; (objectinfo?,
- (%mediaobject.mix;)+,
- caption?)>
-<!--end of mediaobject.element-->]]>
-
-<!ENTITY % mediaobject.attlist "INCLUDE">
-<![ %mediaobject.attlist; [
-<!ATTLIST mediaobject
- %common.attrib;
- %mediaobject.role.attrib;
- %local.mediaobject.attrib;
->
-<!--end of mediaobject.attlist-->]]>
-<!--end of mediaobject.module-->]]>
-
-<!ENTITY % inlinemediaobject.module "INCLUDE">
-<![ %inlinemediaobject.module; [
-<!ENTITY % local.inlinemediaobject.attrib "">
-<!ENTITY % inlinemediaobject.role.attrib "%role.attrib;">
-
-<!ENTITY % inlinemediaobject.element "INCLUDE">
-<![ %inlinemediaobject.element; [
-<!ELEMENT inlinemediaobject %ho; (objectinfo?,
- (%mediaobject.mix;)+)>
-<!--end of inlinemediaobject.element-->]]>
-
-<!ENTITY % inlinemediaobject.attlist "INCLUDE">
-<![ %inlinemediaobject.attlist; [
-<!ATTLIST inlinemediaobject
- %common.attrib;
- %inlinemediaobject.role.attrib;
- %local.inlinemediaobject.attrib;
->
-<!--end of inlinemediaobject.attlist-->]]>
-<!--end of inlinemediaobject.module-->]]>
-
-<!ENTITY % videoobject.module "INCLUDE">
-<![ %videoobject.module; [
-<!ENTITY % local.videoobject.attrib "">
-<!ENTITY % videoobject.role.attrib "%role.attrib;">
-
-<!ENTITY % videoobject.element "INCLUDE">
-<![ %videoobject.element; [
-<!ELEMENT videoobject %ho; (objectinfo?, videodata)>
-<!--end of videoobject.element-->]]>
-
-<!ENTITY % videoobject.attlist "INCLUDE">
-<![ %videoobject.attlist; [
-<!ATTLIST videoobject
- %common.attrib;
- %videoobject.role.attrib;
- %local.videoobject.attrib;
->
-<!--end of videoobject.attlist-->]]>
-<!--end of videoobject.module-->]]>
-
-<!ENTITY % audioobject.module "INCLUDE">
-<![ %audioobject.module; [
-<!ENTITY % local.audioobject.attrib "">
-<!ENTITY % audioobject.role.attrib "%role.attrib;">
-
-<!ENTITY % audioobject.element "INCLUDE">
-<![ %audioobject.element; [
-<!ELEMENT audioobject %ho; (objectinfo?, audiodata)>
-<!--end of audioobject.element-->]]>
-
-<!ENTITY % audioobject.attlist "INCLUDE">
-<![ %audioobject.attlist; [
-<!ATTLIST audioobject
- %common.attrib;
- %audioobject.role.attrib;
- %local.audioobject.attrib;
->
-<!--end of audioobject.attlist-->]]>
-<!--end of audioobject.module-->]]>
-
-<!ENTITY % imageobject.module "INCLUDE">
-<![ %imageobject.module; [
-<!ENTITY % local.imageobject.attrib "">
-<!ENTITY % imageobject.role.attrib "%role.attrib;">
-
-<!ENTITY % imageobject.element "INCLUDE">
-<![ %imageobject.element; [
-<!ELEMENT imageobject %ho; (objectinfo?, imagedata)>
-<!--end of imageobject.element-->]]>
-
-<!ENTITY % imageobject.attlist "INCLUDE">
-<![ %imageobject.attlist; [
-<!ATTLIST imageobject
- %common.attrib;
- %imageobject.role.attrib;
- %local.imageobject.attrib;
->
-<!--end of imageobject.attlist-->]]>
-<!--end of imageobject.module-->]]>
-
-<!ENTITY % textobject.module "INCLUDE">
-<![ %textobject.module; [
-<!ENTITY % local.textobject.attrib "">
-<!ENTITY % textobject.role.attrib "%role.attrib;">
-
-<!ENTITY % textobject.element "INCLUDE">
-<![ %textobject.element; [
-<!ELEMENT textobject %ho; (objectinfo?, (phrase|textdata|(%textobject.mix;)+))>
-<!--end of textobject.element-->]]>
-
-<!ENTITY % textobject.attlist "INCLUDE">
-<![ %textobject.attlist; [
-<!ATTLIST textobject
- %common.attrib;
- %textobject.role.attrib;
- %local.textobject.attrib;
->
-<!--end of textobject.attlist-->]]>
-<!--end of textobject.module-->]]>
-
-<!ENTITY % objectinfo.module "INCLUDE">
-<![ %objectinfo.module; [
-<!ENTITY % local.objectinfo.attrib "">
-<!ENTITY % objectinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % objectinfo.element "INCLUDE">
-<![ %objectinfo.element; [
-<!ELEMENT objectinfo %ho; ((%info.class;)+)
- %beginpage.exclusion;>
-<!--end of objectinfo.element-->]]>
-
-<!ENTITY % objectinfo.attlist "INCLUDE">
-<![ %objectinfo.attlist; [
-<!ATTLIST objectinfo
- %common.attrib;
- %objectinfo.role.attrib;
- %local.objectinfo.attrib;
->
-<!--end of objectinfo.attlist-->]]>
-<!--end of objectinfo.module-->]]>
-
-<!--EntityRef: Name of an external entity containing the content
- of the object data-->
-<!--FileRef: Filename, qualified by a pathname if desired,
- designating the file containing the content of the object data-->
-<!--Format: Notation of the element content, if any-->
-<!--SrcCredit: Information about the source of the image-->
-<!ENTITY % local.objectdata.attrib "">
-<!ENTITY % objectdata.attrib
- "
- entityref ENTITY #IMPLIED
- fileref CDATA #IMPLIED
- format (%notation.class;)
- #IMPLIED
- srccredit CDATA #IMPLIED
- %local.objectdata.attrib;"
->
-
-<!ENTITY % videodata.module "INCLUDE">
-<![ %videodata.module; [
-<!ENTITY % local.videodata.attrib "">
-<!ENTITY % videodata.role.attrib "%role.attrib;">
-
-<!ENTITY % videodata.element "INCLUDE">
-<![ %videodata.element; [
-<!ELEMENT videodata %ho; EMPTY>
-<!--end of videodata.element-->]]>
-
-<!ENTITY % videodata.attlist "INCLUDE">
-<![ %videodata.attlist; [
-
-<!--Width: Same as CALS reprowid (desired width)-->
-<!--Depth: Same as CALS reprodep (desired depth)-->
-<!--Align: Same as CALS hplace with 'none' removed; #IMPLIED means
- application-specific-->
-<!--Scale: Conflation of CALS hscale and vscale-->
-<!--Scalefit: Same as CALS scalefit-->
-<!ATTLIST videodata
- width CDATA #IMPLIED
- contentwidth CDATA #IMPLIED
- depth CDATA #IMPLIED
- contentdepth CDATA #IMPLIED
- align (left
- |right
- |center) #IMPLIED
- valign (top
- |middle
- |bottom) #IMPLIED
- scale CDATA #IMPLIED
- scalefit %yesorno.attvals;
- #IMPLIED
- %objectdata.attrib;
- %common.attrib;
- %videodata.role.attrib;
- %local.videodata.attrib;
->
-<!--end of videodata.attlist-->]]>
-<!--end of videodata.module-->]]>
-
-<!ENTITY % audiodata.module "INCLUDE">
-<![ %audiodata.module; [
-<!ENTITY % local.audiodata.attrib "">
-<!ENTITY % audiodata.role.attrib "%role.attrib;">
-
-<!ENTITY % audiodata.element "INCLUDE">
-<![ %audiodata.element; [
-<!ELEMENT audiodata %ho; EMPTY>
-<!--end of audiodata.element-->]]>
-
-<!ENTITY % audiodata.attlist "INCLUDE">
-<![ %audiodata.attlist; [
-<!ATTLIST audiodata
- %objectdata.attrib;
- %common.attrib;
- %audiodata.role.attrib;
- %local.audiodata.attrib;
->
-<!--end of audiodata.attlist-->]]>
-<!--end of audiodata.module-->]]>
-
-<!ENTITY % imagedata.module "INCLUDE">
-<![ %imagedata.module; [
-<!ENTITY % local.imagedata.attrib "">
-<!ENTITY % imagedata.role.attrib "%role.attrib;">
-
-<!ENTITY % imagedata.element "INCLUDE">
-<![ %imagedata.element; [
-<!ELEMENT imagedata %ho; EMPTY>
-<!--end of imagedata.element-->]]>
-
-<!ENTITY % imagedata.attlist "INCLUDE">
-<![ %imagedata.attlist; [
-
-<!--Width: Same as CALS reprowid (desired width)-->
-<!--Depth: Same as CALS reprodep (desired depth)-->
-<!--Align: Same as CALS hplace with 'none' removed; #IMPLIED means
- application-specific-->
-<!--Scale: Conflation of CALS hscale and vscale-->
-<!--Scalefit: Same as CALS scalefit-->
-<!ATTLIST imagedata
- width CDATA #IMPLIED
- contentwidth CDATA #IMPLIED
- depth CDATA #IMPLIED
- contentdepth CDATA #IMPLIED
- align (left
- |right
- |center) #IMPLIED
- valign (top
- |middle
- |bottom) #IMPLIED
- scale CDATA #IMPLIED
- scalefit %yesorno.attvals;
- #IMPLIED
- %objectdata.attrib;
- %common.attrib;
- %imagedata.role.attrib;
- %local.imagedata.attrib;
->
-<!--end of imagedata.attlist-->]]>
-<!--end of imagedata.module-->]]>
-
-<!ENTITY % textdata.module "INCLUDE">
-<![ %textdata.module; [
-<!ENTITY % local.textdata.attrib "">
-<!ENTITY % textdata.role.attrib "%role.attrib;">
-
-<!ENTITY % textdata.element "INCLUDE">
-<![ %textdata.element; [
-<!ELEMENT textdata %ho; EMPTY>
-<!--end of textdata.element-->]]>
-
-<!ENTITY % textdata.attlist "INCLUDE">
-<![ %textdata.attlist; [
-<!ATTLIST textdata
- encoding CDATA #IMPLIED
- %objectdata.attrib;
- %common.attrib;
- %textdata.role.attrib;
- %local.textdata.attrib;
->
-<!--end of textdata.attlist-->]]>
-<!--end of textdata.module-->]]>
-
-<!ENTITY % caption.module "INCLUDE">
-<![ %caption.module; [
-<!ENTITY % local.caption.attrib "">
-<!ENTITY % caption.role.attrib "%role.attrib;">
-
-<!ENTITY % caption.element "INCLUDE">
-<![ %caption.element; [
-<!ELEMENT caption %ho; (%textobject.mix;)*>
-<!--end of caption.element-->]]>
-
-<!ENTITY % caption.attlist "INCLUDE">
-<![ %caption.attlist; [
-<!ATTLIST caption
- %common.attrib;
- %caption.role.attrib;
- %local.caption.attrib;
->
-<!--end of caption.attlist-->]]>
-<!--end of caption.module-->]]>
-
-<!ENTITY % mediaobjectco.module "INCLUDE">
-<![ %mediaobjectco.module; [
-<!ENTITY % local.mediaobjectco.attrib "">
-<!ENTITY % mediaobjectco.role.attrib "%role.attrib;">
-
-<!ENTITY % mediaobjectco.element "INCLUDE">
-<![ %mediaobjectco.element; [
-<!ELEMENT mediaobjectco %ho; (objectinfo?, imageobjectco,
- (imageobjectco|textobject)*)>
-<!--end of mediaobjectco.element-->]]>
-
-<!ENTITY % mediaobjectco.attlist "INCLUDE">
-<![ %mediaobjectco.attlist; [
-<!ATTLIST mediaobjectco
- %common.attrib;
- %mediaobjectco.role.attrib;
- %local.mediaobjectco.attrib;
->
-<!--end of mediaobjectco.attlist-->]]>
-<!--end of mediaobjectco.module-->]]>
-
-<!ENTITY % imageobjectco.module "INCLUDE">
-<![ %imageobjectco.module; [
-<!ENTITY % local.imageobjectco.attrib "">
-<!ENTITY % imageobjectco.role.attrib "%role.attrib;">
-
-<!ENTITY % imageobjectco.element "INCLUDE">
-<![ %imageobjectco.element; [
-<!ELEMENT imageobjectco %ho; (areaspec, imageobject, calloutlist*)>
-<!--end of imageobjectco.element-->]]>
-
-<!ENTITY % imageobjectco.attlist "INCLUDE">
-<![ %imageobjectco.attlist; [
-<!ATTLIST imageobjectco
- %common.attrib;
- %imageobjectco.role.attrib;
- %local.imageobjectco.attrib;
->
-<!--end of imageobjectco.attlist-->]]>
-<!--end of imageobjectco.module-->]]>
-<!--end of mediaobject.content.module-->]]>
-
-<!-- Equations ........................ -->
-
-<!-- This PE provides a mechanism for replacing equation content, -->
-<!-- perhaps adding a new or different model (e.g., MathML) -->
-<!ENTITY % equation.content "(alt?, (graphic+|mediaobject+))">
-<!ENTITY % inlineequation.content "(alt?, (graphic+|inlinemediaobject+))">
-
-<!ENTITY % equation.module "INCLUDE">
-<![%equation.module;[
-<!ENTITY % local.equation.attrib "">
-<!ENTITY % equation.role.attrib "%role.attrib;">
-
-<!ENTITY % equation.element "INCLUDE">
-<![%equation.element;[
-<!ELEMENT equation %ho; (blockinfo?, (%formalobject.title.content;)?,
- (informalequation | %equation.content;))>
-<!--end of equation.element-->]]>
-
-<!ENTITY % equation.attlist "INCLUDE">
-<![%equation.attlist;[
-<!ATTLIST equation
- %label.attrib;
- %common.attrib;
- %equation.role.attrib;
- %local.equation.attrib;
->
-<!--end of equation.attlist-->]]>
-<!--end of equation.module-->]]>
-
-<!ENTITY % informalequation.module "INCLUDE">
-<![%informalequation.module;[
-<!ENTITY % local.informalequation.attrib "">
-<!ENTITY % informalequation.role.attrib "%role.attrib;">
-
-<!ENTITY % informalequation.element "INCLUDE">
-<![%informalequation.element;[
-<!ELEMENT informalequation %ho; (blockinfo?, %equation.content;) >
-<!--end of informalequation.element-->]]>
-
-<!ENTITY % informalequation.attlist "INCLUDE">
-<![%informalequation.attlist;[
-<!ATTLIST informalequation
- %common.attrib;
- %informalequation.role.attrib;
- %local.informalequation.attrib;
->
-<!--end of informalequation.attlist-->]]>
-<!--end of informalequation.module-->]]>
-
-<!ENTITY % inlineequation.module "INCLUDE">
-<![%inlineequation.module;[
-<!ENTITY % local.inlineequation.attrib "">
-<!ENTITY % inlineequation.role.attrib "%role.attrib;">
-
-<!ENTITY % inlineequation.element "INCLUDE">
-<![%inlineequation.element;[
-<!ELEMENT inlineequation %ho; (%inlineequation.content;)>
-<!--end of inlineequation.element-->]]>
-
-<!ENTITY % inlineequation.attlist "INCLUDE">
-<![%inlineequation.attlist;[
-<!ATTLIST inlineequation
- %common.attrib;
- %inlineequation.role.attrib;
- %local.inlineequation.attrib;
->
-<!--end of inlineequation.attlist-->]]>
-<!--end of inlineequation.module-->]]>
-
-<!ENTITY % alt.module "INCLUDE">
-<![%alt.module;[
-<!ENTITY % local.alt.attrib "">
-<!ENTITY % alt.role.attrib "%role.attrib;">
-
-<!ENTITY % alt.element "INCLUDE">
-<![%alt.element;[
-<!ELEMENT alt %ho; (#PCDATA)>
-<!--end of alt.element-->]]>
-
-<!ENTITY % alt.attlist "INCLUDE">
-<![%alt.attlist;[
-<!ATTLIST alt
- %common.attrib;
- %alt.role.attrib;
- %local.alt.attrib;
->
-<!--end of alt.attlist-->]]>
-<!--end of alt.module-->]]>
-
-<!-- Tables ........................... -->
-
-<!ENTITY % table.module "INCLUDE">
-<![%table.module;[
-
-<!-- Choose a table model. CALS or OASIS XML Exchange -->
-
-<!ENTITY % cals.table.module "INCLUDE">
-<![%cals.table.module;[
-<!ENTITY % exchange.table.module "IGNORE">
-]]>
-<!ENTITY % exchange.table.module "INCLUDE">
-
-<!ENTITY % tables.role.attrib "%role.attrib;">
-
-<![%cals.table.module;[
-<!-- Add label and role attributes to table and informaltable -->
-<!ENTITY % bodyatt "%label.attrib;">
-
-<!-- Add common attributes to Table, TGroup, TBody, THead, TFoot, Row,
- EntryTbl, and Entry (and InformalTable element). -->
-<!ENTITY % secur
- "%common.attrib;
- %tables.role.attrib;">
-
-<!ENTITY % common.table.attribs
- "%bodyatt;
- %secur;">
-
-<!-- Content model for Table. -->
-<!ENTITY % tbl.table.mdl
- "(blockinfo?, (%formalobject.title.content;), (%ndxterm.class;)*,
- textobject*,
- (graphic+|mediaobject+|tgroup+))">
-
-<!-- Allow either objects or inlines; beware of REs between elements. -->
-<!ENTITY % tbl.entry.mdl "%para.char.mix; | %tabentry.mix;">
-
-<!-- Reference CALS Table Model -->
-<!ENTITY % tablemodel
- PUBLIC "-//OASIS//DTD DocBook CALS Table Model V4.2//EN"
- "calstblx.dtd">
-]]>
-
-<![%exchange.table.module;[
-<!-- Add common attributes and the Label attribute to Table and -->
-<!-- InformalTable. -->
-<!ENTITY % bodyatt
- "%common.attrib;
- %label.attrib;
- %tables.role.attrib;">
-
-<!ENTITY % common.table.attribs
- "%bodyatt;">
-
-<!-- Add common attributes to TGroup, ColSpec, TBody, THead, Row, Entry -->
-
-<!ENTITY % tbl.tgroup.att "%common.attrib;">
-<!ENTITY % tbl.colspec.att "%common.attrib;">
-<!ENTITY % tbl.tbody.att "%common.attrib;">
-<!ENTITY % tbl.thead.att "%common.attrib;">
-<!ENTITY % tbl.row.att "%common.attrib;">
-<!ENTITY % tbl.entry.att "%common.attrib;">
-
-<!-- Content model for Table. -->
-<!ENTITY % tbl.table.mdl
- "(blockinfo?, (%formalobject.title.content;), (%ndxterm.class;)*,
- textobject*,
- (graphic+|mediaobject+|tgroup+))">
-
-<!-- Allow either objects or inlines; beware of REs between elements. -->
-<!ENTITY % tbl.entry.mdl "(%para.char.mix; | %tabentry.mix;)*">
-
-<!-- Reference OASIS Exchange Table Model -->
-<!ENTITY % tablemodel
- PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN"
- "soextblx.dtd">
-]]>
-
-%tablemodel;
-
-<!--end of table.module-->]]>
-
-<!ENTITY % informaltable.module "INCLUDE">
-<![%informaltable.module;[
-
-<!-- Note that InformalTable is dependent on some of the entity
- declarations that customize Table. -->
-
-<!ENTITY % local.informaltable.attrib "">
-
-<!ENTITY % informaltable.element "INCLUDE">
-<![%informaltable.element;[
-<!ELEMENT informaltable %ho; (blockinfo?, textobject*, (graphic+|mediaobject+|tgroup+))>
-<!--end of informaltable.element-->]]>
-
-<!-- Frame, Colsep, and Rowsep must be repeated because
- they are not in entities in the table module. -->
-<!-- includes TabStyle, ToCentry, ShortEntry,
- Orient, PgWide -->
-<!-- includes Label -->
-<!-- includes common attributes -->
-
-
-<!ENTITY % informaltable.attlist "INCLUDE">
-<![%informaltable.attlist;[
-<!ATTLIST informaltable
- frame (top
- |bottom
- |topbot
- |all
- |sides
- |none) #IMPLIED
- colsep %yesorno.attvals; #IMPLIED
- rowsep %yesorno.attvals; #IMPLIED
- %common.table.attribs;
- %tbl.table.att;
- %local.informaltable.attrib;
->
-<!--end of informaltable.attlist-->]]>
-<!--end of informaltable.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Synopses ............................................................. -->
-
-<!-- Synopsis ......................... -->
-
-<!ENTITY % synopsis.module "INCLUDE">
-<![%synopsis.module;[
-<!ENTITY % local.synopsis.attrib "">
-<!ENTITY % synopsis.role.attrib "%role.attrib;">
-
-<!ENTITY % synopsis.element "INCLUDE">
-<![%synopsis.element;[
-<!ELEMENT synopsis %ho; (%para.char.mix;|graphic|mediaobject|co|coref|textobject|lineannotation)*>
-<!--end of synopsis.element-->]]>
-
-<!ENTITY % synopsis.attlist "INCLUDE">
-<![%synopsis.attlist;[
-<!ATTLIST synopsis
- %label.attrib;
- %linespecific.attrib;
- %common.attrib;
- %synopsis.role.attrib;
- %local.synopsis.attrib;
->
-<!--end of synopsis.attlist-->]]>
-
-<!-- LineAnnotation (defined in the Inlines section, below)-->
-<!--end of synopsis.module-->]]>
-
-<!-- CmdSynopsis ...................... -->
-
-<!ENTITY % cmdsynopsis.content.module "INCLUDE">
-<![%cmdsynopsis.content.module;[
-<!ENTITY % cmdsynopsis.module "INCLUDE">
-<![%cmdsynopsis.module;[
-<!ENTITY % local.cmdsynopsis.attrib "">
-<!ENTITY % cmdsynopsis.role.attrib "%role.attrib;">
-
-<!ENTITY % cmdsynopsis.element "INCLUDE">
-<![%cmdsynopsis.element;[
-<!ELEMENT cmdsynopsis %ho; ((command | arg | group | sbr)+, synopfragment*)>
-<!--end of cmdsynopsis.element-->]]>
-
-<!-- Sepchar: Character that should separate command and all
- top-level arguments; alternate value might be e.g., Δ -->
-
-
-<!ENTITY % cmdsynopsis.attlist "INCLUDE">
-<![%cmdsynopsis.attlist;[
-<!ATTLIST cmdsynopsis
- %label.attrib;
- sepchar CDATA " "
- cmdlength CDATA #IMPLIED
- %common.attrib;
- %cmdsynopsis.role.attrib;
- %local.cmdsynopsis.attrib;
->
-<!--end of cmdsynopsis.attlist-->]]>
-<!--end of cmdsynopsis.module-->]]>
-
-<!ENTITY % arg.module "INCLUDE">
-<![%arg.module;[
-<!ENTITY % local.arg.attrib "">
-<!ENTITY % arg.role.attrib "%role.attrib;">
-
-<!ENTITY % arg.element "INCLUDE">
-<![%arg.element;[
-<!ELEMENT arg %ho; (#PCDATA
- | arg
- | group
- | option
- | synopfragmentref
- | replaceable
- | sbr)*>
-<!--end of arg.element-->]]>
-
-<!-- Choice: Whether Arg must be supplied: Opt (optional to
- supply, e.g. [arg]; the default), Req (required to supply,
- e.g. {arg}), or Plain (required to supply, e.g. arg) -->
-<!-- Rep: whether Arg is repeatable: Norepeat (e.g. arg without
- ellipsis; the default), or Repeat (e.g. arg...) -->
-
-
-<!ENTITY % arg.attlist "INCLUDE">
-<![%arg.attlist;[
-<!ATTLIST arg
- choice (opt
- |req
- |plain) 'opt'
- rep (norepeat
- |repeat) 'norepeat'
- %common.attrib;
- %arg.role.attrib;
- %local.arg.attrib;
->
-<!--end of arg.attlist-->]]>
-<!--end of arg.module-->]]>
-
-<!ENTITY % group.module "INCLUDE">
-<![%group.module;[
-
-<!ENTITY % local.group.attrib "">
-<!ENTITY % group.role.attrib "%role.attrib;">
-
-<!ENTITY % group.element "INCLUDE">
-<![%group.element;[
-<!ELEMENT group %ho; ((arg | group | option | synopfragmentref
- | replaceable | sbr)+)>
-<!--end of group.element-->]]>
-
-<!-- Choice: Whether Group must be supplied: Opt (optional to
- supply, e.g. [g1|g2|g3]; the default), Req (required to
- supply, e.g. {g1|g2|g3}), Plain (required to supply,
- e.g. g1|g2|g3), OptMult (can supply zero or more, e.g.
- [[g1|g2|g3]]), or ReqMult (must supply one or more, e.g.
- {{g1|g2|g3}}) -->
-<!-- Rep: whether Group is repeatable: Norepeat (e.g. group
- without ellipsis; the default), or Repeat (e.g. group...) -->
-
-
-<!ENTITY % group.attlist "INCLUDE">
-<![%group.attlist;[
-<!ATTLIST group
- choice (opt
- |req
- |plain) 'opt'
- rep (norepeat
- |repeat) 'norepeat'
- %common.attrib;
- %group.role.attrib;
- %local.group.attrib;
->
-<!--end of group.attlist-->]]>
-<!--end of group.module-->]]>
-
-<!ENTITY % sbr.module "INCLUDE">
-<![%sbr.module;[
-<!ENTITY % local.sbr.attrib "">
-<!-- Synopsis break -->
-<!ENTITY % sbr.role.attrib "%role.attrib;">
-
-<!ENTITY % sbr.element "INCLUDE">
-<![%sbr.element;[
-<!ELEMENT sbr %ho; EMPTY>
-<!--end of sbr.element-->]]>
-
-<!ENTITY % sbr.attlist "INCLUDE">
-<![%sbr.attlist;[
-<!ATTLIST sbr
- %common.attrib;
- %sbr.role.attrib;
- %local.sbr.attrib;
->
-<!--end of sbr.attlist-->]]>
-<!--end of sbr.module-->]]>
-
-<!ENTITY % synopfragmentref.module "INCLUDE">
-<![%synopfragmentref.module;[
-<!ENTITY % local.synopfragmentref.attrib "">
-<!ENTITY % synopfragmentref.role.attrib "%role.attrib;">
-
-<!ENTITY % synopfragmentref.element "INCLUDE">
-<![%synopfragmentref.element;[
-<!ELEMENT synopfragmentref %ho; (#PCDATA)>
-<!--end of synopfragmentref.element-->]]>
-
-<!-- to SynopFragment of complex synopsis
- material for separate referencing -->
-
-
-<!ENTITY % synopfragmentref.attlist "INCLUDE">
-<![%synopfragmentref.attlist;[
-<!ATTLIST synopfragmentref
- %linkendreq.attrib; %common.attrib;
- %synopfragmentref.role.attrib;
- %local.synopfragmentref.attrib;
->
-<!--end of synopfragmentref.attlist-->]]>
-<!--end of synopfragmentref.module-->]]>
-
-<!ENTITY % synopfragment.module "INCLUDE">
-<![%synopfragment.module;[
-<!ENTITY % local.synopfragment.attrib "">
-<!ENTITY % synopfragment.role.attrib "%role.attrib;">
-
-<!ENTITY % synopfragment.element "INCLUDE">
-<![%synopfragment.element;[
-<!ELEMENT synopfragment %ho; ((arg | group)+)>
-<!--end of synopfragment.element-->]]>
-
-<!ENTITY % synopfragment.attlist "INCLUDE">
-<![%synopfragment.attlist;[
-<!ATTLIST synopfragment
- %idreq.common.attrib;
- %synopfragment.role.attrib;
- %local.synopfragment.attrib;
->
-<!--end of synopfragment.attlist-->]]>
-<!--end of synopfragment.module-->]]>
-
-<!-- Command (defined in the Inlines section, below)-->
-<!-- Option (defined in the Inlines section, below)-->
-<!-- Replaceable (defined in the Inlines section, below)-->
-<!--end of cmdsynopsis.content.module-->]]>
-
-<!-- FuncSynopsis ..................... -->
-
-<!ENTITY % funcsynopsis.content.module "INCLUDE">
-<![%funcsynopsis.content.module;[
-<!ENTITY % funcsynopsis.module "INCLUDE">
-<![%funcsynopsis.module;[
-
-<!ENTITY % local.funcsynopsis.attrib "">
-<!ENTITY % funcsynopsis.role.attrib "%role.attrib;">
-
-<!ENTITY % funcsynopsis.element "INCLUDE">
-<![%funcsynopsis.element;[
-<!ELEMENT funcsynopsis %ho; ((funcsynopsisinfo | funcprototype)+)>
-<!--end of funcsynopsis.element-->]]>
-
-<!ENTITY % funcsynopsis.attlist "INCLUDE">
-<![%funcsynopsis.attlist;[
-<!ATTLIST funcsynopsis
- %label.attrib;
- %common.attrib;
- %funcsynopsis.role.attrib;
- %local.funcsynopsis.attrib;
->
-<!--end of funcsynopsis.attlist-->]]>
-<!--end of funcsynopsis.module-->]]>
-
-<!ENTITY % funcsynopsisinfo.module "INCLUDE">
-<![%funcsynopsisinfo.module;[
-<!ENTITY % local.funcsynopsisinfo.attrib "">
-<!ENTITY % funcsynopsisinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % funcsynopsisinfo.element "INCLUDE">
-<![%funcsynopsisinfo.element;[
-<!ELEMENT funcsynopsisinfo %ho; (%cptr.char.mix;|textobject|lineannotation)*>
-<!--end of funcsynopsisinfo.element-->]]>
-
-<!ENTITY % funcsynopsisinfo.attlist "INCLUDE">
-<![%funcsynopsisinfo.attlist;[
-<!ATTLIST funcsynopsisinfo
- %linespecific.attrib;
- %common.attrib;
- %funcsynopsisinfo.role.attrib;
- %local.funcsynopsisinfo.attrib;
->
-<!--end of funcsynopsisinfo.attlist-->]]>
-<!--end of funcsynopsisinfo.module-->]]>
-
-<!ENTITY % funcprototype.module "INCLUDE">
-<![%funcprototype.module;[
-<!ENTITY % local.funcprototype.attrib "">
-<!ENTITY % funcprototype.role.attrib "%role.attrib;">
-
-<!ENTITY % funcprototype.element "INCLUDE">
-<![%funcprototype.element;[
-<!ELEMENT funcprototype %ho; (funcdef, (void | varargs | paramdef+))>
-<!--end of funcprototype.element-->]]>
-
-<!ENTITY % funcprototype.attlist "INCLUDE">
-<![%funcprototype.attlist;[
-<!ATTLIST funcprototype
- %common.attrib;
- %funcprototype.role.attrib;
- %local.funcprototype.attrib;
->
-<!--end of funcprototype.attlist-->]]>
-<!--end of funcprototype.module-->]]>
-
-<!ENTITY % funcdef.module "INCLUDE">
-<![%funcdef.module;[
-<!ENTITY % local.funcdef.attrib "">
-<!ENTITY % funcdef.role.attrib "%role.attrib;">
-
-<!ENTITY % funcdef.element "INCLUDE">
-<![%funcdef.element;[
-<!ELEMENT funcdef %ho; (#PCDATA
- | type
- | replaceable
- | function)*>
-<!--end of funcdef.element-->]]>
-
-<!ENTITY % funcdef.attlist "INCLUDE">
-<![%funcdef.attlist;[
-<!ATTLIST funcdef
- %common.attrib;
- %funcdef.role.attrib;
- %local.funcdef.attrib;
->
-<!--end of funcdef.attlist-->]]>
-<!--end of funcdef.module-->]]>
-
-<!ENTITY % void.module "INCLUDE">
-<![%void.module;[
-<!ENTITY % local.void.attrib "">
-<!ENTITY % void.role.attrib "%role.attrib;">
-
-<!ENTITY % void.element "INCLUDE">
-<![%void.element;[
-<!ELEMENT void %ho; EMPTY>
-<!--end of void.element-->]]>
-
-<!ENTITY % void.attlist "INCLUDE">
-<![%void.attlist;[
-<!ATTLIST void
- %common.attrib;
- %void.role.attrib;
- %local.void.attrib;
->
-<!--end of void.attlist-->]]>
-<!--end of void.module-->]]>
-
-<!ENTITY % varargs.module "INCLUDE">
-<![%varargs.module;[
-<!ENTITY % local.varargs.attrib "">
-<!ENTITY % varargs.role.attrib "%role.attrib;">
-
-<!ENTITY % varargs.element "INCLUDE">
-<![%varargs.element;[
-<!ELEMENT varargs %ho; EMPTY>
-<!--end of varargs.element-->]]>
-
-<!ENTITY % varargs.attlist "INCLUDE">
-<![%varargs.attlist;[
-<!ATTLIST varargs
- %common.attrib;
- %varargs.role.attrib;
- %local.varargs.attrib;
->
-<!--end of varargs.attlist-->]]>
-<!--end of varargs.module-->]]>
-
-<!-- Processing assumes that only one Parameter will appear in a
- ParamDef, and that FuncParams will be used at most once, for
- providing information on the "inner parameters" for parameters that
- are pointers to functions. -->
-
-<!ENTITY % paramdef.module "INCLUDE">
-<![%paramdef.module;[
-<!ENTITY % local.paramdef.attrib "">
-<!ENTITY % paramdef.role.attrib "%role.attrib;">
-
-<!ENTITY % paramdef.element "INCLUDE">
-<![%paramdef.element;[
-<!ELEMENT paramdef %ho; (#PCDATA
- | type
- | replaceable
- | parameter
- | funcparams)*>
-<!--end of paramdef.element-->]]>
-
-<!ENTITY % paramdef.attlist "INCLUDE">
-<![%paramdef.attlist;[
-<!ATTLIST paramdef
- %common.attrib;
- %paramdef.role.attrib;
- %local.paramdef.attrib;
->
-<!--end of paramdef.attlist-->]]>
-<!--end of paramdef.module-->]]>
-
-<!ENTITY % funcparams.module "INCLUDE">
-<![%funcparams.module;[
-<!ENTITY % local.funcparams.attrib "">
-<!ENTITY % funcparams.role.attrib "%role.attrib;">
-
-<!ENTITY % funcparams.element "INCLUDE">
-<![%funcparams.element;[
-<!ELEMENT funcparams %ho; (%cptr.char.mix;)*>
-<!--end of funcparams.element-->]]>
-
-<!ENTITY % funcparams.attlist "INCLUDE">
-<![%funcparams.attlist;[
-<!ATTLIST funcparams
- %common.attrib;
- %funcparams.role.attrib;
- %local.funcparams.attrib;
->
-<!--end of funcparams.attlist-->]]>
-<!--end of funcparams.module-->]]>
-
-<!-- LineAnnotation (defined in the Inlines section, below)-->
-<!-- Replaceable (defined in the Inlines section, below)-->
-<!-- Function (defined in the Inlines section, below)-->
-<!-- Parameter (defined in the Inlines section, below)-->
-<!--end of funcsynopsis.content.module-->]]>
-
-<!-- ClassSynopsis ..................... -->
-
-<!ENTITY % classsynopsis.content.module "INCLUDE">
-<![%classsynopsis.content.module;[
-
-<!ENTITY % classsynopsis.module "INCLUDE">
-<![%classsynopsis.module;[
-<!ENTITY % local.classsynopsis.attrib "">
-<!ENTITY % classsynopsis.role.attrib "%role.attrib;">
-
-<!ENTITY % classsynopsis.element "INCLUDE">
-<![%classsynopsis.element;[
-<!ELEMENT classsynopsis %ho; ((ooclass|oointerface|ooexception)+,
- (classsynopsisinfo
- |fieldsynopsis|%method.synop.class;)*)>
-<!--end of classsynopsis.element-->]]>
-
-<!ENTITY % classsynopsis.attlist "INCLUDE">
-<![%classsynopsis.attlist;[
-<!ATTLIST classsynopsis
- language CDATA #IMPLIED
- class (class|interface) "class"
- %common.attrib;
- %classsynopsis.role.attrib;
- %local.classsynopsis.attrib;
->
-<!--end of classsynopsis.attlist-->]]>
-<!--end of classsynopsis.module-->]]>
-
-<!ENTITY % classsynopsisinfo.module "INCLUDE">
-<![ %classsynopsisinfo.module; [
-<!ENTITY % local.classsynopsisinfo.attrib "">
-<!ENTITY % classsynopsisinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % classsynopsisinfo.element "INCLUDE">
-<![ %classsynopsisinfo.element; [
-<!ELEMENT classsynopsisinfo %ho; (%cptr.char.mix;|textobject|lineannotation)*>
-<!--end of classsynopsisinfo.element-->]]>
-
-<!ENTITY % classsynopsisinfo.attlist "INCLUDE">
-<![ %classsynopsisinfo.attlist; [
-<!ATTLIST classsynopsisinfo
- %linespecific.attrib;
- %common.attrib;
- %classsynopsisinfo.role.attrib;
- %local.classsynopsisinfo.attrib;
->
-<!--end of classsynopsisinfo.attlist-->]]>
-<!--end of classsynopsisinfo.module-->]]>
-
-<!ENTITY % ooclass.module "INCLUDE">
-<![%ooclass.module;[
-<!ENTITY % local.ooclass.attrib "">
-<!ENTITY % ooclass.role.attrib "%role.attrib;">
-
-<!ENTITY % ooclass.element "INCLUDE">
-<![%ooclass.element;[
-<!ELEMENT ooclass %ho; (modifier*, classname)>
-<!--end of ooclass.element-->]]>
-
-<!ENTITY % ooclass.attlist "INCLUDE">
-<![%ooclass.attlist;[
-<!ATTLIST ooclass
- %common.attrib;
- %ooclass.role.attrib;
- %local.ooclass.attrib;
->
-<!--end of ooclass.attlist-->]]>
-<!--end of ooclass.module-->]]>
-
-<!ENTITY % oointerface.module "INCLUDE">
-<![%oointerface.module;[
-<!ENTITY % local.oointerface.attrib "">
-<!ENTITY % oointerface.role.attrib "%role.attrib;">
-
-<!ENTITY % oointerface.element "INCLUDE">
-<![%oointerface.element;[
-<!ELEMENT oointerface %ho; (modifier*, interfacename)>
-<!--end of oointerface.element-->]]>
-
-<!ENTITY % oointerface.attlist "INCLUDE">
-<![%oointerface.attlist;[
-<!ATTLIST oointerface
- %common.attrib;
- %oointerface.role.attrib;
- %local.oointerface.attrib;
->
-<!--end of oointerface.attlist-->]]>
-<!--end of oointerface.module-->]]>
-
-<!ENTITY % ooexception.module "INCLUDE">
-<![%ooexception.module;[
-<!ENTITY % local.ooexception.attrib "">
-<!ENTITY % ooexception.role.attrib "%role.attrib;">
-
-<!ENTITY % ooexception.element "INCLUDE">
-<![%ooexception.element;[
-<!ELEMENT ooexception %ho; (modifier*, exceptionname)>
-<!--end of ooexception.element-->]]>
-
-<!ENTITY % ooexception.attlist "INCLUDE">
-<![%ooexception.attlist;[
-<!ATTLIST ooexception
- %common.attrib;
- %ooexception.role.attrib;
- %local.ooexception.attrib;
->
-<!--end of ooexception.attlist-->]]>
-<!--end of ooexception.module-->]]>
-
-<!ENTITY % modifier.module "INCLUDE">
-<![%modifier.module;[
-<!ENTITY % local.modifier.attrib "">
-<!ENTITY % modifier.role.attrib "%role.attrib;">
-
-<!ENTITY % modifier.element "INCLUDE">
-<![%modifier.element;[
-<!ELEMENT modifier %ho; (%smallcptr.char.mix;)*>
-<!--end of modifier.element-->]]>
-
-<!ENTITY % modifier.attlist "INCLUDE">
-<![%modifier.attlist;[
-<!ATTLIST modifier
- %common.attrib;
- %modifier.role.attrib;
- %local.modifier.attrib;
->
-<!--end of modifier.attlist-->]]>
-<!--end of modifier.module-->]]>
-
-<!ENTITY % interfacename.module "INCLUDE">
-<![%interfacename.module;[
-<!ENTITY % local.interfacename.attrib "">
-<!ENTITY % interfacename.role.attrib "%role.attrib;">
-
-<!ENTITY % interfacename.element "INCLUDE">
-<![%interfacename.element;[
-<!ELEMENT interfacename %ho; (%cptr.char.mix;)*>
-<!--end of interfacename.element-->]]>
-
-<!ENTITY % interfacename.attlist "INCLUDE">
-<![%interfacename.attlist;[
-<!ATTLIST interfacename
- %common.attrib;
- %interfacename.role.attrib;
- %local.interfacename.attrib;
->
-<!--end of interfacename.attlist-->]]>
-<!--end of interfacename.module-->]]>
-
-<!ENTITY % exceptionname.module "INCLUDE">
-<![%exceptionname.module;[
-<!ENTITY % local.exceptionname.attrib "">
-<!ENTITY % exceptionname.role.attrib "%role.attrib;">
-
-<!ENTITY % exceptionname.element "INCLUDE">
-<![%exceptionname.element;[
-<!ELEMENT exceptionname %ho; (%smallcptr.char.mix;)*>
-<!--end of exceptionname.element-->]]>
-
-<!ENTITY % exceptionname.attlist "INCLUDE">
-<![%exceptionname.attlist;[
-<!ATTLIST exceptionname
- %common.attrib;
- %exceptionname.role.attrib;
- %local.exceptionname.attrib;
->
-<!--end of exceptionname.attlist-->]]>
-<!--end of exceptionname.module-->]]>
-
-<!ENTITY % fieldsynopsis.module "INCLUDE">
-<![%fieldsynopsis.module;[
-<!ENTITY % local.fieldsynopsis.attrib "">
-<!ENTITY % fieldsynopsis.role.attrib "%role.attrib;">
-
-<!ENTITY % fieldsynopsis.element "INCLUDE">
-<![%fieldsynopsis.element;[
-<!ELEMENT fieldsynopsis %ho; (modifier*, type?, varname, initializer?)>
-<!--end of fieldsynopsis.element-->]]>
-
-<!ENTITY % fieldsynopsis.attlist "INCLUDE">
-<![%fieldsynopsis.attlist;[
-<!ATTLIST fieldsynopsis
- language CDATA #IMPLIED
- %common.attrib;
- %fieldsynopsis.role.attrib;
- %local.fieldsynopsis.attrib;
->
-<!--end of fieldsynopsis.attlist-->]]>
-<!--end of fieldsynopsis.module-->]]>
-
-<!ENTITY % initializer.module "INCLUDE">
-<![%initializer.module;[
-<!ENTITY % local.initializer.attrib "">
-<!ENTITY % initializer.role.attrib "%role.attrib;">
-
-<!ENTITY % initializer.element "INCLUDE">
-<![%initializer.element;[
-<!ELEMENT initializer %ho; (%smallcptr.char.mix;)*>
-<!--end of initializer.element-->]]>
-
-<!ENTITY % initializer.attlist "INCLUDE">
-<![%initializer.attlist;[
-<!ATTLIST initializer
- %common.attrib;
- %initializer.role.attrib;
- %local.initializer.attrib;
->
-<!--end of initializer.attlist-->]]>
-<!--end of initializer.module-->]]>
-
-<!ENTITY % constructorsynopsis.module "INCLUDE">
-<![%constructorsynopsis.module;[
-<!ENTITY % local.constructorsynopsis.attrib "">
-<!ENTITY % constructorsynopsis.role.attrib "%role.attrib;">
-
-<!ENTITY % constructorsynopsis.element "INCLUDE">
-<![%constructorsynopsis.element;[
-<!ELEMENT constructorsynopsis %ho; (modifier*,
- methodname?,
- (methodparam+|void),
- exceptionname*)>
-<!--end of constructorsynopsis.element-->]]>
-
-<!ENTITY % constructorsynopsis.attlist "INCLUDE">
-<![%constructorsynopsis.attlist;[
-<!ATTLIST constructorsynopsis
- language CDATA #IMPLIED
- %common.attrib;
- %constructorsynopsis.role.attrib;
- %local.constructorsynopsis.attrib;
->
-<!--end of constructorsynopsis.attlist-->]]>
-<!--end of constructorsynopsis.module-->]]>
-
-<!ENTITY % destructorsynopsis.module "INCLUDE">
-<![%destructorsynopsis.module;[
-<!ENTITY % local.destructorsynopsis.attrib "">
-<!ENTITY % destructorsynopsis.role.attrib "%role.attrib;">
-
-<!ENTITY % destructorsynopsis.element "INCLUDE">
-<![%destructorsynopsis.element;[
-<!ELEMENT destructorsynopsis %ho; (modifier*,
- methodname?,
- (methodparam+|void),
- exceptionname*)>
-<!--end of destructorsynopsis.element-->]]>
-
-<!ENTITY % destructorsynopsis.attlist "INCLUDE">
-<![%destructorsynopsis.attlist;[
-<!ATTLIST destructorsynopsis
- language CDATA #IMPLIED
- %common.attrib;
- %destructorsynopsis.role.attrib;
- %local.destructorsynopsis.attrib;
->
-<!--end of destructorsynopsis.attlist-->]]>
-<!--end of destructorsynopsis.module-->]]>
-
-<!ENTITY % methodsynopsis.module "INCLUDE">
-<![%methodsynopsis.module;[
-<!ENTITY % local.methodsynopsis.attrib "">
-<!ENTITY % methodsynopsis.role.attrib "%role.attrib;">
-
-<!ENTITY % methodsynopsis.element "INCLUDE">
-<![%methodsynopsis.element;[
-<!ELEMENT methodsynopsis %ho; (modifier*,
- (type|void)?,
- methodname,
- (methodparam+|void),
- exceptionname*,
- modifier*)>
-<!--end of methodsynopsis.element-->]]>
-
-<!ENTITY % methodsynopsis.attlist "INCLUDE">
-<![%methodsynopsis.attlist;[
-<!ATTLIST methodsynopsis
- language CDATA #IMPLIED
- %common.attrib;
- %methodsynopsis.role.attrib;
- %local.methodsynopsis.attrib;
->
-<!--end of methodsynopsis.attlist-->]]>
-<!--end of methodsynopsis.module-->]]>
-
-<!ENTITY % methodname.module "INCLUDE">
-<![%methodname.module;[
-<!ENTITY % local.methodname.attrib "">
-<!ENTITY % methodname.role.attrib "%role.attrib;">
-
-<!ENTITY % methodname.element "INCLUDE">
-<![%methodname.element;[
-<!ELEMENT methodname %ho; (%smallcptr.char.mix;)*>
-<!--end of methodname.element-->]]>
-
-<!ENTITY % methodname.attlist "INCLUDE">
-<![%methodname.attlist;[
-<!ATTLIST methodname
- %common.attrib;
- %methodname.role.attrib;
- %local.methodname.attrib;
->
-<!--end of methodname.attlist-->]]>
-<!--end of methodname.module-->]]>
-
-<!ENTITY % methodparam.module "INCLUDE">
-<![%methodparam.module;[
-<!ENTITY % local.methodparam.attrib "">
-<!ENTITY % methodparam.role.attrib "%role.attrib;">
-
-<!ENTITY % methodparam.element "INCLUDE">
-<![%methodparam.element;[
-<!ELEMENT methodparam %ho; (modifier*,
- type?,
- ((parameter,initializer?)|funcparams),
- modifier*)>
-<!--end of methodparam.element-->]]>
-
-<!ENTITY % methodparam.attlist "INCLUDE">
-<![%methodparam.attlist;[
-<!ATTLIST methodparam
- choice (opt
- |req
- |plain) "req"
- rep (norepeat
- |repeat) "norepeat"
- %common.attrib;
- %methodparam.role.attrib;
- %local.methodparam.attrib;
->
-<!--end of methodparam.attlist-->]]>
-<!--end of methodparam.module-->]]>
-<!--end of classsynopsis.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Document information entities and elements ........................... -->
-
-<!-- The document information elements include some elements that are
- currently used only in the document hierarchy module. They are
- defined here so that they will be available for use in customized
- document hierarchies. -->
-
-<!-- .................................. -->
-
-<!ENTITY % docinfo.content.module "INCLUDE">
-<![%docinfo.content.module;[
-
-<!-- Ackno ............................ -->
-
-<!ENTITY % ackno.module "INCLUDE">
-<![%ackno.module;[
-<!ENTITY % local.ackno.attrib "">
-<!ENTITY % ackno.role.attrib "%role.attrib;">
-
-<!ENTITY % ackno.element "INCLUDE">
-<![%ackno.element;[
-<!ELEMENT ackno %ho; (%docinfo.char.mix;)*>
-<!--end of ackno.element-->]]>
-
-<!ENTITY % ackno.attlist "INCLUDE">
-<![%ackno.attlist;[
-<!ATTLIST ackno
- %common.attrib;
- %ackno.role.attrib;
- %local.ackno.attrib;
->
-<!--end of ackno.attlist-->]]>
-<!--end of ackno.module-->]]>
-
-<!-- Address .......................... -->
-
-<!ENTITY % address.content.module "INCLUDE">
-<![%address.content.module;[
-<!ENTITY % address.module "INCLUDE">
-<![%address.module;[
-<!ENTITY % local.address.attrib "">
-<!ENTITY % address.role.attrib "%role.attrib;">
-
-<!ENTITY % address.element "INCLUDE">
-<![%address.element;[
-<!ELEMENT address %ho; (#PCDATA|personname|%person.ident.mix;
- |street|pob|postcode|city|state|country|phone
- |fax|email|otheraddr)*>
-<!--end of address.element-->]]>
-
-<!ENTITY % address.attlist "INCLUDE">
-<![%address.attlist;[
-<!ATTLIST address
- %linespecific.attrib;
- %common.attrib;
- %address.role.attrib;
- %local.address.attrib;
->
-<!--end of address.attlist-->]]>
-<!--end of address.module-->]]>
-
- <!ENTITY % street.module "INCLUDE">
- <![%street.module;[
- <!ENTITY % local.street.attrib "">
- <!ENTITY % street.role.attrib "%role.attrib;">
-
-<!ENTITY % street.element "INCLUDE">
-<![%street.element;[
-<!ELEMENT street %ho; (%docinfo.char.mix;)*>
-<!--end of street.element-->]]>
-
-<!ENTITY % street.attlist "INCLUDE">
-<![%street.attlist;[
-<!ATTLIST street
- %common.attrib;
- %street.role.attrib;
- %local.street.attrib;
->
-<!--end of street.attlist-->]]>
- <!--end of street.module-->]]>
-
- <!ENTITY % pob.module "INCLUDE">
- <![%pob.module;[
- <!ENTITY % local.pob.attrib "">
- <!ENTITY % pob.role.attrib "%role.attrib;">
-
-<!ENTITY % pob.element "INCLUDE">
-<![%pob.element;[
-<!ELEMENT pob %ho; (%docinfo.char.mix;)*>
-<!--end of pob.element-->]]>
-
-<!ENTITY % pob.attlist "INCLUDE">
-<![%pob.attlist;[
-<!ATTLIST pob
- %common.attrib;
- %pob.role.attrib;
- %local.pob.attrib;
->
-<!--end of pob.attlist-->]]>
- <!--end of pob.module-->]]>
-
- <!ENTITY % postcode.module "INCLUDE">
- <![%postcode.module;[
- <!ENTITY % local.postcode.attrib "">
- <!ENTITY % postcode.role.attrib "%role.attrib;">
-
-<!ENTITY % postcode.element "INCLUDE">
-<![%postcode.element;[
-<!ELEMENT postcode %ho; (%docinfo.char.mix;)*>
-<!--end of postcode.element-->]]>
-
-<!ENTITY % postcode.attlist "INCLUDE">
-<![%postcode.attlist;[
-<!ATTLIST postcode
- %common.attrib;
- %postcode.role.attrib;
- %local.postcode.attrib;
->
-<!--end of postcode.attlist-->]]>
- <!--end of postcode.module-->]]>
-
- <!ENTITY % city.module "INCLUDE">
- <![%city.module;[
- <!ENTITY % local.city.attrib "">
- <!ENTITY % city.role.attrib "%role.attrib;">
-
-<!ENTITY % city.element "INCLUDE">
-<![%city.element;[
-<!ELEMENT city %ho; (%docinfo.char.mix;)*>
-<!--end of city.element-->]]>
-
-<!ENTITY % city.attlist "INCLUDE">
-<![%city.attlist;[
-<!ATTLIST city
- %common.attrib;
- %city.role.attrib;
- %local.city.attrib;
->
-<!--end of city.attlist-->]]>
- <!--end of city.module-->]]>
-
- <!ENTITY % state.module "INCLUDE">
- <![%state.module;[
- <!ENTITY % local.state.attrib "">
- <!ENTITY % state.role.attrib "%role.attrib;">
-
-<!ENTITY % state.element "INCLUDE">
-<![%state.element;[
-<!ELEMENT state %ho; (%docinfo.char.mix;)*>
-<!--end of state.element-->]]>
-
-<!ENTITY % state.attlist "INCLUDE">
-<![%state.attlist;[
-<!ATTLIST state
- %common.attrib;
- %state.role.attrib;
- %local.state.attrib;
->
-<!--end of state.attlist-->]]>
- <!--end of state.module-->]]>
-
- <!ENTITY % country.module "INCLUDE">
- <![%country.module;[
- <!ENTITY % local.country.attrib "">
- <!ENTITY % country.role.attrib "%role.attrib;">
-
-<!ENTITY % country.element "INCLUDE">
-<![%country.element;[
-<!ELEMENT country %ho; (%docinfo.char.mix;)*>
-<!--end of country.element-->]]>
-
-<!ENTITY % country.attlist "INCLUDE">
-<![%country.attlist;[
-<!ATTLIST country
- %common.attrib;
- %country.role.attrib;
- %local.country.attrib;
->
-<!--end of country.attlist-->]]>
- <!--end of country.module-->]]>
-
- <!ENTITY % phone.module "INCLUDE">
- <![%phone.module;[
- <!ENTITY % local.phone.attrib "">
- <!ENTITY % phone.role.attrib "%role.attrib;">
-
-<!ENTITY % phone.element "INCLUDE">
-<![%phone.element;[
-<!ELEMENT phone %ho; (%docinfo.char.mix;)*>
-<!--end of phone.element-->]]>
-
-<!ENTITY % phone.attlist "INCLUDE">
-<![%phone.attlist;[
-<!ATTLIST phone
- %common.attrib;
- %phone.role.attrib;
- %local.phone.attrib;
->
-<!--end of phone.attlist-->]]>
- <!--end of phone.module-->]]>
-
- <!ENTITY % fax.module "INCLUDE">
- <![%fax.module;[
- <!ENTITY % local.fax.attrib "">
- <!ENTITY % fax.role.attrib "%role.attrib;">
-
-<!ENTITY % fax.element "INCLUDE">
-<![%fax.element;[
-<!ELEMENT fax %ho; (%docinfo.char.mix;)*>
-<!--end of fax.element-->]]>
-
-<!ENTITY % fax.attlist "INCLUDE">
-<![%fax.attlist;[
-<!ATTLIST fax
- %common.attrib;
- %fax.role.attrib;
- %local.fax.attrib;
->
-<!--end of fax.attlist-->]]>
- <!--end of fax.module-->]]>
-
- <!-- Email (defined in the Inlines section, below)-->
-
- <!ENTITY % otheraddr.module "INCLUDE">
- <![%otheraddr.module;[
- <!ENTITY % local.otheraddr.attrib "">
- <!ENTITY % otheraddr.role.attrib "%role.attrib;">
-
-<!ENTITY % otheraddr.element "INCLUDE">
-<![%otheraddr.element;[
-<!ELEMENT otheraddr %ho; (%docinfo.char.mix;)*>
-<!--end of otheraddr.element-->]]>
-
-<!ENTITY % otheraddr.attlist "INCLUDE">
-<![%otheraddr.attlist;[
-<!ATTLIST otheraddr
- %common.attrib;
- %otheraddr.role.attrib;
- %local.otheraddr.attrib;
->
-<!--end of otheraddr.attlist-->]]>
- <!--end of otheraddr.module-->]]>
-<!--end of address.content.module-->]]>
-
-<!-- Affiliation ...................... -->
-
-<!ENTITY % affiliation.content.module "INCLUDE">
-<![%affiliation.content.module;[
-<!ENTITY % affiliation.module "INCLUDE">
-<![%affiliation.module;[
-<!ENTITY % local.affiliation.attrib "">
-<!ENTITY % affiliation.role.attrib "%role.attrib;">
-
-<!ENTITY % affiliation.element "INCLUDE">
-<![%affiliation.element;[
-<!ELEMENT affiliation %ho; (shortaffil?, jobtitle*, orgname?, orgdiv*,
- address*)>
-<!--end of affiliation.element-->]]>
-
-<!ENTITY % affiliation.attlist "INCLUDE">
-<![%affiliation.attlist;[
-<!ATTLIST affiliation
- %common.attrib;
- %affiliation.role.attrib;
- %local.affiliation.attrib;
->
-<!--end of affiliation.attlist-->]]>
-<!--end of affiliation.module-->]]>
-
- <!ENTITY % shortaffil.module "INCLUDE">
- <![%shortaffil.module;[
- <!ENTITY % local.shortaffil.attrib "">
- <!ENTITY % shortaffil.role.attrib "%role.attrib;">
-
-<!ENTITY % shortaffil.element "INCLUDE">
-<![%shortaffil.element;[
-<!ELEMENT shortaffil %ho; (%docinfo.char.mix;)*>
-<!--end of shortaffil.element-->]]>
-
-<!ENTITY % shortaffil.attlist "INCLUDE">
-<![%shortaffil.attlist;[
-<!ATTLIST shortaffil
- %common.attrib;
- %shortaffil.role.attrib;
- %local.shortaffil.attrib;
->
-<!--end of shortaffil.attlist-->]]>
- <!--end of shortaffil.module-->]]>
-
- <!ENTITY % jobtitle.module "INCLUDE">
- <![%jobtitle.module;[
- <!ENTITY % local.jobtitle.attrib "">
- <!ENTITY % jobtitle.role.attrib "%role.attrib;">
-
-<!ENTITY % jobtitle.element "INCLUDE">
-<![%jobtitle.element;[
-<!ELEMENT jobtitle %ho; (%docinfo.char.mix;)*>
-<!--end of jobtitle.element-->]]>
-
-<!ENTITY % jobtitle.attlist "INCLUDE">
-<![%jobtitle.attlist;[
-<!ATTLIST jobtitle
- %common.attrib;
- %jobtitle.role.attrib;
- %local.jobtitle.attrib;
->
-<!--end of jobtitle.attlist-->]]>
- <!--end of jobtitle.module-->]]>
-
- <!-- OrgName (defined elsewhere in this section)-->
-
- <!ENTITY % orgdiv.module "INCLUDE">
- <![%orgdiv.module;[
- <!ENTITY % local.orgdiv.attrib "">
- <!ENTITY % orgdiv.role.attrib "%role.attrib;">
-
-<!ENTITY % orgdiv.element "INCLUDE">
-<![%orgdiv.element;[
-<!ELEMENT orgdiv %ho; (%docinfo.char.mix;)*>
-<!--end of orgdiv.element-->]]>
-
-<!ENTITY % orgdiv.attlist "INCLUDE">
-<![%orgdiv.attlist;[
-<!ATTLIST orgdiv
- %common.attrib;
- %orgdiv.role.attrib;
- %local.orgdiv.attrib;
->
-<!--end of orgdiv.attlist-->]]>
- <!--end of orgdiv.module-->]]>
-
- <!-- Address (defined elsewhere in this section)-->
-<!--end of affiliation.content.module-->]]>
-
-<!-- ArtPageNums ...................... -->
-
-<!ENTITY % artpagenums.module "INCLUDE">
-<![%artpagenums.module;[
-<!ENTITY % local.artpagenums.attrib "">
-<!ENTITY % artpagenums.role.attrib "%role.attrib;">
-
-<!ENTITY % artpagenums.element "INCLUDE">
-<![%artpagenums.element;[
-<!ELEMENT artpagenums %ho; (%docinfo.char.mix;)*>
-<!--end of artpagenums.element-->]]>
-
-<!ENTITY % artpagenums.attlist "INCLUDE">
-<![%artpagenums.attlist;[
-<!ATTLIST artpagenums
- %common.attrib;
- %artpagenums.role.attrib;
- %local.artpagenums.attrib;
->
-<!--end of artpagenums.attlist-->]]>
-<!--end of artpagenums.module-->]]>
-
-<!-- PersonName -->
-
-<!ENTITY % personname.module "INCLUDE">
-<![%personname.module;[
-<!ENTITY % local.personname.attrib "">
-<!ENTITY % personname.role.attrib "%role.attrib;">
-
-<!ENTITY % personname.element "INCLUDE">
-<![%personname.element;[
-<!ELEMENT personname %ho; ((honorific|firstname|surname|lineage|othername)+)>
-<!--end of personname.element-->]]>
-
-<!ENTITY % personname.attlist "INCLUDE">
-<![%personname.attlist;[
-<!ATTLIST personname
- %common.attrib;
- %personname.role.attrib;
- %local.personname.attrib;
->
-<!--end of personname.attlist-->]]>
-<!--end of personname.module-->]]>
-
-<!-- Author ........................... -->
-
-<!ENTITY % author.module "INCLUDE">
-<![%author.module;[
-<!ENTITY % local.author.attrib "">
-<!ENTITY % author.role.attrib "%role.attrib;">
-
-<!ENTITY % author.element "INCLUDE">
-<![%author.element;[
-<!ELEMENT author %ho; ((personname|(%person.ident.mix;)+),(personblurb|email|address)*)>
-<!--end of author.element-->]]>
-
-<!ENTITY % author.attlist "INCLUDE">
-<![%author.attlist;[
-<!ATTLIST author
- %common.attrib;
- %author.role.attrib;
- %local.author.attrib;
->
-<!--end of author.attlist-->]]>
-<!--(see "Personal identity elements" for %person.ident.mix;)-->
-<!--end of author.module-->]]>
-
-<!-- AuthorGroup ...................... -->
-
-<!ENTITY % authorgroup.content.module "INCLUDE">
-<![%authorgroup.content.module;[
-<!ENTITY % authorgroup.module "INCLUDE">
-<![%authorgroup.module;[
-<!ENTITY % local.authorgroup.attrib "">
-<!ENTITY % authorgroup.role.attrib "%role.attrib;">
-
-<!ENTITY % authorgroup.element "INCLUDE">
-<![%authorgroup.element;[
-<!ELEMENT authorgroup %ho; ((author|editor|collab|corpauthor|othercredit)+)>
-<!--end of authorgroup.element-->]]>
-
-<!ENTITY % authorgroup.attlist "INCLUDE">
-<![%authorgroup.attlist;[
-<!ATTLIST authorgroup
- %common.attrib;
- %authorgroup.role.attrib;
- %local.authorgroup.attrib;
->
-<!--end of authorgroup.attlist-->]]>
-<!--end of authorgroup.module-->]]>
-
- <!-- Author (defined elsewhere in this section)-->
- <!-- Editor (defined elsewhere in this section)-->
-
- <!ENTITY % collab.content.module "INCLUDE">
- <![%collab.content.module;[
- <!ENTITY % collab.module "INCLUDE">
- <![%collab.module;[
- <!ENTITY % local.collab.attrib "">
- <!ENTITY % collab.role.attrib "%role.attrib;">
-
-<!ENTITY % collab.element "INCLUDE">
-<![%collab.element;[
-<!ELEMENT collab %ho; (collabname, affiliation*)>
-<!--end of collab.element-->]]>
-
-<!ENTITY % collab.attlist "INCLUDE">
-<![%collab.attlist;[
-<!ATTLIST collab
- %common.attrib;
- %collab.role.attrib;
- %local.collab.attrib;
->
-<!--end of collab.attlist-->]]>
- <!--end of collab.module-->]]>
-
- <!ENTITY % collabname.module "INCLUDE">
- <![%collabname.module;[
- <!ENTITY % local.collabname.attrib "">
- <!ENTITY % collabname.role.attrib "%role.attrib;">
-
-<!ENTITY % collabname.element "INCLUDE">
-<![%collabname.element;[
-<!ELEMENT collabname %ho; (%docinfo.char.mix;)*>
-<!--end of collabname.element-->]]>
-
-<!ENTITY % collabname.attlist "INCLUDE">
-<![%collabname.attlist;[
-<!ATTLIST collabname
- %common.attrib;
- %collabname.role.attrib;
- %local.collabname.attrib;
->
-<!--end of collabname.attlist-->]]>
- <!--end of collabname.module-->]]>
-
- <!-- Affiliation (defined elsewhere in this section)-->
- <!--end of collab.content.module-->]]>
-
- <!-- CorpAuthor (defined elsewhere in this section)-->
- <!-- OtherCredit (defined elsewhere in this section)-->
-
-<!--end of authorgroup.content.module-->]]>
-
-<!-- AuthorInitials ................... -->
-
-<!ENTITY % authorinitials.module "INCLUDE">
-<![%authorinitials.module;[
-<!ENTITY % local.authorinitials.attrib "">
-<!ENTITY % authorinitials.role.attrib "%role.attrib;">
-
-<!ENTITY % authorinitials.element "INCLUDE">
-<![%authorinitials.element;[
-<!ELEMENT authorinitials %ho; (%docinfo.char.mix;)*>
-<!--end of authorinitials.element-->]]>
-
-<!ENTITY % authorinitials.attlist "INCLUDE">
-<![%authorinitials.attlist;[
-<!ATTLIST authorinitials
- %common.attrib;
- %authorinitials.role.attrib;
- %local.authorinitials.attrib;
->
-<!--end of authorinitials.attlist-->]]>
-<!--end of authorinitials.module-->]]>
-
-<!-- ConfGroup ........................ -->
-
-<!ENTITY % confgroup.content.module "INCLUDE">
-<![%confgroup.content.module;[
-<!ENTITY % confgroup.module "INCLUDE">
-<![%confgroup.module;[
-<!ENTITY % local.confgroup.attrib "">
-<!ENTITY % confgroup.role.attrib "%role.attrib;">
-
-<!ENTITY % confgroup.element "INCLUDE">
-<![%confgroup.element;[
-<!ELEMENT confgroup %ho; ((confdates|conftitle|confnum|address|confsponsor)*)>
-<!--end of confgroup.element-->]]>
-
-<!ENTITY % confgroup.attlist "INCLUDE">
-<![%confgroup.attlist;[
-<!ATTLIST confgroup
- %common.attrib;
- %confgroup.role.attrib;
- %local.confgroup.attrib;
->
-<!--end of confgroup.attlist-->]]>
-<!--end of confgroup.module-->]]>
-
- <!ENTITY % confdates.module "INCLUDE">
- <![%confdates.module;[
- <!ENTITY % local.confdates.attrib "">
- <!ENTITY % confdates.role.attrib "%role.attrib;">
-
-<!ENTITY % confdates.element "INCLUDE">
-<![%confdates.element;[
-<!ELEMENT confdates %ho; (%docinfo.char.mix;)*>
-<!--end of confdates.element-->]]>
-
-<!ENTITY % confdates.attlist "INCLUDE">
-<![%confdates.attlist;[
-<!ATTLIST confdates
- %common.attrib;
- %confdates.role.attrib;
- %local.confdates.attrib;
->
-<!--end of confdates.attlist-->]]>
- <!--end of confdates.module-->]]>
-
- <!ENTITY % conftitle.module "INCLUDE">
- <![%conftitle.module;[
- <!ENTITY % local.conftitle.attrib "">
- <!ENTITY % conftitle.role.attrib "%role.attrib;">
-
-<!ENTITY % conftitle.element "INCLUDE">
-<![%conftitle.element;[
-<!ELEMENT conftitle %ho; (%docinfo.char.mix;)*>
-<!--end of conftitle.element-->]]>
-
-<!ENTITY % conftitle.attlist "INCLUDE">
-<![%conftitle.attlist;[
-<!ATTLIST conftitle
- %common.attrib;
- %conftitle.role.attrib;
- %local.conftitle.attrib;
->
-<!--end of conftitle.attlist-->]]>
- <!--end of conftitle.module-->]]>
-
- <!ENTITY % confnum.module "INCLUDE">
- <![%confnum.module;[
- <!ENTITY % local.confnum.attrib "">
- <!ENTITY % confnum.role.attrib "%role.attrib;">
-
-<!ENTITY % confnum.element "INCLUDE">
-<![%confnum.element;[
-<!ELEMENT confnum %ho; (%docinfo.char.mix;)*>
-<!--end of confnum.element-->]]>
-
-<!ENTITY % confnum.attlist "INCLUDE">
-<![%confnum.attlist;[
-<!ATTLIST confnum
- %common.attrib;
- %confnum.role.attrib;
- %local.confnum.attrib;
->
-<!--end of confnum.attlist-->]]>
- <!--end of confnum.module-->]]>
-
- <!-- Address (defined elsewhere in this section)-->
-
- <!ENTITY % confsponsor.module "INCLUDE">
- <![%confsponsor.module;[
- <!ENTITY % local.confsponsor.attrib "">
- <!ENTITY % confsponsor.role.attrib "%role.attrib;">
-
-<!ENTITY % confsponsor.element "INCLUDE">
-<![%confsponsor.element;[
-<!ELEMENT confsponsor %ho; (%docinfo.char.mix;)*>
-<!--end of confsponsor.element-->]]>
-
-<!ENTITY % confsponsor.attlist "INCLUDE">
-<![%confsponsor.attlist;[
-<!ATTLIST confsponsor
- %common.attrib;
- %confsponsor.role.attrib;
- %local.confsponsor.attrib;
->
-<!--end of confsponsor.attlist-->]]>
- <!--end of confsponsor.module-->]]>
-<!--end of confgroup.content.module-->]]>
-
-<!-- ContractNum ...................... -->
-
-<!ENTITY % contractnum.module "INCLUDE">
-<![%contractnum.module;[
-<!ENTITY % local.contractnum.attrib "">
-<!ENTITY % contractnum.role.attrib "%role.attrib;">
-
-<!ENTITY % contractnum.element "INCLUDE">
-<![%contractnum.element;[
-<!ELEMENT contractnum %ho; (%docinfo.char.mix;)*>
-<!--end of contractnum.element-->]]>
-
-<!ENTITY % contractnum.attlist "INCLUDE">
-<![%contractnum.attlist;[
-<!ATTLIST contractnum
- %common.attrib;
- %contractnum.role.attrib;
- %local.contractnum.attrib;
->
-<!--end of contractnum.attlist-->]]>
-<!--end of contractnum.module-->]]>
-
-<!-- ContractSponsor .................. -->
-
-<!ENTITY % contractsponsor.module "INCLUDE">
-<![%contractsponsor.module;[
-<!ENTITY % local.contractsponsor.attrib "">
-<!ENTITY % contractsponsor.role.attrib "%role.attrib;">
-
-<!ENTITY % contractsponsor.element "INCLUDE">
-<![%contractsponsor.element;[
-<!ELEMENT contractsponsor %ho; (%docinfo.char.mix;)*>
-<!--end of contractsponsor.element-->]]>
-
-<!ENTITY % contractsponsor.attlist "INCLUDE">
-<![%contractsponsor.attlist;[
-<!ATTLIST contractsponsor
- %common.attrib;
- %contractsponsor.role.attrib;
- %local.contractsponsor.attrib;
->
-<!--end of contractsponsor.attlist-->]]>
-<!--end of contractsponsor.module-->]]>
-
-<!-- Copyright ........................ -->
-
-<!ENTITY % copyright.content.module "INCLUDE">
-<![%copyright.content.module;[
-<!ENTITY % copyright.module "INCLUDE">
-<![%copyright.module;[
-<!ENTITY % local.copyright.attrib "">
-<!ENTITY % copyright.role.attrib "%role.attrib;">
-
-<!ENTITY % copyright.element "INCLUDE">
-<![%copyright.element;[
-<!ELEMENT copyright %ho; (year+, holder*)>
-<!--end of copyright.element-->]]>
-
-<!ENTITY % copyright.attlist "INCLUDE">
-<![%copyright.attlist;[
-<!ATTLIST copyright
- %common.attrib;
- %copyright.role.attrib;
- %local.copyright.attrib;
->
-<!--end of copyright.attlist-->]]>
-<!--end of copyright.module-->]]>
-
- <!ENTITY % year.module "INCLUDE">
- <![%year.module;[
- <!ENTITY % local.year.attrib "">
- <!ENTITY % year.role.attrib "%role.attrib;">
-
-<!ENTITY % year.element "INCLUDE">
-<![%year.element;[
-<!ELEMENT year %ho; (%docinfo.char.mix;)*>
-<!--end of year.element-->]]>
-
-<!ENTITY % year.attlist "INCLUDE">
-<![%year.attlist;[
-<!ATTLIST year
- %common.attrib;
- %year.role.attrib;
- %local.year.attrib;
->
-<!--end of year.attlist-->]]>
- <!--end of year.module-->]]>
-
- <!ENTITY % holder.module "INCLUDE">
- <![%holder.module;[
- <!ENTITY % local.holder.attrib "">
- <!ENTITY % holder.role.attrib "%role.attrib;">
-
-<!ENTITY % holder.element "INCLUDE">
-<![%holder.element;[
-<!ELEMENT holder %ho; (%docinfo.char.mix;)*>
-<!--end of holder.element-->]]>
-
-<!ENTITY % holder.attlist "INCLUDE">
-<![%holder.attlist;[
-<!ATTLIST holder
- %common.attrib;
- %holder.role.attrib;
- %local.holder.attrib;
->
-<!--end of holder.attlist-->]]>
- <!--end of holder.module-->]]>
-<!--end of copyright.content.module-->]]>
-
-<!-- CorpAuthor ....................... -->
-
-<!ENTITY % corpauthor.module "INCLUDE">
-<![%corpauthor.module;[
-<!ENTITY % local.corpauthor.attrib "">
-<!ENTITY % corpauthor.role.attrib "%role.attrib;">
-
-<!ENTITY % corpauthor.element "INCLUDE">
-<![%corpauthor.element;[
-<!ELEMENT corpauthor %ho; (%docinfo.char.mix;)*>
-<!--end of corpauthor.element-->]]>
-
-<!ENTITY % corpauthor.attlist "INCLUDE">
-<![%corpauthor.attlist;[
-<!ATTLIST corpauthor
- %common.attrib;
- %corpauthor.role.attrib;
- %local.corpauthor.attrib;
->
-<!--end of corpauthor.attlist-->]]>
-<!--end of corpauthor.module-->]]>
-
-<!-- CorpName ......................... -->
-
-<!ENTITY % corpname.module "INCLUDE">
-<![%corpname.module;[
-<!ENTITY % local.corpname.attrib "">
-
-<!ENTITY % corpname.element "INCLUDE">
-<![%corpname.element;[
-<!ELEMENT corpname %ho; (%docinfo.char.mix;)*>
-<!--end of corpname.element-->]]>
-<!ENTITY % corpname.role.attrib "%role.attrib;">
-
-<!ENTITY % corpname.attlist "INCLUDE">
-<![%corpname.attlist;[
-<!ATTLIST corpname
- %common.attrib;
- %corpname.role.attrib;
- %local.corpname.attrib;
->
-<!--end of corpname.attlist-->]]>
-<!--end of corpname.module-->]]>
-
-<!-- Date ............................. -->
-
-<!ENTITY % date.module "INCLUDE">
-<![%date.module;[
-<!ENTITY % local.date.attrib "">
-<!ENTITY % date.role.attrib "%role.attrib;">
-
-<!ENTITY % date.element "INCLUDE">
-<![%date.element;[
-<!ELEMENT date %ho; (%docinfo.char.mix;)*>
-<!--end of date.element-->]]>
-
-<!ENTITY % date.attlist "INCLUDE">
-<![%date.attlist;[
-<!ATTLIST date
- %common.attrib;
- %date.role.attrib;
- %local.date.attrib;
->
-<!--end of date.attlist-->]]>
-<!--end of date.module-->]]>
-
-<!-- Edition .......................... -->
-
-<!ENTITY % edition.module "INCLUDE">
-<![%edition.module;[
-<!ENTITY % local.edition.attrib "">
-<!ENTITY % edition.role.attrib "%role.attrib;">
-
-<!ENTITY % edition.element "INCLUDE">
-<![%edition.element;[
-<!ELEMENT edition %ho; (%docinfo.char.mix;)*>
-<!--end of edition.element-->]]>
-
-<!ENTITY % edition.attlist "INCLUDE">
-<![%edition.attlist;[
-<!ATTLIST edition
- %common.attrib;
- %edition.role.attrib;
- %local.edition.attrib;
->
-<!--end of edition.attlist-->]]>
-<!--end of edition.module-->]]>
-
-<!-- Editor ........................... -->
-
-<!ENTITY % editor.module "INCLUDE">
-<![%editor.module;[
-<!ENTITY % local.editor.attrib "">
-<!ENTITY % editor.role.attrib "%role.attrib;">
-
-<!ENTITY % editor.element "INCLUDE">
-<![%editor.element;[
-<!ELEMENT editor %ho; ((personname|(%person.ident.mix;)+),(personblurb|email|address)*)>
-<!--end of editor.element-->]]>
-
-<!ENTITY % editor.attlist "INCLUDE">
-<![%editor.attlist;[
-<!ATTLIST editor
- %common.attrib;
- %editor.role.attrib;
- %local.editor.attrib;
->
-<!--end of editor.attlist-->]]>
- <!--(see "Personal identity elements" for %person.ident.mix;)-->
-<!--end of editor.module-->]]>
-
-<!-- ISBN ............................. -->
-
-<!ENTITY % isbn.module "INCLUDE">
-<![%isbn.module;[
-<!ENTITY % local.isbn.attrib "">
-<!ENTITY % isbn.role.attrib "%role.attrib;">
-
-<!ENTITY % isbn.element "INCLUDE">
-<![%isbn.element;[
-<!ELEMENT isbn %ho; (%docinfo.char.mix;)*>
-<!--end of isbn.element-->]]>
-
-<!ENTITY % isbn.attlist "INCLUDE">
-<![%isbn.attlist;[
-<!ATTLIST isbn
- %common.attrib;
- %isbn.role.attrib;
- %local.isbn.attrib;
->
-<!--end of isbn.attlist-->]]>
-<!--end of isbn.module-->]]>
-
-<!-- ISSN ............................. -->
-
-<!ENTITY % issn.module "INCLUDE">
-<![%issn.module;[
-<!ENTITY % local.issn.attrib "">
-<!ENTITY % issn.role.attrib "%role.attrib;">
-
-<!ENTITY % issn.element "INCLUDE">
-<![%issn.element;[
-<!ELEMENT issn %ho; (%docinfo.char.mix;)*>
-<!--end of issn.element-->]]>
-
-<!ENTITY % issn.attlist "INCLUDE">
-<![%issn.attlist;[
-<!ATTLIST issn
- %common.attrib;
- %issn.role.attrib;
- %local.issn.attrib;
->
-<!--end of issn.attlist-->]]>
-<!--end of issn.module-->]]>
-
-<!-- BiblioId ................. -->
-<!ENTITY % biblio.class.attrib
- "class (uri
- |doi
- |isbn
- |issn
- |libraryofcongress
- |pubnumber
- |other) #IMPLIED
- otherclass CDATA #IMPLIED"
->
-
-<!ENTITY % biblioid.module "INCLUDE">
-<![%biblioid.module;[
-<!ENTITY % local.biblioid.attrib "">
-<!ENTITY % biblioid.role.attrib "%role.attrib;">
-
-<!ENTITY % biblioid.element "INCLUDE">
-<![%biblioid.element;[
-<!ELEMENT biblioid %ho; (%docinfo.char.mix;)*>
-<!--end of biblioid.element-->]]>
-
-<!ENTITY % biblioid.attlist "INCLUDE">
-<![%biblioid.attlist;[
-<!ATTLIST biblioid
- %biblio.class.attrib;
- %common.attrib;
- %biblioid.role.attrib;
- %local.biblioid.attrib;
->
-<!--end of biblioid.attlist-->]]>
-<!--end of biblioid.module-->]]>
-
-<!-- CiteBiblioId ................. -->
-
-<!ENTITY % citebiblioid.module "INCLUDE">
-<![%citebiblioid.module;[
-<!ENTITY % local.citebiblioid.attrib "">
-<!ENTITY % citebiblioid.role.attrib "%role.attrib;">
-
-<!ENTITY % citebiblioid.element "INCLUDE">
-<![%citebiblioid.element;[
-<!ELEMENT citebiblioid %ho; (%docinfo.char.mix;)*>
-<!--end of citebiblioid.element-->]]>
-
-<!ENTITY % citebiblioid.attlist "INCLUDE">
-<![%citebiblioid.attlist;[
-<!ATTLIST citebiblioid
- %biblio.class.attrib;
- %common.attrib;
- %citebiblioid.role.attrib;
- %local.citebiblioid.attrib;
->
-<!--end of citebiblioid.attlist-->]]>
-<!--end of citebiblioid.module-->]]>
-
-<!-- BiblioSource ................. -->
-
-<!ENTITY % bibliosource.module "INCLUDE">
-<![%bibliosource.module;[
-<!ENTITY % local.bibliosource.attrib "">
-<!ENTITY % bibliosource.role.attrib "%role.attrib;">
-
-<!ENTITY % bibliosource.element "INCLUDE">
-<![%bibliosource.element;[
-<!ELEMENT bibliosource %ho; (%docinfo.char.mix;)*>
-<!--end of bibliosource.element-->]]>
-
-<!ENTITY % bibliosource.attlist "INCLUDE">
-<![%bibliosource.attlist;[
-<!ATTLIST bibliosource
- %biblio.class.attrib;
- %common.attrib;
- %bibliosource.role.attrib;
- %local.bibliosource.attrib;
->
-<!--end of bibliosource.attlist-->]]>
-<!--end of bibliosource.module-->]]>
-
-<!-- BiblioRelation ................. -->
-
-<!ENTITY % bibliorelation.module "INCLUDE">
-<![%bibliorelation.module;[
-<!ENTITY % local.bibliorelation.attrib "">
-<!ENTITY % local.bibliorelation.types "">
-
-<!ENTITY % bibliorelation.type.attrib
- "type (isversionof
- |hasversion
- |isreplacedby
- |replaces
- |isrequiredby
- |requires
- |ispartof
- |haspart
- |isreferencedby
- |references
- |isformatof
- |hasformat
- |othertype
- %local.bibliorelation.types;) #IMPLIED
- othertype CDATA #IMPLIED
-">
-
-<!ENTITY % bibliorelation.role.attrib "%role.attrib;">
-
-<!ENTITY % bibliorelation.element "INCLUDE">
-<![%bibliorelation.element;[
-<!ELEMENT bibliorelation %ho; (%docinfo.char.mix;)*>
-<!--end of bibliorelation.element-->]]>
-
-<!ENTITY % bibliorelation.attlist "INCLUDE">
-<![%bibliorelation.attlist;[
-<!ATTLIST bibliorelation
- %biblio.class.attrib;
- %bibliorelation.type.attrib;
- %common.attrib;
- %bibliorelation.role.attrib;
- %local.bibliorelation.attrib;
->
-<!--end of bibliorelation.attlist-->]]>
-<!--end of bibliorelation.module-->]]>
-
-<!-- BiblioCoverage ................. -->
-
-<!ENTITY % bibliocoverage.module "INCLUDE">
-<![%bibliocoverage.module;[
-<!ENTITY % local.bibliocoverage.attrib "">
-<!ENTITY % bibliocoverage.role.attrib "%role.attrib;">
-
-<!ENTITY % bibliocoverage.element "INCLUDE">
-<![%bibliocoverage.element;[
-<!ELEMENT bibliocoverage %ho; (%docinfo.char.mix;)*>
-<!--end of bibliocoverage.element-->]]>
-
-<!ENTITY % bibliocoverage.attlist "INCLUDE">
-<![%bibliocoverage.attlist;[
-<!ATTLIST bibliocoverage
- spatial (dcmipoint|iso3166|dcmibox|tgn|otherspatial) #IMPLIED
- otherspatial CDATA #IMPLIED
- temporal (dcmiperiod|w3c-dtf|othertemporal) #IMPLIED
- othertemporal CDATA #IMPLIED
- %common.attrib;
- %bibliocoverage.role.attrib;
- %local.bibliocoverage.attrib;
->
-<!--end of bibliocoverage.attlist-->]]>
-<!--end of bibliocoverage.module-->]]>
-
-<!-- InvPartNumber .................... -->
-
-<!ENTITY % invpartnumber.module "INCLUDE">
-<![%invpartnumber.module;[
-<!ENTITY % local.invpartnumber.attrib "">
-<!ENTITY % invpartnumber.role.attrib "%role.attrib;">
-
-<!ENTITY % invpartnumber.element "INCLUDE">
-<![%invpartnumber.element;[
-<!ELEMENT invpartnumber %ho; (%docinfo.char.mix;)*>
-<!--end of invpartnumber.element-->]]>
-
-<!ENTITY % invpartnumber.attlist "INCLUDE">
-<![%invpartnumber.attlist;[
-<!ATTLIST invpartnumber
- %common.attrib;
- %invpartnumber.role.attrib;
- %local.invpartnumber.attrib;
->
-<!--end of invpartnumber.attlist-->]]>
-<!--end of invpartnumber.module-->]]>
-
-<!-- IssueNum ......................... -->
-
-<!ENTITY % issuenum.module "INCLUDE">
-<![%issuenum.module;[
-<!ENTITY % local.issuenum.attrib "">
-<!ENTITY % issuenum.role.attrib "%role.attrib;">
-
-<!ENTITY % issuenum.element "INCLUDE">
-<![%issuenum.element;[
-<!ELEMENT issuenum %ho; (%docinfo.char.mix;)*>
-<!--end of issuenum.element-->]]>
-
-<!ENTITY % issuenum.attlist "INCLUDE">
-<![%issuenum.attlist;[
-<!ATTLIST issuenum
- %common.attrib;
- %issuenum.role.attrib;
- %local.issuenum.attrib;
->
-<!--end of issuenum.attlist-->]]>
-<!--end of issuenum.module-->]]>
-
-<!-- LegalNotice ...................... -->
-
-<!ENTITY % legalnotice.module "INCLUDE">
-<![%legalnotice.module;[
-<!ENTITY % local.legalnotice.attrib "">
-<!ENTITY % legalnotice.role.attrib "%role.attrib;">
-
-<!ENTITY % legalnotice.element "INCLUDE">
-<![%legalnotice.element;[
-<!ELEMENT legalnotice %ho; (blockinfo?, title?, (%legalnotice.mix;)+)
- %formal.exclusion;>
-<!--end of legalnotice.element-->]]>
-
-<!ENTITY % legalnotice.attlist "INCLUDE">
-<![%legalnotice.attlist;[
-<!ATTLIST legalnotice
- %common.attrib;
- %legalnotice.role.attrib;
- %local.legalnotice.attrib;
->
-<!--end of legalnotice.attlist-->]]>
-<!--end of legalnotice.module-->]]>
-
-<!-- ModeSpec ......................... -->
-
-<!ENTITY % modespec.module "INCLUDE">
-<![%modespec.module;[
-<!ENTITY % local.modespec.attrib "">
-<!ENTITY % modespec.role.attrib "%role.attrib;">
-
-<!ENTITY % modespec.element "INCLUDE">
-<![%modespec.element;[
-<!ELEMENT modespec %ho; (%docinfo.char.mix;)*
- %ubiq.exclusion;>
-<!--end of modespec.element-->]]>
-
-<!-- Application: Type of action required for completion
- of the links to which the ModeSpec is relevant (e.g.,
- retrieval query) -->
-
-
-<!ENTITY % modespec.attlist "INCLUDE">
-<![%modespec.attlist;[
-<!ATTLIST modespec
- application NOTATION
- (%notation.class;) #IMPLIED
- %common.attrib;
- %modespec.role.attrib;
- %local.modespec.attrib;
->
-<!--end of modespec.attlist-->]]>
-<!--end of modespec.module-->]]>
-
-<!-- OrgName .......................... -->
-
-<!ENTITY % orgname.module "INCLUDE">
-<![%orgname.module;[
-<!ENTITY % local.orgname.attrib "">
-<!ENTITY % orgname.role.attrib "%role.attrib;">
-
-<!ENTITY % orgname.element "INCLUDE">
-<![%orgname.element;[
-<!ELEMENT orgname %ho; (%docinfo.char.mix;)*>
-<!--end of orgname.element-->]]>
-
-<!ENTITY % orgname.attlist "INCLUDE">
-<![%orgname.attlist;[
-<!ATTLIST orgname
- %common.attrib;
- class (corporation|nonprofit|consortium|informal|other) #IMPLIED
- otherclass CDATA #IMPLIED
- %orgname.role.attrib;
- %local.orgname.attrib;
->
-<!--end of orgname.attlist-->]]>
-<!--end of orgname.module-->]]>
-
-<!-- OtherCredit ...................... -->
-
-<!ENTITY % othercredit.module "INCLUDE">
-<![%othercredit.module;[
-<!ENTITY % local.othercredit.attrib "">
-<!ENTITY % othercredit.role.attrib "%role.attrib;">
-
-<!ENTITY % othercredit.element "INCLUDE">
-<![%othercredit.element;[
-<!ELEMENT othercredit %ho; ((personname|(%person.ident.mix;)+),
- (personblurb|email|address)*)>
-<!--end of othercredit.element-->]]>
-
-<!ENTITY % othercredit.attlist "INCLUDE">
-<![%othercredit.attlist;[
-<!ATTLIST othercredit
- %common.attrib;
- %othercredit.role.attrib;
- %local.othercredit.attrib;
->
-<!--end of othercredit.attlist-->]]>
- <!--(see "Personal identity elements" for %person.ident.mix;)-->
-<!--end of othercredit.module-->]]>
-
-<!-- PageNums ......................... -->
-
-<!ENTITY % pagenums.module "INCLUDE">
-<![%pagenums.module;[
-<!ENTITY % local.pagenums.attrib "">
-<!ENTITY % pagenums.role.attrib "%role.attrib;">
-
-<!ENTITY % pagenums.element "INCLUDE">
-<![%pagenums.element;[
-<!ELEMENT pagenums %ho; (%docinfo.char.mix;)*>
-<!--end of pagenums.element-->]]>
-
-<!ENTITY % pagenums.attlist "INCLUDE">
-<![%pagenums.attlist;[
-<!ATTLIST pagenums
- %common.attrib;
- %pagenums.role.attrib;
- %local.pagenums.attrib;
->
-<!--end of pagenums.attlist-->]]>
-<!--end of pagenums.module-->]]>
-
-<!-- Personal identity elements ....... -->
-
-<!-- These elements are used only within Author, Editor, and
-OtherCredit. -->
-
-<!ENTITY % person.ident.module "INCLUDE">
-<![%person.ident.module;[
- <!ENTITY % contrib.module "INCLUDE">
- <![%contrib.module;[
- <!ENTITY % local.contrib.attrib "">
- <!ENTITY % contrib.role.attrib "%role.attrib;">
-
-<!ENTITY % contrib.element "INCLUDE">
-<![%contrib.element;[
-<!ELEMENT contrib %ho; (%docinfo.char.mix;)*>
-<!--end of contrib.element-->]]>
-
-<!ENTITY % contrib.attlist "INCLUDE">
-<![%contrib.attlist;[
-<!ATTLIST contrib
- %common.attrib;
- %contrib.role.attrib;
- %local.contrib.attrib;
->
-<!--end of contrib.attlist-->]]>
- <!--end of contrib.module-->]]>
-
- <!ENTITY % firstname.module "INCLUDE">
- <![%firstname.module;[
- <!ENTITY % local.firstname.attrib "">
- <!ENTITY % firstname.role.attrib "%role.attrib;">
-
-<!ENTITY % firstname.element "INCLUDE">
-<![%firstname.element;[
-<!ELEMENT firstname %ho; (%docinfo.char.mix;)*>
-<!--end of firstname.element-->]]>
-
-<!ENTITY % firstname.attlist "INCLUDE">
-<![%firstname.attlist;[
-<!ATTLIST firstname
- %common.attrib;
- %firstname.role.attrib;
- %local.firstname.attrib;
->
-<!--end of firstname.attlist-->]]>
- <!--end of firstname.module-->]]>
-
- <!ENTITY % honorific.module "INCLUDE">
- <![%honorific.module;[
- <!ENTITY % local.honorific.attrib "">
- <!ENTITY % honorific.role.attrib "%role.attrib;">
-
-<!ENTITY % honorific.element "INCLUDE">
-<![%honorific.element;[
-<!ELEMENT honorific %ho; (%docinfo.char.mix;)*>
-<!--end of honorific.element-->]]>
-
-<!ENTITY % honorific.attlist "INCLUDE">
-<![%honorific.attlist;[
-<!ATTLIST honorific
- %common.attrib;
- %honorific.role.attrib;
- %local.honorific.attrib;
->
-<!--end of honorific.attlist-->]]>
- <!--end of honorific.module-->]]>
-
- <!ENTITY % lineage.module "INCLUDE">
- <![%lineage.module;[
- <!ENTITY % local.lineage.attrib "">
- <!ENTITY % lineage.role.attrib "%role.attrib;">
-
-<!ENTITY % lineage.element "INCLUDE">
-<![%lineage.element;[
-<!ELEMENT lineage %ho; (%docinfo.char.mix;)*>
-<!--end of lineage.element-->]]>
-
-<!ENTITY % lineage.attlist "INCLUDE">
-<![%lineage.attlist;[
-<!ATTLIST lineage
- %common.attrib;
- %lineage.role.attrib;
- %local.lineage.attrib;
->
-<!--end of lineage.attlist-->]]>
- <!--end of lineage.module-->]]>
-
- <!ENTITY % othername.module "INCLUDE">
- <![%othername.module;[
- <!ENTITY % local.othername.attrib "">
- <!ENTITY % othername.role.attrib "%role.attrib;">
-
-<!ENTITY % othername.element "INCLUDE">
-<![%othername.element;[
-<!ELEMENT othername %ho; (%docinfo.char.mix;)*>
-<!--end of othername.element-->]]>
-
-<!ENTITY % othername.attlist "INCLUDE">
-<![%othername.attlist;[
-<!ATTLIST othername
- %common.attrib;
- %othername.role.attrib;
- %local.othername.attrib;
->
-<!--end of othername.attlist-->]]>
- <!--end of othername.module-->]]>
-
- <!ENTITY % surname.module "INCLUDE">
- <![%surname.module;[
- <!ENTITY % local.surname.attrib "">
- <!ENTITY % surname.role.attrib "%role.attrib;">
-
-<!ENTITY % surname.element "INCLUDE">
-<![%surname.element;[
-<!ELEMENT surname %ho; (%docinfo.char.mix;)*>
-<!--end of surname.element-->]]>
-
-<!ENTITY % surname.attlist "INCLUDE">
-<![%surname.attlist;[
-<!ATTLIST surname
- %common.attrib;
- %surname.role.attrib;
- %local.surname.attrib;
->
-<!--end of surname.attlist-->]]>
- <!--end of surname.module-->]]>
-<!--end of person.ident.module-->]]>
-
-<!-- PrintHistory ..................... -->
-
-<!ENTITY % printhistory.module "INCLUDE">
-<![%printhistory.module;[
-<!ENTITY % local.printhistory.attrib "">
-<!ENTITY % printhistory.role.attrib "%role.attrib;">
-
-<!ENTITY % printhistory.element "INCLUDE">
-<![%printhistory.element;[
-<!ELEMENT printhistory %ho; ((%para.class;)+)>
-<!--end of printhistory.element-->]]>
-
-<!ENTITY % printhistory.attlist "INCLUDE">
-<![%printhistory.attlist;[
-<!ATTLIST printhistory
- %common.attrib;
- %printhistory.role.attrib;
- %local.printhistory.attrib;
->
-<!--end of printhistory.attlist-->]]>
-<!--end of printhistory.module-->]]>
-
-<!-- ProductName ...................... -->
-
-<!ENTITY % productname.module "INCLUDE">
-<![%productname.module;[
-<!ENTITY % local.productname.attrib "">
-<!ENTITY % productname.role.attrib "%role.attrib;">
-
-<!ENTITY % productname.element "INCLUDE">
-<![%productname.element;[
-<!ELEMENT productname %ho; (%para.char.mix;)*>
-<!--end of productname.element-->]]>
-
-<!-- Class: More precisely identifies the item the element names -->
-
-
-<!ENTITY % productname.attlist "INCLUDE">
-<![%productname.attlist;[
-<!ATTLIST productname
- class (service
- |trade
- |registered
- |copyright) 'trade'
- %common.attrib;
- %productname.role.attrib;
- %local.productname.attrib;
->
-<!--end of productname.attlist-->]]>
-<!--end of productname.module-->]]>
-
-<!-- ProductNumber .................... -->
-
-<!ENTITY % productnumber.module "INCLUDE">
-<![%productnumber.module;[
-<!ENTITY % local.productnumber.attrib "">
-<!ENTITY % productnumber.role.attrib "%role.attrib;">
-
-<!ENTITY % productnumber.element "INCLUDE">
-<![%productnumber.element;[
-<!ELEMENT productnumber %ho; (%docinfo.char.mix;)*>
-<!--end of productnumber.element-->]]>
-
-<!ENTITY % productnumber.attlist "INCLUDE">
-<![%productnumber.attlist;[
-<!ATTLIST productnumber
- %common.attrib;
- %productnumber.role.attrib;
- %local.productnumber.attrib;
->
-<!--end of productnumber.attlist-->]]>
-<!--end of productnumber.module-->]]>
-
-<!-- PubDate .......................... -->
-
-<!ENTITY % pubdate.module "INCLUDE">
-<![%pubdate.module;[
-<!ENTITY % local.pubdate.attrib "">
-<!ENTITY % pubdate.role.attrib "%role.attrib;">
-
-<!ENTITY % pubdate.element "INCLUDE">
-<![%pubdate.element;[
-<!ELEMENT pubdate %ho; (%docinfo.char.mix;)*>
-<!--end of pubdate.element-->]]>
-
-<!ENTITY % pubdate.attlist "INCLUDE">
-<![%pubdate.attlist;[
-<!ATTLIST pubdate
- %common.attrib;
- %pubdate.role.attrib;
- %local.pubdate.attrib;
->
-<!--end of pubdate.attlist-->]]>
-<!--end of pubdate.module-->]]>
-
-<!-- Publisher ........................ -->
-
-<!ENTITY % publisher.content.module "INCLUDE">
-<![%publisher.content.module;[
-<!ENTITY % publisher.module "INCLUDE">
-<![%publisher.module;[
-<!ENTITY % local.publisher.attrib "">
-<!ENTITY % publisher.role.attrib "%role.attrib;">
-
-<!ENTITY % publisher.element "INCLUDE">
-<![%publisher.element;[
-<!ELEMENT publisher %ho; (publishername, address*)>
-<!--end of publisher.element-->]]>
-
-<!ENTITY % publisher.attlist "INCLUDE">
-<![%publisher.attlist;[
-<!ATTLIST publisher
- %common.attrib;
- %publisher.role.attrib;
- %local.publisher.attrib;
->
-<!--end of publisher.attlist-->]]>
-<!--end of publisher.module-->]]>
-
- <!ENTITY % publishername.module "INCLUDE">
- <![%publishername.module;[
- <!ENTITY % local.publishername.attrib "">
- <!ENTITY % publishername.role.attrib "%role.attrib;">
-
-<!ENTITY % publishername.element "INCLUDE">
-<![%publishername.element;[
-<!ELEMENT publishername %ho; (%docinfo.char.mix;)*>
-<!--end of publishername.element-->]]>
-
-<!ENTITY % publishername.attlist "INCLUDE">
-<![%publishername.attlist;[
-<!ATTLIST publishername
- %common.attrib;
- %publishername.role.attrib;
- %local.publishername.attrib;
->
-<!--end of publishername.attlist-->]]>
- <!--end of publishername.module-->]]>
-
- <!-- Address (defined elsewhere in this section)-->
-<!--end of publisher.content.module-->]]>
-
-<!-- PubsNumber ....................... -->
-
-<!ENTITY % pubsnumber.module "INCLUDE">
-<![%pubsnumber.module;[
-<!ENTITY % local.pubsnumber.attrib "">
-<!ENTITY % pubsnumber.role.attrib "%role.attrib;">
-
-<!ENTITY % pubsnumber.element "INCLUDE">
-<![%pubsnumber.element;[
-<!ELEMENT pubsnumber %ho; (%docinfo.char.mix;)*>
-<!--end of pubsnumber.element-->]]>
-
-<!ENTITY % pubsnumber.attlist "INCLUDE">
-<![%pubsnumber.attlist;[
-<!ATTLIST pubsnumber
- %common.attrib;
- %pubsnumber.role.attrib;
- %local.pubsnumber.attrib;
->
-<!--end of pubsnumber.attlist-->]]>
-<!--end of pubsnumber.module-->]]>
-
-<!-- ReleaseInfo ...................... -->
-
-<!ENTITY % releaseinfo.module "INCLUDE">
-<![%releaseinfo.module;[
-<!ENTITY % local.releaseinfo.attrib "">
-<!ENTITY % releaseinfo.role.attrib "%role.attrib;">
-
-<!ENTITY % releaseinfo.element "INCLUDE">
-<![%releaseinfo.element;[
-<!ELEMENT releaseinfo %ho; (%docinfo.char.mix;)*>
-<!--end of releaseinfo.element-->]]>
-
-<!ENTITY % releaseinfo.attlist "INCLUDE">
-<![%releaseinfo.attlist;[
-<!ATTLIST releaseinfo
- %common.attrib;
- %releaseinfo.role.attrib;
- %local.releaseinfo.attrib;
->
-<!--end of releaseinfo.attlist-->]]>
-<!--end of releaseinfo.module-->]]>
-
-<!-- RevHistory ....................... -->
-
-<!ENTITY % revhistory.content.module "INCLUDE">
-<![%revhistory.content.module;[
-<!ENTITY % revhistory.module "INCLUDE">
-<![%revhistory.module;[
-<!ENTITY % local.revhistory.attrib "">
-<!ENTITY % revhistory.role.attrib "%role.attrib;">
-
-<!ENTITY % revhistory.element "INCLUDE">
-<![%revhistory.element;[
-<!ELEMENT revhistory %ho; (revision+)>
-<!--end of revhistory.element-->]]>
-
-<!ENTITY % revhistory.attlist "INCLUDE">
-<![%revhistory.attlist;[
-<!ATTLIST revhistory
- %common.attrib;
- %revhistory.role.attrib;
- %local.revhistory.attrib;
->
-<!--end of revhistory.attlist-->]]>
-<!--end of revhistory.module-->]]>
-
-<!ENTITY % revision.module "INCLUDE">
-<![%revision.module;[
-<!ENTITY % local.revision.attrib "">
-<!ENTITY % revision.role.attrib "%role.attrib;">
-
-<!ENTITY % revision.element "INCLUDE">
-<![%revision.element;[
-<!ELEMENT revision %ho; (revnumber, date, authorinitials*,
- (revremark|revdescription)?)>
-<!--end of revision.element-->]]>
-
-<!ENTITY % revision.attlist "INCLUDE">
-<![%revision.attlist;[
-<!ATTLIST revision
- %common.attrib;
- %revision.role.attrib;
- %local.revision.attrib;
->
-<!--end of revision.attlist-->]]>
-<!--end of revision.module-->]]>
-
-<!ENTITY % revnumber.module "INCLUDE">
-<![%revnumber.module;[
-<!ENTITY % local.revnumber.attrib "">
-<!ENTITY % revnumber.role.attrib "%role.attrib;">
-
-<!ENTITY % revnumber.element "INCLUDE">
-<![%revnumber.element;[
-<!ELEMENT revnumber %ho; (%docinfo.char.mix;)*>
-<!--end of revnumber.element-->]]>
-
-<!ENTITY % revnumber.attlist "INCLUDE">
-<![%revnumber.attlist;[
-<!ATTLIST revnumber
- %common.attrib;
- %revnumber.role.attrib;
- %local.revnumber.attrib;
->
-<!--end of revnumber.attlist-->]]>
-<!--end of revnumber.module-->]]>
-
-<!-- Date (defined elsewhere in this section)-->
-<!-- AuthorInitials (defined elsewhere in this section)-->
-
-<!ENTITY % revremark.module "INCLUDE">
-<![%revremark.module;[
-<!ENTITY % local.revremark.attrib "">
-<!ENTITY % revremark.role.attrib "%role.attrib;">
-
-<!ENTITY % revremark.element "INCLUDE">
-<![%revremark.element;[
-<!ELEMENT revremark %ho; (%docinfo.char.mix;)*>
-<!--end of revremark.element-->]]>
-
-<!ENTITY % revremark.attlist "INCLUDE">
-<![%revremark.attlist;[
-<!ATTLIST revremark
- %common.attrib;
- %revremark.role.attrib;
- %local.revremark.attrib;
->
-<!--end of revremark.attlist-->]]>
-<!--end of revremark.module-->]]>
-
-<!ENTITY % revdescription.module "INCLUDE">
-<![ %revdescription.module; [
-<!ENTITY % local.revdescription.attrib "">
-<!ENTITY % revdescription.role.attrib "%role.attrib;">
-
-<!ENTITY % revdescription.element "INCLUDE">
-<![ %revdescription.element; [
-<!ELEMENT revdescription %ho; ((%revdescription.mix;)+)>
-<!--end of revdescription.element-->]]>
-
-<!ENTITY % revdescription.attlist "INCLUDE">
-<![ %revdescription.attlist; [
-<!ATTLIST revdescription
- %common.attrib;
- %revdescription.role.attrib;
- %local.revdescription.attrib;
->
-<!--end of revdescription.attlist-->]]>
-<!--end of revdescription.module-->]]>
-<!--end of revhistory.content.module-->]]>
-
-<!-- SeriesVolNums .................... -->
-
-<!ENTITY % seriesvolnums.module "INCLUDE">
-<![%seriesvolnums.module;[
-<!ENTITY % local.seriesvolnums.attrib "">
-<!ENTITY % seriesvolnums.role.attrib "%role.attrib;">
-
-<!ENTITY % seriesvolnums.element "INCLUDE">
-<![%seriesvolnums.element;[
-<!ELEMENT seriesvolnums %ho; (%docinfo.char.mix;)*>
-<!--end of seriesvolnums.element-->]]>
-
-<!ENTITY % seriesvolnums.attlist "INCLUDE">
-<![%seriesvolnums.attlist;[
-<!ATTLIST seriesvolnums
- %common.attrib;
- %seriesvolnums.role.attrib;
- %local.seriesvolnums.attrib;
->
-<!--end of seriesvolnums.attlist-->]]>
-<!--end of seriesvolnums.module-->]]>
-
-<!-- VolumeNum ........................ -->
-
-<!ENTITY % volumenum.module "INCLUDE">
-<![%volumenum.module;[
-<!ENTITY % local.volumenum.attrib "">
-<!ENTITY % volumenum.role.attrib "%role.attrib;">
-
-<!ENTITY % volumenum.element "INCLUDE">
-<![%volumenum.element;[
-<!ELEMENT volumenum %ho; (%docinfo.char.mix;)*>
-<!--end of volumenum.element-->]]>
-
-<!ENTITY % volumenum.attlist "INCLUDE">
-<![%volumenum.attlist;[
-<!ATTLIST volumenum
- %common.attrib;
- %volumenum.role.attrib;
- %local.volumenum.attrib;
->
-<!--end of volumenum.attlist-->]]>
-<!--end of volumenum.module-->]]>
-
-<!-- .................................. -->
-
-<!--end of docinfo.content.module-->]]>
-
-<!-- ...................................................................... -->
-<!-- Inline, link, and ubiquitous elements ................................ -->
-
-<!-- Technical and computer terms ......................................... -->
-
-<!ENTITY % accel.module "INCLUDE">
-<![%accel.module;[
-<!ENTITY % local.accel.attrib "">
-<!ENTITY % accel.role.attrib "%role.attrib;">
-
-<!ENTITY % accel.element "INCLUDE">
-<![%accel.element;[
-<!ELEMENT accel %ho; (%smallcptr.char.mix;)*>
-<!--end of accel.element-->]]>
-
-<!ENTITY % accel.attlist "INCLUDE">
-<![%accel.attlist;[
-<!ATTLIST accel
- %common.attrib;
- %accel.role.attrib;
- %local.accel.attrib;
->
-<!--end of accel.attlist-->]]>
-<!--end of accel.module-->]]>
-
-<!ENTITY % action.module "INCLUDE">
-<![%action.module;[
-<!ENTITY % local.action.attrib "">
-<!ENTITY % action.role.attrib "%role.attrib;">
-
-<!ENTITY % action.element "INCLUDE">
-<![%action.element;[
-<!ELEMENT action %ho; (%cptr.char.mix;)*>
-<!--end of action.element-->]]>
-
-<!ENTITY % action.attlist "INCLUDE">
-<![%action.attlist;[
-<!ATTLIST action
- %moreinfo.attrib;
- %common.attrib;
- %action.role.attrib;
- %local.action.attrib;
->
-<!--end of action.attlist-->]]>
-<!--end of action.module-->]]>
-
-<!ENTITY % application.module "INCLUDE">
-<![%application.module;[
-<!ENTITY % local.application.attrib "">
-<!ENTITY % application.role.attrib "%role.attrib;">
-
-<!ENTITY % application.element "INCLUDE">
-<![%application.element;[
-<!ELEMENT application %ho; (%para.char.mix;)*>
-<!--end of application.element-->]]>
-
-<!ENTITY % application.attlist "INCLUDE">
-<![%application.attlist;[
-<!ATTLIST application
- class (hardware
- |software) #IMPLIED
- %moreinfo.attrib;
- %common.attrib;
- %application.role.attrib;
- %local.application.attrib;
->
-<!--end of application.attlist-->]]>
-<!--end of application.module-->]]>
-
-<!ENTITY % classname.module "INCLUDE">
-<![%classname.module;[
-<!ENTITY % local.classname.attrib "">
-<!ENTITY % classname.role.attrib "%role.attrib;">
-
-<!ENTITY % classname.element "INCLUDE">
-<![%classname.element;[
-<!ELEMENT classname %ho; (%smallcptr.char.mix;)*>
-<!--end of classname.element-->]]>
-
-<!ENTITY % classname.attlist "INCLUDE">
-<![%classname.attlist;[
-<!ATTLIST classname
- %common.attrib;
- %classname.role.attrib;
- %local.classname.attrib;
->
-<!--end of classname.attlist-->]]>
-<!--end of classname.module-->]]>
-
-<!ENTITY % co.module "INCLUDE">
-<![%co.module;[
-<!ENTITY % local.co.attrib "">
-<!-- CO is a callout area of the LineColumn unit type (a single character
- position); the position is directly indicated by the location of CO. -->
-<!ENTITY % co.role.attrib "%role.attrib;">
-
-<!ENTITY % co.element "INCLUDE">
-<![%co.element;[
-<!ELEMENT co %ho; EMPTY>
-<!--end of co.element-->]]>
-
-<!-- bug number/symbol override or initialization -->
-<!-- to any related information -->
-
-
-<!ENTITY % co.attlist "INCLUDE">
-<![%co.attlist;[
-<!ATTLIST co
- %label.attrib;
- %linkends.attrib;
- %idreq.common.attrib;
- %co.role.attrib;
- %local.co.attrib;
->
-<!--end of co.attlist-->]]>
-<!--end of co.module-->]]>
-
-<!ENTITY % coref.module "INCLUDE">
-<![%coref.module;[
-<!ENTITY % local.coref.attrib "">
-<!-- COREF is a reference to a CO -->
-<!ENTITY % coref.role.attrib "%role.attrib;">
-
-<!ENTITY % coref.element "INCLUDE">
-<![%coref.element;[
-<!ELEMENT coref %ho; EMPTY>
-<!--end of coref.element-->]]>
-
-<!-- bug number/symbol override or initialization -->
-<!-- to any related information -->
-
-<!ENTITY % coref.attlist "INCLUDE">
-<![%coref.attlist;[
-<!ATTLIST coref
- %label.attrib;
- %linkendreq.attrib;
- %common.attrib;
- %coref.role.attrib;
- %local.coref.attrib;
->
-<!--end of coref.attlist-->]]>
-<!--end of coref.module-->]]>
-
-<!ENTITY % command.module "INCLUDE">
-<![%command.module;[
-<!ENTITY % local.command.attrib "">
-<!ENTITY % command.role.attrib "%role.attrib;">
-
-<!ENTITY % command.element "INCLUDE">
-<![%command.element;[
-<!ELEMENT command %ho; (%cptr.char.mix;)*>
-<!--end of command.element-->]]>
-
-<!ENTITY % command.attlist "INCLUDE">
-<![%command.attlist;[
-<!ATTLIST command
- %moreinfo.attrib;
- %common.attrib;
- %command.role.attrib;
- %local.command.attrib;
->
-<!--end of command.attlist-->]]>
-<!--end of command.module-->]]>
-
-<!ENTITY % computeroutput.module "INCLUDE">
-<![%computeroutput.module;[
-<!ENTITY % local.computeroutput.attrib "">
-<!ENTITY % computeroutput.role.attrib "%role.attrib;">
-
-<!ENTITY % computeroutput.element "INCLUDE">
-<![%computeroutput.element;[
-<!ELEMENT computeroutput %ho; (%cptr.char.mix;|co)*>
-<!--end of computeroutput.element-->]]>
-
-<!ENTITY % computeroutput.attlist "INCLUDE">
-<![%computeroutput.attlist;[
-<!ATTLIST computeroutput
- %moreinfo.attrib;
- %common.attrib;
- %computeroutput.role.attrib;
- %local.computeroutput.attrib;
->
-<!--end of computeroutput.attlist-->]]>
-<!--end of computeroutput.module-->]]>
-
-<!ENTITY % database.module "INCLUDE">
-<![%database.module;[
-<!ENTITY % local.database.attrib "">
-<!ENTITY % database.role.attrib "%role.attrib;">
-
-<!ENTITY % database.element "INCLUDE">
-<![%database.element;[
-<!ELEMENT database %ho; (%cptr.char.mix;)*>
-<!--end of database.element-->]]>
-
-<!-- Class: Type of database the element names; no default -->
-
-
-<!ENTITY % database.attlist "INCLUDE">
-<![%database.attlist;[
-<!ATTLIST database
- class (name
- |table
- |field
- |key1
- |key2
- |record) #IMPLIED
- %moreinfo.attrib;
- %common.attrib;
- %database.role.attrib;
- %local.database.attrib;
->
-<!--end of database.attlist-->]]>
-<!--end of database.module-->]]>
-
-<!ENTITY % email.module "INCLUDE">
-<![%email.module;[
-<!ENTITY % local.email.attrib "">
-<!ENTITY % email.role.attrib "%role.attrib;">
-
-<!ENTITY % email.element "INCLUDE">
-<![%email.element;[
-<!ELEMENT email %ho; (%docinfo.char.mix;)*>
-<!--end of email.element-->]]>
-
-<!ENTITY % email.attlist "INCLUDE">
-<![%email.attlist;[
-<!ATTLIST email
- %common.attrib;
- %email.role.attrib;
- %local.email.attrib;
->
-<!--end of email.attlist-->]]>
-<!--end of email.module-->]]>
-
-<!ENTITY % envar.module "INCLUDE">
-<![%envar.module;[
-<!ENTITY % local.envar.attrib "">
-<!ENTITY % envar.role.attrib "%role.attrib;">
-
-<!ENTITY % envar.element "INCLUDE">
-<![%envar.element;[
-<!ELEMENT envar %ho; (%smallcptr.char.mix;)*>
-<!--end of envar.element-->]]>
-
-<!ENTITY % envar.attlist "INCLUDE">
-<![%envar.attlist;[
-<!ATTLIST envar
- %common.attrib;
- %envar.role.attrib;
- %local.envar.attrib;
->
-<!--end of envar.attlist-->]]>
-<!--end of envar.module-->]]>
-
-
-<!ENTITY % errorcode.module "INCLUDE">
-<![%errorcode.module;[
-<!ENTITY % local.errorcode.attrib "">
-<!ENTITY % errorcode.role.attrib "%role.attrib;">
-
-<!ENTITY % errorcode.element "INCLUDE">
-<![%errorcode.element;[
-<!ELEMENT errorcode %ho; (%smallcptr.char.mix;)*>
-<!--end of errorcode.element-->]]>
-
-<!ENTITY % errorcode.attlist "INCLUDE">
-<![%errorcode.attlist;[
-<!ATTLIST errorcode
- %moreinfo.attrib;
- %common.attrib;
- %errorcode.role.attrib;
- %local.errorcode.attrib;
->
-<!--end of errorcode.attlist-->]]>
-<!--end of errorcode.module-->]]>
-
-<!ENTITY % errorname.module "INCLUDE">
-<![%errorname.module;[
-<!ENTITY % local.errorname.attrib "">
-<!ENTITY % errorname.role.attrib "%role.attrib;">
-
-<!ENTITY % errorname.element "INCLUDE">
-<![%errorname.element;[
-<!ELEMENT errorname %ho; (%smallcptr.char.mix;)*>
-<!--end of errorname.element-->]]>
-
-<!ENTITY % errorname.attlist "INCLUDE">
-<![%errorname.attlist;[
-<!ATTLIST errorname
- %common.attrib;
- %errorname.role.attrib;
- %local.errorname.attrib;
->
-<!--end of errorname.attlist-->]]>
-<!--end of errorname.module-->]]>
-
-<!ENTITY % errortext.module "INCLUDE">
-<![%errortext.module;[
-<!ENTITY % local.errortext.attrib "">
-<!ENTITY % errortext.role.attrib "%role.attrib;">
-
-<!ENTITY % errortext.element "INCLUDE">
-<![%errortext.element;[
-<!ELEMENT errortext %ho; (%smallcptr.char.mix;)*>
-<!--end of errortext.element-->]]>
-
-<!ENTITY % errortext.attlist "INCLUDE">
-<![%errortext.attlist;[
-<!ATTLIST errortext
- %common.attrib;
- %errortext.role.attrib;
- %local.errortext.attrib;
->
-<!--end of errortext.attlist-->]]>
-<!--end of errortext.module-->]]>
-
-<!ENTITY % errortype.module "INCLUDE">
-<![%errortype.module;[
-<!ENTITY % local.errortype.attrib "">
-<!ENTITY % errortype.role.attrib "%role.attrib;">
-
-<!ENTITY % errortype.element "INCLUDE">
-<![%errortype.element;[
-<!ELEMENT errortype %ho; (%smallcptr.char.mix;)*>
-<!--end of errortype.element-->]]>
-
-<!ENTITY % errortype.attlist "INCLUDE">
-<![%errortype.attlist;[
-<!ATTLIST errortype
- %common.attrib;
- %errortype.role.attrib;
- %local.errortype.attrib;
->
-<!--end of errortype.attlist-->]]>
-<!--end of errortype.module-->]]>
-
-<!ENTITY % filename.module "INCLUDE">
-<![%filename.module;[
-<!ENTITY % local.filename.attrib "">
-<!ENTITY % filename.role.attrib "%role.attrib;">
-
-<!ENTITY % filename.element "INCLUDE">
-<![%filename.element;[
-<!ELEMENT filename %ho; (%cptr.char.mix;)*>
-<!--end of filename.element-->]]>
-
-<!-- Class: Type of filename the element names; no default -->
-<!-- Path: Search path (possibly system-specific) in which
- file can be found -->
-
-
-<!ENTITY % filename.attlist "INCLUDE">
-<![%filename.attlist;[
-<!ATTLIST filename
- class (headerfile
- |partition
- |devicefile
- |libraryfile
- |directory
- |extension
- |symlink) #IMPLIED
- path CDATA #IMPLIED
- %moreinfo.attrib;
- %common.attrib;
- %filename.role.attrib;
- %local.filename.attrib;
->
-<!--end of filename.attlist-->]]>
-<!--end of filename.module-->]]>
-
-<!ENTITY % function.module "INCLUDE">
-<![%function.module;[
-<!ENTITY % local.function.attrib "">
-<!ENTITY % function.role.attrib "%role.attrib;">
-
-<!ENTITY % function.element "INCLUDE">
-<![%function.element;[
-<!ELEMENT function %ho; (%cptr.char.mix;)*>
-<!--end of function.element-->]]>
-
-<!ENTITY % function.attlist "INCLUDE">
-<![%function.attlist;[
-<!ATTLIST function
- %moreinfo.attrib;
- %common.attrib;
- %function.role.attrib;
- %local.function.attrib;
->
-<!--end of function.attlist-->]]>
-<!--end of function.module-->]]>
-
-<!ENTITY % guibutton.module "INCLUDE">
-<![%guibutton.module;[
-<!ENTITY % local.guibutton.attrib "">
-<!ENTITY % guibutton.role.attrib "%role.attrib;">
-
-<!ENTITY % guibutton.element "INCLUDE">
-<![%guibutton.element;[
-<!ELEMENT guibutton %ho; (%smallcptr.char.mix;|accel)*>
-<!--end of guibutton.element-->]]>
-
-<!ENTITY % guibutton.attlist "INCLUDE">
-<![%guibutton.attlist;[
-<!ATTLIST guibutton
- %moreinfo.attrib;
- %common.attrib;
- %guibutton.role.attrib;
- %local.guibutton.attrib;
->
-<!--end of guibutton.attlist-->]]>
-<!--end of guibutton.module-->]]>
-
-<!ENTITY % guiicon.module "INCLUDE">
-<![%guiicon.module;[
-<!ENTITY % local.guiicon.attrib "">
-<!ENTITY % guiicon.role.attrib "%role.attrib;">
-
-<!ENTITY % guiicon.element "INCLUDE">
-<![%guiicon.element;[
-<!ELEMENT guiicon %ho; (%smallcptr.char.mix;|accel)*>
-<!--end of guiicon.element-->]]>
-
-<!ENTITY % guiicon.attlist "INCLUDE">
-<![%guiicon.attlist;[
-<!ATTLIST guiicon
- %moreinfo.attrib;
- %common.attrib;
- %guiicon.role.attrib;
- %local.guiicon.attrib;
->
-<!--end of guiicon.attlist-->]]>
-<!--end of guiicon.module-->]]>
-
-<!ENTITY % guilabel.module "INCLUDE">
-<![%guilabel.module;[
-<!ENTITY % local.guilabel.attrib "">
-<!ENTITY % guilabel.role.attrib "%role.attrib;">
-
-<!ENTITY % guilabel.element "INCLUDE">
-<![%guilabel.element;[
-<!ELEMENT guilabel %ho; (%smallcptr.char.mix;|accel)*>
-<!--end of guilabel.element-->]]>
-
-<!ENTITY % guilabel.attlist "INCLUDE">
-<![%guilabel.attlist;[
-<!ATTLIST guilabel
- %moreinfo.attrib;
- %common.attrib;
- %guilabel.role.attrib;
- %local.guilabel.attrib;
->
-<!--end of guilabel.attlist-->]]>
-<!--end of guilabel.module-->]]>
-
-<!ENTITY % guimenu.module "INCLUDE">
-<![%guimenu.module;[
-<!ENTITY % local.guimenu.attrib "">
-<!ENTITY % guimenu.role.attrib "%role.attrib;">
-
-<!ENTITY % guimenu.element "INCLUDE">
-<![%guimenu.element;[
-<!ELEMENT guimenu %ho; (%smallcptr.char.mix;|accel)*>
-<!--end of guimenu.element-->]]>
-
-<!ENTITY % guimenu.attlist "INCLUDE">
-<![%guimenu.attlist;[
-<!ATTLIST guimenu
- %moreinfo.attrib;
- %common.attrib;
- %guimenu.role.attrib;
- %local.guimenu.attrib;
->
-<!--end of guimenu.attlist-->]]>
-<!--end of guimenu.module-->]]>
-
-<!ENTITY % guimenuitem.module "INCLUDE">
-<![%guimenuitem.module;[
-<!ENTITY % local.guimenuitem.attrib "">
-<!ENTITY % guimenuitem.role.attrib "%role.attrib;">
-
-<!ENTITY % guimenuitem.element "INCLUDE">
-<![%guimenuitem.element;[
-<!ELEMENT guimenuitem %ho; (%smallcptr.char.mix;|accel)*>
-<!--end of guimenuitem.element-->]]>
-
-<!ENTITY % guimenuitem.attlist "INCLUDE">
-<![%guimenuitem.attlist;[
-<!ATTLIST guimenuitem
- %moreinfo.attrib;
- %common.attrib;
- %guimenuitem.role.attrib;
- %local.guimenuitem.attrib;
->
-<!--end of guimenuitem.attlist-->]]>
-<!--end of guimenuitem.module-->]]>
-
-<!ENTITY % guisubmenu.module "INCLUDE">
-<![%guisubmenu.module;[
-<!ENTITY % local.guisubmenu.attrib "">
-<!ENTITY % guisubmenu.role.attrib "%role.attrib;">
-
-<!ENTITY % guisubmenu.element "INCLUDE">
-<![%guisubmenu.element;[
-<!ELEMENT guisubmenu %ho; (%smallcptr.char.mix;|accel)*>
-<!--end of guisubmenu.element-->]]>
-
-<!ENTITY % guisubmenu.attlist "INCLUDE">
-<![%guisubmenu.attlist;[
-<!ATTLIST guisubmenu
- %moreinfo.attrib;
- %common.attrib;
- %guisubmenu.role.attrib;
- %local.guisubmenu.attrib;
->
-<!--end of guisubmenu.attlist-->]]>
-<!--end of guisubmenu.module-->]]>
-
-<!ENTITY % hardware.module "INCLUDE">
-<![%hardware.module;[
-<!ENTITY % local.hardware.attrib "">
-<!ENTITY % hardware.role.attrib "%role.attrib;">
-
-<!ENTITY % hardware.element "INCLUDE">
-<![%hardware.element;[
-<!ELEMENT hardware %ho; (%cptr.char.mix;)*>
-<!--end of hardware.element-->]]>
-
-<!ENTITY % hardware.attlist "INCLUDE">
-<![%hardware.attlist;[
-<!ATTLIST hardware
- %moreinfo.attrib;
- %common.attrib;
- %hardware.role.attrib;
- %local.hardware.attrib;
->
-<!--end of hardware.attlist-->]]>
-<!--end of hardware.module-->]]>
-
-<!ENTITY % interface.module "INCLUDE">
-<![%interface.module;[
-<!ENTITY % local.interface.attrib "">
-<!ENTITY % interface.role.attrib "%role.attrib;">
-
-<!ENTITY % interface.element "INCLUDE">
-<![%interface.element;[
-<!ELEMENT interface %ho; (%smallcptr.char.mix;|accel)*>
-<!--end of interface.element-->]]>
-
-<!-- Class: Type of the Interface item; no default -->
-
-
-<!ENTITY % interface.attlist "INCLUDE">
-<![%interface.attlist;[
-<!ATTLIST interface
- %moreinfo.attrib;
- %common.attrib;
- %interface.role.attrib;
- %local.interface.attrib;
->
-<!--end of interface.attlist-->]]>
-<!--end of interface.module-->]]>
-
-<!ENTITY % keycap.module "INCLUDE">
-<![%keycap.module;[
-<!ENTITY % local.keycap.attrib "">
-<!ENTITY % keycap.role.attrib "%role.attrib;">
-
-<!ENTITY % keycap.element "INCLUDE">
-<![%keycap.element;[
-<!ELEMENT keycap %ho; (%cptr.char.mix;)*>
-<!--end of keycap.element-->]]>
-
-<!ENTITY % keycap.attlist "INCLUDE">
-<![%keycap.attlist;[
-<!ATTLIST keycap
- %moreinfo.attrib;
- %common.attrib;
- %keycap.role.attrib;
- %local.keycap.attrib;
->
-<!--end of keycap.attlist-->]]>
-<!--end of keycap.module-->]]>
-
-<!ENTITY % keycode.module "INCLUDE">
-<![%keycode.module;[
-<!ENTITY % local.keycode.attrib "">
-<!ENTITY % keycode.role.attrib "%role.attrib;">
-
-<!ENTITY % keycode.element "INCLUDE">
-<![%keycode.element;[
-<!ELEMENT keycode %ho; (%smallcptr.char.mix;)*>
-<!--end of keycode.element-->]]>
-
-<!ENTITY % keycode.attlist "INCLUDE">
-<![%keycode.attlist;[
-<!ATTLIST keycode
- %common.attrib;
- %keycode.role.attrib;
- %local.keycode.attrib;
->
-<!--end of keycode.attlist-->]]>
-<!--end of keycode.module-->]]>
-
-<!ENTITY % keycombo.module "INCLUDE">
-<![%keycombo.module;[
-<!ENTITY % local.keycombo.attrib "">
-<!ENTITY % keycombo.role.attrib "%role.attrib;">
-
-<!ENTITY % keycombo.element "INCLUDE">
-<![%keycombo.element;[
-<!ELEMENT keycombo %ho; ((keycap|keycombo|keysym|mousebutton)+)>
-<!--end of keycombo.element-->]]>
-
-<!ENTITY % keycombo.attlist "INCLUDE">
-<![%keycombo.attlist;[
-<!ATTLIST keycombo
- %keyaction.attrib;
- %moreinfo.attrib;
- %common.attrib;
- %keycombo.role.attrib;
- %local.keycombo.attrib;
->
-<!--end of keycombo.attlist-->]]>
-<!--end of keycombo.module-->]]>
-
-<!ENTITY % keysym.module "INCLUDE">
-<![%keysym.module;[
-<!ENTITY % local.keysym.attrib "">
-<!ENTITY % keysysm.role.attrib "%role.attrib;">
-
-<!ENTITY % keysym.element "INCLUDE">
-<![%keysym.element;[
-<!ELEMENT keysym %ho; (%smallcptr.char.mix;)*>
-<!--end of keysym.element-->]]>
-
-<!ENTITY % keysym.attlist "INCLUDE">
-<![%keysym.attlist;[
-<!ATTLIST keysym
- %common.attrib;
- %keysysm.role.attrib;
- %local.keysym.attrib;
->
-<!--end of keysym.attlist-->]]>
-<!--end of keysym.module-->]]>
-
-<!ENTITY % lineannotation.module "INCLUDE">
-<![%lineannotation.module;[
-<!ENTITY % local.lineannotation.attrib "">
-<!ENTITY % lineannotation.role.attrib "%role.attrib;">
-
-<!ENTITY % lineannotation.element "INCLUDE">
-<![%lineannotation.element;[
-<!ELEMENT lineannotation %ho; (%para.char.mix;)*>
-<!--end of lineannotation.element-->]]>
-
-<!ENTITY % lineannotation.attlist "INCLUDE">
-<![%lineannotation.attlist;[
-<!ATTLIST lineannotation
- %common.attrib;
- %lineannotation.role.attrib;
- %local.lineannotation.attrib;
->
-<!--end of lineannotation.attlist-->]]>
-<!--end of lineannotation.module-->]]>
-
-<!ENTITY % literal.module "INCLUDE">
-<![%literal.module;[
-<!ENTITY % local.literal.attrib "">
-<!ENTITY % literal.role.attrib "%role.attrib;">
-
-<!ENTITY % literal.element "INCLUDE">
-<![%literal.element;[
-<!ELEMENT literal %ho; (%cptr.char.mix;)*>
-<!--end of literal.element-->]]>
-
-<!ENTITY % literal.attlist "INCLUDE">
-<![%literal.attlist;[
-<!ATTLIST literal
- %moreinfo.attrib;
- %common.attrib;
- %literal.role.attrib;
- %local.literal.attrib;
->
-<!--end of literal.attlist-->]]>
-<!--end of literal.module-->]]>
-
-<!ENTITY % constant.module "INCLUDE">
-<![ %constant.module; [
-<!ENTITY % local.constant.attrib "">
-<!ENTITY % constant.role.attrib "%role.attrib;">
-
-<!ENTITY % constant.element "INCLUDE">
-<![ %constant.element; [
-<!ELEMENT constant %ho; (%smallcptr.char.mix;)*>
-<!--end of constant.element-->]]>
-
-<!ENTITY % constant.attlist "INCLUDE">
-<![ %constant.attlist; [
-<!ATTLIST constant
- class (limit) #IMPLIED
- %common.attrib;
- %constant.role.attrib;
- %local.constant.attrib;
->
-<!--end of constant.attlist-->]]>
-<!--end of constant.module-->]]>
-
-<!ENTITY % varname.module "INCLUDE">
-<![ %varname.module; [
-<!ENTITY % local.varname.attrib "">
-<!ENTITY % varname.role.attrib "%role.attrib;">
-
-<!ENTITY % varname.element "INCLUDE">
-<![ %varname.element; [
-<!ELEMENT varname %ho; (%smallcptr.char.mix;)*>
-<!--end of varname.element-->]]>
-
-<!ENTITY % varname.attlist "INCLUDE">
-<![ %varname.attlist; [
-<!ATTLIST varname
- %common.attrib;
- %varname.role.attrib;
- %local.varname.attrib;
->
-<!--end of varname.attlist-->]]>
-<!--end of varname.module-->]]>
-
-<!ENTITY % markup.module "INCLUDE">
-<![%markup.module;[
-<!ENTITY % local.markup.attrib "">
-<!ENTITY % markup.role.attrib "%role.attrib;">
-
-<!ENTITY % markup.element "INCLUDE">
-<![%markup.element;[
-<!ELEMENT markup %ho; (%smallcptr.char.mix;)*>
-<!--end of markup.element-->]]>
-
-<!ENTITY % markup.attlist "INCLUDE">
-<![%markup.attlist;[
-<!ATTLIST markup
- %common.attrib;
- %markup.role.attrib;
- %local.markup.attrib;
->
-<!--end of markup.attlist-->]]>
-<!--end of markup.module-->]]>
-
-<!ENTITY % medialabel.module "INCLUDE">
-<![%medialabel.module;[
-<!ENTITY % local.medialabel.attrib "">
-<!ENTITY % medialabel.role.attrib "%role.attrib;">
-
-<!ENTITY % medialabel.element "INCLUDE">
-<![%medialabel.element;[
-<!ELEMENT medialabel %ho; (%smallcptr.char.mix;)*>
-<!--end of medialabel.element-->]]>
-
-<!-- Class: Type of medium named by the element; no default -->
-
-
-<!ENTITY % medialabel.attlist "INCLUDE">
-<![%medialabel.attlist;[
-<!ATTLIST medialabel
- class (cartridge
- |cdrom
- |disk
- |tape) #IMPLIED
- %common.attrib;
- %medialabel.role.attrib;
- %local.medialabel.attrib;
->
-<!--end of medialabel.attlist-->]]>
-<!--end of medialabel.module-->]]>
-
-<!ENTITY % menuchoice.content.module "INCLUDE">
-<![%menuchoice.content.module;[
-<!ENTITY % menuchoice.module "INCLUDE">
-<![%menuchoice.module;[
-<!ENTITY % local.menuchoice.attrib "">
-<!ENTITY % menuchoice.role.attrib "%role.attrib;">
-
-<!ENTITY % menuchoice.element "INCLUDE">
-<![%menuchoice.element;[
-<!ELEMENT menuchoice %ho; (shortcut?, (guibutton|guiicon|guilabel
- |guimenu|guimenuitem|guisubmenu|interface)+)>
-<!--end of menuchoice.element-->]]>
-
-<!ENTITY % menuchoice.attlist "INCLUDE">
-<![%menuchoice.attlist;[
-<!ATTLIST menuchoice
- %moreinfo.attrib;
- %common.attrib;
- %menuchoice.role.attrib;
- %local.menuchoice.attrib;
->
-<!--end of menuchoice.attlist-->]]>
-<!--end of menuchoice.module-->]]>
-
-<!ENTITY % shortcut.module "INCLUDE">
-<![%shortcut.module;[
-<!-- See also KeyCombo -->
-<!ENTITY % local.shortcut.attrib "">
-<!ENTITY % shortcut.role.attrib "%role.attrib;">
-
-<!ENTITY % shortcut.element "INCLUDE">
-<![%shortcut.element;[
-<!ELEMENT shortcut %ho; ((keycap|keycombo|keysym|mousebutton)+)>
-<!--end of shortcut.element-->]]>
-
-<!ENTITY % shortcut.attlist "INCLUDE">
-<![%shortcut.attlist;[
-<!ATTLIST shortcut
- %keyaction.attrib;
- %moreinfo.attrib;
- %common.attrib;
- %shortcut.role.attrib;
- %local.shortcut.attrib;
->
-<!--end of shortcut.attlist-->]]>
-<!--end of shortcut.module-->]]>
-<!--end of menuchoice.content.module-->]]>
-
-<!ENTITY % mousebutton.module "INCLUDE">
-<![%mousebutton.module;[
-<!ENTITY % local.mousebutton.attrib "">
-<!ENTITY % mousebutton.role.attrib "%role.attrib;">
-
-<!ENTITY % mousebutton.element "INCLUDE">
-<![%mousebutton.element;[
-<!ELEMENT mousebutton %ho; (%smallcptr.char.mix;)*>
-<!--end of mousebutton.element-->]]>
-
-<!ENTITY % mousebutton.attlist "INCLUDE">
-<![%mousebutton.attlist;[
-<!ATTLIST mousebutton
- %moreinfo.attrib;
- %common.attrib;
- %mousebutton.role.attrib;
- %local.mousebutton.attrib;
->
-<!--end of mousebutton.attlist-->]]>
-<!--end of mousebutton.module-->]]>
-
-<!ENTITY % msgtext.module "INCLUDE">
-<![%msgtext.module;[
-<!ENTITY % local.msgtext.attrib "">
-<!ENTITY % msgtext.role.attrib "%role.attrib;">
-
-<!ENTITY % msgtext.element "INCLUDE">
-<![%msgtext.element;[
-<!ELEMENT msgtext %ho; ((%component.mix;)+)>
-<!--end of msgtext.element-->]]>
-
-<!ENTITY % msgtext.attlist "INCLUDE">
-<![%msgtext.attlist;[
-<!ATTLIST msgtext
- %common.attrib;
- %msgtext.role.attrib;
- %local.msgtext.attrib;
->
-<!--end of msgtext.attlist-->]]>
-<!--end of msgtext.module-->]]>
-
-<!ENTITY % option.module "INCLUDE">
-<![%option.module;[
-<!ENTITY % local.option.attrib "">
-<!ENTITY % option.role.attrib "%role.attrib;">
-
-<!ENTITY % option.element "INCLUDE">
-<![%option.element;[
-<!ELEMENT option %ho; (%cptr.char.mix;)*>
-<!--end of option.element-->]]>
-
-<!ENTITY % option.attlist "INCLUDE">
-<![%option.attlist;[
-<!ATTLIST option
- %common.attrib;
- %option.role.attrib;
- %local.option.attrib;
->
-<!--end of option.attlist-->]]>
-<!--end of option.module-->]]>
-
-<!ENTITY % optional.module "INCLUDE">
-<![%optional.module;[
-<!ENTITY % local.optional.attrib "">
-<!ENTITY % optional.role.attrib "%role.attrib;">
-
-<!ENTITY % optional.element "INCLUDE">
-<![%optional.element;[
-<!ELEMENT optional %ho; (%cptr.char.mix;)*>
-<!--end of optional.element-->]]>
-
-<!ENTITY % optional.attlist "INCLUDE">
-<![%optional.attlist;[
-<!ATTLIST optional
- %common.attrib;
- %optional.role.attrib;
- %local.optional.attrib;
->
-<!--end of optional.attlist-->]]>
-<!--end of optional.module-->]]>
-
-<!ENTITY % parameter.module "INCLUDE">
-<![%parameter.module;[
-<!ENTITY % local.parameter.attrib "">
-<!ENTITY % parameter.role.attrib "%role.attrib;">
-
-<!ENTITY % parameter.element "INCLUDE">
-<![%parameter.element;[
-<!ELEMENT parameter %ho; (%cptr.char.mix;)*>
-<!--end of parameter.element-->]]>
-
-<!-- Class: Type of the Parameter; no default -->
-
-
-<!ENTITY % parameter.attlist "INCLUDE">
-<![%parameter.attlist;[
-<!ATTLIST parameter
- class (command
- |function
- |option) #IMPLIED
- %moreinfo.attrib;
- %common.attrib;
- %parameter.role.attrib;
- %local.parameter.attrib;
->
-<!--end of parameter.attlist-->]]>
-<!--end of parameter.module-->]]>
-
-<!ENTITY % prompt.module "INCLUDE">
-<![%prompt.module;[
-<!ENTITY % local.prompt.attrib "">
-<!ENTITY % prompt.role.attrib "%role.attrib;">
-
-<!ENTITY % prompt.element "INCLUDE">
-<![%prompt.element;[
-<!ELEMENT prompt %ho; (%smallcptr.char.mix;|co)*>
-<!--end of prompt.element-->]]>
-
-<!ENTITY % prompt.attlist "INCLUDE">
-<![%prompt.attlist;[
-<!ATTLIST prompt
- %moreinfo.attrib;
- %common.attrib;
- %prompt.role.attrib;
- %local.prompt.attrib;
->
-<!--end of prompt.attlist-->]]>
-<!--end of prompt.module-->]]>
-
-<!ENTITY % property.module "INCLUDE">
-<![%property.module;[
-<!ENTITY % local.property.attrib "">
-<!ENTITY % property.role.attrib "%role.attrib;">
-
-<!ENTITY % property.element "INCLUDE">
-<![%property.element;[
-<!ELEMENT property %ho; (%cptr.char.mix;)*>
-<!--end of property.element-->]]>
-
-<!ENTITY % property.attlist "INCLUDE">
-<![%property.attlist;[
-<!ATTLIST property
- %moreinfo.attrib;
- %common.attrib;
- %property.role.attrib;
- %local.property.attrib;
->
-<!--end of property.attlist-->]]>
-<!--end of property.module-->]]>
-
-<!ENTITY % replaceable.module "INCLUDE">
-<![%replaceable.module;[
-<!ENTITY % local.replaceable.attrib "">
-<!ENTITY % replaceable.role.attrib "%role.attrib;">
-
-<!ENTITY % replaceable.element "INCLUDE">
-<![%replaceable.element;[
-<!ELEMENT replaceable %ho; (#PCDATA
- | %link.char.class;
- | optional
- | %base.char.class;
- | %other.char.class;
- | inlinegraphic
- | inlinemediaobject
- | co)*>
-<!--end of replaceable.element-->]]>
-
-<!-- Class: Type of information the element represents; no
- default -->
-
-
-<!ENTITY % replaceable.attlist "INCLUDE">
-<![%replaceable.attlist;[
-<!ATTLIST replaceable
- class (command
- |function
- |option
- |parameter) #IMPLIED
- %common.attrib;
- %replaceable.role.attrib;
- %local.replaceable.attrib;
->
-<!--end of replaceable.attlist-->]]>
-<!--end of replaceable.module-->]]>
-
-<!ENTITY % returnvalue.module "INCLUDE">
-<![%returnvalue.module;[
-<!ENTITY % local.returnvalue.attrib "">
-<!ENTITY % returnvalue.role.attrib "%role.attrib;">
-
-<!ENTITY % returnvalue.element "INCLUDE">
-<![%returnvalue.element;[
-<!ELEMENT returnvalue %ho; (%smallcptr.char.mix;)*>
-<!--end of returnvalue.element-->]]>
-
-<!ENTITY % returnvalue.attlist "INCLUDE">
-<![%returnvalue.attlist;[
-<!ATTLIST returnvalue
- %common.attrib;
- %returnvalue.role.attrib;
- %local.returnvalue.attrib;
->
-<!--end of returnvalue.attlist-->]]>
-<!--end of returnvalue.module-->]]>
-
-<!ENTITY % sgmltag.module "INCLUDE">
-<![%sgmltag.module;[
-<!ENTITY % local.sgmltag.attrib "">
-<!ENTITY % sgmltag.role.attrib "%role.attrib;">
-
-<!ENTITY % sgmltag.element "INCLUDE">
-<![%sgmltag.element;[
-<!ELEMENT sgmltag %ho; (%smallcptr.char.mix;)*>
-<!--end of sgmltag.element-->]]>
-
-<!-- Class: Type of SGML construct the element names; no default -->
-
-
-<!ENTITY % sgmltag.attlist "INCLUDE">
-<![%sgmltag.attlist;[
-<!ATTLIST sgmltag
- class (attribute
- |attvalue
- |element
- |endtag
- |emptytag
- |genentity
- |numcharref
- |paramentity
- |pi
- |xmlpi
- |starttag
- |sgmlcomment) #IMPLIED
- %common.attrib;
- %sgmltag.role.attrib;
- %local.sgmltag.attrib;
->
-<!--end of sgmltag.attlist-->]]>
-<!--end of sgmltag.module-->]]>
-
-<!ENTITY % structfield.module "INCLUDE">
-<![%structfield.module;[
-<!ENTITY % local.structfield.attrib "">
-<!ENTITY % structfield.role.attrib "%role.attrib;">
-
-<!ENTITY % structfield.element "INCLUDE">
-<![%structfield.element;[
-<!ELEMENT structfield %ho; (%smallcptr.char.mix;)*>
-<!--end of structfield.element-->]]>
-
-<!ENTITY % structfield.attlist "INCLUDE">
-<![%structfield.attlist;[
-<!ATTLIST structfield
- %common.attrib;
- %structfield.role.attrib;
- %local.structfield.attrib;
->
-<!--end of structfield.attlist-->]]>
-<!--end of structfield.module-->]]>
-
-<!ENTITY % structname.module "INCLUDE">
-<![%structname.module;[
-<!ENTITY % local.structname.attrib "">
-<!ENTITY % structname.role.attrib "%role.attrib;">
-
-<!ENTITY % structname.element "INCLUDE">
-<![%structname.element;[
-<!ELEMENT structname %ho; (%smallcptr.char.mix;)*>
-<!--end of structname.element-->]]>
-
-<!ENTITY % structname.attlist "INCLUDE">
-<![%structname.attlist;[
-<!ATTLIST structname
- %common.attrib;
- %structname.role.attrib;
- %local.structname.attrib;
->
-<!--end of structname.attlist-->]]>
-<!--end of structname.module-->]]>
-
-<!ENTITY % symbol.module "INCLUDE">
-<![%symbol.module;[
-<!ENTITY % local.symbol.attrib "">
-<!ENTITY % symbol.role.attrib "%role.attrib;">
-
-<!ENTITY % symbol.element "INCLUDE">
-<![%symbol.element;[
-<!ELEMENT symbol %ho; (%smallcptr.char.mix;)*>
-<!--end of symbol.element-->]]>
-
-<!-- Class: Type of symbol; no default -->
-
-
-<!ENTITY % symbol.attlist "INCLUDE">
-<![%symbol.attlist;[
-<!ATTLIST symbol
- class (limit) #IMPLIED
- %common.attrib;
- %symbol.role.attrib;
- %local.symbol.attrib;
->
-<!--end of symbol.attlist-->]]>
-<!--end of symbol.module-->]]>
-
-<!ENTITY % systemitem.module "INCLUDE">
-<![%systemitem.module;[
-<!ENTITY % local.systemitem.attrib "">
-<!ENTITY % systemitem.role.attrib "%role.attrib;">
-
-<!ENTITY % systemitem.element "INCLUDE">
-<![%systemitem.element;[
-<!ELEMENT systemitem %ho; (%cptr.char.mix; | acronym | co)*>
-<!--end of systemitem.element-->]]>
-
-<!-- Class: Type of system item the element names; no default -->
-
-<!ENTITY % systemitem.attlist "INCLUDE">
-<![%systemitem.attlist;[
-<!ATTLIST systemitem
- class (constant
- |event
- |eventhandler
- |domainname
- |fqdomainname
- |ipaddress
- |netmask
- |etheraddress
- |groupname
- |library
- |macro
- |osname
- |filesystem
- |resource
- |systemname
- |username
- |newsgroup) #IMPLIED
- %moreinfo.attrib;
- %common.attrib;
- %systemitem.role.attrib;
- %local.systemitem.attrib;
->
-<!--end of systemitem.attlist-->]]>
-<!--end of systemitem.module-->]]>
-
-
-<!ENTITY % token.module "INCLUDE">
-<![%token.module;[
-<!ENTITY % local.token.attrib "">
-<!ENTITY % token.role.attrib "%role.attrib;">
-
-<!ENTITY % token.element "INCLUDE">
-<![%token.element;[
-<!ELEMENT token %ho; (%smallcptr.char.mix;)*>
-<!--end of token.element-->]]>
-
-<!ENTITY % token.attlist "INCLUDE">
-<![%token.attlist;[
-<!ATTLIST token
- %common.attrib;
- %token.role.attrib;
- %local.token.attrib;
->
-<!--end of token.attlist-->]]>
-<!--end of token.module-->]]>
-
-<!ENTITY % type.module "INCLUDE">
-<![%type.module;[
-<!ENTITY % local.type.attrib "">
-<!ENTITY % type.role.attrib "%role.attrib;">
-
-<!ENTITY % type.element "INCLUDE">
-<![%type.element;[
-<!ELEMENT type %ho; (%smallcptr.char.mix;)*>
-<!--end of type.element-->]]>
-
-<!ENTITY % type.attlist "INCLUDE">
-<![%type.attlist;[
-<!ATTLIST type
- %common.attrib;
- %type.role.attrib;
- %local.type.attrib;
->
-<!--end of type.attlist-->]]>
-<!--end of type.module-->]]>
-
-<!ENTITY % userinput.module "INCLUDE">
-<![%userinput.module;[
-<!ENTITY % local.userinput.attrib "">
-<!ENTITY % userinput.role.attrib "%role.attrib;">
-
-<!ENTITY % userinput.element "INCLUDE">
-<![%userinput.element;[
-<!ELEMENT userinput %ho; (%cptr.char.mix;|co)*>
-<!--end of userinput.element-->]]>
-
-<!ENTITY % userinput.attlist "INCLUDE">
-<![%userinput.attlist;[
-<!ATTLIST userinput
- %moreinfo.attrib;
- %common.attrib;
- %userinput.role.attrib;
- %local.userinput.attrib;
->
-<!--end of userinput.attlist-->]]>
-<!--end of userinput.module-->]]>
-
-<!-- General words and phrases ............................................ -->
-
-<!ENTITY % abbrev.module "INCLUDE">
-<![%abbrev.module;[
-<!ENTITY % local.abbrev.attrib "">
-<!ENTITY % abbrev.role.attrib "%role.attrib;">
-
-<!ENTITY % abbrev.element "INCLUDE">
-<![%abbrev.element;[
-<!ELEMENT abbrev %ho; (%word.char.mix;)*>
-<!--end of abbrev.element-->]]>
-
-<!ENTITY % abbrev.attlist "INCLUDE">
-<![%abbrev.attlist;[
-<!ATTLIST abbrev
- %common.attrib;
- %abbrev.role.attrib;
- %local.abbrev.attrib;
->
-<!--end of abbrev.attlist-->]]>
-<!--end of abbrev.module-->]]>
-
-<!ENTITY % acronym.module "INCLUDE">
-<![%acronym.module;[
-<!ENTITY % local.acronym.attrib "">
-<!ENTITY % acronym.role.attrib "%role.attrib;">
-
-<!ENTITY % acronym.element "INCLUDE">
-<![%acronym.element;[
-<!ELEMENT acronym %ho; (%word.char.mix;)*
- %acronym.exclusion;>
-<!--end of acronym.element-->]]>
-
-<!ENTITY % acronym.attlist "INCLUDE">
-<![%acronym.attlist;[
-<!ATTLIST acronym
- %common.attrib;
- %acronym.role.attrib;
- %local.acronym.attrib;
->
-<!--end of acronym.attlist-->]]>
-<!--end of acronym.module-->]]>
-
-<!ENTITY % citation.module "INCLUDE">
-<![%citation.module;[
-<!ENTITY % local.citation.attrib "">
-<!ENTITY % citation.role.attrib "%role.attrib;">
-
-<!ENTITY % citation.element "INCLUDE">
-<![%citation.element;[
-<!ELEMENT citation %ho; (%para.char.mix;)*>
-<!--end of citation.element-->]]>
-
-<!ENTITY % citation.attlist "INCLUDE">
-<![%citation.attlist;[
-<!ATTLIST citation
- %common.attrib;
- %citation.role.attrib;
- %local.citation.attrib;
->
-<!--end of citation.attlist-->]]>
-<!--end of citation.module-->]]>
-
-<!ENTITY % citerefentry.module "INCLUDE">
-<![%citerefentry.module;[
-<!ENTITY % local.citerefentry.attrib "">
-<!ENTITY % citerefentry.role.attrib "%role.attrib;">
-
-<!ENTITY % citerefentry.element "INCLUDE">
-<![%citerefentry.element;[
-<!ELEMENT citerefentry %ho; (refentrytitle, manvolnum?)>
-<!--end of citerefentry.element-->]]>
-
-<!ENTITY % citerefentry.attlist "INCLUDE">
-<![%citerefentry.attlist;[
-<!ATTLIST citerefentry
- %common.attrib;
- %citerefentry.role.attrib;
- %local.citerefentry.attrib;
->
-<!--end of citerefentry.attlist-->]]>
-<!--end of citerefentry.module-->]]>
-
-<!ENTITY % refentrytitle.module "INCLUDE">
-<![%refentrytitle.module;[
-<!ENTITY % local.refentrytitle.attrib "">
-<!ENTITY % refentrytitle.role.attrib "%role.attrib;">
-
-<!ENTITY % refentrytitle.element "INCLUDE">
-<![%refentrytitle.element;[
-<!ELEMENT refentrytitle %ho; (%para.char.mix;)*>
-<!--end of refentrytitle.element-->]]>
-
-<!ENTITY % refentrytitle.attlist "INCLUDE">
-<![%refentrytitle.attlist;[
-<!ATTLIST refentrytitle
- %common.attrib;
- %refentrytitle.role.attrib;
- %local.refentrytitle.attrib;
->
-<!--end of refentrytitle.attlist-->]]>
-<!--end of refentrytitle.module-->]]>
-
-<!ENTITY % manvolnum.module "INCLUDE">
-<![%manvolnum.module;[
-<!ENTITY % local.manvolnum.attrib "">
-<!ENTITY % namvolnum.role.attrib "%role.attrib;">
-
-<!ENTITY % manvolnum.element "INCLUDE">
-<![%manvolnum.element;[
-<!ELEMENT manvolnum %ho; (%word.char.mix;)*>
-<!--end of manvolnum.element-->]]>
-
-<!ENTITY % manvolnum.attlist "INCLUDE">
-<![%manvolnum.attlist;[
-<!ATTLIST manvolnum
- %common.attrib;
- %namvolnum.role.attrib;
- %local.manvolnum.attrib;
->
-<!--end of manvolnum.attlist-->]]>
-<!--end of manvolnum.module-->]]>
-
-<!ENTITY % citetitle.module "INCLUDE">
-<![%citetitle.module;[
-<!ENTITY % local.citetitle.attrib "">
-<!ENTITY % citetitle.role.attrib "%role.attrib;">
-
-<!ENTITY % citetitle.element "INCLUDE">
-<![%citetitle.element;[
-<!ELEMENT citetitle %ho; (%para.char.mix;)*>
-<!--end of citetitle.element-->]]>
-
-<!-- Pubwork: Genre of published work cited; no default -->
-
-
-<!ENTITY % citetitle.attlist "INCLUDE">
-<![%citetitle.attlist;[
-<!ATTLIST citetitle
- pubwork (article
- |book
- |chapter
- |part
- |refentry
- |section
- |journal
- |series
- |set
- |manuscript) #IMPLIED
- %common.attrib;
- %citetitle.role.attrib;
- %local.citetitle.attrib;
->
-<!--end of citetitle.attlist-->]]>
-<!--end of citetitle.module-->]]>
-
-<!ENTITY % emphasis.module "INCLUDE">
-<![%emphasis.module;[
-<!ENTITY % local.emphasis.attrib "">
-<!ENTITY % emphasis.role.attrib "%role.attrib;">
-
-<!ENTITY % emphasis.element "INCLUDE">
-<![%emphasis.element;[
-<!ELEMENT emphasis %ho; (%para.char.mix;)*>
-<!--end of emphasis.element-->]]>
-
-<!ENTITY % emphasis.attlist "INCLUDE">
-<![%emphasis.attlist;[
-<!ATTLIST emphasis
- %common.attrib;
- %emphasis.role.attrib;
- %local.emphasis.attrib;
->
-<!--end of emphasis.attlist-->]]>
-<!--end of emphasis.module-->]]>
-
-<!ENTITY % firstterm.module "INCLUDE">
-<![%firstterm.module;[
-<!ENTITY % local.firstterm.attrib "">
-<!ENTITY % firstterm.role.attrib "%role.attrib;">
-
-<!ENTITY % firstterm.element "INCLUDE">
-<![%firstterm.element;[
-<!ELEMENT firstterm %ho; (%word.char.mix;)*>
-<!--end of firstterm.element-->]]>
-
-<!-- to GlossEntry or other explanation -->
-
-
-<!ENTITY % firstterm.attlist "INCLUDE">
-<![%firstterm.attlist;[
-<!ATTLIST firstterm
- %linkend.attrib; %common.attrib;
- %firstterm.role.attrib;
- %local.firstterm.attrib;
->
-<!--end of firstterm.attlist-->]]>
-<!--end of firstterm.module-->]]>
-
-<!ENTITY % foreignphrase.module "INCLUDE">
-<![%foreignphrase.module;[
-<!ENTITY % local.foreignphrase.attrib "">
-<!ENTITY % foreignphrase.role.attrib "%role.attrib;">
-
-<!ENTITY % foreignphrase.element "INCLUDE">
-<![%foreignphrase.element;[
-<!ELEMENT foreignphrase %ho; (%para.char.mix;)*>
-<!--end of foreignphrase.element-->]]>
-
-<!ENTITY % foreignphrase.attlist "INCLUDE">
-<![%foreignphrase.attlist;[
-<!ATTLIST foreignphrase
- %common.attrib;
- %foreignphrase.role.attrib;
- %local.foreignphrase.attrib;
->
-<!--end of foreignphrase.attlist-->]]>
-<!--end of foreignphrase.module-->]]>
-
-<!ENTITY % glossterm.module "INCLUDE">
-<![%glossterm.module;[
-<!ENTITY % local.glossterm.attrib "">
-<!ENTITY % glossterm.role.attrib "%role.attrib;">
-
-<!ENTITY % glossterm.element "INCLUDE">
-<![%glossterm.element;[
-<!ELEMENT glossterm %ho; (%para.char.mix;)*
- %glossterm.exclusion;>
-<!--end of glossterm.element-->]]>
-
-<!-- to GlossEntry if Glossterm used in text -->
-<!-- BaseForm: Provides the form of GlossTerm to be used
- for indexing -->
-
-
-<!ENTITY % glossterm.attlist "INCLUDE">
-<![%glossterm.attlist;[
-<!ATTLIST glossterm
- %linkend.attrib; baseform CDATA #IMPLIED
- %common.attrib;
- %glossterm.role.attrib;
- %local.glossterm.attrib;
->
-<!--end of glossterm.attlist-->]]>
-<!--end of glossterm.module-->]]>
-
-<!ENTITY % phrase.module "INCLUDE">
-<![%phrase.module;[
-<!ENTITY % local.phrase.attrib "">
-<!ENTITY % phrase.role.attrib "%role.attrib;">
-
-<!ENTITY % phrase.element "INCLUDE">
-<![%phrase.element;[
-<!ELEMENT phrase %ho; (%para.char.mix;)*>
-<!--end of phrase.element-->]]>
-
-<!ENTITY % phrase.attlist "INCLUDE">
-<![%phrase.attlist;[
-<!ATTLIST phrase
- %common.attrib;
- %phrase.role.attrib;
- %local.phrase.attrib;
->
-<!--end of phrase.attlist-->]]>
-<!--end of phrase.module-->]]>
-
-<!ENTITY % quote.module "INCLUDE">
-<![%quote.module;[
-<!ENTITY % local.quote.attrib "">
-<!ENTITY % quote.role.attrib "%role.attrib;">
-
-<!ENTITY % quote.element "INCLUDE">
-<![%quote.element;[
-<!ELEMENT quote %ho; (%para.char.mix;)*>
-<!--end of quote.element-->]]>
-
-<!ENTITY % quote.attlist "INCLUDE">
-<![%quote.attlist;[
-<!ATTLIST quote
- %common.attrib;
- %quote.role.attrib;
- %local.quote.attrib;
->
-<!--end of quote.attlist-->]]>
-<!--end of quote.module-->]]>
-
-<!ENTITY % ssscript.module "INCLUDE">
-<![%ssscript.module;[
-<!ENTITY % local.ssscript.attrib "">
-<!ENTITY % ssscript.role.attrib "%role.attrib;">
-
-<!ENTITY % subscript.element "INCLUDE">
-<![%subscript.element;[
-<!ELEMENT subscript %ho; (#PCDATA
- | %link.char.class;
- | emphasis
- | replaceable
- | symbol
- | inlinegraphic
- | inlinemediaobject
- | %base.char.class;
- | %other.char.class;)*
- %ubiq.exclusion;>
-<!--end of subscript.element-->]]>
-
-<!ENTITY % subscript.attlist "INCLUDE">
-<![%subscript.attlist;[
-<!ATTLIST subscript
- %common.attrib;
- %ssscript.role.attrib;
- %local.ssscript.attrib;
->
-<!--end of subscript.attlist-->]]>
-
-<!ENTITY % superscript.element "INCLUDE">
-<![%superscript.element;[
-<!ELEMENT superscript %ho; (#PCDATA
- | %link.char.class;
- | emphasis
- | replaceable
- | symbol
- | inlinegraphic
- | inlinemediaobject
- | %base.char.class;
- | %other.char.class;)*
- %ubiq.exclusion;>
-<!--end of superscript.element-->]]>
-
-<!ENTITY % superscript.attlist "INCLUDE">
-<![%superscript.attlist;[
-<!ATTLIST superscript
- %common.attrib;
- %ssscript.role.attrib;
- %local.ssscript.attrib;
->
-<!--end of superscript.attlist-->]]>
-<!--end of ssscript.module-->]]>
-
-<!ENTITY % trademark.module "INCLUDE">
-<![%trademark.module;[
-<!ENTITY % local.trademark.attrib "">
-<!ENTITY % trademark.role.attrib "%role.attrib;">
-
-<!ENTITY % trademark.element "INCLUDE">
-<![%trademark.element;[
-<!ELEMENT trademark %ho; (#PCDATA
- | %link.char.class;
- | %tech.char.class;
- | %base.char.class;
- | %other.char.class;
- | inlinegraphic
- | inlinemediaobject
- | emphasis)*>
-<!--end of trademark.element-->]]>
-
-<!-- Class: More precisely identifies the item the element names -->
-
-
-<!ENTITY % trademark.attlist "INCLUDE">
-<![%trademark.attlist;[
-<!ATTLIST trademark
- class (service
- |trade
- |registered
- |copyright) 'trade'
- %common.attrib;
- %trademark.role.attrib;
- %local.trademark.attrib;
->
-<!--end of trademark.attlist-->]]>
-<!--end of trademark.module-->]]>
-
-<!ENTITY % wordasword.module "INCLUDE">
-<![%wordasword.module;[
-<!ENTITY % local.wordasword.attrib "">
-<!ENTITY % wordasword.role.attrib "%role.attrib;">
-
-<!ENTITY % wordasword.element "INCLUDE">
-<![%wordasword.element;[
-<!ELEMENT wordasword %ho; (%word.char.mix;)*>
-<!--end of wordasword.element-->]]>
-
-<!ENTITY % wordasword.attlist "INCLUDE">
-<![%wordasword.attlist;[
-<!ATTLIST wordasword
- %common.attrib;
- %wordasword.role.attrib;
- %local.wordasword.attrib;
->
-<!--end of wordasword.attlist-->]]>
-<!--end of wordasword.module-->]]>
-
-<!-- Links and cross-references ........................................... -->
-
-<!ENTITY % link.module "INCLUDE">
-<![%link.module;[
-<!ENTITY % local.link.attrib "">
-<!ENTITY % link.role.attrib "%role.attrib;">
-
-<!ENTITY % link.element "INCLUDE">
-<![%link.element;[
-<!ELEMENT link %ho; (%para.char.mix;)*
- %links.exclusion;>
-<!--end of link.element-->]]>
-
-<!-- Endterm: ID of element containing text that is to be
- fetched from elsewhere in the document to appear as
- the content of this element -->
-<!-- to linked-to object -->
-<!-- Type: Freely assignable parameter -->
-
-
-<!ENTITY % link.attlist "INCLUDE">
-<![%link.attlist;[
-<!ATTLIST link
- endterm IDREF #IMPLIED
- %linkendreq.attrib; type CDATA #IMPLIED
- %common.attrib;
- %link.role.attrib;
- %local.link.attrib;
->
-<!--end of link.attlist-->]]>
-<!--end of link.module-->]]>
-
-<!ENTITY % olink.module "INCLUDE">
-<![%olink.module;[
-<!ENTITY % local.olink.attrib "">
-<!ENTITY % olink.role.attrib "%role.attrib;">
-
-<!ENTITY % olink.element "INCLUDE">
-<![%olink.element;[
-<!ELEMENT olink %ho; (%para.char.mix;)*
- %links.exclusion;>
-<!--end of olink.element-->]]>
-
-<!-- TargetDocEnt: Name of an entity to be the target of the link -->
-<!-- LinkMode: ID of a ModeSpec containing instructions for
- operating on the entity named by TargetDocEnt -->
-<!-- LocalInfo: Information that may be passed to ModeSpec -->
-<!-- Type: Freely assignable parameter -->
-
-
-<!ENTITY % olink.attlist "INCLUDE">
-<![%olink.attlist;[
-<!ATTLIST olink
- targetdocent ENTITY #IMPLIED
- linkmode IDREF #IMPLIED
- localinfo CDATA #IMPLIED
- type CDATA #IMPLIED
- targetdoc CDATA #IMPLIED
- targetptr CDATA #IMPLIED
- %common.attrib;
- %olink.role.attrib;
- %local.olink.attrib;
->
-<!--end of olink.attlist-->]]>
-<!--end of olink.module-->]]>
-
-<!ENTITY % ulink.module "INCLUDE">
-<![%ulink.module;[
-<!ENTITY % local.ulink.attrib "">
-<!ENTITY % ulink.role.attrib "%role.attrib;">
-
-<!ENTITY % ulink.element "INCLUDE">
-<![%ulink.element;[
-<!ELEMENT ulink %ho; (%para.char.mix;)*
- %links.exclusion;>
-<!--end of ulink.element-->]]>
-
-<!-- URL: uniform resource locator; the target of the ULink -->
-<!-- Type: Freely assignable parameter -->
-
-
-<!ENTITY % ulink.attlist "INCLUDE">
-<![%ulink.attlist;[
-<!ATTLIST ulink
- url CDATA #REQUIRED
- type CDATA #IMPLIED
- %common.attrib;
- %ulink.role.attrib;
- %local.ulink.attrib;
->
-<!--end of ulink.attlist-->]]>
-<!--end of ulink.module-->]]>
-
-<!ENTITY % footnoteref.module "INCLUDE">
-<![%footnoteref.module;[
-<!ENTITY % local.footnoteref.attrib "">
-<!ENTITY % footnoteref.role.attrib "%role.attrib;">
-
-<!ENTITY % footnoteref.element "INCLUDE">
-<![%footnoteref.element;[
-<!ELEMENT footnoteref %ho; EMPTY>
-<!--end of footnoteref.element-->]]>
-
-<!-- to footnote content supplied elsewhere -->
-
-
-<!ENTITY % footnoteref.attlist "INCLUDE">
-<![%footnoteref.attlist;[
-<!ATTLIST footnoteref
- %linkendreq.attrib; %label.attrib;
- %common.attrib;
- %footnoteref.role.attrib;
- %local.footnoteref.attrib;
->
-<!--end of footnoteref.attlist-->]]>
-<!--end of footnoteref.module-->]]>
-
-<!ENTITY % xref.module "INCLUDE">
-<![%xref.module;[
-<!ENTITY % local.xref.attrib "">
-<!ENTITY % xref.role.attrib "%role.attrib;">
-
-<!ENTITY % xref.element "INCLUDE">
-<![%xref.element;[
-<!ELEMENT xref %ho; EMPTY>
-<!--end of xref.element-->]]>
-
-<!-- Endterm: ID of element containing text that is to be
- fetched from elsewhere in the document to appear as
- the content of this element -->
-<!-- to linked-to object -->
-
-
-<!ENTITY % xref.attlist "INCLUDE">
-<![%xref.attlist;[
-<!ATTLIST xref
- endterm IDREF #IMPLIED
- %linkendreq.attrib; %common.attrib;
- %xref.role.attrib;
- %local.xref.attrib;
->
-<!--end of xref.attlist-->]]>
-<!--end of xref.module-->]]>
-
-<!-- Ubiquitous elements .................................................. -->
-
-<!ENTITY % anchor.module "INCLUDE">
-<![%anchor.module;[
-<!ENTITY % local.anchor.attrib "">
-<!ENTITY % anchor.role.attrib "%role.attrib;">
-
-<!ENTITY % anchor.element "INCLUDE">
-<![%anchor.element;[
-<!ELEMENT anchor %ho; EMPTY>
-<!--end of anchor.element-->]]>
-
-<!-- required -->
-<!-- replaces Lang -->
-
-
-<!ENTITY % anchor.attlist "INCLUDE">
-<![%anchor.attlist;[
-<!ATTLIST anchor
- %idreq.attrib; %pagenum.attrib; %remap.attrib;
- %xreflabel.attrib;
- %revisionflag.attrib;
- %effectivity.attrib;
- %anchor.role.attrib;
- %local.anchor.attrib;
->
-<!--end of anchor.attlist-->]]>
-<!--end of anchor.module-->]]>
-
-<!ENTITY % beginpage.module "INCLUDE">
-<![%beginpage.module;[
-<!ENTITY % local.beginpage.attrib "">
-<!ENTITY % beginpage.role.attrib "%role.attrib;">
-
-<!ENTITY % beginpage.element "INCLUDE">
-<![%beginpage.element;[
-<!ELEMENT beginpage %ho; EMPTY>
-<!--end of beginpage.element-->]]>
-
-<!-- PageNum: Number of page that begins at this point -->
-
-
-<!ENTITY % beginpage.attlist "INCLUDE">
-<![%beginpage.attlist;[
-<!ATTLIST beginpage
- %pagenum.attrib;
- %common.attrib;
- %beginpage.role.attrib;
- %local.beginpage.attrib;
->
-<!--end of beginpage.attlist-->]]>
-<!--end of beginpage.module-->]]>
-
-<!-- IndexTerms appear in the text flow for generating or linking an
- index. -->
-
-<!ENTITY % indexterm.content.module "INCLUDE">
-<![%indexterm.content.module;[
-<!ENTITY % indexterm.module "INCLUDE">
-<![%indexterm.module;[
-<!ENTITY % local.indexterm.attrib "">
-<!ENTITY % indexterm.role.attrib "%role.attrib;">
-
-<!ENTITY % indexterm.element "INCLUDE">
-<![%indexterm.element;[
-<!ELEMENT indexterm %ho; (primary?, ((secondary, ((tertiary, (see|seealso+)?)
- | see | seealso+)?) | see | seealso+)?)
- %ubiq.exclusion;>
-<!--end of indexterm.element-->]]>
-
-<!-- Scope: Indicates which generated indices the IndexTerm
- should appear in: Global (whole document set), Local (this
- document only), or All (both) -->
-<!-- Significance: Whether this IndexTerm is the most pertinent
- of its series (Preferred) or not (Normal, the default) -->
-<!-- Class: Indicates type of IndexTerm; default is Singular,
- or EndOfRange if StartRef is supplied; StartOfRange value
- must be supplied explicitly on starts of ranges -->
-<!-- StartRef: ID of the IndexTerm that starts the indexing
- range ended by this IndexTerm -->
-<!-- Zone: IDs of the elements to which the IndexTerm applies,
- and indicates that the IndexTerm applies to those entire
- elements rather than the point at which the IndexTerm
- occurs -->
-
-
-<!ENTITY % indexterm.attlist "INCLUDE">
-<![%indexterm.attlist;[
-<!ATTLIST indexterm
- %pagenum.attrib;
- scope (all
- |global
- |local) #IMPLIED
- significance (preferred
- |normal) "normal"
- class (singular
- |startofrange
- |endofrange) #IMPLIED
- startref IDREF #IMPLIED
- zone IDREFS #IMPLIED
- %common.attrib;
- %indexterm.role.attrib;
- %local.indexterm.attrib;
->
-<!--end of indexterm.attlist-->]]>
-<!--end of indexterm.module-->]]>
-
-<!ENTITY % primsecter.module "INCLUDE">
-<![%primsecter.module;[
-<!ENTITY % local.primsecter.attrib "">
-<!ENTITY % primsecter.role.attrib "%role.attrib;">
-
-
-<!ENTITY % primary.element "INCLUDE">
-<![%primary.element;[
-<!ELEMENT primary %ho; (%ndxterm.char.mix;)*>
-<!--end of primary.element-->]]>
-<!-- SortAs: Alternate sort string for index sorting, e.g.,
- "fourteen" for an element containing "14" -->
-
-<!ENTITY % primary.attlist "INCLUDE">
-<![%primary.attlist;[
-<!ATTLIST primary
- sortas CDATA #IMPLIED
- %common.attrib;
- %primsecter.role.attrib;
- %local.primsecter.attrib;
->
-<!--end of primary.attlist-->]]>
-
-
-<!ENTITY % secondary.element "INCLUDE">
-<![%secondary.element;[
-<!ELEMENT secondary %ho; (%ndxterm.char.mix;)*>
-<!--end of secondary.element-->]]>
-<!-- SortAs: Alternate sort string for index sorting, e.g.,
- "fourteen" for an element containing "14" -->
-
-<!ENTITY % secondary.attlist "INCLUDE">
-<![%secondary.attlist;[
-<!ATTLIST secondary
- sortas CDATA #IMPLIED
- %common.attrib;
- %primsecter.role.attrib;
- %local.primsecter.attrib;
->
-<!--end of secondary.attlist-->]]>
-
-
-<!ENTITY % tertiary.element "INCLUDE">
-<![%tertiary.element;[
-<!ELEMENT tertiary %ho; (%ndxterm.char.mix;)*>
-<!--end of tertiary.element-->]]>
-<!-- SortAs: Alternate sort string for index sorting, e.g.,
- "fourteen" for an element containing "14" -->
-
-<!ENTITY % tertiary.attlist "INCLUDE">
-<![%tertiary.attlist;[
-<!ATTLIST tertiary
- sortas CDATA #IMPLIED
- %common.attrib;
- %primsecter.role.attrib;
- %local.primsecter.attrib;
->
-<!--end of tertiary.attlist-->]]>
-
-<!--end of primsecter.module-->]]>
-
-<!ENTITY % seeseealso.module "INCLUDE">
-<![%seeseealso.module;[
-<!ENTITY % local.seeseealso.attrib "">
-<!ENTITY % seeseealso.role.attrib "%role.attrib;">
-
-<!ENTITY % see.element "INCLUDE">
-<![%see.element;[
-<!ELEMENT see %ho; (%ndxterm.char.mix;)*>
-<!--end of see.element-->]]>
-
-<!ENTITY % see.attlist "INCLUDE">
-<![%see.attlist;[
-<!ATTLIST see
- %common.attrib;
- %seeseealso.role.attrib;
- %local.seeseealso.attrib;
->
-<!--end of see.attlist-->]]>
-
-<!ENTITY % seealso.element "INCLUDE">
-<![%seealso.element;[
-<!ELEMENT seealso %ho; (%ndxterm.char.mix;)*>
-<!--end of seealso.element-->]]>
-
-<!ENTITY % seealso.attlist "INCLUDE">
-<![%seealso.attlist;[
-<!ATTLIST seealso
- %common.attrib;
- %seeseealso.role.attrib;
- %local.seeseealso.attrib;
->
-<!--end of seealso.attlist-->]]>
-<!--end of seeseealso.module-->]]>
-<!--end of indexterm.content.module-->]]>
-
-<!-- End of DocBook XML information pool module V4.2 ...................... -->
-<!-- ...................................................................... -->
diff --git a/wicket-userdocs/lib/docbook-dtd/docbook.cat b/wicket-userdocs/lib/docbook-dtd/docbook.cat
deleted file mode 100644
index 5fa6524..0000000
--- a/wicket-userdocs/lib/docbook-dtd/docbook.cat
+++ /dev/null
@@ -1,110 +0,0 @@
- -- ...................................................................... --
- -- Catalog data for DocBook XML V4.2 .................................... --
- -- File docbook.cat ..................................................... --
-
- -- Please direct all questions, bug reports, or suggestions for
- changes to the docbook@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/.
- --
-
- -- This is the catalog data file for DocBook XML V4.2. It is provided as
- a convenience in building your own catalog files. You need not use
- the filenames listed here, and need not use the filename method of
- identifying storage objects at all. See the documentation for
- detailed information on the files associated with the DocBook DTD.
- See SGML Open Technical Resolution 9401 for detailed information
- on supplying and using catalog data.
- --
-
- -- ...................................................................... --
- -- DocBook driver file .................................................. --
-
-PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "docbookx.dtd"
-
- -- ...................................................................... --
- -- DocBook modules ...................................................... --
-
-PUBLIC "-//OASIS//DTD DocBook CALS Table Model V4.2//EN"
- "calstblx.dtd"
-
-PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN"
- "soextblx.dtd"
-
-PUBLIC "-//OASIS//ELEMENTS DocBook Information Pool V4.2//EN"
- "dbpoolx.mod"
-
-PUBLIC "-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN"
- "dbhierx.mod"
-
-PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V4.2//EN"
- "dbgenent.mod"
-
-PUBLIC "-//OASIS//ENTITIES DocBook Notations V4.2//EN"
- "dbnotnx.mod"
-
-PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.2//EN"
- "dbcentx.mod"
-
- -- ...................................................................... --
- -- ISO entity sets ...................................................... --
-
-PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
- "ent/iso-dia.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
- "ent/iso-num.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML"
- "ent/iso-pub.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN//XML"
- "ent/iso-tech.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
- "ent/iso-lat1.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
- "ent/iso-lat2.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
- "ent/iso-grk1.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
- "ent/iso-grk2.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
- "ent/iso-grk3.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML"
- "ent/iso-grk4.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML"
- "ent/iso-amsa.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML"
- "ent/iso-amsb.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML"
- "ent/iso-amsc.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML"
- "ent/iso-amsn.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
- "ent/iso-amso.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML"
- "ent/iso-amsr.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
- "ent/iso-box.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
- "ent/iso-cyr1.ent"
-
-PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
- "ent/iso-cyr2.ent"
-
- -- End of catalog data for DocBook XML V4.2 ............................. --
- -- ...................................................................... --
diff --git a/wicket-userdocs/lib/docbook-dtd/docbookx.dtd b/wicket-userdocs/lib/docbook-dtd/docbookx.dtd
deleted file mode 100644
index dcf6e04..0000000
--- a/wicket-userdocs/lib/docbook-dtd/docbookx.dtd
+++ /dev/null
@@ -1,165 +0,0 @@
-<!-- ...................................................................... -->
-<!-- DocBook XML DTD V4.2 ................................................. -->
-<!-- File docbookx.dtd .................................................... -->
-
-<!-- Copyright 1992-2002 HaL Computer Systems, Inc.,
- O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
- Corporation, Norman Walsh, Sun Microsystems, Inc., and the
- Organization for the Advancement of Structured Information
- Standards (OASIS).
-
- $Id: docbookx.dtd,v 1.1 2004/03/01 10:22:50 eelco12 Exp $
-
- Permission to use, copy, modify and distribute the DocBook XML DTD
- and its accompanying documentation for any purpose and without fee
- is hereby granted in perpetuity, provided that the above copyright
- notice and this paragraph appear in all copies. The copyright
- holders make no representation about the suitability of the DTD for
- any purpose. It is provided "as is" without expressed or implied
- warranty.
-
- If you modify the DocBook DTD in any way, except for declaring and
- referencing additional sets of general entities and declaring
- additional notations, label your DTD as a variant of DocBook. See
- the maintenance documentation for more information.
-
- Please direct all questions, bug reports, or suggestions for
- changes to the docbook@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/docbook/.
--->
-
-<!-- ...................................................................... -->
-
-<!-- This is the driver file for V4.2 of the DocBook DTD.
- Please use the following formal public identifier to identify it:
-
- "-//OASIS//DTD DocBook XML V4.2//EN"
-
- For example, if your document's top-level element is Book, and
- you are using DocBook directly, use the FPI in the DOCTYPE
- declaration:
-
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
- [...]>
-
- Or, if you have a higher-level driver file that customizes DocBook,
- use the FPI in the parameter entity declaration:
-
- <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
- %DocBookDTD;
-
- See the documentation for detailed information on the parameter
- entity and module scheme used in DocBook, customizing DocBook and
- planning for interchange, and changes made since the last release
- of DocBook.
--->
-
-<!-- ...................................................................... -->
-<!-- Enable SGML features ................................................. -->
-
-<!ENTITY % sgml.features "IGNORE">
-<![%sgml.features;[
-<!ENTITY % xml.features "IGNORE">
-]]>
-<!ENTITY % xml.features "INCLUDE">
-
-<![%sgml.features;[
-<![%xml.features;[
-
-<!-- ERROR: Exactly one of xml.features and sgml.features must be turned on! -->
-<!ENTITY % dbnotn SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
-<!ENTITY % dbcent SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
-<!ENTITY % dbpool SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
-<!ENTITY % dbhier SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
-<!ENTITY % dbgenent SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt">
-
-]]>
-]]>
-
-<![%sgml.features;[
-<!ENTITY % ho "- O">
-<!ENTITY % hh "- -">
-]]>
-
-<![%xml.features;[
-<!ENTITY % ho "">
-<!ENTITY % hh "">
-]]>
-
-<!-- ...................................................................... -->
-<!-- Notation declarations ................................................ -->
-
-<!ENTITY % dbnotn.module "INCLUDE">
-<![%dbnotn.module;[
-<!ENTITY % dbnotn PUBLIC
-"-//OASIS//ENTITIES DocBook Notations V4.2//EN"
-"dbnotnx.mod">
-%dbnotn;
-]]>
-
-<!-- ...................................................................... -->
-<!-- ISO character entity sets ............................................ -->
-
-<!ENTITY % dbcent.module "INCLUDE">
-<![%dbcent.module;[
-
-<![%sgml.features;[
-<!ENTITY euro "[euro ]"><!-- euro sign, U+20AC NEW -->
-]]>
-<![%xml.features;[
-<!ENTITY euro "€"><!-- euro sign, U+20AC NEW -->
-]]>
-
-<!ENTITY % dbcent PUBLIC
-"-//OASIS//ENTITIES DocBook Character Entities V4.2//EN"
-"dbcentx.mod">
-%dbcent;
-]]>
-
-<!-- ...................................................................... -->
-<!-- DTD modules .......................................................... -->
-
-<!-- Information pool .............. -->
-
-<!ENTITY % dbpool.module "INCLUDE">
-<![ %dbpool.module; [
-<!ENTITY % dbpool PUBLIC
-"-//OASIS//ELEMENTS DocBook Information Pool V4.2//EN"
-"dbpoolx.mod">
-%dbpool;
-]]>
-
-<!-- Redeclaration placeholder ..... -->
-
-<!ENTITY % intermod.redecl.module "IGNORE">
-<![%intermod.redecl.module;[
-<!-- Defining rdbmods here makes some buggy XML parsers happy. -->
-<!ENTITY % rdbmods "">
-%rdbmods;
-<!--end of intermod.redecl.module-->]]>
-
-<!-- Document hierarchy ............ -->
-
-<!ENTITY % dbhier.module "INCLUDE">
-<![ %dbhier.module; [
-<!ENTITY % dbhier PUBLIC
-"-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN"
-"dbhierx.mod">
-%dbhier;
-]]>
-
-<!-- ...................................................................... -->
-<!-- Other general entities ............................................... -->
-
-<!ENTITY % dbgenent.module "INCLUDE">
-<![ %dbgenent.module; [
-<!ENTITY % dbgenent PUBLIC
-"-//OASIS//ENTITIES DocBook Additional General Entities V4.2//EN"
-"dbgenent.mod">
-%dbgenent;
-]]>
-
-<!-- End of DocBook XML DTD V4.2 .......................................... -->
-<!-- ...................................................................... -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-amsa.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-amsa.ent
deleted file mode 100644
index 1b64b46..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-amsa.ent
+++ /dev/null
@@ -1,63 +0,0 @@
-<!-- iso-amsa.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz
- With additional derivations from
- ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/SGML.TXT -->
-
-<!ENTITY cularr "↶"> <!-- ANTICLOCKWISE TOP SEMICIRCLE ARROW -->
-<!ENTITY curarr "↷"> <!-- CLOCKWISE TOP SEMICIRCLE ARROW -->
-<!ENTITY dArr "⇓"> <!-- DOWNWARDS DOUBLE ARROW -->
-<!ENTITY darr2 "⇊"> <!-- DOWNWARDS PAIRED ARROWS -->
-<!ENTITY dharl "⇃"> <!-- DOWNWARDS HARPOON WITH BARB LEFTWARDS -->
-<!ENTITY dharr "⇂"> <!-- DOWNWARDS HARPOON WITH BARB RIGHTWARDS -->
-<!ENTITY lAarr "⇚"> <!-- LEFTWARDS TRIPLE ARROW -->
-<!ENTITY Larr "↞"> <!-- LEFTWARDS TWO HEADED ARROW -->
-<!ENTITY larr2 "⇇"> <!-- LEFTWARDS PAIRED ARROWS -->
-<!ENTITY larrhk "↩"> <!-- LEFTWARDS ARROW WITH HOOK -->
-<!ENTITY larrlp "↫"> <!-- LEFTWARDS ARROW WITH LOOP -->
-<!ENTITY larrtl "↢"> <!-- LEFTWARDS ARROW WITH TAIL -->
-<!ENTITY lhard "↽"> <!-- LEFTWARDS HARPOON WITH BARB DOWNWARDS -->
-<!ENTITY lharu "↼"> <!-- LEFTWARDS HARPOON WITH BARB UPWARDS -->
-<!ENTITY hArr "⇔"> <!-- -->
-<!ENTITY harr "↔"> <!-- LEFT RIGHT ARROW -->
-<!ENTITY lrarr2 "⇆"> <!-- LEFTWARDS ARROW OVER RIGHTWARDS ARROW -->
-<!ENTITY rlarr2 "⇄"> <!-- RIGHTWARDS ARROW OVER LEFTWARDS ARROW -->
-<!ENTITY harrw "↭"> <!-- LEFT RIGHT WAVE ARROW -->
-<!ENTITY rlhar2 "⇌"> <!-- RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON -->
-<!ENTITY lrhar2 "⇋"> <!-- LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON -->
-<!ENTITY lsh "↰"> <!-- UPWARDS ARROW WITH TIP LEFTWARDS -->
-<!ENTITY map "↦"> <!-- RIGHTWARDS ARROW FROM BAR -->
-<!ENTITY mumap "⊸"> <!-- MULTIMAP -->
-<!ENTITY nearr "↗"> <!-- NORTH EAST ARROW -->
-<!ENTITY nlArr "⇍"> <!-- LEFTWARDS DOUBLE ARROW WITH STROKE -->
-<!ENTITY nlarr "↚"> <!-- LEFTWARDS ARROW WITH STROKE -->
-<!ENTITY nhArr "⇎"> <!-- LEFT RIGHT DOUBLE ARROW WITH STROKE -->
-<!ENTITY nharr "↮"> <!-- LEFT RIGHT ARROW WITH STROKE -->
-<!ENTITY nrarr "↛"> <!-- RIGHTWARDS ARROW WITH STROKE -->
-<!ENTITY nrArr "⇏"> <!-- RIGHTWARDS DOUBLE ARROW WITH STROKE -->
-<!ENTITY nwarr "↖"> <!-- NORTH WEST ARROW -->
-<!ENTITY olarr "↺"> <!-- ANTICLOCKWISE OPEN CIRCLE ARROW -->
-<!ENTITY orarr "↻"> <!-- CLOCKWISE OPEN CIRCLE ARROW -->
-<!ENTITY rAarr "⇛"> <!-- RIGHTWARDS TRIPLE ARROW -->
-<!ENTITY Rarr "↠"> <!-- RIGHTWARDS TWO HEADED ARROW -->
-<!ENTITY rarr2 "⇉"> <!-- RIGHTWARDS PAIRED ARROWS -->
-<!ENTITY rarrhk "↪"> <!-- RIGHTWARDS ARROW WITH HOOK -->
-<!ENTITY rarrlp "↬"> <!-- RIGHTWARDS ARROW WITH LOOP -->
-<!ENTITY rarrtl "↣"> <!-- RIGHTWARDS ARROW WITH TAIL -->
-<!ENTITY rarrw "↝"> <!-- RIGHTWARDS SQUIGGLE ARROW -->
-<!ENTITY rhard "⇁"> <!-- RIGHTWARDS HARPOON WITH BARB DOWNWARDS -->
-<!ENTITY rharu "⇀"> <!-- RIGHTWARDS HARPOON WITH BARB UPWARDS -->
-<!ENTITY rsh "↱"> <!-- UPWARDS ARROW WITH TIP RIGHTWARDS -->
-<!ENTITY drarr "↘"> <!-- SOUTH EAST ARROW -->
-<!ENTITY dlarr "↙"> <!-- SOUTH WEST ARROW -->
-<!ENTITY uArr "⇑"> <!-- UPWARDS DOUBLE ARROW -->
-<!ENTITY uarr2 "⇈"> <!-- UPWARDS PAIRED ARROWS -->
-<!ENTITY vArr "⇕"> <!-- UP DOWN DOUBLE ARROW -->
-<!ENTITY varr "↕"> <!-- UP DOWN ARROW -->
-<!ENTITY uharl "↿"> <!-- UPWARDS HARPOON WITH BARB LEFTWARDS -->
-<!ENTITY uharr "↾"> <!-- UPWARDS HARPOON WITH BARB RIGHTWARDS -->
-<!ENTITY xlArr "⇐"> <!-- LEFTWARDS DOUBLE ARROW -->
-<!ENTITY xhArr "↔"> <!-- LEFT RIGHT ARROW -->
-<!ENTITY xharr "↔"> <!-- LEFT RIGHT ARROW -->
-<!ENTITY xrArr "⇒"> <!-- RIGHTWARDS DOUBLE ARROW -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-amsb.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-amsb.ent
deleted file mode 100644
index 38bd2e7..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-amsb.ent
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- iso-amsb.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz.
- With additional derivations from
- ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/SGML.TXT -->
-
-<!ENTITY amalg "∐"> <!-- N-ARY COPRODUCT -->
-<!ENTITY Barwed "⌆"> <!-- PERSPECTIVE -->
-<!ENTITY barwed "⊼"> <!-- NAND -->
-<!ENTITY Cap "⋒"> <!-- DOUBLE INTERSECTION -->
-<!ENTITY Cup "⋓"> <!-- DOUBLE UNION -->
-<!ENTITY cuvee "⋎"> <!-- CURLY LOGICAL OR -->
-<!ENTITY cuwed "⋏"> <!-- CURLY LOGICAL AND -->
-<!ENTITY diam "⋄"> <!-- DIAMOND OPERATOR -->
-<!ENTITY divonx "⋇"> <!-- DIVISION TIMES -->
-<!ENTITY intcal "⊺"> <!-- INTERCALATE -->
-<!ENTITY lthree "⋋"> <!-- LEFT SEMIDIRECT PRODUCT -->
-<!ENTITY ltimes "⋉"> <!-- LEFT NORMAL FACTOR SEMIDIRECT PRODUCT -->
-<!ENTITY minusb "⊟"> <!-- SQUARED MINUS -->
-<!ENTITY oast "⊛"> <!-- CIRCLED ASTERISK OPERATOR -->
-<!ENTITY ocir "⊚"> <!-- CIRCLED RING OPERATOR -->
-<!ENTITY odash "⊝"> <!-- CIRCLED DASH -->
-<!ENTITY odot "⊙"> <!-- CIRCLED DOT OPERATOR -->
-<!ENTITY ominus "⊖"> <!-- CIRCLED MINUS -->
-<!ENTITY oplus "⊕"> <!-- CIRCLED PLUS -->
-<!ENTITY osol "⊘"> <!-- CIRCLED DIVISION SLASH -->
-<!ENTITY otimes "⊗"> <!-- CIRCLED TIMES -->
-<!ENTITY plusb "⊞"> <!-- SQUARED PLUS -->
-<!ENTITY plusdo "∔"> <!-- DOT PLUS -->
-<!ENTITY rthree "⋌"> <!-- RIGHT SEMIDIRECT PRODUCT -->
-<!ENTITY rtimes "⋊"> <!-- RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT -->
-<!ENTITY sdot "⋅"> <!-- DOT OPERATOR -->
-<!ENTITY sdotb "⊡"> <!-- SQUARED DOT OPERATOR -->
-<!ENTITY setmn "∖"> <!-- SET MINUS -->
-<!ENTITY sqcap "⊓"> <!-- SQUARE CAP -->
-<!ENTITY sqcup "⊔"> <!-- SQUARE CUP -->
-<!ENTITY ssetmn "∖"> <!-- SET MINUS -->
-<!ENTITY sstarf "⋆"> <!-- STAR OPERATOR -->
-<!ENTITY timesb "⊠"> <!-- SQUARED TIMES -->
-<!ENTITY top "⊤"> <!-- DOWN TACK -->
-<!ENTITY uplus "⊎"> <!-- MULTISET UNION -->
-<!ENTITY wreath "≀"> <!-- WREATH PRODUCT -->
-<!ENTITY xcirc "○"> <!-- WHITE CIRCLE -->
-<!ENTITY xdtri "▽"> <!-- WHITE DOWN-POINTING TRIANGLE -->
-<!ENTITY xutri "△"> <!-- WHITE UP-POINTING TRIANGLE -->
-<!ENTITY coprod "∐"> <!-- N-ARY COPRODUCT -->
-<!ENTITY prod "∏"> <!-- N-ARY PRODUCT -->
-<!ENTITY sum "∑"> <!-- N-ARY SUMMATION -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-amsc.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-amsc.ent
deleted file mode 100644
index 8485fe3..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-amsc.ent
+++ /dev/null
@@ -1,15 +0,0 @@
-<!-- iso-amsc.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY rceil "⌉"> <!-- RIGHT CEILING -->
-<!ENTITY rfloor "⌋"> <!-- RIGHT FLOOR -->
-<!ENTITY rpargt ""> <!-- -->
-<!ENTITY urcorn "⌝"> <!-- TOP RIGHT CORNER -->
-<!ENTITY drcorn "⌟"> <!-- BOTTOM RIGHT CORNER -->
-<!ENTITY lceil "⌈"> <!-- LEFT CEILING -->
-<!ENTITY lfloor "⌊"> <!-- LEFT FLOOR -->
-<!-- lpargt Unknown unicode character -->
-<!ENTITY ulcorn "⌜"> <!-- TOP LEFT CORNER -->
-<!ENTITY dlcorn "⌞"> <!-- BOTTOM LEFT CORNER -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-amsn.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-amsn.ent
deleted file mode 100644
index 7e9d578..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-amsn.ent
+++ /dev/null
@@ -1,66 +0,0 @@
-<!-- iso-amsn.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz
- With additional derivations from
- ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/SGML.TXT -->
-
-<!ENTITY gnap ""> <!-- -->
-<!ENTITY gne "≩"> <!-- -->
-<!ENTITY gnE "≩"> <!-- -->
-<!ENTITY gnsim "⋧"> <!-- GREATER-THAN BUT NOT EQUIVALENT TO -->
-<!ENTITY gvnE "≩"> <!-- GREATER-THAN BUT NOT EQUAL TO -->
-<!ENTITY lnap ""> <!-- -->
-<!ENTITY lnE "≨"> <!-- -->
-<!ENTITY lne "≨"> <!-- -->
-<!ENTITY lnsim "⋦"> <!-- -->
-<!ENTITY lvnE "≨"> <!-- LESS-THAN BUT NOT EQUAL TO -->
-<!ENTITY nap "≉"> <!-- NOT ALMOST EQUAL TO -->
-<!ENTITY ncong "≇"> <!-- NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO -->
-<!ENTITY nequiv "≢"> <!-- NOT IDENTICAL TO -->
-<!ENTITY ngE "≱"> <!-- -->
-<!ENTITY nge "≱"> <!-- NEITHER GREATER-THAN NOR EQUAL TO -->
-<!ENTITY nges "≱"> <!-- -->
-<!ENTITY ngt "≯"> <!-- NOT GREATER-THAN -->
-<!ENTITY nle "≰"> <!-- NEITHER LESS-THAN NOR EQUAL TO -->
-<!ENTITY nlE "≰"> <!-- -->
-<!ENTITY nles "≰"> <!-- -->
-<!ENTITY nlt "≮"> <!-- NOT LESS-THAN -->
-<!ENTITY nltri "⋪"> <!-- NOT NORMAL SUBGROUP OF -->
-<!ENTITY nltrie "⋬"> <!-- NOT NORMAL SUBGROUP OF OR EQUAL TO -->
-<!ENTITY nmid "∤"> <!-- DOES NOT DIVIDE -->
-<!ENTITY npar "∦"> <!-- NOT PARALLEL TO -->
-<!ENTITY npr "⊀"> <!-- DOES NOT PRECEDE -->
-<!ENTITY npre "⋠"> <!-- DOES NOT PRECEDE OR EQUAL -->
-<!ENTITY nrtri "⋫"> <!-- DOES NOT CONTAIN AS NORMAL SUBGROUP -->
-<!ENTITY nrtrie "⋭"> <!-- DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL -->
-<!ENTITY nsc "⊁"> <!-- DOES NOT SUCCEED -->
-<!ENTITY nsce "⋡"> <!-- DOES NOT SUCCEED OR EQUAL -->
-<!ENTITY nsim "≁"> <!-- -->
-<!ENTITY nsime "≄"> <!-- -->
-<!ENTITY nsmid ""> <!-- -->
-<!ENTITY nspar "∦"> <!-- NOT PARALLEL TO -->
-<!ENTITY nsub "⊄"> <!-- NOT A SUBSET OF -->
-<!ENTITY nsube "⊈"> <!-- -->
-<!ENTITY nsubE "⊈"> <!-- -->
-<!ENTITY nsup "⊅"> <!-- NOT A SUPERSET OF -->
-<!ENTITY nsupE "⊉"> <!-- -->
-<!ENTITY nsupe "⊉"> <!-- -->
-<!ENTITY nvdash "⊬"> <!-- DOES NOT PROVE -->
-<!ENTITY nvDash "⊭"> <!-- NOT TRUE -->
-<!ENTITY nVDash "⊯"> <!-- NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE -->
-<!ENTITY nVdash "⊮"> <!-- DOES NOT FORCE -->
-<!ENTITY prnap "⋨"> <!-- -->
-<!ENTITY prnE ""> <!-- -->
-<!ENTITY prnsim "⋨"> <!-- -->
-<!ENTITY scnap "⋩"> <!-- -->
-<!ENTITY scnE ""> <!-- -->
-<!ENTITY scnsim "⋩"> <!-- -->
-<!ENTITY subne "⊊"> <!-- -->
-<!ENTITY subnE "⊊"> <!-- SUBSET OF WITH NOT EQUAL TO -->
-<!ENTITY supne "⊋"> <!-- -->
-<!ENTITY supnE "⊋"> <!-- -->
-<!ENTITY vsubnE ""> <!-- -->
-<!ENTITY vsubne "⊊"> <!-- SUBSET OF WITH NOT EQUAL TO -->
-<!ENTITY vsupne "⊋"> <!-- SUPERSET OF WITH NOT EQUAL TO -->
-<!ENTITY vsupnE "⊋"> <!-- SUPERSET OF WITH NOT EQUAL TO -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-amso.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-amso.ent
deleted file mode 100644
index 61f5c4d..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-amso.ent
+++ /dev/null
@@ -1,26 +0,0 @@
-<!-- iso-amso.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz
- With additional derivations from
- ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/SGML.TXT -->
-
-<!ENTITY ang "∠"> <!-- ANGLE -->
-<!ENTITY angmsd "∡"> <!-- MEASURED ANGLE -->
-<!ENTITY beth "ℶ"> <!-- BET SYMBOL -->
-<!ENTITY bprime "‵"> <!-- REVERSED PRIME -->
-<!ENTITY comp "∁"> <!-- COMPLEMENT -->
-<!ENTITY daleth "ℸ"> <!-- DALET SYMBOL -->
-<!ENTITY ell "ℓ"> <!-- SCRIPT SMALL L -->
-<!ENTITY empty "∅"> <!-- -->
-<!ENTITY gimel "ℷ"> <!-- GIMEL SYMBOL -->
-<!ENTITY image "ℑ"> <!-- BLACK-LETTER CAPITAL I -->
-<!ENTITY inodot "ı"> <!-- LATIN SMALL LETTER DOTLESS I -->
-<!-- jnodot Unknown unicode character -->
-<!ENTITY nexist "∄"> <!-- THERE DOES NOT EXIST -->
-<!ENTITY oS "Ⓢ"> <!-- CIRCLED LATIN CAPITAL LETTER S -->
-<!ENTITY planck "ℏ"> <!-- PLANCK CONSTANT OVER TWO PI -->
-<!ENTITY real "ℜ"> <!-- BLACK-LETTER CAPITAL R -->
-<!ENTITY sbsol "﹨"> <!-- SMALL REVERSE SOLIDUS -->
-<!ENTITY vprime "′"> <!-- PRIME -->
-<!ENTITY weierp "℘"> <!-- SCRIPT CAPITAL P -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-amsr.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-amsr.ent
deleted file mode 100644
index 9ef9da0..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-amsr.ent
+++ /dev/null
@@ -1,91 +0,0 @@
-<!-- iso-amsr.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz.
- With additional derivations from
- ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/SGML.TXT -->
-
-<!ENTITY ape "≊"> <!-- -->
-<!ENTITY asymp "≍"> <!-- EQUIVALENT TO -->
-<!ENTITY bcong "≌"> <!-- ALL EQUAL TO -->
-<!ENTITY bepsi "∍"> <!-- SMALL CONTAINS AS MEMBER -->
-<!ENTITY bowtie "⋈"> <!-- -->
-<!ENTITY bsim "∽"> <!-- -->
-<!ENTITY bsime "⋍"> <!-- -->
-<!ENTITY bump "≎"> <!-- -->
-<!ENTITY bumpe "≏"> <!-- -->
-<!ENTITY cire "≗"> <!-- -->
-<!ENTITY colone "≔"> <!-- -->
-<!ENTITY cuepr "⋞"> <!-- -->
-<!ENTITY cuesc "⋟"> <!-- -->
-<!ENTITY cupre "≼"> <!-- -->
-<!ENTITY dashv "⊣"> <!-- -->
-<!ENTITY ecir "≖"> <!-- -->
-<!ENTITY ecolon "≕"> <!-- -->
-<!ENTITY eDot "≑"> <!-- -->
-<!ENTITY esdot "≐"> <!-- -->
-<!ENTITY efDot "≒"> <!-- -->
-<!ENTITY egs "⋝"> <!-- -->
-<!ENTITY els "⋜"> <!-- -->
-<!ENTITY erDot "≓"> <!-- -->
-<!ENTITY fork "⋔"> <!-- -->
-<!ENTITY frown "⌢"> <!-- -->
-<!ENTITY gap "≳"> <!-- GREATER-THAN OR EQUIVALENT TO -->
-<!ENTITY gsdot "⋗"> <!-- -->
-<!ENTITY gE "≧"> <!-- -->
-<!ENTITY gel "⋛"> <!-- -->
-<!ENTITY gEl "⋛"> <!-- -->
-<!ENTITY ges "≥"> <!-- GREATER-THAN OR EQUAL TO -->
-<!ENTITY Gg "⋙"> <!-- VERY MUCH GREATER-THAN -->
-<!ENTITY gl "≷"> <!-- -->
-<!ENTITY gsim "≳"> <!-- GREATER-THAN OR EQUIVALENT TO -->
-<!ENTITY Gt "≫"> <!-- MUCH GREATER-THAN -->
-<!ENTITY lap "≲"> <!-- LESS-THAN OR EQUIVALENT TO -->
-<!ENTITY ldot "⋖"> <!-- -->
-<!ENTITY lE "≦"> <!-- -->
-<!ENTITY lEg "⋚"> <!-- -->
-<!ENTITY leg "⋚"> <!-- -->
-<!ENTITY les "≤"> <!-- LESS-THAN OR EQUAL TO -->
-<!ENTITY lg "≶"> <!-- LESS-THAN OR GREATER-THAN -->
-<!ENTITY Ll "⋘"> <!-- -->
-<!ENTITY lsim "≲"> <!-- LESS-THAN OR EQUIVALENT TO -->
-<!ENTITY Lt "≪"> <!-- MUCH LESS-THAN -->
-<!ENTITY ltrie "⊴"> <!-- -->
-<!ENTITY mid "∣"> <!-- -->
-<!ENTITY models "⊧"> <!-- MODELS -->
-<!ENTITY pr "≺"> <!-- -->
-<!ENTITY prap "≾"> <!-- -->
-<!ENTITY pre "≼"> <!-- -->
-<!ENTITY prsim "≾"> <!-- -->
-<!ENTITY rtrie "⊵"> <!-- -->
-<!ENTITY samalg "∐"> <!-- -->
-<!ENTITY sc "≻"> <!-- -->
-<!ENTITY scap "≿"> <!-- -->
-<!ENTITY sccue "≽"> <!-- -->
-<!ENTITY sce "≽"> <!-- -->
-<!ENTITY scsim "≿"> <!-- -->
-<!ENTITY sfrown "⌢"> <!-- FROWN -->
-<!ENTITY smid ""> <!-- -->
-<!ENTITY smile "⌣"> <!-- -->
-<!ENTITY spar "∥"> <!-- PARALLEL TO -->
-<!ENTITY sqsub "⊏"> <!-- -->
-<!ENTITY sqsube "⊑"> <!-- -->
-<!ENTITY sqsup "⊐"> <!-- -->
-<!ENTITY sqsupe "⊒"> <!-- -->
-<!ENTITY ssmile "⌣"> <!-- SMILE -->
-<!ENTITY Sub "⋐"> <!-- -->
-<!ENTITY subE "⊆"> <!-- -->
-<!ENTITY Sup "⋑"> <!-- -->
-<!ENTITY supE "⊇"> <!-- -->
-<!ENTITY thkap "≈"> <!-- ALMOST EQUAL TO -->
-<!ENTITY thksim "∼"> <!-- TILDE OPERATOR -->
-<!ENTITY trie "≜"> <!-- -->
-<!ENTITY twixt "≬"> <!-- BETWEEN -->
-<!ENTITY vdash "⊢"> <!-- -->
-<!ENTITY Vdash "⊩"> <!-- -->
-<!ENTITY vDash "⊨"> <!-- -->
-<!ENTITY veebar "⊻"> <!-- -->
-<!ENTITY vltri "⊲"> <!-- -->
-<!ENTITY vprop "∝"> <!-- -->
-<!ENTITY vrtri "⊳"> <!-- -->
-<!ENTITY Vvdash "⊪"> <!-- -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-box.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-box.ent
deleted file mode 100644
index 1f87530..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-box.ent
+++ /dev/null
@@ -1,45 +0,0 @@
-<!-- iso-box.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY boxh "─"> <!-- BOX DRAWINGS LIGHT HORIZONTAL -->
-<!ENTITY boxv "│"> <!-- BOX DRAWINGS LIGHT VERTICAL -->
-<!ENTITY boxur "└"> <!-- BOX DRAWINGS LIGHT UP AND RIGHT -->
-<!ENTITY boxul "┘"> <!-- BOX DRAWINGS LIGHT UP AND LEFT -->
-<!ENTITY boxdl "┐"> <!-- BOX DRAWINGS LIGHT DOWN AND LEFT -->
-<!ENTITY boxdr "┌"> <!-- BOX DRAWINGS LIGHT DOWN AND RIGHT -->
-<!ENTITY boxvr "├"> <!-- BOX DRAWINGS LIGHT VERTICAL AND RIGHT -->
-<!ENTITY boxhu "┴"> <!-- BOX DRAWINGS LIGHT UP AND HORIZONTAL -->
-<!ENTITY boxvl "┤"> <!-- BOX DRAWINGS LIGHT VERTICAL AND LEFT -->
-<!ENTITY boxhd "┬"> <!-- BOX DRAWINGS LIGHT DOWN AND HORIZONTAL -->
-<!ENTITY boxvh "┼"> <!-- BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL -->
-<!ENTITY boxvR "╞"> <!-- BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE -->
-<!ENTITY boxhU "╧"> <!-- BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE -->
-<!ENTITY boxvL "╡"> <!-- BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE -->
-<!ENTITY boxhD "╤"> <!-- BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE -->
-<!ENTITY boxvH "╪"> <!-- BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE -->
-<!ENTITY boxH "═"> <!-- BOX DRAWINGS DOUBLE HORIZONTAL -->
-<!ENTITY boxV "║"> <!-- BOX DRAWINGS DOUBLE VERTICAL -->
-<!ENTITY boxUR "╘"> <!-- BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE -->
-<!ENTITY boxUL "╛"> <!-- BOX DRAWINGS UP SINGLE AND LEFT DOUBLE -->
-<!ENTITY boxDL "╕"> <!-- BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE -->
-<!ENTITY boxDR "╒"> <!-- BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE -->
-<!ENTITY boxVR "╟"> <!-- BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE -->
-<!ENTITY boxHU "╨"> <!-- BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE -->
-<!ENTITY boxVL "╢"> <!-- BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE -->
-<!ENTITY boxHD "╥"> <!-- BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE -->
-<!ENTITY boxVH "╫"> <!-- BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE -->
-<!ENTITY boxVr "╠"> <!-- BOX DRAWINGS DOUBLE VERTICAL AND RIGHT -->
-<!ENTITY boxHu "╩"> <!-- BOX DRAWINGS DOUBLE UP AND HORIZONTAL -->
-<!ENTITY boxVl "╣"> <!-- BOX DRAWINGS DOUBLE VERTICAL AND LEFT -->
-<!ENTITY boxHd "╦"> <!-- BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL -->
-<!ENTITY boxVh "╬"> <!-- BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL -->
-<!ENTITY boxuR "╙"> <!-- BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE -->
-<!ENTITY boxUl "╜"> <!-- BOX DRAWINGS UP DOUBLE AND LEFT SINGLE -->
-<!ENTITY boxdL "╖"> <!-- BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE -->
-<!ENTITY boxDr "╓"> <!-- BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE -->
-<!ENTITY boxUr "╚"> <!-- BOX DRAWINGS DOUBLE UP AND RIGHT -->
-<!ENTITY boxuL "╝"> <!-- BOX DRAWINGS DOUBLE UP AND LEFT -->
-<!ENTITY boxDl "╗"> <!-- BOX DRAWINGS DOUBLE DOWN AND LEFT -->
-<!ENTITY boxdR "╔"> <!-- BOX DRAWINGS DOUBLE DOWN AND RIGHT -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-cyr1.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-cyr1.ent
deleted file mode 100644
index 2516f8e..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-cyr1.ent
+++ /dev/null
@@ -1,72 +0,0 @@
-<!-- iso-cyr1.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY acy "а"> <!-- CYRILLIC SMALL LETTER A -->
-<!ENTITY Acy "А"> <!-- CYRILLIC CAPITAL LETTER A -->
-<!ENTITY bcy "б"> <!-- CYRILLIC SMALL LETTER BE -->
-<!ENTITY Bcy "Б"> <!-- CYRILLIC CAPITAL LETTER BE -->
-<!ENTITY vcy "в"> <!-- CYRILLIC SMALL LETTER VE -->
-<!ENTITY Vcy "В"> <!-- CYRILLIC CAPITAL LETTER VE -->
-<!ENTITY gcy "г"> <!-- CYRILLIC SMALL LETTER GHE -->
-<!ENTITY Gcy "Г"> <!-- CYRILLIC CAPITAL LETTER GHE -->
-<!ENTITY dcy "д"> <!-- CYRILLIC SMALL LETTER DE -->
-<!ENTITY Dcy "Д"> <!-- CYRILLIC CAPITAL LETTER DE -->
-<!ENTITY iecy "е"> <!-- CYRILLIC SMALL LETTER IE -->
-<!ENTITY IEcy "Е"> <!-- CYRILLIC CAPITAL LETTER IE -->
-<!ENTITY iocy "ё"> <!-- CYRILLIC SMALL LETTER IO -->
-<!ENTITY IOcy "Ё"> <!-- CYRILLIC CAPITAL LETTER IO -->
-<!ENTITY zhcy "ж"> <!-- CYRILLIC SMALL LETTER ZHE -->
-<!ENTITY ZHcy "Ж"> <!-- CYRILLIC CAPITAL LETTER ZHE -->
-<!ENTITY zcy "з"> <!-- CYRILLIC SMALL LETTER ZE -->
-<!ENTITY Zcy "З"> <!-- CYRILLIC CAPITAL LETTER ZE -->
-<!ENTITY icy "и"> <!-- CYRILLIC SMALL LETTER I -->
-<!ENTITY Icy "И"> <!-- CYRILLIC CAPITAL LETTER I -->
-<!ENTITY jcy "й"> <!-- CYRILLIC SMALL LETTER SHORT I -->
-<!ENTITY Jcy "Й"> <!-- CYRILLIC CAPITAL LETTER SHORT I -->
-<!ENTITY kcy "к"> <!-- CYRILLIC SMALL LETTER KA -->
-<!ENTITY Kcy "К"> <!-- CYRILLIC CAPITAL LETTER KA -->
-<!ENTITY lcy "л"> <!-- CYRILLIC SMALL LETTER EL -->
-<!ENTITY Lcy "Л"> <!-- CYRILLIC CAPITAL LETTER EL -->
-<!ENTITY mcy "м"> <!-- CYRILLIC SMALL LETTER EM -->
-<!ENTITY Mcy "М"> <!-- CYRILLIC CAPITAL LETTER EM -->
-<!ENTITY ncy "н"> <!-- CYRILLIC SMALL LETTER EN -->
-<!ENTITY Ncy "Н"> <!-- CYRILLIC CAPITAL LETTER EN -->
-<!ENTITY ocy "о"> <!-- CYRILLIC SMALL LETTER O -->
-<!ENTITY Ocy "О"> <!-- CYRILLIC CAPITAL LETTER O -->
-<!ENTITY pcy "п"> <!-- CYRILLIC SMALL LETTER PE -->
-<!ENTITY Pcy "П"> <!-- CYRILLIC CAPITAL LETTER PE -->
-<!ENTITY rcy "р"> <!-- CYRILLIC SMALL LETTER ER -->
-<!ENTITY Rcy "Р"> <!-- CYRILLIC CAPITAL LETTER ER -->
-<!ENTITY scy "с"> <!-- CYRILLIC SMALL LETTER ES -->
-<!ENTITY Scy "С"> <!-- CYRILLIC CAPITAL LETTER ES -->
-<!ENTITY tcy "т"> <!-- CYRILLIC SMALL LETTER TE -->
-<!ENTITY Tcy "Т"> <!-- CYRILLIC CAPITAL LETTER TE -->
-<!ENTITY ucy "у"> <!-- CYRILLIC SMALL LETTER U -->
-<!ENTITY Ucy "У"> <!-- CYRILLIC CAPITAL LETTER U -->
-<!ENTITY fcy "ф"> <!-- CYRILLIC SMALL LETTER EF -->
-<!ENTITY Fcy "Ф"> <!-- CYRILLIC CAPITAL LETTER EF -->
-<!ENTITY khcy "х"> <!-- CYRILLIC SMALL LETTER HA -->
-<!ENTITY KHcy "Х"> <!-- CYRILLIC CAPITAL LETTER HA -->
-<!ENTITY tscy "ц"> <!-- CYRILLIC SMALL LETTER TSE -->
-<!ENTITY TScy "Ц"> <!-- CYRILLIC CAPITAL LETTER TSE -->
-<!ENTITY chcy "ч"> <!-- CYRILLIC SMALL LETTER CHE -->
-<!ENTITY CHcy "Ч"> <!-- CYRILLIC CAPITAL LETTER CHE -->
-<!ENTITY shcy "ш"> <!-- CYRILLIC SMALL LETTER SHA -->
-<!ENTITY SHcy "Ш"> <!-- CYRILLIC CAPITAL LETTER SHA -->
-<!ENTITY shchcy "щ"> <!-- CYRILLIC SMALL LETTER SHCHA -->
-<!ENTITY SHCHcy "Щ"> <!-- CYRILLIC CAPITAL LETTER SHCHA -->
-<!ENTITY hardcy "ъ"> <!-- CYRILLIC SMALL LETTER HARD SIGN -->
-<!ENTITY HARDcy "Ъ"> <!-- CYRILLIC CAPITAL LETTER HARD SIGN -->
-<!ENTITY ycy "ы"> <!-- CYRILLIC SMALL LETTER YERU -->
-<!ENTITY Ycy "Ы"> <!-- CYRILLIC CAPITAL LETTER YERU -->
-<!ENTITY softcy "ь"> <!-- CYRILLIC SMALL LETTER SOFT SIGN -->
-<!ENTITY SOFTcy "Ь"> <!-- CYRILLIC CAPITAL LETTER SOFT SIGN -->
-<!ENTITY ecy "э"> <!-- CYRILLIC SMALL LETTER E -->
-<!ENTITY Ecy "Э"> <!-- CYRILLIC CAPITAL LETTER E -->
-<!ENTITY yucy "ю"> <!-- CYRILLIC SMALL LETTER YU -->
-<!ENTITY YUcy "Ю"> <!-- CYRILLIC CAPITAL LETTER YU -->
-<!ENTITY yacy "я"> <!-- CYRILLIC SMALL LETTER YA -->
-<!ENTITY YAcy "Я"> <!-- CYRILLIC CAPITAL LETTER YA -->
-<!ENTITY numero "№"> <!-- NUMERO SIGN -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-cyr2.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-cyr2.ent
deleted file mode 100644
index 3edbde0..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-cyr2.ent
+++ /dev/null
@@ -1,31 +0,0 @@
-<!-- iso-cyr2.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY djcy "ђ"> <!-- CYRILLIC SMALL LETTER DJE -->
-<!ENTITY DJcy "Ђ"> <!-- CYRILLIC CAPITAL LETTER DJE -->
-<!ENTITY gjcy "ѓ"> <!-- CYRILLIC SMALL LETTER GJE -->
-<!ENTITY GJcy "Ѓ"> <!-- CYRILLIC CAPITAL LETTER GJE -->
-<!ENTITY jukcy "є"> <!-- CYRILLIC SMALL LETTER UKRAINIAN IE -->
-<!ENTITY Jukcy "Є"> <!-- CYRILLIC CAPITAL LETTER UKRAINIAN IE -->
-<!ENTITY dscy "ѕ"> <!-- CYRILLIC SMALL LETTER DZE -->
-<!ENTITY DScy "Ѕ"> <!-- CYRILLIC CAPITAL LETTER DZE -->
-<!ENTITY iukcy "і"> <!-- CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I -->
-<!ENTITY Iukcy "І"> <!-- CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I -->
-<!ENTITY yicy "ї"> <!-- CYRILLIC SMALL LETTER YI -->
-<!ENTITY YIcy "Ї"> <!-- CYRILLIC CAPITAL LETTER YI -->
-<!ENTITY jsercy "ј"> <!-- CYRILLIC SMALL LETTER JE -->
-<!ENTITY Jsercy "Ј"> <!-- CYRILLIC CAPITAL LETTER JE -->
-<!ENTITY ljcy "љ"> <!-- CYRILLIC SMALL LETTER LJE -->
-<!ENTITY LJcy "Љ"> <!-- CYRILLIC CAPITAL LETTER LJE -->
-<!ENTITY njcy "њ"> <!-- CYRILLIC SMALL LETTER NJE -->
-<!ENTITY NJcy "Њ"> <!-- CYRILLIC CAPITAL LETTER NJE -->
-<!ENTITY tshcy "ћ"> <!-- CYRILLIC SMALL LETTER TSHE -->
-<!ENTITY TSHcy "Ћ"> <!-- CYRILLIC CAPITAL LETTER TSHE -->
-<!ENTITY kjcy "ќ"> <!-- CYRILLIC SMALL LETTER KJE -->
-<!ENTITY KJcy "Ќ"> <!-- CYRILLIC CAPITAL LETTER KJE -->
-<!ENTITY ubrcy "ў"> <!-- CYRILLIC SMALL LETTER SHORT U -->
-<!ENTITY Ubrcy "Ў"> <!-- CYRILLIC CAPITAL LETTER SHORT U -->
-<!ENTITY dzcy "џ"> <!-- CYRILLIC SMALL LETTER DZHE -->
-<!ENTITY DZcy "Џ"> <!-- CYRILLIC CAPITAL LETTER DZHE -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-dia.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-dia.ent
deleted file mode 100644
index 3a4b55c..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-dia.ent
+++ /dev/null
@@ -1,19 +0,0 @@
-<!-- iso-dia.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY acute "´"> <!-- ACUTE ACCENT -->
-<!ENTITY breve "˘"> <!-- BREVE -->
-<!ENTITY caron "ˇ"> <!-- CARON -->
-<!ENTITY cedil "¸"> <!-- CEDILLA -->
-<!ENTITY circ "^"> <!-- RING OPERATOR -->
-<!ENTITY dblac "˝"> <!-- DOUBLE ACUTE ACCENT -->
-<!ENTITY die "¨"> <!-- -->
-<!ENTITY dot "˙"> <!-- DOT ABOVE -->
-<!ENTITY grave "`"> <!-- GRAVE ACCENT -->
-<!ENTITY macr "¯"> <!-- MACRON -->
-<!ENTITY ogon "˛"> <!-- OGONEK -->
-<!ENTITY ring "˚"> <!-- RING ABOVE -->
-<!ENTITY tilde "˜"> <!-- TILDE -->
-<!ENTITY uml "¨"> <!-- -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-grk1.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-grk1.ent
deleted file mode 100644
index b040985..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-grk1.ent
+++ /dev/null
@@ -1,54 +0,0 @@
-<!-- iso-grk1.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY agr "α"> <!-- -->
-<!ENTITY Agr "Α"> <!-- GREEK CAPITAL LETTER ALPHA -->
-<!ENTITY bgr "β"> <!-- GREEK SMALL LETTER BETA -->
-<!ENTITY Bgr "Β"> <!-- GREEK CAPITAL LETTER BETA -->
-<!ENTITY ggr "γ"> <!-- GREEK SMALL LETTER GAMMA -->
-<!ENTITY Ggr "Γ"> <!-- GREEK CAPITAL LETTER GAMMA -->
-<!ENTITY dgr "δ"> <!-- GREEK SMALL LETTER DELTA -->
-<!ENTITY Dgr "Δ"> <!-- GREEK CAPITAL LETTER DELTA -->
-<!ENTITY egr "ε"> <!-- -->
-<!ENTITY Egr "Ε"> <!-- GREEK CAPITAL LETTER EPSILON -->
-<!ENTITY zgr "ζ"> <!-- GREEK SMALL LETTER ZETA -->
-<!ENTITY Zgr "Ζ"> <!-- GREEK CAPITAL LETTER ZETA -->
-<!ENTITY eegr "η"> <!-- GREEK SMALL LETTER ETA -->
-<!ENTITY EEgr "Η"> <!-- GREEK CAPITAL LETTER ETA -->
-<!ENTITY thgr "θ"> <!-- -->
-<!ENTITY THgr "Θ"> <!-- GREEK CAPITAL LETTER THETA -->
-<!ENTITY igr "ι"> <!-- GREEK SMALL LETTER IOTA -->
-<!ENTITY Igr "Ι"> <!-- GREEK CAPITAL LETTER IOTA -->
-<!ENTITY kgr "κ"> <!-- GREEK SMALL LETTER KAPPA -->
-<!ENTITY Kgr "Κ"> <!-- GREEK CAPITAL LETTER KAPPA -->
-<!ENTITY lgr "λ"> <!-- GREEK SMALL LETTER LAMDA -->
-<!ENTITY Lgr "Λ"> <!-- GREEK CAPITAL LETTER LAMDA -->
-<!ENTITY mgr "μ"> <!-- GREEK SMALL LETTER MU -->
-<!ENTITY Mgr "Μ"> <!-- GREEK CAPITAL LETTER MU -->
-<!ENTITY ngr "ν"> <!-- GREEK SMALL LETTER NU -->
-<!ENTITY Ngr "Ν"> <!-- GREEK CAPITAL LETTER NU -->
-<!ENTITY xgr "ξ"> <!-- GREEK SMALL LETTER XI -->
-<!ENTITY Xgr "Ξ"> <!-- GREEK CAPITAL LETTER XI -->
-<!ENTITY ogr "ο"> <!-- GREEK SMALL LETTER OMICRON -->
-<!ENTITY Ogr "Ο"> <!-- GREEK CAPITAL LETTER OMICRON -->
-<!ENTITY pgr "π"> <!-- GREEK SMALL LETTER PI -->
-<!ENTITY Pgr "Π"> <!-- GREEK CAPITAL LETTER PI -->
-<!ENTITY rgr "ρ"> <!-- GREEK SMALL LETTER RHO -->
-<!ENTITY Rgr "Ρ"> <!-- GREEK CAPITAL LETTER RHO -->
-<!ENTITY sgr "σ"> <!-- GREEK SMALL LETTER SIGMA -->
-<!ENTITY Sgr "Σ"> <!-- GREEK CAPITAL LETTER SIGMA -->
-<!ENTITY sfgr "ς"> <!-- -->
-<!ENTITY tgr "τ"> <!-- GREEK SMALL LETTER TAU -->
-<!ENTITY Tgr "Τ"> <!-- GREEK CAPITAL LETTER TAU -->
-<!ENTITY ugr "υ"> <!-- GREEK SMALL LETTER UPSILON -->
-<!ENTITY Ugr "Υ"> <!-- -->
-<!ENTITY phgr "φ"> <!-- GREEK SMALL LETTER PHI -->
-<!ENTITY PHgr "Φ"> <!-- GREEK CAPITAL LETTER PHI -->
-<!ENTITY khgr "χ"> <!-- GREEK SMALL LETTER CHI -->
-<!ENTITY KHgr "Χ"> <!-- GREEK CAPITAL LETTER CHI -->
-<!ENTITY psgr "ψ"> <!-- GREEK SMALL LETTER PSI -->
-<!ENTITY PSgr "Ψ"> <!-- GREEK CAPITAL LETTER PSI -->
-<!ENTITY ohgr "ω"> <!-- GREEK SMALL LETTER OMEGA -->
-<!ENTITY OHgr "Ω"> <!-- GREEK CAPITAL LETTER OMEGA -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-grk2.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-grk2.ent
deleted file mode 100644
index 63de411..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-grk2.ent
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- iso-grk2.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY aacgr "ά"> <!-- GREEK SMALL LETTER ALPHA WITH TONOS -->
-<!ENTITY Aacgr "Ά"> <!-- GREEK CAPITAL LETTER ALPHA WITH TONOS -->
-<!ENTITY eacgr "έ"> <!-- GREEK SMALL LETTER EPSILON WITH TONOS -->
-<!ENTITY Eacgr "Έ"> <!-- GREEK CAPITAL LETTER EPSILON WITH TONOS -->
-<!ENTITY eeacgr "ή"> <!-- GREEK SMALL LETTER ETA WITH TONOS -->
-<!ENTITY EEacgr "Ή"> <!-- GREEK CAPITAL LETTER ETA WITH TONOS -->
-<!ENTITY idigr "ϊ"> <!-- GREEK SMALL LETTER IOTA WITH DIALYTIKA -->
-<!ENTITY Idigr "Ϊ"> <!-- GREEK CAPITAL LETTER IOTA WITH DIALYTIKA -->
-<!ENTITY iacgr "ί"> <!-- GREEK SMALL LETTER IOTA WITH TONOS -->
-<!ENTITY Iacgr "Ί"> <!-- GREEK CAPITAL LETTER IOTA WITH TONOS -->
-<!ENTITY idiagr "ΐ"> <!-- GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
-<!ENTITY oacgr "ό"> <!-- GREEK SMALL LETTER OMICRON WITH TONOS -->
-<!ENTITY Oacgr "Ό"> <!-- GREEK CAPITAL LETTER OMICRON WITH TONOS -->
-<!ENTITY udigr "ϋ"> <!-- GREEK SMALL LETTER UPSILON WITH DIALYTIKA -->
-<!ENTITY Udigr "Ϋ"> <!-- GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA -->
-<!ENTITY uacgr "ύ"> <!-- GREEK SMALL LETTER UPSILON WITH TONOS -->
-<!ENTITY Uacgr "Ύ"> <!-- GREEK CAPITAL LETTER UPSILON WITH TONOS -->
-<!ENTITY udiagr "ΰ"> <!-- GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
-<!ENTITY ohacgr "ώ"> <!-- GREEK SMALL LETTER OMEGA WITH TONOS -->
-<!ENTITY OHacgr "Ώ"> <!-- GREEK CAPITAL LETTER OMEGA WITH TONOS -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-grk3.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-grk3.ent
deleted file mode 100644
index b59c53c..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-grk3.ent
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- iso-grk3.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY alpha "α"> <!-- -->
-<!ENTITY beta "β"> <!-- GREEK SMALL LETTER BETA -->
-<!ENTITY gamma "γ"> <!-- GREEK SMALL LETTER GAMMA -->
-<!ENTITY Gamma "Γ"> <!-- GREEK CAPITAL LETTER GAMMA -->
-<!ENTITY gammad "Ϝ"> <!-- GREEK LETTER DIGAMMA -->
-<!ENTITY delta "δ"> <!-- GREEK SMALL LETTER DELTA -->
-<!ENTITY Delta "Δ"> <!-- GREEK CAPITAL LETTER DELTA -->
-<!ENTITY epsi "∊"> <!-- -->
-<!ENTITY epsiv "ε"> <!-- -->
-<!ENTITY epsis "∊"> <!-- -->
-<!ENTITY zeta "ζ"> <!-- GREEK SMALL LETTER ZETA -->
-<!ENTITY eta "η"> <!-- GREEK SMALL LETTER ETA -->
-<!ENTITY thetas "θ"> <!-- -->
-<!ENTITY Theta "Θ"> <!-- GREEK CAPITAL LETTER THETA -->
-<!ENTITY thetav "ϑ"> <!-- -->
-<!ENTITY iota "ι"> <!-- GREEK SMALL LETTER IOTA -->
-<!ENTITY kappa "κ"> <!-- GREEK SMALL LETTER KAPPA -->
-<!ENTITY kappav "ϰ"> <!-- GREEK KAPPA SYMBOL -->
-<!ENTITY lambda "λ"> <!-- GREEK SMALL LETTER LAMDA -->
-<!ENTITY Lambda "Λ"> <!-- GREEK CAPITAL LETTER LAMDA -->
-<!ENTITY mu "μ"> <!-- GREEK SMALL LETTER MU -->
-<!ENTITY nu "ν"> <!-- GREEK SMALL LETTER NU -->
-<!ENTITY xi "ξ"> <!-- GREEK SMALL LETTER XI -->
-<!ENTITY Xi "Ξ"> <!-- GREEK CAPITAL LETTER XI -->
-<!ENTITY pi "π"> <!-- GREEK SMALL LETTER PI -->
-<!ENTITY piv "ϖ"> <!-- GREEK PI SYMBOL -->
-<!ENTITY Pi "Π"> <!-- GREEK CAPITAL LETTER PI -->
-<!ENTITY rho "ρ"> <!-- GREEK SMALL LETTER RHO -->
-<!ENTITY rhov "ϱ"> <!-- GREEK RHO SYMBOL -->
-<!ENTITY sigma "σ"> <!-- GREEK SMALL LETTER SIGMA -->
-<!ENTITY Sigma "Σ"> <!-- GREEK CAPITAL LETTER SIGMA -->
-<!ENTITY sigmav "ς"> <!-- -->
-<!ENTITY tau "τ"> <!-- GREEK SMALL LETTER TAU -->
-<!ENTITY upsi "υ"> <!-- GREEK SMALL LETTER UPSILON -->
-<!ENTITY Upsi "ϒ"> <!-- -->
-<!ENTITY phis "φ"> <!-- GREEK SMALL LETTER PHI -->
-<!ENTITY Phi "Φ"> <!-- GREEK CAPITAL LETTER PHI -->
-<!ENTITY phiv "ϕ"> <!-- GREEK PHI SYMBOL -->
-<!ENTITY chi "χ"> <!-- GREEK SMALL LETTER CHI -->
-<!ENTITY psi "ψ"> <!-- GREEK SMALL LETTER PSI -->
-<!ENTITY Psi "Ψ"> <!-- GREEK CAPITAL LETTER PSI -->
-<!ENTITY omega "ω"> <!-- GREEK SMALL LETTER OMEGA -->
-<!ENTITY Omega "Ω"> <!-- GREEK CAPITAL LETTER OMEGA -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-grk4.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-grk4.ent
deleted file mode 100644
index ace7c81..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-grk4.ent
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- iso-grk4.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY b.alpha "α"> <!-- -->
-<!ENTITY b.beta "β"> <!-- GREEK SMALL LETTER BETA -->
-<!ENTITY b.gamma "γ"> <!-- GREEK SMALL LETTER GAMMA -->
-<!ENTITY b.Gamma "Γ"> <!-- GREEK CAPITAL LETTER GAMMA -->
-<!ENTITY b.gammad "Ϝ"> <!-- GREEK LETTER DIGAMMA -->
-<!ENTITY b.delta "δ"> <!-- GREEK SMALL LETTER DELTA -->
-<!ENTITY b.Delta "Δ"> <!-- GREEK CAPITAL LETTER DELTA -->
-<!ENTITY b.epsi "ε"> <!-- -->
-<!ENTITY b.epsiv "ε"> <!-- -->
-<!ENTITY b.epsis "ε"> <!-- -->
-<!ENTITY b.zeta "ζ"> <!-- GREEK SMALL LETTER ZETA -->
-<!ENTITY b.eta "η"> <!-- GREEK SMALL LETTER ETA -->
-<!ENTITY b.thetas "θ"> <!-- -->
-<!ENTITY b.Theta "Θ"> <!-- GREEK CAPITAL LETTER THETA -->
-<!ENTITY b.thetav "ϑ"> <!-- -->
-<!ENTITY b.iota "ι"> <!-- GREEK SMALL LETTER IOTA -->
-<!ENTITY b.kappa "κ"> <!-- GREEK SMALL LETTER KAPPA -->
-<!ENTITY b.kappav "ϰ"> <!-- GREEK KAPPA SYMBOL -->
-<!ENTITY b.lambda "λ"> <!-- GREEK SMALL LETTER LAMDA -->
-<!ENTITY b.Lambda "Λ"> <!-- GREEK CAPITAL LETTER LAMDA -->
-<!ENTITY b.mu "μ"> <!-- GREEK SMALL LETTER MU -->
-<!ENTITY b.nu "ν"> <!-- GREEK SMALL LETTER NU -->
-<!ENTITY b.xi "ξ"> <!-- GREEK SMALL LETTER XI -->
-<!ENTITY b.Xi "Ξ"> <!-- GREEK CAPITAL LETTER XI -->
-<!ENTITY b.pi "π"> <!-- GREEK SMALL LETTER PI -->
-<!ENTITY b.Pi "Π"> <!-- GREEK CAPITAL LETTER PI -->
-<!ENTITY b.piv "ϖ"> <!-- GREEK PI SYMBOL -->
-<!ENTITY b.rho "ρ"> <!-- GREEK SMALL LETTER RHO -->
-<!ENTITY b.rhov "ϱ"> <!-- GREEK RHO SYMBOL -->
-<!ENTITY b.sigma "σ"> <!-- GREEK SMALL LETTER SIGMA -->
-<!ENTITY b.Sigma "Σ"> <!-- GREEK CAPITAL LETTER SIGMA -->
-<!ENTITY b.sigmav "ς"> <!-- -->
-<!ENTITY b.tau "τ"> <!-- GREEK SMALL LETTER TAU -->
-<!ENTITY b.upsi "υ"> <!-- GREEK SMALL LETTER UPSILON -->
-<!ENTITY b.Upsi "ϒ"> <!-- -->
-<!ENTITY b.phis "φ"> <!-- GREEK SMALL LETTER PHI -->
-<!ENTITY b.Phi "Φ"> <!-- GREEK CAPITAL LETTER PHI -->
-<!ENTITY b.phiv "ϕ"> <!-- GREEK PHI SYMBOL -->
-<!ENTITY b.chi "χ"> <!-- GREEK SMALL LETTER CHI -->
-<!ENTITY b.psi "ψ"> <!-- GREEK SMALL LETTER PSI -->
-<!ENTITY b.Psi "Ψ"> <!-- GREEK CAPITAL LETTER PSI -->
-<!ENTITY b.omega "ω"> <!-- GREEK SMALL LETTER OMEGA -->
-<!ENTITY b.Omega "Ω"> <!-- GREEK CAPITAL LETTER OMEGA -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-lat1.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-lat1.ent
deleted file mode 100644
index 2ec16ff..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-lat1.ent
+++ /dev/null
@@ -1,67 +0,0 @@
-<!-- iso-lat1.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY aacute "á"> <!-- LATIN SMALL LETTER A WITH ACUTE -->
-<!ENTITY Aacute "Á"> <!-- LATIN CAPITAL LETTER A WITH ACUTE -->
-<!ENTITY acirc "â"> <!-- LATIN SMALL LETTER A WITH CIRCUMFLEX -->
-<!ENTITY Acirc "Â"> <!-- LATIN CAPITAL LETTER A WITH CIRCUMFLEX -->
-<!ENTITY agrave "à"> <!-- LATIN SMALL LETTER A WITH GRAVE -->
-<!ENTITY Agrave "À"> <!-- LATIN CAPITAL LETTER A WITH GRAVE -->
-<!ENTITY aring "å"> <!-- LATIN SMALL LETTER A WITH RING ABOVE -->
-<!ENTITY Aring "Å"> <!-- LATIN CAPITAL LETTER A WITH RING ABOVE -->
-<!ENTITY atilde "ã"> <!-- LATIN SMALL LETTER A WITH TILDE -->
-<!ENTITY Atilde "Ã"> <!-- LATIN CAPITAL LETTER A WITH TILDE -->
-<!ENTITY auml "ä"> <!-- LATIN SMALL LETTER A WITH DIAERESIS -->
-<!ENTITY Auml "Ä"> <!-- LATIN CAPITAL LETTER A WITH DIAERESIS -->
-<!ENTITY aelig "æ"> <!-- LATIN SMALL LETTER AE -->
-<!ENTITY AElig "Æ"> <!-- LATIN CAPITAL LETTER AE -->
-<!ENTITY ccedil "ç"> <!-- LATIN SMALL LETTER C WITH CEDILLA -->
-<!ENTITY Ccedil "Ç"> <!-- LATIN CAPITAL LETTER C WITH CEDILLA -->
-<!ENTITY eth "ð"> <!-- LATIN SMALL LETTER ETH -->
-<!ENTITY ETH "Ð"> <!-- LATIN CAPITAL LETTER ETH -->
-<!ENTITY eacute "é"> <!-- LATIN SMALL LETTER E WITH ACUTE -->
-<!ENTITY Eacute "É"> <!-- LATIN CAPITAL LETTER E WITH ACUTE -->
-<!ENTITY ecirc "ê"> <!-- LATIN SMALL LETTER E WITH CIRCUMFLEX -->
-<!ENTITY Ecirc "Ê"> <!-- LATIN CAPITAL LETTER E WITH CIRCUMFLEX -->
-<!ENTITY egrave "è"> <!-- LATIN SMALL LETTER E WITH GRAVE -->
-<!ENTITY Egrave "È"> <!-- LATIN CAPITAL LETTER E WITH GRAVE -->
-<!ENTITY euml "ë"> <!-- LATIN SMALL LETTER E WITH DIAERESIS -->
-<!ENTITY Euml "Ë"> <!-- LATIN CAPITAL LETTER E WITH DIAERESIS -->
-<!ENTITY iacute "í"> <!-- LATIN SMALL LETTER I WITH ACUTE -->
-<!ENTITY Iacute "Í"> <!-- LATIN CAPITAL LETTER I WITH ACUTE -->
-<!ENTITY icirc "î"> <!-- LATIN SMALL LETTER I WITH CIRCUMFLEX -->
-<!ENTITY Icirc "Î"> <!-- LATIN CAPITAL LETTER I WITH CIRCUMFLEX -->
-<!ENTITY igrave "ì"> <!-- LATIN SMALL LETTER I WITH GRAVE -->
-<!ENTITY Igrave "Ì"> <!-- LATIN CAPITAL LETTER I WITH GRAVE -->
-<!ENTITY iuml "ï"> <!-- LATIN SMALL LETTER I WITH DIAERESIS -->
-<!ENTITY Iuml "Ï"> <!-- LATIN CAPITAL LETTER I WITH DIAERESIS -->
-<!ENTITY ntilde "ñ"> <!-- LATIN SMALL LETTER N WITH TILDE -->
-<!ENTITY Ntilde "Ñ"> <!-- LATIN CAPITAL LETTER N WITH TILDE -->
-<!ENTITY oacute "ó"> <!-- LATIN SMALL LETTER O WITH ACUTE -->
-<!ENTITY Oacute "Ó"> <!-- LATIN CAPITAL LETTER O WITH ACUTE -->
-<!ENTITY ocirc "ô"> <!-- LATIN SMALL LETTER O WITH CIRCUMFLEX -->
-<!ENTITY Ocirc "Ô"> <!-- LATIN CAPITAL LETTER O WITH CIRCUMFLEX -->
-<!ENTITY ograve "ò"> <!-- LATIN SMALL LETTER O WITH GRAVE -->
-<!ENTITY Ograve "Ò"> <!-- LATIN CAPITAL LETTER O WITH GRAVE -->
-<!ENTITY oslash "ø"> <!-- CIRCLED DIVISION SLASH -->
-<!ENTITY Oslash "Ø"> <!-- LATIN CAPITAL LETTER O WITH STROKE -->
-<!ENTITY otilde "õ"> <!-- LATIN SMALL LETTER O WITH TILDE -->
-<!ENTITY Otilde "Õ"> <!-- LATIN CAPITAL LETTER O WITH TILDE -->
-<!ENTITY ouml "ö"> <!-- LATIN SMALL LETTER O WITH DIAERESIS -->
-<!ENTITY Ouml "Ö"> <!-- LATIN CAPITAL LETTER O WITH DIAERESIS -->
-<!ENTITY szlig "ß"> <!-- LATIN SMALL LETTER SHARP S -->
-<!ENTITY thorn "þ"> <!-- LATIN SMALL LETTER THORN -->
-<!ENTITY THORN "Þ"> <!-- LATIN CAPITAL LETTER THORN -->
-<!ENTITY uacute "ú"> <!-- LATIN SMALL LETTER U WITH ACUTE -->
-<!ENTITY Uacute "Ú"> <!-- LATIN CAPITAL LETTER U WITH ACUTE -->
-<!ENTITY ucirc "û"> <!-- LATIN SMALL LETTER U WITH CIRCUMFLEX -->
-<!ENTITY Ucirc "Û"> <!-- LATIN CAPITAL LETTER U WITH CIRCUMFLEX -->
-<!ENTITY ugrave "ù"> <!-- LATIN SMALL LETTER U WITH GRAVE -->
-<!ENTITY Ugrave "Ù"> <!-- LATIN CAPITAL LETTER U WITH GRAVE -->
-<!ENTITY uuml "ü"> <!-- LATIN SMALL LETTER U WITH DIAERESIS -->
-<!ENTITY Uuml "Ü"> <!-- LATIN CAPITAL LETTER U WITH DIAERESIS -->
-<!ENTITY yacute "ý"> <!-- LATIN SMALL LETTER Y WITH ACUTE -->
-<!ENTITY Yacute "Ý"> <!-- LATIN CAPITAL LETTER Y WITH ACUTE -->
-<!ENTITY yuml "ÿ"> <!-- LATIN SMALL LETTER Y WITH DIAERESIS -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-lat2.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-lat2.ent
deleted file mode 100644
index e94ec18..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-lat2.ent
+++ /dev/null
@@ -1,126 +0,0 @@
-<!-- iso-lat2.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY abreve "ă"> <!-- LATIN SMALL LETTER A WITH BREVE -->
-<!ENTITY Abreve "Ă"> <!-- LATIN CAPITAL LETTER A WITH BREVE -->
-<!ENTITY amacr "ā"> <!-- LATIN SMALL LETTER A WITH MACRON -->
-<!ENTITY Amacr "Ā"> <!-- LATIN CAPITAL LETTER A WITH MACRON -->
-<!ENTITY aogon "ą"> <!-- LATIN SMALL LETTER A WITH OGONEK -->
-<!ENTITY Aogon "Ą"> <!-- LATIN CAPITAL LETTER A WITH OGONEK -->
-<!ENTITY cacute "ć"> <!-- LATIN SMALL LETTER C WITH ACUTE -->
-<!ENTITY Cacute "Ć"> <!-- LATIN CAPITAL LETTER C WITH ACUTE -->
-<!ENTITY ccaron "č"> <!-- LATIN SMALL LETTER C WITH CARON -->
-<!ENTITY Ccaron "Č"> <!-- LATIN CAPITAL LETTER C WITH CARON -->
-<!ENTITY ccirc "ĉ"> <!-- LATIN SMALL LETTER C WITH CIRCUMFLEX -->
-<!ENTITY Ccirc "Ĉ"> <!-- LATIN CAPITAL LETTER C WITH CIRCUMFLEX -->
-<!ENTITY cdot "ċ"> <!-- DOT OPERATOR -->
-<!ENTITY Cdot "Ċ"> <!-- LATIN CAPITAL LETTER C WITH DOT ABOVE -->
-<!ENTITY dcaron "ď"> <!-- LATIN SMALL LETTER D WITH CARON -->
-<!ENTITY Dcaron "Ď"> <!-- LATIN CAPITAL LETTER D WITH CARON -->
-<!ENTITY dstrok "đ"> <!-- LATIN SMALL LETTER D WITH STROKE -->
-<!ENTITY Dstrok "Đ"> <!-- LATIN CAPITAL LETTER D WITH STROKE -->
-<!ENTITY ecaron "ě"> <!-- LATIN SMALL LETTER E WITH CARON -->
-<!ENTITY Ecaron "Ě"> <!-- LATIN CAPITAL LETTER E WITH CARON -->
-<!ENTITY edot "ė"> <!-- LATIN SMALL LETTER E WITH DOT ABOVE -->
-<!ENTITY Edot "Ė"> <!-- LATIN CAPITAL LETTER E WITH DOT ABOVE -->
-<!ENTITY emacr "ē"> <!-- LATIN SMALL LETTER E WITH MACRON -->
-<!ENTITY Emacr "Ē"> <!-- LATIN CAPITAL LETTER E WITH MACRON -->
-<!ENTITY eogon "ę"> <!-- LATIN SMALL LETTER E WITH OGONEK -->
-<!ENTITY Eogon "Ę"> <!-- LATIN CAPITAL LETTER E WITH OGONEK -->
-<!ENTITY gacute "ǵ"> <!-- LATIN SMALL LETTER G WITH ACUTE -->
-<!ENTITY gbreve "ğ"> <!-- LATIN SMALL LETTER G WITH BREVE -->
-<!ENTITY Gbreve "Ğ"> <!-- LATIN CAPITAL LETTER G WITH BREVE -->
-<!ENTITY Gcedil "Ģ"> <!-- LATIN CAPITAL LETTER G WITH CEDILLA -->
-<!ENTITY gcirc "ĝ"> <!-- LATIN SMALL LETTER G WITH CIRCUMFLEX -->
-<!ENTITY Gcirc "Ĝ"> <!-- LATIN CAPITAL LETTER G WITH CIRCUMFLEX -->
-<!ENTITY gdot "ġ"> <!-- LATIN SMALL LETTER G WITH DOT ABOVE -->
-<!ENTITY Gdot "Ġ"> <!-- LATIN CAPITAL LETTER G WITH DOT ABOVE -->
-<!ENTITY hcirc "ĥ"> <!-- LATIN SMALL LETTER H WITH CIRCUMFLEX -->
-<!ENTITY Hcirc "Ĥ"> <!-- LATIN CAPITAL LETTER H WITH CIRCUMFLEX -->
-<!ENTITY hstrok "ħ"> <!-- LATIN SMALL LETTER H WITH STROKE -->
-<!ENTITY Hstrok "Ħ"> <!-- LATIN CAPITAL LETTER H WITH STROKE -->
-<!ENTITY Idot "İ"> <!-- LATIN CAPITAL LETTER I WITH DOT ABOVE -->
-<!ENTITY Imacr "Ī"> <!-- LATIN CAPITAL LETTER I WITH MACRON -->
-<!ENTITY imacr "ī"> <!-- LATIN SMALL LETTER I WITH MACRON -->
-<!ENTITY ijlig "ij"> <!-- LATIN SMALL LIGATURE IJ -->
-<!ENTITY IJlig "IJ"> <!-- LATIN CAPITAL LIGATURE IJ -->
-<!ENTITY inodot "ı"> <!-- LATIN SMALL LETTER DOTLESS I -->
-<!ENTITY iogon "į"> <!-- LATIN SMALL LETTER I WITH OGONEK -->
-<!ENTITY Iogon "Į"> <!-- LATIN CAPITAL LETTER I WITH OGONEK -->
-<!ENTITY itilde "ĩ"> <!-- LATIN SMALL LETTER I WITH TILDE -->
-<!ENTITY Itilde "Ĩ"> <!-- LATIN CAPITAL LETTER I WITH TILDE -->
-<!ENTITY jcirc "ĵ"> <!-- LATIN SMALL LETTER J WITH CIRCUMFLEX -->
-<!ENTITY Jcirc "Ĵ"> <!-- LATIN CAPITAL LETTER J WITH CIRCUMFLEX -->
-<!ENTITY kcedil "ķ"> <!-- LATIN SMALL LETTER K WITH CEDILLA -->
-<!ENTITY Kcedil "Ķ"> <!-- LATIN CAPITAL LETTER K WITH CEDILLA -->
-<!ENTITY kgreen "ĸ"> <!-- LATIN SMALL LETTER KRA -->
-<!ENTITY lacute "ĺ"> <!-- LATIN SMALL LETTER L WITH ACUTE -->
-<!ENTITY Lacute "Ĺ"> <!-- LATIN CAPITAL LETTER L WITH ACUTE -->
-<!ENTITY lcaron "ľ"> <!-- LATIN SMALL LETTER L WITH CARON -->
-<!ENTITY Lcaron "Ľ"> <!-- LATIN CAPITAL LETTER L WITH CARON -->
-<!ENTITY lcedil "ļ"> <!-- LATIN SMALL LETTER L WITH CEDILLA -->
-<!ENTITY Lcedil "Ļ"> <!-- LATIN CAPITAL LETTER L WITH CEDILLA -->
-<!ENTITY lmidot "ŀ"> <!-- LATIN SMALL LETTER L WITH MIDDLE DOT -->
-<!ENTITY Lmidot "Ŀ"> <!-- LATIN CAPITAL LETTER L WITH MIDDLE DOT -->
-<!ENTITY lstrok "ł"> <!-- LATIN SMALL LETTER L WITH STROKE -->
-<!ENTITY Lstrok "Ł"> <!-- LATIN CAPITAL LETTER L WITH STROKE -->
-<!ENTITY nacute "ń"> <!-- LATIN SMALL LETTER N WITH ACUTE -->
-<!ENTITY Nacute "Ń"> <!-- LATIN CAPITAL LETTER N WITH ACUTE -->
-<!ENTITY eng "ŋ"> <!-- LATIN SMALL LETTER ENG -->
-<!ENTITY ENG "Ŋ"> <!-- LATIN CAPITAL LETTER ENG -->
-<!ENTITY napos "ʼn"> <!-- LATIN SMALL LETTER N PRECEDED BY APOSTROPHE -->
-<!ENTITY ncaron "ň"> <!-- LATIN SMALL LETTER N WITH CARON -->
-<!ENTITY Ncaron "Ň"> <!-- LATIN CAPITAL LETTER N WITH CARON -->
-<!ENTITY ncedil "ņ"> <!-- LATIN SMALL LETTER N WITH CEDILLA -->
-<!ENTITY Ncedil "Ņ"> <!-- LATIN CAPITAL LETTER N WITH CEDILLA -->
-<!ENTITY odblac "ő"> <!-- LATIN SMALL LETTER O WITH DOUBLE ACUTE -->
-<!ENTITY Odblac "Ő"> <!-- LATIN CAPITAL LETTER O WITH DOUBLE ACUTE -->
-<!ENTITY Omacr "Ō"> <!-- LATIN CAPITAL LETTER O WITH MACRON -->
-<!ENTITY omacr "ō"> <!-- LATIN SMALL LETTER O WITH MACRON -->
-<!ENTITY oelig "œ"> <!-- LATIN SMALL LIGATURE OE -->
-<!ENTITY OElig "Œ"> <!-- LATIN CAPITAL LIGATURE OE -->
-<!ENTITY racute "ŕ"> <!-- LATIN SMALL LETTER R WITH ACUTE -->
-<!ENTITY Racute "Ŕ"> <!-- LATIN CAPITAL LETTER R WITH ACUTE -->
-<!ENTITY rcaron "ř"> <!-- LATIN SMALL LETTER R WITH CARON -->
-<!ENTITY Rcaron "Ř"> <!-- LATIN CAPITAL LETTER R WITH CARON -->
-<!ENTITY rcedil "ŗ"> <!-- LATIN SMALL LETTER R WITH CEDILLA -->
-<!ENTITY Rcedil "Ŗ"> <!-- LATIN CAPITAL LETTER R WITH CEDILLA -->
-<!ENTITY sacute "ś"> <!-- LATIN SMALL LETTER S WITH ACUTE -->
-<!ENTITY Sacute "Ś"> <!-- LATIN CAPITAL LETTER S WITH ACUTE -->
-<!ENTITY scaron "š"> <!-- LATIN SMALL LETTER S WITH CARON -->
-<!ENTITY Scaron "Š"> <!-- LATIN CAPITAL LETTER S WITH CARON -->
-<!ENTITY scedil "ş"> <!-- LATIN SMALL LETTER S WITH CEDILLA -->
-<!ENTITY Scedil "Ş"> <!-- LATIN CAPITAL LETTER S WITH CEDILLA -->
-<!ENTITY scirc "ŝ"> <!-- LATIN SMALL LETTER S WITH CIRCUMFLEX -->
-<!ENTITY Scirc "Ŝ"> <!-- LATIN CAPITAL LETTER S WITH CIRCUMFLEX -->
-<!ENTITY tcaron "ť"> <!-- LATIN SMALL LETTER T WITH CARON -->
-<!ENTITY Tcaron "Ť"> <!-- LATIN CAPITAL LETTER T WITH CARON -->
-<!ENTITY tcedil "ţ"> <!-- LATIN SMALL LETTER T WITH CEDILLA -->
-<!ENTITY Tcedil "Ţ"> <!-- LATIN CAPITAL LETTER T WITH CEDILLA -->
-<!ENTITY tstrok "ŧ"> <!-- LATIN SMALL LETTER T WITH STROKE -->
-<!ENTITY Tstrok "Ŧ"> <!-- LATIN CAPITAL LETTER T WITH STROKE -->
-<!ENTITY ubreve "ŭ"> <!-- LATIN SMALL LETTER U WITH BREVE -->
-<!ENTITY Ubreve "Ŭ"> <!-- LATIN CAPITAL LETTER U WITH BREVE -->
-<!ENTITY udblac "ű"> <!-- LATIN SMALL LETTER U WITH DOUBLE ACUTE -->
-<!ENTITY Udblac "Ű"> <!-- LATIN CAPITAL LETTER U WITH DOUBLE ACUTE -->
-<!ENTITY umacr "ū"> <!-- LATIN SMALL LETTER U WITH MACRON -->
-<!ENTITY Umacr "Ū"> <!-- LATIN CAPITAL LETTER U WITH MACRON -->
-<!ENTITY uogon "ų"> <!-- LATIN SMALL LETTER U WITH OGONEK -->
-<!ENTITY Uogon "Ų"> <!-- LATIN CAPITAL LETTER U WITH OGONEK -->
-<!ENTITY uring "ů"> <!-- LATIN SMALL LETTER U WITH RING ABOVE -->
-<!ENTITY Uring "Ů"> <!-- LATIN CAPITAL LETTER U WITH RING ABOVE -->
-<!ENTITY utilde "ũ"> <!-- LATIN SMALL LETTER U WITH TILDE -->
-<!ENTITY Utilde "Ũ"> <!-- LATIN CAPITAL LETTER U WITH TILDE -->
-<!ENTITY wcirc "ŵ"> <!-- LATIN SMALL LETTER W WITH CIRCUMFLEX -->
-<!ENTITY Wcirc "Ŵ"> <!-- LATIN CAPITAL LETTER W WITH CIRCUMFLEX -->
-<!ENTITY ycirc "ŷ"> <!-- LATIN SMALL LETTER Y WITH CIRCUMFLEX -->
-<!ENTITY Ycirc "Ŷ"> <!-- LATIN CAPITAL LETTER Y WITH CIRCUMFLEX -->
-<!ENTITY Yuml "Ÿ"> <!-- LATIN CAPITAL LETTER Y WITH DIAERESIS -->
-<!ENTITY zacute "ź"> <!-- LATIN SMALL LETTER Z WITH ACUTE -->
-<!ENTITY Zacute "Ź"> <!-- LATIN CAPITAL LETTER Z WITH ACUTE -->
-<!ENTITY zcaron "ž"> <!-- LATIN SMALL LETTER Z WITH CARON -->
-<!ENTITY Zcaron "Ž"> <!-- LATIN CAPITAL LETTER Z WITH CARON -->
-<!ENTITY zdot "ż"> <!-- LATIN SMALL LETTER Z WITH DOT ABOVE -->
-<!ENTITY Zdot "Ż"> <!-- LATIN CAPITAL LETTER Z WITH DOT ABOVE -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-num.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-num.ent
deleted file mode 100644
index 7f4844c..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-num.ent
+++ /dev/null
@@ -1,81 +0,0 @@
-<!-- iso-num.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY half "½"> <!-- VULGAR FRACTION ONE HALF -->
-<!ENTITY frac12 "½"> <!-- VULGAR FRACTION ONE HALF -->
-<!ENTITY frac14 "¼"> <!-- VULGAR FRACTION ONE QUARTER -->
-<!ENTITY frac34 "¾"> <!-- VULGAR FRACTION THREE QUARTERS -->
-<!ENTITY frac18 "⅛"> <!-- -->
-<!ENTITY frac38 "⅜"> <!-- -->
-<!ENTITY frac58 "⅝"> <!-- -->
-<!ENTITY frac78 "⅞"> <!-- -->
-<!ENTITY sup1 "¹"> <!-- SUPERSCRIPT ONE -->
-<!ENTITY sup2 "²"> <!-- SUPERSCRIPT TWO -->
-<!ENTITY sup3 "³"> <!-- SUPERSCRIPT THREE -->
-<!ENTITY plus "+"> <!-- PLUS SIGN -->
-<!ENTITY plusmn "±"> <!-- PLUS-MINUS SIGN -->
-<!ENTITY lt "&#60;"> <!-- LESS-THAN SIGN -->
-<!ENTITY equals "="> <!-- EQUALS SIGN -->
-<!ENTITY gt ">"> <!-- GREATER-THAN SIGN -->
-<!ENTITY divide "÷"> <!-- DIVISION SIGN -->
-<!ENTITY times "×"> <!-- MULTIPLICATION SIGN -->
-<!ENTITY curren "¤"> <!-- CURRENCY SIGN -->
-<!ENTITY pound "£"> <!-- POUND SIGN -->
-<!ENTITY dollar "$"> <!-- DOLLAR SIGN -->
-<!ENTITY cent "¢"> <!-- CENT SIGN -->
-<!ENTITY yen "¥"> <!-- YEN SIGN -->
-<!ENTITY num "#"> <!-- NUMBER SIGN -->
-<!ENTITY percnt "%"> <!-- PERCENT SIGN -->
-<!ENTITY amp "&#38;"> <!-- AMPERSAND -->
-<!ENTITY ast "*"> <!-- ASTERISK OPERATOR -->
-<!ENTITY commat "@"> <!-- COMMERCIAL AT -->
-<!ENTITY lsqb "["> <!-- LEFT SQUARE BRACKET -->
-<!ENTITY bsol "\"> <!-- REVERSE SOLIDUS -->
-<!ENTITY rsqb "]"> <!-- RIGHT SQUARE BRACKET -->
-<!ENTITY lcub "{"> <!-- LEFT CURLY BRACKET -->
-<!ENTITY horbar "―"> <!-- HORIZONTAL BAR -->
-<!ENTITY verbar "|"> <!-- VERTICAL LINE -->
-<!ENTITY rcub "}"> <!-- RIGHT CURLY BRACKET -->
-<!ENTITY micro "µ"> <!-- MICRO SIGN -->
-<!ENTITY ohm "Ω"> <!-- OHM SIGN -->
-<!ENTITY deg "°"> <!-- DEGREE SIGN -->
-<!ENTITY ordm "º"> <!-- MASCULINE ORDINAL INDICATOR -->
-<!ENTITY ordf "ª"> <!-- FEMININE ORDINAL INDICATOR -->
-<!ENTITY sect "§"> <!-- SECTION SIGN -->
-<!ENTITY para "¶"> <!-- PILCROW SIGN -->
-<!ENTITY middot "·"> <!-- MIDDLE DOT -->
-<!ENTITY larr "←"> <!-- LEFTWARDS DOUBLE ARROW -->
-<!ENTITY rarr "→"> <!-- RIGHTWARDS DOUBLE ARROW -->
-<!ENTITY uarr "↑"> <!-- UPWARDS ARROW -->
-<!ENTITY darr "↓"> <!-- DOWNWARDS ARROW -->
-<!ENTITY copy "©"> <!-- COPYRIGHT SIGN -->
-<!ENTITY reg "®"> <!-- REG TRADE MARK SIGN -->
-<!ENTITY trade "™"> <!-- TRADE MARK SIGN -->
-<!ENTITY brvbar "¦"> <!-- BROKEN BAR -->
-<!ENTITY not "¬"> <!-- NOT SIGN -->
-<!ENTITY sung "♩"> <!-- -->
-<!ENTITY excl "!"> <!-- EXCLAMATION MARK -->
-<!ENTITY iexcl "¡"> <!-- INVERTED EXCLAMATION MARK -->
-<!ENTITY quot """> <!-- QUOTATION MARK -->
-<!ENTITY apos "'"> <!-- APOSTROPHE -->
-<!ENTITY lpar "("> <!-- LEFT PARENTHESIS -->
-<!ENTITY rpar ")"> <!-- RIGHT PARENTHESIS -->
-<!ENTITY comma ","> <!-- COMMA -->
-<!ENTITY lowbar "_"> <!-- LOW LINE -->
-<!ENTITY hyphen "-"> <!-- HYPHEN-MINUS -->
-<!ENTITY period "."> <!-- FULL STOP -->
-<!ENTITY sol "/"> <!-- SOLIDUS -->
-<!ENTITY colon ":"> <!-- COLON -->
-<!ENTITY semi ";"> <!-- SEMICOLON -->
-<!ENTITY quest "?"> <!-- QUESTION MARK -->
-<!ENTITY iquest "¿"> <!-- INVERTED QUESTION MARK -->
-<!ENTITY laquo "«"> <!-- LEFT-POINTING DOUBLE ANGLE QUOTATION MARK -->
-<!ENTITY raquo "»"> <!-- RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
-<!ENTITY lsquo "‘"> <!-- -->
-<!ENTITY rsquo "’"> <!-- RIGHT SINGLE QUOTATION MARK -->
-<!ENTITY ldquo "“"> <!-- -->
-<!ENTITY rdquo "”"> <!-- RIGHT DOUBLE QUOTATION MARK -->
-<!ENTITY nbsp " "> <!-- NO-BREAK SPACE -->
-<!ENTITY shy "­"> <!-- SOFT HYPHEN -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-pub.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-pub.ent
deleted file mode 100644
index 56ede36..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-pub.ent
+++ /dev/null
@@ -1,90 +0,0 @@
-<!-- iso-pub.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz -->
-
-<!ENTITY emsp " "> <!-- EM SPACE -->
-<!ENTITY ensp " "> <!-- EN SPACE -->
-<!ENTITY emsp13 " "> <!-- THREE-PER-EM SPACE -->
-<!ENTITY emsp14 " "> <!-- FOUR-PER-EM SPACE -->
-<!ENTITY numsp " "> <!-- FIGURE SPACE -->
-<!ENTITY puncsp " "> <!-- PUNCTUATION SPACE -->
-<!ENTITY thinsp " "> <!-- THIN SPACE -->
-<!ENTITY hairsp " "> <!-- HAIR SPACE -->
-<!ENTITY mdash "—"> <!-- EM DASH -->
-<!ENTITY ndash "–"> <!-- EN DASH -->
-<!ENTITY dash "‐"> <!-- HYPHEN -->
-<!ENTITY blank "␣"> <!-- OPEN BOX -->
-<!ENTITY hellip "…"> <!-- HORIZONTAL ELLIPSIS -->
-<!ENTITY nldr "‥"> <!-- TWO DOT LEADER -->
-<!ENTITY frac13 "⅓"> <!-- VULGAR FRACTION ONE THIRD -->
-<!ENTITY frac23 "⅔"> <!-- VULGAR FRACTION TWO THIRDS -->
-<!ENTITY frac15 "⅕"> <!-- VULGAR FRACTION ONE FIFTH -->
-<!ENTITY frac25 "⅖"> <!-- VULGAR FRACTION TWO FIFTHS -->
-<!ENTITY frac35 "⅗"> <!-- VULGAR FRACTION THREE FIFTHS -->
-<!ENTITY frac45 "⅘"> <!-- VULGAR FRACTION FOUR FIFTHS -->
-<!ENTITY frac16 "⅙"> <!-- VULGAR FRACTION ONE SIXTH -->
-<!ENTITY frac56 "⅚"> <!-- VULGAR FRACTION FIVE SIXTHS -->
-<!ENTITY incare "℅"> <!-- CARE OF -->
-<!ENTITY block "█"> <!-- FULL BLOCK -->
-<!ENTITY uhblk "▀"> <!-- UPPER HALF BLOCK -->
-<!ENTITY lhblk "▄"> <!-- LOWER HALF BLOCK -->
-<!ENTITY blk14 "░"> <!-- LIGHT SHADE -->
-<!ENTITY blk12 "▒"> <!-- MEDIUM SHADE -->
-<!ENTITY blk34 "▓"> <!-- DARK SHADE -->
-<!ENTITY marker "▮"> <!-- BLACK VERTICAL RECTANGLE -->
-<!ENTITY cir "○"> <!-- WHITE CIRCLE -->
-<!ENTITY squ "□"> <!-- WHITE SQUARE -->
-<!ENTITY rect "▭"> <!-- WHITE RECTANGLE -->
-<!ENTITY utri "▵"> <!-- WHITE UP-POINTING TRIANGLE -->
-<!ENTITY dtri "▿"> <!-- WHITE DOWN-POINTING TRIANGLE -->
-<!ENTITY star "⋆"> <!-- STAR OPERATOR -->
-<!ENTITY bull "•"> <!-- BULLET -->
-<!ENTITY squf "▪"> <!-- -->
-<!ENTITY utrif "▴"> <!-- BLACK UP-POINTING TRIANGLE -->
-<!ENTITY dtrif "▾"> <!-- BLACK DOWN-POINTING TRIANGLE -->
-<!ENTITY ltrif "◂"> <!-- BLACK LEFT-POINTING TRIANGLE -->
-<!ENTITY rtrif "▸"> <!-- BLACK RIGHT-POINTING TRIANGLE -->
-<!ENTITY clubs "♣"> <!-- BLACK CLUB SUIT -->
-<!ENTITY diams "♦"> <!-- BLACK DIAMOND SUIT -->
-<!ENTITY hearts "♥"> <!-- BLACK HEART SUIT -->
-<!ENTITY spades "♠"> <!-- BLACK SPADE SUIT -->
-<!ENTITY malt "✠"> <!-- MALTESE CROSS -->
-<!ENTITY dagger "†"> <!-- DAGGER -->
-<!ENTITY Dagger "‡"> <!-- DOUBLE DAGGER -->
-<!ENTITY check "✓"> <!-- CHECK MARK -->
-<!ENTITY cross "✗"> <!-- BALLOT X -->
-<!ENTITY sharp "♯"> <!-- MUSIC SHARP SIGN -->
-<!ENTITY flat "♭"> <!-- MUSIC FLAT SIGN -->
-<!ENTITY male "♂"> <!-- MALE SIGN -->
-<!ENTITY female "♀"> <!-- -->
-<!ENTITY phone "☎"> <!-- TELEPHONE SIGN -->
-<!ENTITY telrec "⌕"> <!-- TELEPHONE RECORDER -->
-<!ENTITY copysr "℗"> <!-- SOUND RECORDING COPYRIGHT -->
-<!ENTITY caret "⁁"> <!-- CARET -->
-<!ENTITY lsquor "‚"> <!-- SINGLE LOW-9 QUOTATION MARK -->
-<!ENTITY ldquor "„"> <!-- DOUBLE LOW-9 QUOTATION MARK -->
-<!ENTITY fflig "ff"> <!-- -->
-<!ENTITY filig "fi"> <!-- -->
-<!-- fjlig Unknown unicode character -->
-<!ENTITY ffilig "ffi"> <!-- -->
-<!ENTITY ffllig "ffl"> <!-- -->
-<!ENTITY fllig "fl"> <!-- -->
-<!ENTITY mldr "…"> <!-- HORIZONTAL ELLIPSIS -->
-<!ENTITY rdquor "“"> <!-- -->
-<!ENTITY rsquor "‘"> <!-- -->
-<!ENTITY vellip "⋮"> <!-- -->
-<!ENTITY hybull "⁃"> <!-- HYPHEN BULLET -->
-<!ENTITY loz "◊"> <!-- LOZENGE -->
-<!ENTITY lozf "✦"> <!-- -->
-<!ENTITY ltri "◃"> <!-- WHITE LEFT-POINTING TRIANGLE -->
-<!ENTITY rtri "▹"> <!-- WHITE RIGHT-POINTING TRIANGLE -->
-<!ENTITY starf "★"> <!-- BLACK STAR -->
-<!ENTITY natur "♮"> <!-- MUSIC NATURAL SIGN -->
-<!ENTITY rx "℞"> <!-- PRESCRIPTION TAKE -->
-<!ENTITY sext "✶"> <!-- SIX POINTED BLACK STAR -->
-<!ENTITY target "⌖"> <!-- POSITION INDICATOR -->
-<!ENTITY dlcrop "⌍"> <!-- BOTTOM LEFT CROP -->
-<!ENTITY drcrop "⌌"> <!-- BOTTOM RIGHT CROP -->
-<!ENTITY ulcrop "⌏"> <!-- TOP LEFT CROP -->
-<!ENTITY urcrop "⌎"> <!-- TOP RIGHT CROP -->
diff --git a/wicket-userdocs/lib/docbook-dtd/ent/iso-tech.ent b/wicket-userdocs/lib/docbook-dtd/ent/iso-tech.ent
deleted file mode 100644
index 7264f6b..0000000
--- a/wicket-userdocs/lib/docbook-dtd/ent/iso-tech.ent
+++ /dev/null
@@ -1,69 +0,0 @@
-<!-- iso-tech.ent (initially distributed with DocBook XML DTD V4.1.1beta1) -->
-
-<!-- Derived from the corresponding ISO 8879 standard entity set
- and the Unicode character mappings provided by Sebastian Rahtz.
- With additional derivations from
- ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/SGML.TXT -->
-
-<!ENTITY aleph "ℵ"> <!-- ALEF SYMBOL -->
-<!ENTITY and "∧"> <!-- -->
-<!ENTITY ang90 "∟"> <!-- RIGHT ANGLE -->
-<!ENTITY angsph "∢"> <!-- -->
-<!ENTITY ap "≈"> <!-- -->
-<!ENTITY becaus "∵"> <!-- BECAUSE -->
-<!ENTITY bottom "⊥"> <!-- -->
-<!ENTITY cap "∩"> <!-- -->
-<!ENTITY cong "≅"> <!-- -->
-<!ENTITY conint "∮"> <!-- -->
-<!ENTITY cup "∪"> <!-- -->
-<!ENTITY equiv "≡"> <!-- -->
-<!ENTITY exist "∃"> <!-- -->
-<!ENTITY forall "∀"> <!-- -->
-<!ENTITY fnof "ƒ"> <!-- LATIN SMALL LETTER F WITH HOOK -->
-<!ENTITY ge "≥"> <!-- GREATER-THAN OR EQUAL TO -->
-<!ENTITY iff "⇔"> <!-- LEFT RIGHT DOUBLE ARROW -->
-<!ENTITY infin "∞"> <!-- -->
-<!ENTITY int "∫"> <!-- -->
-<!ENTITY isin "∊"> <!-- -->
-<!ENTITY lang "〈"> <!-- -->
-<!ENTITY lArr "⇐"> <!-- LEFTWARDS ARROW -->
-<!ENTITY le "≤"> <!-- -->
-<!ENTITY minus "−"> <!-- MINUS SIGN -->
-<!ENTITY mnplus "∓"> <!-- -->
-<!ENTITY nabla "∇"> <!-- NABLA -->
-<!ENTITY ne "≠"> <!-- -->
-<!ENTITY ni "∍"> <!-- -->
-<!ENTITY or "∨"> <!-- -->
-<!ENTITY par "∥"> <!-- PARALLEL TO -->
-<!ENTITY part "∂"> <!-- -->
-<!ENTITY permil "‰"> <!-- PER MILLE SIGN -->
-<!ENTITY perp "⊥"> <!-- -->
-<!ENTITY prime "′"> <!-- PRIME -->
-<!ENTITY Prime "″"> <!-- DOUBLE PRIME -->
-<!ENTITY prop "∝"> <!-- -->
-<!ENTITY radic "√"> <!-- -->
-<!ENTITY rang "〉"> <!-- -->
-<!ENTITY rArr "⇒"> <!-- RIGHTWARDS ARROW -->
-<!ENTITY sim "∼"> <!-- -->
-<!ENTITY sime "≃"> <!-- -->
-<!ENTITY square "□"> <!-- WHITE SQUARE -->
-<!ENTITY sub "⊂"> <!-- -->
-<!ENTITY sube "⊆"> <!-- -->
-<!ENTITY sup "⊃"> <!-- -->
-<!ENTITY supe "⊇"> <!-- -->
-<!ENTITY there4 "∴"> <!-- -->
-<!ENTITY Verbar "‖"> <!-- DOUBLE VERTICAL LINE -->
-<!ENTITY angst "Å"> <!-- ANGSTROM SIGN -->
-<!ENTITY bernou "ℬ"> <!-- SCRIPT CAPITAL B -->
-<!ENTITY compfn "∘"> <!-- RING OPERATOR -->
-<!ENTITY Dot "¨"> <!-- -->
-<!ENTITY DotDot "⃜"> <!-- COMBINING FOUR DOTS ABOVE -->
-<!ENTITY hamilt "ℋ"> <!-- SCRIPT CAPITAL H -->
-<!ENTITY lagran "ℒ"> <!-- SCRIPT CAPITAL L -->
-<!ENTITY lowast "∗"> <!-- ASTERISK OPERATOR -->
-<!ENTITY notin "∉"> <!-- -->
-<!ENTITY order "ℴ"> <!-- SCRIPT SMALL O -->
-<!ENTITY phmmat "ℳ"> <!-- SCRIPT CAPITAL M -->
-<!ENTITY tdot "⃛"> <!-- COMBINING THREE DOTS ABOVE -->
-<!ENTITY tprime "‴"> <!-- TRIPLE PRIME -->
-<!ENTITY wedgeq "≙"> <!-- ESTIMATES -->
diff --git a/wicket-userdocs/lib/docbook-dtd/soextblx.dtd b/wicket-userdocs/lib/docbook-dtd/soextblx.dtd
deleted file mode 100644
index e4ea0ed..0000000
--- a/wicket-userdocs/lib/docbook-dtd/soextblx.dtd
+++ /dev/null
@@ -1,308 +0,0 @@
-<!-- XML EXCHANGE TABLE MODEL DECLARATION MODULE -->
-
-<!-- This set of declarations defines the XML version of the Exchange
- Table Model as of the date shown in the Formal Public Identifier
- (FPI) for this entity.
-
- This set of declarations may be referred to using a public external
- entity declaration and reference as shown in the following three
- lines:
-
- <!ENTITY % calstblx
- PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN">
- %calstblx;
-
- If various parameter entities used within this set of declarations
- are to be given non-default values, the appropriate declarations
- should be given before calling in this package (i.e., before the
- "%calstblx;" reference).
--->
-
-<!-- The motivation for this XML version of the Exchange Table Model
- is simply to create an XML version of the SGML Exchange Table
- Model. By design, no effort has been made to "improve" the model.
-
- This XML version incorporates the logical bare minimum changes
- necessary to make the Exchange Table Model a valid XML DTD.
--->
-
-<!-- The XML version of the Exchange Table Model differs from
- the SGML version in the following ways:
-
- The following parameter entities have been removed:
-
- - tbl.table.excep, tbl.hdft.excep, tbl.row.excep, tbl.entry.excep
- There are no exceptions in XML. The following normative statement
- is made in lieu of exceptions: the exchange table model explicitly
- forbids a table from occurring within another table. If the
- content model of an entry includes a table element, then this
- cannot be enforced by the DTD, but it is a deviation from the
- exchange table model to include a table within a table.
-
- - tbl.hdft.name, tbl.hdft.mdl, tbl.hdft.excep, tbl.hdft.att
- The motivation for these elements was to change the table
- header/footer elements. Since XML does not allow element declarations
- to contain name groups, and the exchange table model does not
- allow a table to contain footers, the continued presence of these
- attributes seems unnecessary.
-
- The following parameter entity has been added:
-
- - tbl.thead.att
- This entity parameterizes the attributes on thead. It replaces
- the tbl.hdft.att parameter entity.
-
- Other miscellaneous changes:
-
- - Tag ommission indicators have been removed
- - Comments have been removed from declarations
- - NUMBER attributes have been changed to NMTOKEN
- - NUTOKEN attributes have been to changed to NMTOKEN
- - Removed the grouping characters around the content model
- parameter entry for the 'entry' element. This is necessary
- so that an entry can contain #PCDATA and be defined as an
- optional, repeatable OR group beginning with #PCDATA.
--->
-
-<!-- This entity includes a set of element and attribute declarations
- that partially defines the Exchange table model. However, the model
- is not well-defined without the accompanying natural language
- description of the semantics (meanings) of these various elements,
- attributes, and attribute values. The semantic writeup, also available
- from SGML Open, should be used in conjunction with this entity.
--->
-
-<!-- In order to use the Exchange table model, various parameter entity
- declarations are required. A brief description is as follows:
-
- ENTITY NAME WHERE USED WHAT IT IS
-
- %yesorno In ATTLIST of: An attribute declared value
- almost all elements for a "boolean" attribute
-
- %paracon In content model of: The "text" (logical content)
- <entry> of the model group for <entry>
-
- %titles In content model of: The "title" part of the model
- table element group for the table element
-
- %tbl.table.name In declaration of: The name of the "table"
- table element element
-
- %tbl.table-titles.mdl In content model of: The model group for the title
- table elements part of the content model for
- table element
-
- %tbl.table.mdl In content model of: The model group for the content
- table elements model for table element,
- often (and by default) defined
- in terms of %tbl.table-titles.mdl
- and tgroup
-
- %tbl.table.att In ATTLIST of: Additional attributes on the
- table element table element
-
- %bodyatt In ATTLIST of: Additional attributes on the
- table element table element (for backward
- compatibility with the SGML
- model)
-
- %tbl.tgroup.mdl In content model of: The model group for the content
- <tgroup> model for <tgroup>
-
- %tbl.tgroup.att In ATTLIST of: Additional attributes on the
- <tgroup> <tgroup> element
-
- %tbl.thead.att In ATTLIST of: Additional attributes on the
- <thead> <thead> element
-
- %tbl.tbody.att In ATTLIST of: Additional attributes on the
- <tbody> <tbody> element
-
- %tbl.colspec.att In ATTLIST of: Additional attributes on the
- <colspec> <colspec> element
-
- %tbl.row.mdl In content model of: The model group for the content
- <row> model for <row>
-
- %tbl.row.att In ATTLIST of: Additional attributes on the
- <row> <row> element
-
- %tbl.entry.mdl In content model of: The model group for the content
- <entry> model for <entry>
-
- %tbl.entry.att In ATTLIST of: Additional attributes on the
- <entry> <entry> element
-
- This set of declarations will use the default definitions shown below
- for any of these parameter entities that are not declared before this
- set of declarations is referenced.
--->
-
-<!-- These definitions are not directly related to the table model, but are
- used in the default CALS table model and may be defined elsewhere (and
- prior to the inclusion of this table module) in the referencing DTD. -->
-
-<!ENTITY % yesorno 'NMTOKEN'> <!-- no if zero(s), yes if any other value -->
-<!ENTITY % titles 'title?'>
-<!ENTITY % pcd "#PCDATA">
-<!ENTITY % paracon '%pcd;'> <!-- default for use in entry content -->
-
-<!--
-The parameter entities as defined below change and simplify the CALS table
-model as published (as part of the Example DTD) in MIL-HDBK-28001. The
-resulting simplified DTD has support from the SGML Open vendors and is
-therefore more interoperable among different systems.
-
-These following declarations provide the Exchange default definitions
-for these entities. However, these entities can be redefined (by giving
-the appropriate parameter entity declaration(s) prior to the reference
-to this Table Model declaration set entity) to fit the needs of the
-current application.
-
-Note, however, that changes may have significant effect on the ability to
-interchange table information. These changes may manifest themselves
-in useability, presentation, and possible structure information degradation.
--->
-
-<!ENTITY % tbl.table.name "table">
-<!ENTITY % tbl.table-titles.mdl "%titles;,">
-<!ENTITY % tbl.table-main.mdl "tgroup+">
-<!ENTITY % tbl.table.mdl "%tbl.table-titles.mdl; %tbl.table-main.mdl;">
-<!ENTITY % tbl.table.att "
- pgwide %yesorno; #IMPLIED ">
-<!ENTITY % bodyatt "">
-<!ENTITY % tbl.tgroup.mdl "colspec*,thead?,tbody">
-<!ENTITY % tbl.tgroup.att "">
-<!ENTITY % tbl.thead.att "">
-<!ENTITY % tbl.tbody.att "">
-<!ENTITY % tbl.colspec.att "">
-<!ENTITY % tbl.row.mdl "entry+">
-<!ENTITY % tbl.row.att "">
-<!ENTITY % tbl.entry.mdl "(%paracon;)*">
-<!ENTITY % tbl.entry.att "">
-
-<!-- ===== Element and attribute declarations follow. ===== -->
-
-<!--
- Default declarations previously defined in this entity and
- referenced below include:
- ENTITY % tbl.table.name "table"
- ENTITY % tbl.table-titles.mdl "%titles;,"
- ENTITY % tbl.table.mdl "%tbl.table-titles; tgroup+"
- ENTITY % tbl.table.att "
- pgwide %yesorno; #IMPLIED "
--->
-
-<!ELEMENT %tbl.table.name; (%tbl.table.mdl;)>
-
-<!ATTLIST %tbl.table.name;
- frame (top|bottom|topbot|all|sides|none) #IMPLIED
- colsep %yesorno; #IMPLIED
- rowsep %yesorno; #IMPLIED
- %tbl.table.att;
- %bodyatt;
->
-
-<!--
- Default declarations previously defined in this entity and
- referenced below include:
- ENTITY % tbl.tgroup.mdl "colspec*,thead?,tbody"
- ENTITY % tbl.tgroup.att ""
--->
-
-<!ELEMENT tgroup (%tbl.tgroup.mdl;) >
-
-<!ATTLIST tgroup
- cols NMTOKEN #REQUIRED
- colsep %yesorno; #IMPLIED
- rowsep %yesorno; #IMPLIED
- align (left|right|center|justify|char) #IMPLIED
- %tbl.tgroup.att;
->
-
-<!--
- Default declarations previously defined in this entity and
- referenced below include:
- ENTITY % tbl.colspec.att ""
--->
-
-<!ELEMENT colspec EMPTY >
-
-<!ATTLIST colspec
- colnum NMTOKEN #IMPLIED
- colname NMTOKEN #IMPLIED
- colwidth CDATA #IMPLIED
- colsep %yesorno; #IMPLIED
- rowsep %yesorno; #IMPLIED
- align (left|right|center|justify|char) #IMPLIED
- char CDATA #IMPLIED
- charoff NMTOKEN #IMPLIED
- %tbl.colspec.att;
->
-
-<!--
- Default declarations previously defined in this entity and
- referenced below include:
- ENTITY % tbl.thead.att ""
--->
-
-<!ELEMENT thead (row+)>
-
-<!ATTLIST thead
- valign (top|middle|bottom) #IMPLIED
- %tbl.thead.att;
->
-
-<!--
- Default declarations previously defined in this entity and
- referenced below include:
- ENTITY % tbl.tbody.att ""
--->
-
-<!ELEMENT tbody (row+)>
-
-<!ATTLIST tbody
- valign (top|middle|bottom) #IMPLIED
- %tbl.tbody.att;
->
-
-<!--
- Default declarations previously defined in this entity and
- referenced below include:
- ENTITY % tbl.row.mdl "entry+"
- ENTITY % tbl.row.att ""
--->
-
-<!ELEMENT row (%tbl.row.mdl;)>
-
-<!ATTLIST row
- rowsep %yesorno; #IMPLIED
- valign (top|middle|bottom) #IMPLIED
- %tbl.row.att;
->
-
-
-<!--
- Default declarations previously defined in this entity and
- referenced below include:
- ENTITY % paracon "#PCDATA"
- ENTITY % tbl.entry.mdl "(%paracon;)*"
- ENTITY % tbl.entry.att ""
--->
-
-<!ELEMENT entry %tbl.entry.mdl;>
-
-<!ATTLIST entry
- colname NMTOKEN #IMPLIED
- namest NMTOKEN #IMPLIED
- nameend NMTOKEN #IMPLIED
- morerows NMTOKEN #IMPLIED
- colsep %yesorno; #IMPLIED
- rowsep %yesorno; #IMPLIED
- align (left|right|center|justify|char) #IMPLIED
- char CDATA #IMPLIED
- charoff NMTOKEN #IMPLIED
- valign (top|middle|bottom) #IMPLIED
- %tbl.entry.att;
->
diff --git a/wicket-userdocs/lib/docbook-xsl/VERSION b/wicket-userdocs/lib/docbook-xsl/VERSION
deleted file mode 100644
index 2c59d87..0000000
--- a/wicket-userdocs/lib/docbook-xsl/VERSION
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version='1.0'>
-<xsl:param name="VERSION">1.60.1</xsl:param>
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/common/ChangeLog b/wicket-userdocs/lib/docbook-xsl/common/ChangeLog
deleted file mode 100644
index d9bb6cb..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/ChangeLog
+++ /dev/null
@@ -1,472 +0,0 @@
-2003-01-23 Adam Di Carlo <adicarlo@users.sourceforge.net>
-
- * Makefile: make use of cvstools/Makefile.incl
-
-2003-01-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * gentext.xsl: Added object.titleabbrev.markup for consistency
-
- * gentext.xsl: Support experimental parameter to specify that number-and-title xrefs should be used even when things are numbered
-
- * l10n.xsl: Added gentext.template.exists to test if a gentext template exists. Clever name, huh?
-
- * titles.xsl: Expanded support for obtaining titleabbrevs
-
-2003-01-10 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, l10n.xml: Added bg.xml
-
- * Makefile: Add Bulgarian
-
-2003-01-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * labels.xsl, titles.xsl: Support setindex (there were all sorts of things wrong with it)
-
-2003-01-01 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: CALS says the default for colsep and rowsep is 1.
-
- * table.xsl: Fix variable scoping problem
-
- * titles.xsl: Support titleabbrev (outside of info elements anyway)
-
-2002-12-18 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * common.xsl: The select.mediaobject.index template now uses the
- $stylesheet.result.type parameter to choose the role
- value, with xhtml falling back to html if needed.
-
-2002-12-17 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * common.xsl: Changed selection of mediaobject to be more consistent using
- a separate select.mediaobject.index template. Also added
- text-align to block containing external-graphic in fo output.
-
-2002-11-23 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * common.xsl: Fixed bug in orderedlist-starting-number test when
- @continuation not set.
-
-2002-11-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Handle nested refsections in section.level
-
- * gentext.xsl: Pass full xpath name to gentext.template instead of just the local-name
-
- * l10n.xsl: Make gentext.template search through /-separated names
-
-2002-10-19 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * l10n.xsl: Support output of language attribute
-
-2002-10-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * l10n.xsl: Make 3166 language codes work in upper or lowercase
-
-2002-10-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Added orderedlist-starting-number and orderedlist-item-number templates
-
-2002-10-01 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * common.xsl: Changed the section.level template to return a number that matches
- the section level (sect1 = 1, etc.).
-
-2002-09-27 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * l10n.xml: Add Thai
-
-2002-09-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile, l10n.xml: Added LT and VI localizations
-
-2002-09-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Refactor person.name templates so that it's easy to override them
-
- * l10n.xsl: Move l10n.* parameters into ../params so they can be properly documented; made l10n.gentext.use.xref.language a numeric boolean parameter instead of a proper boolean
-
-2002-09-03 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Remove spurious character on line 432
-
- * table.xsl: Make sure row-level colsep and rowsep values are 'inherited' onto missing cells
-
-2002-09-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Support person-name style from localization data in personal names
-
-2002-08-28 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Make inherited attributes work for 'missing' table cells
-
-2002-07-29 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * targetdatabase.dtd: Changed the targetptr attribute from #REQUIRED to #IMPLIED
- since it is not required on all objects.
-
- * targetdatabase.dtd: Forgot to fix the attribute on the <obj> element
- as well.
-
- * targetdatabase.dtd: Replaced targetid attribute on document with targetptr
- per the decision of the DocBook Technical Committee.
-
-2002-07-17 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * labels.xsl: Don't count equations without titles when labelling equations
-
- * labels.xsl: Fixed thinko
-
-2002-07-13 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * targets.xsl: Fixed output encoding to utf-8 so a targets database
- can handle mixed languages.
- Added omit-xml-declaration to get around the standalone
- attribute in the XML declaration not being permitted
- in system entities.
-
-2002-07-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * labels.xsl: Bug #558333: use containing section for the label of a bridgehead if section.autolabel is non-zero
-
-2002-07-07 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * common.xsl: Changed the name of the second-order itemizedlist mark
- from 'round' (not supported in browsers' <ul> 'type' attribute)
- to 'circle', which is supported.
- Both are already supported in FO stylesheet.
-
-2002-07-06 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * targets.xsl: The default.encoding parameter has been renamed chunker.output.encoding
-
-2002-07-05 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * labels.xsl, titles.xsl: Added 'verbose' parameter to default templates in
- title.markup mode and label.markup mode, and made
- the error message conditional on that parameter. The
- default value is 1, so the message will still be
- there for normal usage. But the targets.xsl
- stylesheet sets verbose to 0 when trolling for
- cross reference targets to eliminate useless noise
- on elements that have an id attribute but no title or label.
-
- * targetdatabase.dtd: New file.
-
- * targets.xsl: New file.
-
-2002-06-11 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Augmented debugging message (commented out)
-
- * gentext.xsl: Experimental support for xrefstyle; support for %d in templates
-
- * l10n.xsl: Experimental support for xrefstyle
-
- * titles.xsl: Support refsynopsisdiv in title.markup mode
-
-2002-05-23 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Support for SVG in HTML
-
-2002-05-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * gentext.xsl: Whitespace
-
- * labels.xsl: Don't generate '. ' after QandA labels
-
-2002-05-12 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Fix bugs in extension checking in mediaobject.filename
-
- * l10n.xsl: Reworked test in gentext.template; should have no user-visible changes
-
- * table.xsl: Removed some obsolete templates; reworked inheritance for improved border support (still implements old DocBook semantics which aren't quite CALS)
-
- * titles.xsl: Improved error message
-
-2002-04-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile, l10n.xml: Add support for Hebrew localization
-
-2002-03-24 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Change comment: personname is no longer experimental
-
-2002-03-18 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Replace generate.*.toc and generate.*.lot with single generate.toc parameter.
-
-2002-03-18 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * gentext.xsl: Replaced the substitute-markup template with one
- using simpler logic. Added params for the content
- to be substituted so it can be used with olinks
- where the content is supplied from a data file.
-
-2002-03-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Handle revisionflag a little better on copyrights
-
- * common.xsl, gentext.xsl, l10n.xsl, labels.xsl, subtitles.xsl, table.xsl, titles.xsl:
- Whitespace only: change CR/LF back to LF. Norm was a total moron.
-
- * common.xsl, gentext.xsl, l10n.xsl, labels.xsl, subtitles.xsl, table.xsl, titles.xsl:
- Whitespace changes only: use PC-style CR/LF because Unix clients choke on this far less often than PC clients choke on the reverse. Grrr.
-
-2002-03-07 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * titles.xsl: refentry title in title.markup mode now follows $allow-anchors setting
- to prevent index entries from appearing in the TOC.
-
-2002-01-28 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * l10n.dtd, l10n.xml: Tweaks to the l10n.dtd to make it as namespace aware as DTDs can be
-
-2002-01-25 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Fix bug that caused rowsep and colsep to be ignored on empty cells
-
-2002-01-10 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * l10n.xsl: Don't rely on the order of attribute nodes cause they don't have one
-
-2002-01-03 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile: Added Thai localization
-
- * common.xsl: Calculate itemized list symbol based on depth analagous to orderedlist numeration
-
- * gentext.xsl: Use unnumbered gentext keys appropriately
-
-2001-12-15 Jirka Kosek <kosek@users.sourceforge.net>
-
- * common.xsl: Improved support for TeX math inside equations.
-
-2001-12-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * labels.xsl: Bug #435320: Poor enumeration of LoTs and LoFs
-
- * titles.xsl: Bug! Can't put HTML here. But what does this break?
-
-2001-12-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * titles.xsl: Make no.anchor.mode 'sticky'. This is really necessary because otherwise title inlines effectively turn it off
-
-2001-12-01 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * labels.xsl: Improve FAQ labeling
-
-2001-11-29 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * l10n.xsl: Fixed error message for missing localization so that if
- missing in en.xml, it doesn't say 'using en'.
-
-2001-11-28 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Added punct.honorific parameter
-
- * l10n.xsl: Removed crufty gentext.xref.text template
-
-2001-11-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Support experimental personname wrapper
-
-2001-11-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile, l10n.xml: Added Basque
-
-2001-11-12 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Support well-formed documents, use key() instead of id()
-
-2001-11-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile, l10n.xml: Added Nynorsk
-
-2001-11-06 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * labels.xsl: Why did I assume sections should always be labelled in articles?
-
-2001-11-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Support FAMILY Given style personal names
-
-2001-10-30 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile, l10n.xml: Added Xhosa
-
-2001-10-16 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Table support improvements
-
-2001-10-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile, l10n.xml: Added Ukranian
-
- * table.xsl: Fix calculation of rowsep and colsep; added experimental support for table.borders.with.css in HTML; calculation of alignments needs to be added along the same lines
-
-2001-10-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: New file.
-
-2001-09-25 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Support automatic collation of year ranges in copyright
-
- * l10n.xsl: Fix gentext.nav.* templates
-
-2001-09-22 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * gentext.xsl: Rewrote substitute-markup to support %p
-
- * gentext.xsl, labels.xsl: Bug #463033: allow xref to list items (in orderedlists) and varlistentrys
-
- * titles.xsl: Support title.markup for legal notices
-
-2001-08-29 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Fix orderedlist numerations
-
-2001-08-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * l10n.xsl: Calculation of the dingbat nodeset was simply broken
-
-2001-08-13 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * Makefile: Added stylesheet as a dependency
-
-2001-08-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * l10n.dtd: Rename internationalization to i18n, localization to l10n
-
- * l10n.xml: Rename internationalization to i18n, localization to l10n, add namespace declaration
-
- * l10n.xsl: Support a local i18n override, rename internationalization to i18n, localization to l10n, add namespace declaration
-
- * labels.xsl: PartIntros never get a label
-
-2001-08-01 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * gentext.xsl: Pass allow-anchors through properly
-
- * labels.xsl: Fix question labelling
-
- * titles.xsl: Output anchors for titles if the titles have ids
-
-2001-07-31 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * l10n.xsl: Reverted the change from [last()] to [1] back to [last()]
- because that is the correct code.
-
- * l10n.xsl: Added code to the "l10n.language" template to fall
- back to the two-letter lang code if a longer lang
- does not have a <lang>.xml localization file.
- And it falls back to the default lang if it can't
- find that either.
-
- Also fixed a bug for finding the lang attribute.
- It was using the last() function, but in an
- ancestor-or-self node set you want the first ancestor
- (closest) with a lang value.
-
- 49c49
- < |ancestor-or-self::*/@xml:lang)[last()]"/>
- ---
- > |ancestor-or-self::*/@xml:lang)[1]"/>
-
-2001-07-17 Jirka Kosek <kosek@users.sourceforge.net>
-
- * common.xsl: Fixed bug #442160. Parameter graphic.default.extension is now used also for <graphic> and <inlinegraphic> not only for <imagedata>.
-
-2001-07-08 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * gentext.xsl, titles.xsl: Support xref to bridgehead
-
-2001-07-04 <uid48421@users.sourceforge.net>
-
- * .cvsignore, Makefile, l10n.xml: Added support for Turkish
-
- * .cvsignore, Makefile, l10n.xml: Added Afrikaans
-
- * common.xsl, titles.xsl: Bug #429011, fix xref to qandset elements
-
- * labels.xsl: Bug #426188, fix question/answer labels
-
-2001-06-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl, gentext.xsl, labels.xsl, titles.xsl: Use common code to calculate step numbers; support xref to procedures and steps; added formal.procedures parameter
-
-2001-06-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * l10n.xsl: Xalan debugging; harmless changes
-
-2001-06-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * subtitles.xsl: Support subtitle on article
-
-2001-05-23 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Fix dup. template bug with is.graphic.*
-
- * gentext.xsl: Workaround article/appendix formatting bug (HACK)
-
- * labels.xsl: Label appendixes correctly in books and articles
-
-2001-05-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * labels.xsl: Tweak for section labels in articles
-
-2001-05-12 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: Added refsect* to the section.level template
-
-2001-05-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile, l10n.xml: Add Serbian localization
-
-2001-04-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * common.xsl: My first crude attempts at support for qandaset
-
-2001-04-19 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * gentext.xsl, titles.xsl: Fix bug #417193, make sure allow-anchors is properly propagated through substitute-markup
-
-2001-04-18 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * titles.xsl: Suppress indexterms in no.anchor.mode
-
-2001-04-17 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * labels.xsl: Move label.from.part parameter into param.xsl; default it to 0 so that chapters and appendixes are numbered monotonically throughout a book by default. Moved param.xsl up in the include list, just for good measure
-
-2001-04-16 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * gentext.xsl: Fix bug in processing of subtitle content
-
- * labels.xsl: Only label.from.part if there actually is a part
-
- * titles.xsl: Don't put ulink, link, olink, or xref in titles if anchor's aren't allowed
-
-2001-04-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * gentext.xsl: Localize the textonly calculations by creating a object.title.markup.textonly mode
-
-2001-04-03 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * gentext.xsl, labels.xsl, titles.xsl: Fix bug 412487, make XSL-generated callout marks honor callout mark parameters
-
- * titles.xsl: Restore no.anchor.mode and suppress footnotes in no.anchor.mode
-
-2001-04-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile: New file.
-
- * common.xsl, gentext.xsl, l10n.xml, l10n.xsl, labels.xsl, subtitles.xsl, titles.xsl:
- New file.
-
- * gentext.xsl: Commented out debugging messages
-
- * l10n.dtd: New file.
-
diff --git a/wicket-userdocs/lib/docbook-xsl/common/af.xml b/wicket-userdocs/lib/docbook-xsl/common/af.xml
deleted file mode 100644
index e219733..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/af.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="af" english-language-name="Afrikaans">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Samevatting"/>
- <l:gentext key="abstract" text="samevatting"/>
- <l:gentext key="Answer" text="Antwoord:"/>
- <l:gentext key="answer" text="antwoord:"/>
- <l:gentext key="Appendix" text="Aanhangsel"/>
- <l:gentext key="appendix" text="aanhangsel"/>
- <l:gentext key="Article" text="Artikel"/>
- <l:gentext key="article" text="artikel"/>
- <l:gentext key="Bibliography" text="Bibliografie"/>
- <l:gentext key="bibliography" text="bibliografie"/>
- <l:gentext key="Book" text="Boek"/>
- <l:gentext key="book" text="boek"/>
- <l:gentext key="Caution" text="Pas op"/>
- <l:gentext key="caution" text="pas op"/>
- <l:gentext key="CAUTION" text="PAS OP"/>
- <l:gentext key="Chapter" text="Hoofdstuk"/>
- <l:gentext key="chapter" text="hoofdstuk"/>
- <l:gentext key="Colophon" text="Kolifon"/>
- <l:gentext key="colophon" text="kolifon"/>
- <l:gentext key="Copyright" text="Kopie reg"/>
- <l:gentext key="copyright" text="kopie reg"/>
- <l:gentext key="Dedication" text="Opgedra aan"/>
- <l:gentext key="dedication" text="opgedra aan"/>
- <l:gentext key="Edition" text="Uitgawe"/>
- <l:gentext key="edition" text="uitgawe"/>
- <l:gentext key="Equation" text="Vergelyking"/>
- <l:gentext key="equation" text="vergelyking"/>
- <l:gentext key="Example" text="Voorbeeld"/>
- <l:gentext key="example" text="voorbeeld"/>
- <l:gentext key="Figure" text="Figuur"/>
- <l:gentext key="figure" text="figuur"/>
- <l:gentext key="Glossary" text="Woordlys"/>
- <l:gentext key="glossary" text="woordlys"/>
- <l:gentext key="GlossSee" text="WoordelysSien"/>
- <l:gentext key="glosssee" text="woordelyssien"/>
- <l:gentext key="GlossSeeAlso" text="WoordelysSienOok"/>
- <l:gentext key="glossseealso" text="woordelyssienook"/>
- <l:gentext key="IMPORTANT" text="BELANGRIK"/>
- <l:gentext key="Important" text="Belangrik"/>
- <l:gentext key="important" text="belangrik"/>
- <l:gentext key="Index" text="Indeks"/>
- <l:gentext key="index" text="indeks"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="isbn"/>
- <l:gentext key="LegalNotice" text="RegsKennisgewing"/>
- <l:gentext key="legalnotice" text="regskennisgewing"/>
- <l:gentext key="MsgAud" text="Teikengroep"/>
- <l:gentext key="msgaud" text="teikengroep"/>
- <l:gentext key="MsgLevel" text="Vlak"/>
- <l:gentext key="msglevel" text="vlak"/>
- <l:gentext key="MsgOrig" text="Herkoms"/>
- <l:gentext key="msgorig" text="herkoms"/>
- <l:gentext key="note" text="opmerking"/>
- <l:gentext key="NOTE" text="OPMERKING"/>
- <l:gentext key="Note" text="Opmerking"/>
- <l:gentext key="Part" text="Deel"/>
- <l:gentext key="part" text="deel"/>
- <l:gentext key="Preface" text="Voorwoord"/>
- <l:gentext key="preface" text="voorwoord"/>
- <l:gentext key="Procedure" text="Prosedure"/>
- <l:gentext key="procedure" text="prosedure"/>
- <l:gentext key="ProductionSet" text="ProduksieStel"/>
- <l:gentext key="Published" text="Uitgegee"/>
- <l:gentext key="published" text="uitgegee"/>
- <l:gentext key="Question" text="Vraag:"/>
- <l:gentext key="question" text="vraag:"/>
- <l:gentext key="RefEntry" text="Verwysingslemma"/>
- <l:gentext key="refentry" text="verwysingslemma"/>
- <l:gentext key="Reference" text="Verwysing"/>
- <l:gentext key="reference" text="verwysing"/>
- <l:gentext key="RefName" text="Verwysingsnaam"/>
- <l:gentext key="refname" text="verwysingsnaam"/>
- <l:gentext key="RefSection" text="Verwysingsparagraaf"/>
- <l:gentext key="refsection" text="verwysingsparagraaf"/>
- <l:gentext key="RefSynopsisDiv" text="Verwysingsamevatting"/>
- <l:gentext key="refsynopsisdiv" text="verwysingsamevatting"/>
- <l:gentext key="RevHistory" text="Hersiening geskiedenis"/>
- <l:gentext key="revhistory" text="hersiening geskiedenis"/>
- <l:gentext key="Revision" text="Hersiening"/>
- <l:gentext key="revision" text="hersiening"/>
- <l:gentext key="sect1" text="Paragraaf"/>
- <l:gentext key="sect2" text="Paragraaf"/>
- <l:gentext key="sect3" text="Paragraaf"/>
- <l:gentext key="sect4" text="Paragraaf"/>
- <l:gentext key="sect5" text="Paragraaf"/>
- <l:gentext key="Section" text="Paragraaf"/>
- <l:gentext key="section" text="paragraaf"/>
- <l:gentext key="see" text="sien"/>
- <l:gentext key="See" text="Sien"/>
- <l:gentext key="Seealso" text="Sien ook"/>
- <l:gentext key="seealso" text="sien ook"/>
- <l:gentext key="SeeAlso" text="Sien Ook"/>
- <l:gentext key="set" text="versameling"/>
- <l:gentext key="Set" text="Versameling"/>
- <l:gentext key="SetIndex" text="VersamelingIndeks"/>
- <l:gentext key="setindex" text="versamelingindeks"/>
- <l:gentext key="Sidebar" text="Kantbalk"/>
- <l:gentext key="sidebar" text="kantbalk"/>
- <l:gentext key="step" text="stap"/>
- <l:gentext key="Step" text="Stap"/>
- <l:gentext key="table" text="tabel"/>
- <l:gentext key="Table" text="Tabel"/>
- <l:gentext key="TIP" text="LEIDRAAD"/>
- <l:gentext key="Tip" text="Leidraad"/>
- <l:gentext key="tip" text="leidraad"/>
- <l:gentext key="WARNING" text="WAARSKUWING"/>
- <l:gentext key="Warning" text="Waarskuwing"/>
- <l:gentext key="warning" text="waarskuwing"/>
- <l:gentext key="and" text="en"/>
- <l:gentext key="by" text="deur"/>
- <l:gentext key="Edited" text="Geredigeer"/>
- <l:gentext key="edited" text="geredigeer"/>
- <l:gentext key="Editedby" text="Geredigeer deur"/>
- <l:gentext key="editedby" text="geredigeer deur"/>
- <l:gentext key="in" text="in"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="element bestaan nie"/>
- <l:gentext key="notes" text="Notas"/>
- <l:gentext key="Notes" text="notas"/>
- <l:gentext key="Pgs" text="bl."/>
- <l:gentext key="pgs" text="bl."/>
- <l:gentext key="Revisedby" text="Hersien deur"/>
- <l:gentext key="revisedby" text="hersien deur"/>
- <l:gentext key="TableNotes" text="TabelOpmerking"/>
- <l:gentext key="tablenotes" text="tabelopmerking"/>
- <l:gentext key="TableofContents" text="Inhoudsopgawe"/>
- <l:gentext key="tableofcontents" text="inhoudsopgawe"/>
- <l:gentext key="unexpectedelementname" text="onverwagte element naam"/>
- <l:gentext key="unsupported" text="nie geondersteun"/>
- <l:gentext key="xrefto" text="verwysing na"/>
- <l:gentext key="listofequations" text="lys van vergelykings"/>
- <l:gentext key="ListofEquations" text="Lys van vergelykings"/>
- <l:gentext key="ListofExamples" text="Lys van voorbeelde"/>
- <l:gentext key="listofexamples" text="lys van voorbeelde"/>
- <l:gentext key="ListofFigures" text="Lys van figure"/>
- <l:gentext key="listoffigures" text="lys van figure"/>
- <l:gentext key="listoftables" text="lys van tabelle"/>
- <l:gentext key="ListofTables" text="Lys van tabelle"/>
- <l:gentext key="ListofUnknown" text="Lys van onbekende tipes"/>
- <l:gentext key="listofunknown" text="lys van onbekende tipes"/>
- <l:gentext key="nav-home" text="Begin"/>
- <l:gentext key="nav-next" text="Volgende"/>
- <l:gentext key="nav-next-sibling" text="Verder vooruit"/>
- <l:gentext key="nav-prev" text="Terug"/>
- <l:gentext key="nav-prev-sibling" text="Verder terug"/>
- <l:gentext key="nav-up" text="Boontoe"/>
- <l:gentext key="Draft" text="Proef"/>
- <l:gentext key="above" text="bo"/>
- <l:gentext key="below" text="onder"/>
- <l:gentext key="sectioncalled" text="die seksie genaamd"/>
- <l:gentext key="index symbols" text="indeks simbole"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Aanhangsel %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Hoofdstuk %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Vergelyking %n. %t"/>
- <l:template name="example" text="Voorbeeld %n. %t"/>
- <l:template name="figure" text="Figuur %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Deel %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Prosedure %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="ProduksieStel %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabel %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Aanhangsel %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Hoofdstuk %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Antwoord: %n"/>
- <l:template name="appendix" text="Aanhangsel %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Hoofdstuk %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Vergelyking %n"/>
- <l:template name="example" text="Voorbeeld %n"/>
- <l:template name="figure" text="Figuur %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Deel %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Prosedure %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Vraag: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Vraag: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabel %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="die seksie genaamd “%t”"/>
- <l:template name="refsection" text="die seksie genaamd “%t”"/>
- <l:template name="refsect1" text="die seksie genaamd “%t”"/>
- <l:template name="refsect2" text="die seksie genaamd “%t”"/>
- <l:template name="refsect3" text="die seksie genaamd “%t”"/>
- <l:template name="sect1" text="die seksie genaamd “%t”"/>
- <l:template name="sect2" text="die seksie genaamd “%t”"/>
- <l:template name="sect3" text="die seksie genaamd “%t”"/>
- <l:template name="sect4" text="die seksie genaamd “%t”"/>
- <l:template name="sect5" text="die seksie genaamd “%t”"/>
- <l:template name="section" text="die seksie genaamd “%t”"/>
- <l:template name="simplesect" text="die seksie genaamd “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="die seksie genaamd “%t”"/>
- <l:template name="refsection" text="die seksie genaamd “%t”"/>
- <l:template name="refsect1" text="die seksie genaamd “%t”"/>
- <l:template name="refsect2" text="die seksie genaamd “%t”"/>
- <l:template name="refsect3" text="die seksie genaamd “%t”"/>
- <l:template name="sect1" text="Paragraaf %n"/>
- <l:template name="sect2" text="Paragraaf %n"/>
- <l:template name="sect3" text="Paragraaf %n"/>
- <l:template name="sect4" text="Paragraaf %n"/>
- <l:template name="sect5" text="Paragraaf %n"/>
- <l:template name="section" text="Paragraaf %n"/>
- <l:template name="simplesect" text="die seksie genaamd “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" en "/>
- <l:template name="seplast" text=", en "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="WoordelysSien "/>
- <l:template name="seealso" text="WoordelysSienOok "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Teikengroep: "/>
- <l:template name="MsgLevel" text="Vlak: "/>
- <l:template name="MsgOrig" text="Herkoms: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/bg.xml b/wicket-userdocs/lib/docbook-xsl/common/bg.xml
deleted file mode 100644
index ed2c292..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/bg.xml
+++ /dev/null
@@ -1,427 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="bg" english-language-name="Bulgarian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Анотация"/>
- <l:gentext key="abstract" text="Анотация"/>
- <l:gentext key="Answer" text="О:"/>
- <l:gentext key="answer" text="О:"/>
- <l:gentext key="Appendix" text="Приложение"/>
- <l:gentext key="appendix" text="приложение"/>
- <l:gentext key="Article" text="Статия"/>
- <l:gentext key="article" text="Статия"/>
- <l:gentext key="Bibliography" text="Литература"/>
- <l:gentext key="bibliography" text="Литература"/>
- <l:gentext key="Book" text="Книга"/>
- <l:gentext key="book" text="Книга"/>
- <l:gentext key="CAUTION" text="ВНИМАНИЕ"/>
- <l:gentext key="Caution" text="Внимание"/>
- <l:gentext key="caution" text="Внимание"/>
- <l:gentext key="Chapter" text="Глава"/>
- <l:gentext key="chapter" text="глава"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Посвещение"/>
- <l:gentext key="dedication" text="Посвещение"/>
- <l:gentext key="Edition" text="Издание"/>
- <l:gentext key="edition" text="Издание"/>
- <l:gentext key="Equation" text="Формула"/>
- <l:gentext key="equation" text="Формула"/>
- <l:gentext key="Example" text="Пример"/>
- <l:gentext key="example" text="Пример"/>
- <l:gentext key="Figure" text="Фигура"/>
- <l:gentext key="figure" text="Фигура"/>
- <l:gentext key="Glossary" text="Терминологичен речник"/>
- <l:gentext key="glossary" text="Терминологичен речник"/>
- <l:gentext key="GlossSee" text="вж."/>
- <l:gentext key="glosssee" text="вж."/>
- <l:gentext key="GlossSeeAlso" text="вж. също"/>
- <l:gentext key="glossseealso" text="вж. също"/>
- <l:gentext key="IMPORTANT" text="ВАЖНО"/>
- <l:gentext key="important" text="Важно"/>
- <l:gentext key="Important" text="Важно"/>
- <l:gentext key="Index" text="Индекс"/>
- <l:gentext key="index" text="Индекс"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Авторски права"/>
- <l:gentext key="legalnotice" text="Авторски права"/>
- <l:gentext key="MsgAud" text="Audience"/>
- <l:gentext key="msgaud" text="Audience"/>
- <l:gentext key="MsgLevel" text="Ниво"/>
- <l:gentext key="msglevel" text="Ниво"/>
- <l:gentext key="MsgOrig" text="Източник"/>
- <l:gentext key="msgorig" text="Източник"/>
- <l:gentext key="NOTE" text="ЗАБЕЛЕЖКА"/>
- <l:gentext key="Note" text="Забележка"/>
- <l:gentext key="note" text="Забележка"/>
- <l:gentext key="Part" text="Част"/>
- <l:gentext key="part" text="Част"/>
- <l:gentext key="Preface" text="Предговор"/>
- <l:gentext key="preface" text="Предговор"/>
- <l:gentext key="Procedure" text="Процедура"/>
- <l:gentext key="procedure" text="Процедура"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Издаден"/>
- <l:gentext key="published" text="Издаден"/>
- <l:gentext key="Question" text="В:"/>
- <l:gentext key="question" text="В:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Справочник"/>
- <l:gentext key="reference" text="Справочник"/>
- <l:gentext key="RefName" text="Название"/>
- <l:gentext key="refname" text="Название"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Синтаксис"/>
- <l:gentext key="refsynopsisdiv" text="Синтаксис"/>
- <l:gentext key="RevHistory" text="Промени"/>
- <l:gentext key="revhistory" text="Промени"/>
- <l:gentext key="revision" text="Издание"/>
- <l:gentext key="Revision" text="Издание"/>
- <l:gentext key="sect1" text="Раздел"/>
- <l:gentext key="sect2" text="Раздел"/>
- <l:gentext key="sect3" text="Раздел"/>
- <l:gentext key="sect4" text="Раздел"/>
- <l:gentext key="sect5" text="Раздел"/>
- <l:gentext key="section" text="Раздел"/>
- <l:gentext key="Section" text="Раздел"/>
- <l:gentext key="see" text="вж."/>
- <l:gentext key="seealso" text="вж. също"/>
- <l:gentext key="set" text="Указател"/>
- <l:gentext key="Set" text="Указател"/>
- <l:gentext key="setindex" text="Указател"/>
- <l:gentext key="SetIndex" text="Указател"/>
- <l:gentext key="Sidebar" text="Разделител"/>
- <l:gentext key="sidebar" text="разделител"/>
- <l:gentext key="step" text="Стъпка"/>
- <l:gentext key="Step" text="Стъпка"/>
- <l:gentext key="Table" text="Таблица"/>
- <l:gentext key="table" text="Таблица"/>
- <l:gentext key="tip" text="Поздсказка"/>
- <l:gentext key="TIP" text="ПОДСКАЗКА"/>
- <l:gentext key="Tip" text="Поздсказка"/>
- <l:gentext key="Warning" text="Внимание"/>
- <l:gentext key="warning" text="Внимание"/>
- <l:gentext key="WARNING" text="ВНИМАНИЕ"/>
- <l:gentext key="and" text=""/>
- <l:gentext key="by" text=""/>
- <l:gentext key="Edited" text="Редактирано от"/>
- <l:gentext key="edited" text="Редактирано от"/>
- <l:gentext key="Editedby" text="Редактирано от"/>
- <l:gentext key="editedby" text="Редактирано от"/>
- <l:gentext key="in" text="в"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="non-existant element"/>
- <l:gentext key="notes" text="Забележки"/>
- <l:gentext key="Notes" text="Забележки"/>
- <l:gentext key="Pgs" text="стр."/>
- <l:gentext key="pgs" text="стр."/>
- <l:gentext key="Revisedby" text="Одобрено от: "/>
- <l:gentext key="revisedby" text="Одобрено от: "/>
- <l:gentext key="TableNotes" text="Забележки"/>
- <l:gentext key="tablenotes" text="Забележки"/>
- <l:gentext key="TableofContents" text="Съдържание"/>
- <l:gentext key="tableofcontents" text="Съдържание"/>
- <l:gentext key="unexpectedelementname" text="unexpected element name"/>
- <l:gentext key="unsupported" text="unsupported"/>
- <l:gentext key="xrefto" text="xref to"/>
- <l:gentext key="listofequations" text="Списък на формулите"/>
- <l:gentext key="ListofEquations" text="Списък на формулите"/>
- <l:gentext key="ListofExamples" text="Списък на примерите"/>
- <l:gentext key="listofexamples" text="Списък на примерите"/>
- <l:gentext key="ListofFigures" text="Списък на фигурите"/>
- <l:gentext key="listoffigures" text="Списък на фигурите"/>
- <l:gentext key="listoftables" text="Списък на таблиците"/>
- <l:gentext key="ListofTables" text="Списък на таблиците"/>
- <l:gentext key="ListofUnknown" text="Неопределен списък"/>
- <l:gentext key="listofunknown" text="Неопределен списък"/>
- <l:gentext key="nav-home" text="Начало"/>
- <l:gentext key="nav-next" text="Следваща страница"/>
- <l:gentext key="nav-next-sibling" text="Следващ раздел"/>
- <l:gentext key="nav-prev" text="Предишна страница"/>
- <l:gentext key="nav-prev-sibling" text="Предишен раздел"/>
- <l:gentext key="nav-up" text="Начало на раздела"/>
- <l:gentext key="nav-toc" text="Съдържание"/>
- <l:gentext key="Draft" text="Чернова"/>
- <l:gentext key="above" text="по-горе"/>
- <l:gentext key="below" text="по-долу"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="index symbols" text="Символи"/>
- <l:gentext key="lowercase.alpha" text="абвгдежзийклмнопрстуфхцчшщъыьэюя"/>
- <l:gentext key="uppercase.alpha" text="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Приложение %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Глава %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Формула %n. %t"/>
- <l:template name="example" text="Пример %n. %t"/>
- <l:template name="figure" text="Фигура %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="glossentry" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Част %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Процедура %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Таблица %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="article/appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Приложение %n. %t"/>
- <l:template name="article/appendix" text="%n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Глава %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="О: %n"/>
- <l:template name="appendix" text="Приложение %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Глава %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Формула %n"/>
- <l:template name="example" text="Пример %n"/>
- <l:template name="figure" text="Фигура %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Част %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Процедура %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="В: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="В: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Таблица %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="the section called “%t”"/>
- <l:template name="refsection" text="the section called “%t”"/>
- <l:template name="refsect1" text="the section called “%t”"/>
- <l:template name="refsect2" text="the section called “%t”"/>
- <l:template name="refsect3" text="the section called “%t”"/>
- <l:template name="sect1" text="the section called “%t”"/>
- <l:template name="sect2" text="the section called “%t”"/>
- <l:template name="sect3" text="the section called “%t”"/>
- <l:template name="sect4" text="the section called “%t”"/>
- <l:template name="sect5" text="the section called “%t”"/>
- <l:template name="section" text="the section called “%t”"/>
- <l:template name="simplesect" text="the section called “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Раздел %n"/>
- <l:template name="refsection" text="the section called “%t”"/>
- <l:template name="refsect1" text="the section called “%t”"/>
- <l:template name="refsect2" text="the section called “%t”"/>
- <l:template name="refsect3" text="the section called “%t”"/>
- <l:template name="sect1" text="Раздел %n"/>
- <l:template name="sect2" text="Раздел %n"/>
- <l:template name="sect3" text="Раздел %n"/>
- <l:template name="sect4" text="Раздел %n"/>
- <l:template name="sect5" text="Раздел %n"/>
- <l:template name="section" text="Раздел %n"/>
- <l:template name="simplesect" text="the section called “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" "/>
- <l:template name="seplast" text=", "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="вж. "/>
- <l:template name="seealso" text="вж. също "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Audience: "/>
- <l:template name="MsgLevel" text="Ниво: "/>
- <l:template name="MsgOrig" text="Източник: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/ca.xml b/wicket-userdocs/lib/docbook-xsl/common/ca.xml
deleted file mode 100644
index bff2c93..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/ca.xml
+++ /dev/null
@@ -1,428 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="ca" english-language-name="Catalan">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Resum"/>
- <l:gentext key="abstract" text="Resum"/>
- <l:gentext key="Answer" text="Answer"/>
- <l:gentext key="answer" text="Answer"/>
- <l:gentext key="appendix" text="apèndex"/>
- <l:gentext key="Appendix" text="Apèndix"/>
- <l:gentext key="Article" text="Article"/>
- <l:gentext key="article" text="Article"/>
- <l:gentext key="Bibliography" text="Bibliografia"/>
- <l:gentext key="bibliography" text="Bibliografia"/>
- <l:gentext key="Book" text="Llibre"/>
- <l:gentext key="book" text="Llibre"/>
- <l:gentext key="Caution" text="Atenció"/>
- <l:gentext key="caution" text="Atenció"/>
- <l:gentext key="CAUTION" text="ATENCIÓ"/>
- <l:gentext key="Chapter" text="Capítol"/>
- <l:gentext key="chapter" text="capítol"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Dret de reproducció"/>
- <l:gentext key="copyright" text="Dret de reproducció"/>
- <l:gentext key="Dedication" text="Dedicatòria"/>
- <l:gentext key="dedication" text="Dedicatòria"/>
- <l:gentext key="Edition" text="Edició"/>
- <l:gentext key="edition" text="Edició"/>
- <l:gentext key="Equation" text="Equació"/>
- <l:gentext key="equation" text="Equació"/>
- <l:gentext key="Example" text="Exemple"/>
- <l:gentext key="example" text="Exemple"/>
- <l:gentext key="Figure" text="Figura"/>
- <l:gentext key="figure" text="Figura"/>
- <l:gentext key="Glossary" text="Glossari"/>
- <l:gentext key="glossary" text="Glossari"/>
- <l:gentext key="GlossSee" text="Veure"/>
- <l:gentext key="glosssee" text="Veure"/>
- <l:gentext key="GlossSeeAlso" text="Veure també"/>
- <l:gentext key="glossseealso" text="Veure també"/>
- <l:gentext key="IMPORTANT" text="IMPORTANT"/>
- <l:gentext key="Important" text="Important"/>
- <l:gentext key="important" text="Important"/>
- <l:gentext key="Index" text="Índex alfabètic"/>
- <l:gentext key="index" text="Índex alfabètic"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text=""/>
- <l:gentext key="legalnotice" text=""/>
- <l:gentext key="MsgAud" text="Audiència"/>
- <l:gentext key="msgaud" text="Audiència"/>
- <l:gentext key="MsgLevel" text="Nivell"/>
- <l:gentext key="msglevel" text="Nivell"/>
- <l:gentext key="MsgOrig" text="Origen"/>
- <l:gentext key="msgorig" text="Origen"/>
- <l:gentext key="note" text="Nota"/>
- <l:gentext key="NOTE" text="NOTA"/>
- <l:gentext key="Note" text="Nota"/>
- <l:gentext key="Part" text="Part"/>
- <l:gentext key="part" text="Part"/>
- <l:gentext key="Preface" text="Prefaci"/>
- <l:gentext key="preface" text="Prefaci"/>
- <l:gentext key="Procedure" text="Procediment"/>
- <l:gentext key="procedure" text="Procediment"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="PubDate" text="Data de publicació"/>
- <l:gentext key="pubdate" text="Data de publicació"/>
- <l:gentext key="Published" text="Data de publicació"/>
- <l:gentext key="published" text="Data de publicació"/>
- <l:gentext key="Question" text="Question"/>
- <l:gentext key="question" text="Question"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Referència"/>
- <l:gentext key="reference" text="Referència"/>
- <l:gentext key="RefName" text="Nom"/>
- <l:gentext key="refname" text="Nom"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="Synopsis"/>
- <l:gentext key="RevHistory" text="Historial de revisions"/>
- <l:gentext key="revhistory" text="Historial de revisions"/>
- <l:gentext key="Revision" text="Revisió"/>
- <l:gentext key="revision" text="Revisió"/>
- <l:gentext key="sect1" text="Secció"/>
- <l:gentext key="sect2" text="Secció"/>
- <l:gentext key="sect3" text="Secció"/>
- <l:gentext key="sect4" text="Secció"/>
- <l:gentext key="sect5" text="Secció"/>
- <l:gentext key="Section" text="Secció"/>
- <l:gentext key="section" text="secció"/>
- <l:gentext key="see" text="Veure"/>
- <l:gentext key="See" text="Veure"/>
- <l:gentext key="Seealso" text="Veure també"/>
- <l:gentext key="seealso" text="Veure tambié"/>
- <l:gentext key="SeeAlso" text="Veure tambié"/>
- <l:gentext key="Set" text="Conjunt"/>
- <l:gentext key="set" text="Conjunt"/>
- <l:gentext key="SetIndex" text="Índex del conjunt"/>
- <l:gentext key="setindex" text="Índex del conjunt"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="glossa"/>
- <l:gentext key="step" text="pas"/>
- <l:gentext key="Step" text="Pas"/>
- <l:gentext key="table" text="Taula"/>
- <l:gentext key="Table" text="Taula"/>
- <l:gentext key="TIP" text="SUGGERIMENT"/>
- <l:gentext key="Tip" text="Suggeriment"/>
- <l:gentext key="tip" text="Suggeriment"/>
- <l:gentext key="WARNING" text="AVÍS"/>
- <l:gentext key="Warning" text="Avís"/>
- <l:gentext key="warning" text="Avís"/>
- <l:gentext key="and" text="i"/>
- <l:gentext key="by" text="per"/>
- <l:gentext key="Edited" text="Editat"/>
- <l:gentext key="edited" text="Editat"/>
- <l:gentext key="Editedby" text="Editat per"/>
- <l:gentext key="editedby" text="Editat per"/>
- <l:gentext key="in" text="a"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="element inexistent"/>
- <l:gentext key="notes" text="Notes"/>
- <l:gentext key="Notes" text="Notes"/>
- <l:gentext key="Pgs" text="Pàgs."/>
- <l:gentext key="pgs" text="Pàgs."/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text="Notes"/>
- <l:gentext key="tablenotes" text="Notes"/>
- <l:gentext key="TableofContents" text="Sumari"/>
- <l:gentext key="tableofcontents" text="Sumari"/>
- <l:gentext key="unexpectedelementname" text="Nom d'element no esperat"/>
- <l:gentext key="unsupported" text="no reconeguda"/>
- <l:gentext key="xrefto" text="xref a"/>
- <l:gentext key="listofequations" text="Índex d'equacions"/>
- <l:gentext key="ListofEquations" text="Índex d'equacions"/>
- <l:gentext key="ListofExamples" text="Índex d'exemples"/>
- <l:gentext key="listofexamples" text="Índex d'exemples"/>
- <l:gentext key="ListofFigures" text="Índex de figures"/>
- <l:gentext key="listoffigures" text="Índex de figures"/>
- <l:gentext key="listoftables" text="Índex de taules"/>
- <l:gentext key="ListofTables" text="Índex de taules"/>
- <l:gentext key="ListofUnknown" text="Índex de desconegut ?"/>
- <l:gentext key="listofunknown" text="Índex de desconegut ?"/>
- <l:gentext key="nav-home" text="Inici"/>
- <l:gentext key="nav-next" text="Seguent"/>
- <l:gentext key="nav-next-sibling" text="Avancar"/>
- <l:gentext key="nav-prev" text="Anterior"/>
- <l:gentext key="nav-prev-sibling" text="Retrocedir"/>
- <l:gentext key="nav-up" text="Pujar"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="last-first"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Apèndix %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Capítol %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Equació %n. %t"/>
- <l:template name="example" text="Exemple %n. %t"/>
- <l:template name="figure" text="Figura %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Part %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procediment %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Taula %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Apèndix %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Capítol %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Answer %n"/>
- <l:template name="appendix" text="Apèndix %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Capítol %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Equació %n"/>
- <l:template name="example" text="Exemple %n. %t"/>
- <l:template name="figure" text="Figura %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- <l:template name="part" text="Part %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procediment %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Question %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Question %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Taula %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text=" “%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Secció %n"/>
- <l:template name="sect2" text="Secció %n"/>
- <l:template name="sect3" text="Secció %n"/>
- <l:template name="sect4" text="Secció %n"/>
- <l:template name="sect5" text="Secció %n"/>
- <l:template name="section" text="Secció %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" i "/>
- <l:template name="seplast" text=", i "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Veure "/>
- <l:template name="seealso" text="Veure també "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Audiència: "/>
- <l:template name="MsgLevel" text="Nivell: "/>
- <l:template name="MsgOrig" text="Origen: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/common.xsl b/wicket-userdocs/lib/docbook-xsl/common/common.xsl
deleted file mode 100644
index ccfa94c..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/common.xsl
+++ /dev/null
@@ -1,1590 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- exclude-result-prefixes="doc"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: common.xsl,v 1.1 2004/03/01 10:27:29 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- This file contains general templates common to both the HTML and FO
- versions of the DocBook stylesheets.
- ******************************************************************** -->
-
-<doc:reference xmlns="">
-<referenceinfo>
-<releaseinfo role="meta">
-$Id: common.xsl,v 1.1 2004/03/01 10:27:29 eelco12 Exp $
-</releaseinfo>
-<author><surname>Walsh</surname>
-<firstname>Norman</firstname></author>
-<copyright><year>1999</year><year>2000</year>
-<holder>Norman Walsh</holder>
-</copyright>
-</referenceinfo>
-<title>Common Template Reference</title>
-
-<partintro>
-<section><title>Introduction</title>
-
-<para>This is technical reference documentation for the DocBook XSL
-Stylesheets; it documents (some of) the parameters, templates, and
-other elements of the stylesheets.</para>
-
-<para>This is not intended to be <quote>user</quote> documentation.
-It is provided for developers writing customization layers for the
-stylesheets, and for anyone who's interested in <quote>how it
-works</quote>.</para>
-
-<para>Although I am trying to be thorough, this documentation is known
-to be incomplete. Don't forget to read the source, too :-)</para>
-</section>
-</partintro>
-
-</doc:reference>
-
-<!-- ==================================================================== -->
-<!-- Establish strip/preserve whitespace rules -->
-
-<xsl:preserve-space elements="*"/>
-
-<xsl:strip-space elements="
-abstract affiliation anchor answer appendix area areaset areaspec
-artheader article audiodata audioobject author authorblurb authorgroup
-beginpage bibliodiv biblioentry bibliography biblioset blockquote book
-bookbiblio bookinfo callout calloutlist caption caution chapter
-citerefentry cmdsynopsis co collab colophon colspec confgroup
-copyright dedication docinfo editor entry entrytbl epigraph equation
-example figure footnote footnoteref formalpara funcprototype
-funcsynopsis glossary glossdef glossdiv glossentry glosslist graphicco
-group highlights imagedata imageobject imageobjectco important index
-indexdiv indexentry indexterm informalequation informalexample
-informalfigure informaltable inlineequation inlinemediaobject
-itemizedlist itermset keycombo keywordset legalnotice listitem lot
-mediaobject mediaobjectco menuchoice msg msgentry msgexplan msginfo
-msgmain msgrel msgset msgsub msgtext note objectinfo
-orderedlist othercredit part partintro preface printhistory procedure
-programlistingco publisher qandadiv qandaentry qandaset question
-refentry reference refmeta refnamediv refsect1 refsect1info refsect2
-refsect2info refsect3 refsect3info refsynopsisdiv refsynopsisdivinfo
-revhistory revision row sbr screenco screenshot sect1 sect1info sect2
-sect2info sect3 sect3info sect4 sect4info sect5 sect5info section
-sectioninfo seglistitem segmentedlist seriesinfo set setindex setinfo
-shortcut sidebar simplelist simplesect spanspec step subject
-subjectset substeps synopfragment table tbody textobject tfoot tgroup
-thead tip toc tocchap toclevel1 toclevel2 toclevel3 toclevel4
-toclevel5 tocpart varargs variablelist varlistentry videodata
-videoobject void warning subjectset
-
-classsynopsis
-constructorsynopsis
-destructorsynopsis
-fieldsynopsis
-methodparam
-methodsynopsis
-ooclass
-ooexception
-oointerface
-simplemsgentry
-"/>
-
-<!-- ====================================================================== -->
-
-<doc:template name="is.component" xmlns="">
-<refpurpose>Tests if a given node is a component-level element</refpurpose>
-
-<refdescription>
-<para>This template returns '1' if the specified node is a component
-(Chapter, Appendix, etc.), and '0' otherwise.</para>
-</refdescription>
-
-<refparameter>
-<variablelist>
-<varlistentry><term>node</term>
-<listitem>
-<para>The node which is to be tested.</para>
-</listitem>
-</varlistentry>
-</variablelist>
-</refparameter>
-
-<refreturn>
-<para>This template returns '1' if the specified node is a component
-(Chapter, Appendix, etc.), and '0' otherwise.</para>
-</refreturn>
-</doc:template>
-
-<xsl:template name="is.component">
- <xsl:param name="node" select="."/>
- <xsl:choose>
- <xsl:when test="local-name($node) = 'appendix'
- or local-name($node) = 'article'
- or local-name($node) = 'chapter'
- or local-name($node) = 'preface'
- or local-name($node) = 'bibliography'
- or local-name($node) = 'glossary'
- or local-name($node) = 'index'">1</xsl:when>
- <xsl:otherwise>0</xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ====================================================================== -->
-
-<doc:template name="is.section" xmlns="">
-<refpurpose>Tests if a given node is a section-level element</refpurpose>
-
-<refdescription>
-<para>This template returns '1' if the specified node is a section
-(Section, Sect1, Sect2, etc.), and '0' otherwise.</para>
-</refdescription>
-
-<refparameter>
-<variablelist>
-<varlistentry><term>node</term>
-<listitem>
-<para>The node which is to be tested.</para>
-</listitem>
-</varlistentry>
-</variablelist>
-</refparameter>
-
-<refreturn>
-<para>This template returns '1' if the specified node is a section
-(Section, Sect1, Sect2, etc.), and '0' otherwise.</para>
-</refreturn>
-</doc:template>
-
-<xsl:template name="is.section">
- <xsl:param name="node" select="."/>
- <xsl:choose>
- <xsl:when test="local-name($node) = 'section'
- or local-name($node) = 'sect1'
- or local-name($node) = 'sect2'
- or local-name($node) = 'sect3'
- or local-name($node) = 'sect4'
- or local-name($node) = 'sect5'
- or local-name($node) = 'refsect1'
- or local-name($node) = 'refsect2'
- or local-name($node) = 'refsect3'
- or local-name($node) = 'simplesect'">1</xsl:when>
- <xsl:otherwise>0</xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ====================================================================== -->
-
-<doc:template name="section.level" xmlns="">
-<refpurpose>Returns the hierarchical level of a section.</refpurpose>
-
-<refdescription>
-<para>This template calculates the hierarchical level of a section.
-The element <sgmltag>sect1</sgmltag> is at level 1, <sgmltag>sect2</sgmltag> is
-at level 2, etc.</para>
-
-<para>Recursive sections are calculated down to the fifth level.</para>
-</refdescription>
-
-<refparameter>
-<variablelist>
-<varlistentry><term>node</term>
-<listitem>
-<para>The section node for which the level should be calculated.
-Defaults to the context node.</para>
-</listitem>
-</varlistentry>
-</variablelist>
-</refparameter>
-
-<refreturn>
-<para>The section level, <quote>1</quote>, <quote>2</quote>, etc.
-</para>
-</refreturn>
-</doc:template>
-
-<xsl:template name="section.level">
- <xsl:param name="node" select="."/>
- <xsl:choose>
- <xsl:when test="name($node)='sect1'">1</xsl:when>
- <xsl:when test="name($node)='sect2'">2</xsl:when>
- <xsl:when test="name($node)='sect3'">3</xsl:when>
- <xsl:when test="name($node)='sect4'">4</xsl:when>
- <xsl:when test="name($node)='sect5'">5</xsl:when>
- <xsl:when test="name($node)='section'">
- <xsl:choose>
- <xsl:when test="$node/../../../../../section">5</xsl:when>
- <xsl:when test="$node/../../../../section">4</xsl:when>
- <xsl:when test="$node/../../../section">3</xsl:when>
- <xsl:when test="$node/../../section">2</xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:when test="name($node)='refsect1'">1</xsl:when>
- <xsl:when test="name($node)='refsect2'">2</xsl:when>
- <xsl:when test="name($node)='refsect3'">3</xsl:when>
- <xsl:when test="name($node)='refsection'">
- <xsl:choose>
- <xsl:when test="$node/../../../../../refsection">5</xsl:when>
- <xsl:when test="$node/../../../../refsection">4</xsl:when>
- <xsl:when test="$node/../../../refsection">3</xsl:when>
- <xsl:when test="$node/../../refsection">2</xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:when test="name($node)='simplesect'">
- <xsl:choose>
- <xsl:when test="$node/../../sect1">2</xsl:when>
- <xsl:when test="$node/../../sect2">3</xsl:when>
- <xsl:when test="$node/../../sect3">4</xsl:when>
- <xsl:when test="$node/../../sect4">5</xsl:when>
- <xsl:when test="$node/../../sect5">5</xsl:when>
- <xsl:when test="$node/../../section">
- <xsl:choose>
- <xsl:when test="$node/../../../../../section">5</xsl:when>
- <xsl:when test="$node/../../../../section">4</xsl:when>
- <xsl:when test="$node/../../../section">3</xsl:when>
- <xsl:otherwise>2</xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
-</xsl:template><!-- section.level -->
-
-<doc:template name="qanda.section.level" xmlns="">
-<refpurpose>Returns the hierarchical level of a QandASet.</refpurpose>
-
-<refdescription>
-<para>This template calculates the hierarchical level of a QandASet.
-</para>
-</refdescription>
-
-<refreturn>
-<para>The level, <quote>1</quote>, <quote>2</quote>, etc.
-</para>
-</refreturn>
-</doc:template>
-
-<xsl:template name="qanda.section.level">
- <xsl:variable name="section"
- select="(ancestor::section
- |ancestor::simplesect
- |ancestor::sect5
- |ancestor::sect4
- |ancestor::sect3
- |ancestor::sect2
- |ancestor::sect1
- |ancestor::refsect3
- |ancestor::refsect2
- |ancestor::refsect1)[last()]"/>
-
- <xsl:choose>
- <xsl:when test="count($section) = '0'">1</xsl:when>
- <xsl:otherwise>
- <xsl:variable name="slevel">
- <xsl:call-template name="section.level">
- <xsl:with-param name="node" select="$section"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:value-of select="$slevel + 1"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="qandadiv.section.level">
- <xsl:variable name="section.level">
- <xsl:call-template name="qanda.section.level"/>
- </xsl:variable>
- <xsl:variable name="anc.divs" select="ancestor::qandadiv"/>
-
- <xsl:value-of select="count($anc.divs) + number($section.level)"/>
-</xsl:template>
-
-<xsl:template name="question.answer.label">
- <xsl:variable name="deflabel">
- <xsl:choose>
- <xsl:when test="ancestor-or-self::*[@defaultlabel]">
- <xsl:value-of select="(ancestor-or-self::*[@defaultlabel])[last()]
- /@defaultlabel"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="qanda.defaultlabel"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="label" select="@label"/>
-
-<!--
- (hnr (hierarchical-number-recursive (normalize "qandadiv") node))
-
- (parsect (ancestor-member node (section-element-list)))
-
- (defnum (if (and %qanda-inherit-numeration%
- %section-autolabel%)
- (if (node-list-empty? parsect)
- (section-autolabel-prefix node)
- (section-autolabel parsect))
- ""))
-
- (hnumber (let loop ((numlist hnr) (number defnum)
- (sep (if (equal? defnum "") "" ".")))
- (if (null? numlist)
- number
- (loop (cdr numlist)
- (string-append number
- sep
- (number->string (car numlist)))
- "."))))
- (cnumber (child-number (parent node)))
- (number (string-append hnumber
- (if (equal? hnumber "")
- ""
- ".")
- (number->string cnumber))))
--->
-
- <xsl:choose>
- <xsl:when test="$deflabel = 'qanda'">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key">
- <xsl:choose>
- <xsl:when test="local-name(.) = 'question'">question</xsl:when>
- <xsl:when test="local-name(.) = 'answer'">answer</xsl:when>
- <xsl:when test="local-name(.) = 'qandadiv'">qandadiv</xsl:when>
- <xsl:otherwise>qandaset</xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$deflabel = 'label'">
- <xsl:value-of select="$label"/>
- </xsl:when>
- <xsl:when test="$deflabel = 'number'
- and local-name(.) = 'question'">
- <xsl:apply-templates select="ancestor::qandaset[1]"
- mode="number"/>
- <xsl:choose>
- <xsl:when test="ancestor::qandadiv">
- <xsl:apply-templates select="ancestor::qandadiv[1]"
- mode="number"/>
- <xsl:apply-templates select="ancestor::qandaentry"
- mode="number"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="ancestor::qandaentry"
- mode="number"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <!-- nothing -->
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="qandaset" mode="number">
- <!-- FIXME: -->
-</xsl:template>
-
-<xsl:template match="qandadiv" mode="number">
- <xsl:number level="multiple" from="qandaset" format="1."/>
-</xsl:template>
-
-<xsl:template match="qandaentry" mode="number">
- <xsl:choose>
- <xsl:when test="ancestor::qandadiv">
- <xsl:number level="single" from="qandadiv" format="1."/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:number level="single" from="qandaset" format="1."/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ====================================================================== -->
-
-<xsl:template name="object.id">
- <xsl:param name="object" select="."/>
- <xsl:choose>
- <xsl:when test="$object/@id">
- <xsl:value-of select="$object/@id"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="generate-id($object)"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="person.name">
- <!-- Formats a personal name. Handles corpauthor as a special case. -->
- <xsl:param name="node" select="."/>
-
- <xsl:variable name="style">
- <xsl:choose>
- <xsl:when test="$node/@role">
- <xsl:value-of select="$node/@role"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'styles'"/>
- <xsl:with-param name="name" select="'person-name'"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <!-- the personname element is a specialcase -->
- <xsl:when test="$node/personname">
- <xsl:call-template name="person.name">
- <xsl:with-param name="node" select="$node/personname"/>
- </xsl:call-template>
- </xsl:when>
-
- <!-- handle corpauthor as a special case...-->
- <xsl:when test="name($node)='corpauthor'">
- <xsl:apply-templates select="$node"/>
- </xsl:when>
-
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="$style = 'family-given'">
- <xsl:call-template name="person.name.family-given">
- <xsl:with-param name="node" select="$node"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$style = 'last-first'">
- <xsl:call-template name="person.name.last-first">
- <xsl:with-param name="node" select="$node"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="person.name.first-last">
- <xsl:with-param name="node" select="$node"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="person.name.family-given">
- <xsl:param name="node" select="."/>
-
- <!-- The family-given style applies a convention for identifying given -->
- <!-- and family names in locales where it may be ambiguous -->
- <xsl:apply-templates select="$node//surname[1]"/>
-
- <xsl:if test="$node//surname and $node//firstname">
- <xsl:text> </xsl:text>
- </xsl:if>
-
- <xsl:apply-templates select="$node//firstname[1]"/>
-
- <xsl:text> [FAMILY Given]</xsl:text>
-</xsl:template>
-
-<xsl:template name="person.name.last-first">
- <xsl:param name="node" select="."/>
-
- <xsl:apply-templates select="$node//surname[1]"/>
-
- <xsl:if test="$node//surname and $node//firstname">
- <xsl:text>, </xsl:text>
- </xsl:if>
-
- <xsl:apply-templates select="$node//firstname[1]"/>
-</xsl:template>
-
-<xsl:template name="person.name.first-last">
- <xsl:param name="node" select="."/>
-
- <xsl:if test="$node//honorific">
- <xsl:apply-templates select="$node//honorific[1]"/>
- <xsl:value-of select="$punct.honorific"/>
- </xsl:if>
-
- <xsl:if test="$node//firstname">
- <xsl:if test="$node//honorific">
- <xsl:text> </xsl:text>
- </xsl:if>
- <xsl:apply-templates select="$node//firstname[1]"/>
- </xsl:if>
-
- <xsl:if test="$node//othername and $author.othername.in.middle != 0">
- <xsl:if test="$node//honorific or $node//firstname">
- <xsl:text> </xsl:text>
- </xsl:if>
- <xsl:apply-templates select="$node//othername[1]"/>
- </xsl:if>
-
- <xsl:if test="$node//surname">
- <xsl:if test="$node//honorific or $node//firstname
- or ($node//othername and $author.othername.in.middle != 0)">
- <xsl:text> </xsl:text>
- </xsl:if>
- <xsl:apply-templates select="$node//surname[1]"/>
- </xsl:if>
-
- <xsl:if test="$node//lineage">
- <xsl:text>, </xsl:text>
- <xsl:apply-templates select="$node//lineage[1]"/>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="person.name.list">
- <!-- Return a formatted string representation of the contents of
- the current element. The current element must contain one or
- more AUTHORs, CORPAUTHORs, OTHERCREDITs, and/or EDITORs.
-
- John Doe
- or
- John Doe and Jane Doe
- or
- John Doe, Jane Doe, and A. Nonymous
- -->
- <xsl:param name="person.list"
- select="./author|./corpauthor|./othercredit|./editor"/>
- <xsl:param name="person.count" select="count($person.list)"/>
- <xsl:param name="count" select="1"/>
-
- <xsl:choose>
- <xsl:when test="$count > $person.count"></xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="person.name">
- <xsl:with-param name="node" select="$person.list[position()=$count]"/>
- </xsl:call-template>
-
- <xsl:choose>
- <xsl:when test="$person.count = 2 and $count = 1">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'authorgroup'"/>
- <xsl:with-param name="name" select="'sep2'"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$person.count > 2 and $count+1 = $person.count">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'authorgroup'"/>
- <xsl:with-param name="name" select="'seplast'"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$count < $person.count">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'authorgroup'"/>
- <xsl:with-param name="name" select="'sep'"/>
- </xsl:call-template>
- </xsl:when>
- </xsl:choose>
-
- <xsl:call-template name="person.name.list">
- <xsl:with-param name="person.list" select="$person.list"/>
- <xsl:with-param name="person.count" select="$person.count"/>
- <xsl:with-param name="count" select="$count+1"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template><!-- person.name.list -->
-
-<!-- === synopsis ======================================================= -->
-<!-- The following definitions match those given in the reference
- documentation for DocBook V3.0
--->
-
-<xsl:variable name="arg.choice.opt.open.str">[</xsl:variable>
-<xsl:variable name="arg.choice.opt.close.str">]</xsl:variable>
-<xsl:variable name="arg.choice.req.open.str">{</xsl:variable>
-<xsl:variable name="arg.choice.req.close.str">}</xsl:variable>
-<xsl:variable name="arg.choice.plain.open.str"><xsl:text> </xsl:text></xsl:variable>
-<xsl:variable name="arg.choice.plain.close.str"><xsl:text> </xsl:text></xsl:variable>
-<xsl:variable name="arg.choice.def.open.str">[</xsl:variable>
-<xsl:variable name="arg.choice.def.close.str">]</xsl:variable>
-<xsl:variable name="arg.rep.repeat.str">...</xsl:variable>
-<xsl:variable name="arg.rep.norepeat.str"></xsl:variable>
-<xsl:variable name="arg.rep.def.str"></xsl:variable>
-<xsl:variable name="arg.or.sep"> | </xsl:variable>
-<xsl:variable name="cmdsynopsis.hanging.indent">4pi</xsl:variable>
-
-<!-- ====================================================================== -->
-
-<!--
-<xsl:template name="xref.g.subst">
- <xsl:param name="string"></xsl:param>
- <xsl:param name="target" select="."/>
- <xsl:variable name="subst">%g</xsl:variable>
-
- <xsl:choose>
- <xsl:when test="contains($string, $subst)">
- <xsl:value-of select="substring-before($string, $subst)"/>
- <xsl:call-template name="gentext.element.name">
- <xsl:with-param name="element.name" select="name($target)"/>
- </xsl:call-template>
- <xsl:call-template name="xref.g.subst">
- <xsl:with-param name="string"
- select="substring-after($string, $subst)"/>
- <xsl:with-param name="target" select="$target"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$string"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="xref.t.subst">
- <xsl:param name="string"></xsl:param>
- <xsl:param name="target" select="."/>
- <xsl:variable name="subst">%t</xsl:variable>
-
- <xsl:choose>
- <xsl:when test="contains($string, $subst)">
- <xsl:call-template name="xref.g.subst">
- <xsl:with-param name="string"
- select="substring-before($string, $subst)"/>
- <xsl:with-param name="target" select="$target"/>
- </xsl:call-template>
- <xsl:call-template name="title.xref">
- <xsl:with-param name="target" select="$target"/>
- </xsl:call-template>
- <xsl:call-template name="xref.t.subst">
- <xsl:with-param name="string"
- select="substring-after($string, $subst)"/>
- <xsl:with-param name="target" select="$target"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="xref.g.subst">
- <xsl:with-param name="string" select="$string"/>
- <xsl:with-param name="target" select="$target"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="xref.n.subst">
- <xsl:param name="string"></xsl:param>
- <xsl:param name="target" select="."/>
- <xsl:variable name="subst">%n</xsl:variable>
-
- <xsl:choose>
- <xsl:when test="contains($string, $subst)">
- <xsl:call-template name="xref.t.subst">
- <xsl:with-param name="string"
- select="substring-before($string, $subst)"/>
- <xsl:with-param name="target" select="$target"/>
- </xsl:call-template>
- <xsl:call-template name="number.xref">
- <xsl:with-param name="target" select="$target"/>
- </xsl:call-template>
- <xsl:call-template name="xref.t.subst">
- <xsl:with-param name="string"
- select="substring-after($string, $subst)"/>
- <xsl:with-param name="target" select="$target"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="xref.t.subst">
- <xsl:with-param name="string" select="$string"/>
- <xsl:with-param name="target" select="$target"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="subst.xref.text">
- <xsl:param name="xref.text"></xsl:param>
- <xsl:param name="target" select="."/>
-
- <xsl:call-template name="xref.n.subst">
- <xsl:with-param name="string" select="$xref.text"/>
- <xsl:with-param name="target" select="$target"/>
- </xsl:call-template>
-</xsl:template>
--->
-
-<!-- ====================================================================== -->
-
-<xsl:template name="filename-basename">
- <!-- We assume all filenames are really URIs and use "/" -->
- <xsl:param name="filename"></xsl:param>
- <xsl:param name="recurse" select="false()"/>
-
- <xsl:choose>
- <xsl:when test="substring-after($filename, '/') != ''">
- <xsl:call-template name="filename-basename">
- <xsl:with-param name="filename"
- select="substring-after($filename, '/')"/>
- <xsl:with-param name="recurse" select="true()"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$filename"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="filename-extension">
- <xsl:param name="filename"></xsl:param>
- <xsl:param name="recurse" select="false()"/>
-
- <!-- Make sure we only look at the base name... -->
- <xsl:variable name="basefn">
- <xsl:choose>
- <xsl:when test="$recurse">
- <xsl:value-of select="$filename"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="filename-basename">
- <xsl:with-param name="filename" select="$filename"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="substring-after($basefn, '.') != ''">
- <xsl:call-template name="filename-extension">
- <xsl:with-param name="filename"
- select="substring-after($basefn, '.')"/>
- <xsl:with-param name="recurse" select="true()"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$recurse">
- <xsl:value-of select="$basefn"/>
- </xsl:when>
- <xsl:otherwise></xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ====================================================================== -->
-
-<doc:template name="select.mediaobject" xmlns="">
-<refpurpose>Selects and processes an appropriate media object from a list</refpurpose>
-
-<refdescription>
-<para>This template takes a list of media objects (usually the
-children of a mediaobject or inlinemediaobject) and processes
-the "right" object.</para>
-
-<para>This template relies on a template named
-"select.mediaobject.index" to determine which object
-in the list is appropriate.</para>
-
-<para>If no acceptable object is located, nothing happens.</para>
-</refdescription>
-
-<refparameter>
-<variablelist>
-<varlistentry><term>olist</term>
-<listitem>
-<para>The node list of potential objects to examine.</para>
-</listitem>
-</varlistentry>
-</variablelist>
-</refparameter>
-
-<refreturn>
-<para>Calls <xsl:apply-templates> on the selected object.</para>
-</refreturn>
-</doc:template>
-
-<xsl:template name="select.mediaobject">
- <xsl:param name="olist"
- select="imageobject|imageobjectco
- |videoobject|audioobject|textobject"/>
-
- <xsl:variable name="mediaobject.index">
- <xsl:call-template name="select.mediaobject.index">
- <xsl:with-param name="olist" select="$olist"/>
- <xsl:with-param name="count" select="1"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="$mediaobject.index != ''">
- <xsl:apply-templates select="$olist[position() = $mediaobject.index]"/>
- </xsl:if>
-</xsl:template>
-
-<!-- ====================================================================== -->
-
-<doc:template name="select.mediaobject.index" xmlns="">
-<refpurpose>Selects the position of the appropriate media object from a list</refpurpose>
-
-<refdescription>
-<para>This template takes a list of media objects (usually the
-children of a mediaobject or inlinemediaobject) and determines
-the "right" object. It returns the position of that object
-to be used by the calling template.</para>
-
-<para>If the parameter <parameter>use.role.for.mediaobject</parameter>
-is nonzero, then it first checks for an object with
-a role attribute of the appropriate value. It takes the first
-of those. Otherwise, it takes the first acceptable object
-through a recursive pass through the list.</para>
-
-<para>This template relies on a template named "is.acceptable.mediaobject"
-to determine if a given object is an acceptable graphic. The semantics
-of media objects is that the first acceptable graphic should be used.
-</para>
-
-<para>If no acceptable object is located, no index is returned.</para>
-</refdescription>
-
-<refparameter>
-<variablelist>
-<varlistentry><term>olist</term>
-<listitem>
-<para>The node list of potential objects to examine.</para>
-</listitem>
-</varlistentry>
-<varlistentry><term>count</term>
-<listitem>
-<para>The position in the list currently being considered by the
-recursive process.</para>
-</listitem>
-</varlistentry>
-</variablelist>
-</refparameter>
-
-<refreturn>
-<para>Returns the position in the original list of the selected object.</para>
-</refreturn>
-</doc:template>
-
-<xsl:template name="select.mediaobject.index">
- <xsl:param name="olist"
- select="imageobject|imageobjectco
- |videoobject|audioobject|textobject"/>
- <xsl:param name="count">1</xsl:param>
-
- <xsl:choose>
- <!-- Test for objects preferred by role -->
- <xsl:when test="$use.role.for.mediaobject != 0
- and $preferred.mediaobject.role != ''
- and $olist[@role = $preferred.mediaobject.role]">
-
- <!-- Get the first hit's position index -->
- <xsl:for-each select="$olist">
- <xsl:if test="@role = $preferred.mediaobject.role and
- not(preceding-sibling::*[@role = $preferred.mediaobject.role])">
- <xsl:value-of select="position()"/>
- </xsl:if>
- </xsl:for-each>
- </xsl:when>
-
- <xsl:when test="$use.role.for.mediaobject != 0
- and $olist[@role = $stylesheet.result.type]">
- <!-- Get the first hit's position index -->
- <xsl:for-each select="$olist">
- <xsl:if test="@role = $stylesheet.result.type and
- not(preceding-sibling::*[@role = $stylesheet.result.type])">
- <xsl:value-of select="position()"/>
- </xsl:if>
- </xsl:for-each>
- </xsl:when>
- <!-- Accept 'html' for $stylesheet.result.type = 'xhtml' -->
- <xsl:when test="$use.role.for.mediaobject != 0
- and $stylesheet.result.type = 'xhtml'
- and $olist[@role = 'html']">
- <!-- Get the first hit's position index -->
- <xsl:for-each select="$olist">
- <xsl:if test="@role = 'html' and
- not(preceding-sibling::*[@role = 'html'])">
- <xsl:value-of select="position()"/>
- </xsl:if>
- </xsl:for-each>
- </xsl:when>
- <xsl:otherwise>
- <!-- Otherwise select first acceptable object -->
- <xsl:if test="$count <= count($olist)">
- <xsl:variable name="object" select="$olist[position()=$count]"/>
-
- <xsl:variable name="useobject">
- <xsl:choose>
- <!-- The phrase is never used -->
- <xsl:when test="name($object)='textobject' and $object/phrase">
- <xsl:text>0</xsl:text>
- </xsl:when>
- <xsl:when test="name($object)='textobject'
- and $object/ancestor::equation ">
- <!-- The first textobject is not a reasonable fallback
- for equation image -->
- <xsl:text>0</xsl:text>
- </xsl:when>
- <!-- The first textobject is a reasonable fallback -->
- <xsl:when test="name($object)='textobject'
- and $object[not(@role) or @role!='tex']">
- <xsl:text>1</xsl:text>
- </xsl:when>
- <!-- If there's only one object, use it -->
- <xsl:when test="$count = 1 and count($olist) = 1">
- <xsl:text>1</xsl:text>
- </xsl:when>
- <!-- Otherwise, see if this one is a useable graphic -->
- <xsl:otherwise>
- <xsl:choose>
- <!-- peek inside imageobjectco to simplify the test -->
- <xsl:when test="local-name($object) = 'imageobjectco'">
- <xsl:call-template name="is.acceptable.mediaobject">
- <xsl:with-param name="object" select="$object/imageobject"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="is.acceptable.mediaobject">
- <xsl:with-param name="object" select="$object"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$useobject='1'">
- <xsl:value-of select="$count"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="select.mediaobject.index">
- <xsl:with-param name="olist" select="$olist"/>
- <xsl:with-param name="count" select="$count + 1"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:if>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<doc:template name="is.acceptable.mediaobject" xmlns="">
-<refpurpose>Returns '1' if the specified media object is recognized.</refpurpose>
-
-<refdescription>
-<para>This template examines a media object and returns '1' if the
-object is recognized as a graphic.</para>
-</refdescription>
-
-<refparameter>
-<variablelist>
-<varlistentry><term>object</term>
-<listitem>
-<para>The media object to consider.</para>
-</listitem>
-</varlistentry>
-</variablelist>
-</refparameter>
-
-<refreturn>
-<para>0 or 1</para>
-</refreturn>
-</doc:template>
-
-<xsl:template name="is.acceptable.mediaobject">
- <xsl:param name="object"></xsl:param>
-
- <xsl:variable name="filename">
- <xsl:call-template name="mediaobject.filename">
- <xsl:with-param name="object" select="$object"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="ext">
- <xsl:call-template name="filename-extension">
- <xsl:with-param name="filename" select="$filename"/>
- </xsl:call-template>
- </xsl:variable>
-
- <!-- there will only be one -->
- <xsl:variable name="data" select="$object/videodata
- |$object/imagedata
- |$object/audiodata"/>
-
- <xsl:variable name="format" select="$data/@format"/>
-
- <xsl:variable name="graphic.format">
- <xsl:if test="$format">
- <xsl:call-template name="is.graphic.format">
- <xsl:with-param name="format" select="$format"/>
- </xsl:call-template>
- </xsl:if>
- </xsl:variable>
-
- <xsl:variable name="graphic.ext">
- <xsl:if test="$ext">
- <xsl:call-template name="is.graphic.extension">
- <xsl:with-param name="ext" select="$ext"/>
- </xsl:call-template>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when xmlns:svg="http://www.w3.org/2000/svg"
- test="$use.svg != 0 and $object/svg:*">1</xsl:when>
- <xsl:when test="$graphic.format = '1'">1</xsl:when>
- <xsl:when test="$graphic.ext = '1'">1</xsl:when>
- <xsl:otherwise>0</xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="mediaobject.filename">
- <xsl:param name="object"></xsl:param>
-
- <xsl:variable name="data" select="$object/videodata
- |$object/imagedata
- |$object/audiodata
- |$object"/>
-
- <xsl:variable name="filename">
- <xsl:choose>
- <xsl:when test="$data[@fileref]">
- <xsl:value-of select="$data/@fileref"/>
- </xsl:when>
- <xsl:when test="$data[@entityref]">
- <xsl:value-of select="unparsed-entity-uri($data/@entityref)"/>
- </xsl:when>
- <xsl:otherwise></xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="real.ext">
- <xsl:call-template name="filename-extension">
- <xsl:with-param name="filename" select="$filename"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="ext">
- <xsl:choose>
- <xsl:when test="$real.ext != ''">
- <xsl:value-of select="$real.ext"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$graphic.default.extension"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="graphic.ext">
- <xsl:call-template name="is.graphic.extension">
- <xsl:with-param name="ext" select="$ext"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$real.ext = ''">
- <xsl:choose>
- <xsl:when test="$ext != ''">
- <xsl:value-of select="$filename"/>
- <xsl:text>.</xsl:text>
- <xsl:value-of select="$ext"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$filename"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:when test="not($graphic.ext)">
- <xsl:choose>
- <xsl:when test="$graphic.default.extension != ''">
- <xsl:value-of select="$filename"/>
- <xsl:text>.</xsl:text>
- <xsl:value-of select="$graphic.default.extension"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$filename"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$filename"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ====================================================================== -->
-
-<doc:template name="check.id.unique" xmlns="">
-<refpurpose>Warn users about references to non-unique IDs</refpurpose>
-<refdescription>
-<para>If passed an ID in <varname>linkend</varname>,
-<function>check.id.unique</function> prints
-a warning message to the user if either the ID does not exist or
-the ID is not unique.</para>
-</refdescription>
-</doc:template>
-
-<xsl:template name="check.id.unique">
- <xsl:param name="linkend"></xsl:param>
- <xsl:if test="$linkend != ''">
- <xsl:variable name="targets" select="key('id',$linkend)"/>
- <xsl:variable name="target" select="$targets[1]"/>
-
- <xsl:if test="count($targets)=0">
- <xsl:message>
- <xsl:text>Error: no ID for constraint linkend: </xsl:text>
- <xsl:value-of select="$linkend"/>
- <xsl:text>.</xsl:text>
- </xsl:message>
- <!--
- <xsl:message>
- <xsl:text>If the ID exists in your document, did your </xsl:text>
- <xsl:text>XSLT Processor load the DTD?</xsl:text>
- </xsl:message>
- -->
- </xsl:if>
-
- <xsl:if test="count($targets)>1">
- <xsl:message>
- <xsl:text>Warning: multiple "IDs" for constraint linkend: </xsl:text>
- <xsl:value-of select="$linkend"/>
- <xsl:text>.</xsl:text>
- </xsl:message>
- </xsl:if>
- </xsl:if>
-</xsl:template>
-
-<doc:template name="check.idref.targets" xmlns="">
-<refpurpose>Warn users about incorrectly typed references</refpurpose>
-<refdescription>
-<para>If passed an ID in <varname>linkend</varname>,
-<function>check.idref.targets</function> makes sure that the element
-pointed to by the link is one of the elements listed in
-<varname>element-list</varname> and warns the user otherwise.</para>
-</refdescription>
-</doc:template>
-
-<xsl:template name="check.idref.targets">
- <xsl:param name="linkend"></xsl:param>
- <xsl:param name="element-list"></xsl:param>
- <xsl:if test="$linkend != ''">
- <xsl:variable name="targets" select="key('id',$linkend)"/>
- <xsl:variable name="target" select="$targets[1]"/>
-
- <xsl:if test="count($target) > 0">
- <xsl:if test="not(contains(concat(' ', $element-list, ' '), name($target)))">
- <xsl:message>
- <xsl:text>Error: linkend (</xsl:text>
- <xsl:value-of select="$linkend"/>
- <xsl:text>) points to "</xsl:text>
- <xsl:value-of select="name($target)"/>
- <xsl:text>" not (one of): </xsl:text>
- <xsl:value-of select="$element-list"/>
- </xsl:message>
- </xsl:if>
- </xsl:if>
- </xsl:if>
-</xsl:template>
-
-<!-- ====================================================================== -->
-<!-- Procedure Step Numeration -->
-
-<xsl:param name="procedure.step.numeration.formats" select="'1aiAI'"/>
-
-<xsl:template name="procedure.step.numeration">
- <xsl:param name="context" select="."/>
- <xsl:variable name="format.length"
- select="string-length($procedure.step.numeration.formats)"/>
- <xsl:choose>
- <xsl:when test="local-name($context) = 'substeps'">
- <xsl:variable name="ssdepth"
- select="count($context/ancestor::substeps)"/>
- <xsl:variable name="sstype" select="($ssdepth mod $format.length)+2"/>
- <xsl:choose>
- <xsl:when test="$sstype > $format.length">
- <xsl:value-of select="substring($procedure.step.numeration.formats,1,1)"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="substring($procedure.step.numeration.formats,$sstype,1)"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:when test="local-name($context) = 'step'">
- <xsl:variable name="sdepth"
- select="count($context/ancestor::substeps)"/>
- <xsl:variable name="stype" select="($sdepth mod $format.length)+1"/>
- <xsl:value-of select="substring($procedure.step.numeration.formats,$stype,1)"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>Unexpected context in procedure.step.numeration: </xsl:text>
- <xsl:value-of select="local-name($context)"/>
- </xsl:message>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="step" mode="number">
- <xsl:param name="rest" select="''"/>
- <xsl:param name="recursive" select="1"/>
- <xsl:variable name="format">
- <xsl:call-template name="procedure.step.numeration"/>
- </xsl:variable>
- <xsl:variable name="num">
- <xsl:number count="step" format="{$format}"/>
- </xsl:variable>
- <xsl:choose>
- <xsl:when test="$recursive != 0 and ancestor::step">
- <xsl:apply-templates select="ancestor::step[1]" mode="number">
- <xsl:with-param name="rest" select="concat('.', $num, $rest)"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="concat($num, $rest)"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ====================================================================== -->
-<!-- OrderedList Numeration -->
-
-<xsl:template name="orderedlist-starting-number">
- <xsl:param name="list" select="."/>
- <xsl:choose>
- <xsl:when test="not($list/@continuation = 'continues')">1</xsl:when>
- <xsl:otherwise>
- <xsl:variable name="prevlist"
- select="$list/preceding::orderedlist[1]"/>
- <xsl:choose>
- <xsl:when test="count($prevlist) = 0">2</xsl:when>
- <xsl:otherwise>
- <xsl:variable name="prevlength" select="count($prevlist/listitem)"/>
- <xsl:variable name="prevstart">
- <xsl:call-template name="orderedlist-starting-number">
- <xsl:with-param name="list" select="$prevlist"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:value-of select="$prevstart + $prevlength"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="orderedlist-item-number">
- <!-- context node must be a listitem in an orderedlist -->
- <xsl:param name="node" select="."/>
-
- <xsl:choose>
- <xsl:when test="$node/@override">
- <xsl:value-of select="$node/@override"/>
- </xsl:when>
- <xsl:when test="$node/preceding-sibling::listitem">
- <xsl:variable name="pnum">
- <xsl:call-template name="orderedlist-item-number">
- <xsl:with-param name="node" select="$node/preceding-sibling::listitem[1]"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:value-of select="$pnum + 1"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="orderedlist-starting-number">
- <xsl:with-param name="list" select="parent::*"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="next.numeration">
- <xsl:param name="numeration" select="'default'"/>
- <xsl:choose>
- <!-- Change this list if you want to change the order of numerations -->
- <xsl:when test="$numeration = 'arabic'">loweralpha</xsl:when>
- <xsl:when test="$numeration = 'loweralpha'">lowerroman</xsl:when>
- <xsl:when test="$numeration = 'lowerroman'">upperalpha</xsl:when>
- <xsl:when test="$numeration = 'upperalpha'">upperroman</xsl:when>
- <xsl:when test="$numeration = 'upperroman'">arabic</xsl:when>
- <xsl:otherwise>arabic</xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="list.numeration">
- <xsl:param name="node" select="."/>
-
- <xsl:choose>
- <xsl:when test="$node/@numeration">
- <xsl:value-of select="$node/@numeration"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="$node/ancestor::orderedlist">
- <xsl:call-template name="next.numeration">
- <xsl:with-param name="numeration">
- <xsl:call-template name="list.numeration">
- <xsl:with-param name="node" select="$node/ancestor::orderedlist[1]"/>
- </xsl:call-template>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="next.numeration"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ====================================================================== -->
-<!-- ItemizedList "Numeration" -->
-
-<xsl:template name="next.itemsymbol">
- <xsl:param name="itemsymbol" select="'default'"/>
- <xsl:choose>
- <!-- Change this list if you want to change the order of symbols -->
- <xsl:when test="$itemsymbol = 'disc'">circle</xsl:when>
- <xsl:when test="$itemsymbol = 'round'">square</xsl:when>
- <xsl:otherwise>disc</xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="list.itemsymbol">
- <xsl:param name="node" select="."/>
-
- <xsl:choose>
- <xsl:when test="$node/@mark">
- <xsl:value-of select="$node/@mark"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="$node/ancestor::itemizedlist">
- <xsl:call-template name="next.itemsymbol">
- <xsl:with-param name="itemsymbol">
- <xsl:call-template name="list.itemsymbol">
- <xsl:with-param name="node" select="$node/ancestor::itemizedlist[1]"/>
- </xsl:call-template>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="next.itemsymbol"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ====================================================================== -->
-
-<doc:template name="copyright.years" xmlns="">
-<refpurpose>Print a set of years with collapsed ranges</refpurpose>
-
-<refdescription>
-<para>This template prints a list of year elements with consecutive
-years printed as a range. In other words:</para>
-
-<screen><![CDATA[<year>1992</year>
-<year>1993</year>
-<year>1994</year>]]></screen>
-
-<para>is printed <quote>1992-1994</quote>, whereas:</para>
-
-<screen><![CDATA[<year>1992</year>
-<year>1994</year>]]></screen>
-
-<para>is printed <quote>1992, 1994</quote>.</para>
-
-<para>This template assumes that all the year elements contain only
-decimal year numbers, that the elements are sorted in increasing
-numerical order, that there are no duplicates, and that all the years
-are expressed in full <quote>century+year</quote>
-(<quote>1999</quote> not <quote>99</quote>) notation.</para>
-</refdescription>
-
-<refparameter>
-<variablelist>
-<varlistentry><term>years</term>
-<listitem>
-<para>The initial set of year elements.</para>
-</listitem>
-</varlistentry>
-<varlistentry><term>print.ranges</term>
-<listitem>
-<para>If non-zero, multi-year ranges are collapsed. If zero, all years
-are printed discretely.</para>
-</listitem>
-</varlistentry>
-<varlistentry><term>single.year.ranges</term>
-<listitem>
-<para>If non-zero, two consecutive years will be printed as a range,
-otherwise, they will be printed discretely. In other words, a single
-year range is <quote>1991-1992</quote> but discretely it's
-<quote>1991, 1992</quote>.</para>
-</listitem>
-</varlistentry>
-</variablelist>
-</refparameter>
-
-<refreturn>
-<para>This template returns the formatted list of years.</para>
-</refreturn>
-</doc:template>
-
-<xsl:template name="copyright.years">
- <xsl:param name="years"/>
- <xsl:param name="print.ranges" select="1"/>
- <xsl:param name="single.year.ranges" select="0"/>
- <xsl:param name="firstyear" select="0"/>
- <xsl:param name="nextyear" select="0"/>
-
- <!--
- <xsl:message terminate="no">
- <xsl:text>CY: </xsl:text>
- <xsl:value-of select="count($years)"/>
- <xsl:text>, </xsl:text>
- <xsl:value-of select="$firstyear"/>
- <xsl:text>, </xsl:text>
- <xsl:value-of select="$nextyear"/>
- <xsl:text>, </xsl:text>
- <xsl:value-of select="$print.ranges"/>
- <xsl:text>, </xsl:text>
- <xsl:value-of select="$single.year.ranges"/>
- <xsl:text> (</xsl:text>
- <xsl:value-of select="$years[1]"/>
- <xsl:text>)</xsl:text>
- </xsl:message>
- -->
-
- <xsl:choose>
- <xsl:when test="$print.ranges = 0">
- <xsl:choose>
- <xsl:when test="count($years) = 1">
- <xsl:apply-templates select="$years[1]" mode="titlepage.mode"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="$years[1]" mode="titlepage.mode"/>
- <xsl:text>, </xsl:text>
- <xsl:call-template name="copyright.years">
- <xsl:with-param name="years"
- select="$years[position() > 1]"/>
- <xsl:with-param name="print.ranges" select="$print.ranges"/>
- <xsl:with-param name="single.year.ranges"
- select="$single.year.ranges"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:when test="count($years) = 0">
- <xsl:variable name="lastyear" select="$nextyear - 1"/>
- <xsl:choose>
- <xsl:when test="$firstyear = 0">
- <!-- there weren't any years at all -->
- </xsl:when>
- <xsl:when test="$firstyear = $lastyear">
- <xsl:value-of select="$firstyear"/>
- </xsl:when>
- <xsl:when test="$single.year.ranges = 0
- and $lastyear = $firstyear + 1">
- <xsl:value-of select="$firstyear"/>
- <xsl:text>, </xsl:text>
- <xsl:value-of select="$lastyear"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$firstyear"/>
- <xsl:text>-</xsl:text>
- <xsl:value-of select="$lastyear"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:when test="$firstyear = 0">
- <xsl:call-template name="copyright.years">
- <xsl:with-param name="years"
- select="$years[position() > 1]"/>
- <xsl:with-param name="firstyear" select="$years[1]"/>
- <xsl:with-param name="nextyear" select="$years[1] + 1"/>
- <xsl:with-param name="print.ranges" select="$print.ranges"/>
- <xsl:with-param name="single.year.ranges"
- select="$single.year.ranges"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$nextyear = $years[1]">
- <xsl:call-template name="copyright.years">
- <xsl:with-param name="years"
- select="$years[position() > 1]"/>
- <xsl:with-param name="firstyear" select="$firstyear"/>
- <xsl:with-param name="nextyear" select="$nextyear + 1"/>
- <xsl:with-param name="print.ranges" select="$print.ranges"/>
- <xsl:with-param name="single.year.ranges"
- select="$single.year.ranges"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <!-- we have years left, but they aren't in the current range -->
- <xsl:choose>
- <xsl:when test="$nextyear = $firstyear + 1">
- <xsl:value-of select="$firstyear"/>
- <xsl:text>, </xsl:text>
- </xsl:when>
- <xsl:when test="$single.year.ranges = 0
- and $nextyear = $firstyear + 2">
- <xsl:value-of select="$firstyear"/>
- <xsl:text>, </xsl:text>
- <xsl:value-of select="$nextyear - 1"/>
- <xsl:text>, </xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$firstyear"/>
- <xsl:text>-</xsl:text>
- <xsl:value-of select="$nextyear - 1"/>
- <xsl:text>, </xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- <xsl:call-template name="copyright.years">
- <xsl:with-param name="years"
- select="$years[position() > 1]"/>
- <xsl:with-param name="firstyear" select="$years[1]"/>
- <xsl:with-param name="nextyear" select="$years[1] + 1"/>
- <xsl:with-param name="print.ranges" select="$print.ranges"/>
- <xsl:with-param name="single.year.ranges"
- select="$single.year.ranges"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ====================================================================== -->
-
-<doc:template name="find.path.params" xmlns="">
-<refpurpose>Search in a table for the "best" match for the node</refpurpose>
-
-<refdescription>
-<para>This template searches in a table for the value that most-closely
-(in the typical best-match sense of XSLT) matches the current (element)
-node location.</para>
-</refdescription>
-</doc:template>
-
-<xsl:template name="find.path.params">
- <xsl:param name="node" select="."/>
- <xsl:param name="table" select="''"/>
- <xsl:param name="location">
- <xsl:call-template name="xpath.location">
- <xsl:with-param name="node" select="$node"/>
- </xsl:call-template>
- </xsl:param>
-
- <xsl:variable name="value">
- <xsl:call-template name="lookup.key">
- <xsl:with-param name="key" select="$location"/>
- <xsl:with-param name="table" select="$table"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$value != ''">
- <xsl:value-of select="$value"/>
- </xsl:when>
- <xsl:when test="contains($location, '/')">
- <xsl:call-template name="find.path.params">
- <xsl:with-param name="node" select="$node"/>
- <xsl:with-param name="table" select="$table"/>
- <xsl:with-param name="location" select="substring-after($location, '/')"/>
- </xsl:call-template>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/common/cs.xml b/wicket-userdocs/lib/docbook-xsl/common/cs.xml
deleted file mode 100644
index b821b31..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/cs.xml
+++ /dev/null
@@ -1,426 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="cs" english-language-name="Czech">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Abstrakt"/>
- <l:gentext key="abstract" text="Abstrakt"/>
- <l:gentext key="Answer" text="Odpověď:"/>
- <l:gentext key="answer" text="Odpověď:"/>
- <l:gentext key="Appendix" text="Příloha"/>
- <l:gentext key="appendix" text="Příloha"/>
- <l:gentext key="Article" text="Článek"/>
- <l:gentext key="article" text="Článek"/>
- <l:gentext key="Bibliography" text="Bibliografie"/>
- <l:gentext key="bibliography" text="Bibliografie"/>
- <l:gentext key="Book" text="Kniha"/>
- <l:gentext key="book" text="Kniha"/>
- <l:gentext key="CAUTION" text="Výstraha"/>
- <l:gentext key="Caution" text="Výstraha"/>
- <l:gentext key="caution" text="Výstraha"/>
- <l:gentext key="Chapter" text="Kapitola"/>
- <l:gentext key="chapter" text="Kapitola"/>
- <l:gentext key="Colophon" text="Tiráž"/>
- <l:gentext key="colophon" text="Tiráž"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Věnování"/>
- <l:gentext key="dedication" text="Věnování"/>
- <l:gentext key="Edition" text="Vydání"/>
- <l:gentext key="edition" text="Vydání"/>
- <l:gentext key="Equation" text="Rovnice"/>
- <l:gentext key="equation" text="Rovnice"/>
- <l:gentext key="Example" text="Příklad"/>
- <l:gentext key="example" text="Příklad"/>
- <l:gentext key="Figure" text="Obrázek"/>
- <l:gentext key="figure" text="Obrázek"/>
- <l:gentext key="Glossary" text="Slovník"/>
- <l:gentext key="glossary" text="Slovník"/>
- <l:gentext key="GlossSee" text="Viz"/>
- <l:gentext key="glosssee" text="Viz"/>
- <l:gentext key="GlossSeeAlso" text="Viz též"/>
- <l:gentext key="glossseealso" text="Viz též"/>
- <l:gentext key="IMPORTANT" text="Důležité"/>
- <l:gentext key="Important" text="Důležité"/>
- <l:gentext key="important" text="Důležité"/>
- <l:gentext key="Index" text="Rejstřík"/>
- <l:gentext key="index" text="Rejstřík"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Právní doložka"/>
- <l:gentext key="legalnotice" text="Právní doložka"/>
- <l:gentext key="MsgAud" text="Publikum"/>
- <l:gentext key="msgaud" text="Publikum"/>
- <l:gentext key="MsgLevel" text="Úroveň"/>
- <l:gentext key="msglevel" text="Úroveň"/>
- <l:gentext key="MsgOrig" text="Původ"/>
- <l:gentext key="msgorig" text="Původ"/>
- <l:gentext key="NOTE" text="Poznámka"/>
- <l:gentext key="Note" text="Poznámka"/>
- <l:gentext key="note" text="Poznámka"/>
- <l:gentext key="Part" text="Část"/>
- <l:gentext key="part" text="Část"/>
- <l:gentext key="Preface" text="Předmluva"/>
- <l:gentext key="preface" text="Předmluva"/>
- <l:gentext key="Procedure" text="Postup"/>
- <l:gentext key="procedure" text="Postup"/>
- <l:gentext key="ProductionSet" text="Produkce"/>
- <l:gentext key="Published" text="Vydáno"/>
- <l:gentext key="published" text="Vydáno"/>
- <l:gentext key="Question" text="Otázka:"/>
- <l:gentext key="question" text="Otázka:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Odkaz"/>
- <l:gentext key="reference" text="Odkaz"/>
- <l:gentext key="RefName" text="Jméno"/>
- <l:gentext key="refname" text="Jméno"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Přehled"/>
- <l:gentext key="refsynopsisdiv" text="Přehled"/>
- <l:gentext key="RevHistory" text="Přehled revizí"/>
- <l:gentext key="revhistory" text="Přehled revizí"/>
- <l:gentext key="Revision" text="Revize"/>
- <l:gentext key="revision" text="Revize"/>
- <l:gentext key="sect1" text="Oddíl"/>
- <l:gentext key="sect2" text="Oddíl"/>
- <l:gentext key="sect3" text="Oddíl"/>
- <l:gentext key="sect4" text="Oddíl"/>
- <l:gentext key="sect5" text="Oddíl"/>
- <l:gentext key="Section" text="Oddíl"/>
- <l:gentext key="section" text="Oddíl"/>
- <l:gentext key="See" text="Viz"/>
- <l:gentext key="see" text="Viz"/>
- <l:gentext key="SeeAlso" text="Viz též"/>
- <l:gentext key="Seealso" text="Viz též"/>
- <l:gentext key="seealso" text="Viz též"/>
- <l:gentext key="Set" text="Sada"/>
- <l:gentext key="set" text="Sada"/>
- <l:gentext key="SetIndex" text="Rejstřík sady"/>
- <l:gentext key="setindex" text="Rejstřík sady"/>
- <l:gentext key="Sidebar" text="Marginálie"/>
- <l:gentext key="sidebar" text="Marginálie"/>
- <l:gentext key="Step" text="Krok"/>
- <l:gentext key="step" text="krok"/>
- <l:gentext key="Table" text="Tabulka"/>
- <l:gentext key="table" text="Tabulka"/>
- <l:gentext key="TIP" text="Tip"/>
- <l:gentext key="Tip" text="Tip"/>
- <l:gentext key="tip" text="Tip"/>
- <l:gentext key="WARNING" text="Varování"/>
- <l:gentext key="Warning" text="Varování"/>
- <l:gentext key="warning" text="Varování"/>
- <l:gentext key="and" text="a"/>
- <l:gentext key="by" text=""/>
- <l:gentext key="Edited" text="Vydáno"/>
- <l:gentext key="edited" text="Vydáno"/>
- <l:gentext key="Editedby" text="Sestavil"/>
- <l:gentext key="editedby" text="Sestavil"/>
- <l:gentext key="in" text="v"/>
- <l:gentext key="lastlistcomma" text=""/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="neexistující prvek"/>
- <l:gentext key="notes" text="Poznámky"/>
- <l:gentext key="Notes" text="Poznámky"/>
- <l:gentext key="Pgs" text="Str."/>
- <l:gentext key="pgs" text="Str."/>
- <l:gentext key="Revisedby" text="Revidoval: "/>
- <l:gentext key="revisedby" text="Revidoval: "/>
- <l:gentext key="TableNotes" text="Poznámky"/>
- <l:gentext key="tablenotes" text="Poznámky"/>
- <l:gentext key="TableofContents" text="Obsah"/>
- <l:gentext key="tableofcontents" text="Obsah"/>
- <l:gentext key="unexpectedelementname" text="Neočekávané jméno prvku"/>
- <l:gentext key="unsupported" text="nepodporovaný"/>
- <l:gentext key="xrefto" text="xref k"/>
- <l:gentext key="listofequations" text="Seznam rovnic"/>
- <l:gentext key="ListofEquations" text="Seznam rovnic"/>
- <l:gentext key="ListofExamples" text="Seznam příkladů"/>
- <l:gentext key="listofexamples" text="Seznam příkladů"/>
- <l:gentext key="ListofFigures" text="Seznam obrázků"/>
- <l:gentext key="listoffigures" text="Seznam obrázků"/>
- <l:gentext key="listoftables" text="Seznam tabulek"/>
- <l:gentext key="ListofTables" text="Seznam tabulek"/>
- <l:gentext key="ListofUnknown" text="Seznam neznámého"/>
- <l:gentext key="listofunknown" text="Seznam neznámého"/>
- <l:gentext key="nav-home" text="Domů"/>
- <l:gentext key="nav-next" text="Další"/>
- <l:gentext key="nav-next-sibling" text="Rychle dopředu"/>
- <l:gentext key="nav-prev" text="Předcházející"/>
- <l:gentext key="nav-prev-sibling" text="Rychle zpět"/>
- <l:gentext key="nav-up" text="Nahoru"/>
- <l:gentext key="sectioncalled" text="oddíl nazvaný"/>
- <l:gentext key="Draft" text="Návrh"/>
- <l:gentext key="above" text="nad"/>
- <l:gentext key="below" text="pod"/>
- <l:gentext key="index symbols" text="Symboly"/>
- <l:gentext key="lowercase.alpha" text="aábcčdďeéěfghiíjklmnoópqrřsštťuúůvwxyýzž"/>
- <l:gentext key="uppercase.alpha" text="AÁBCČDĎEÉĚFGHIÍJKLMNOÓPQRŘSŠTŤUÚŮVWXYÝZŽ"/>
- <l:dingbat key="startquote" text="„"/>
- <l:dingbat key="endquote" text="“"/>
- <l:dingbat key="nestedstartquote" text="‚"/>
- <l:dingbat key="nestedendquote" text="‘"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Příloha %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapitola %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Rovnice %n. %t"/>
- <l:template name="example" text="Příklad %n. %t"/>
- <l:template name="figure" text="Obrázek %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Část %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Postup %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Produkce %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabulka %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Příloha %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Kapitola %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%n"/>
- <l:template name="appendix" text="%n – „%t“"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="%n – „%t“"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="%n"/>
- <l:template name="example" text="%n"/>
- <l:template name="figure" text="%n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="%n – „%t“"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="%n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="„%t“"/>
- <l:template name="refsection" text="„%t“"/>
- <l:template name="refsect1" text="„%t“"/>
- <l:template name="refsect2" text="„%t“"/>
- <l:template name="refsect3" text="„%t“"/>
- <l:template name="sect1" text="„%t“"/>
- <l:template name="sect2" text="„%t“"/>
- <l:template name="sect3" text="„%t“"/>
- <l:template name="sect4" text="„%t“"/>
- <l:template name="sect5" text="„%t“"/>
- <l:template name="section" text="„%t“"/>
- <l:template name="simplesect" text="„%t“"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="%n"/>
- <l:template name="refsection" text="„%t“"/>
- <l:template name="refsect1" text="„%t“"/>
- <l:template name="refsect2" text="„%t“"/>
- <l:template name="refsect3" text="„%t“"/>
- <l:template name="sect1" text="%n"/>
- <l:template name="sect2" text="%n"/>
- <l:template name="sect3" text="%n"/>
- <l:template name="sect4" text="%n"/>
- <l:template name="sect5" text="%n"/>
- <l:template name="section" text="%n"/>
- <l:template name="simplesect" text="„%t“"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" a "/>
- <l:template name="seplast" text=" a "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Viz "/>
- <l:template name="seealso" text="Viz též "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Publikum: "/>
- <l:template name="MsgLevel" text="Úroveň: "/>
- <l:template name="MsgOrig" text="Původ: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/da.xml b/wicket-userdocs/lib/docbook-xsl/common/da.xml
deleted file mode 100644
index 5ea7aa3..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/da.xml
+++ /dev/null
@@ -1,427 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="da" english-language-name="Danish">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Resumé"/>
- <l:gentext key="abstract" text="resumé"/>
- <l:gentext key="Answer" text="Svar"/>
- <l:gentext key="answer" text="svar"/>
- <l:gentext key="Appendix" text="Appendiks"/>
- <l:gentext key="appendix" text="appendiks"/>
- <l:gentext key="Article" text="Artikel"/>
- <l:gentext key="article" text="artikel"/>
- <l:gentext key="Bibliography" text="Litteraturliste"/>
- <l:gentext key="bibliography" text="litteraturliste"/>
- <l:gentext key="Book" text="Bog"/>
- <l:gentext key="book" text="bog"/>
- <l:gentext key="CAUTION" text="PAS PÅ"/>
- <l:gentext key="Caution" text="Pas på"/>
- <l:gentext key="caution" text="pas på"/>
- <l:gentext key="Chapter" text="Kapitel"/>
- <l:gentext key="chapter" text="kapitel"/>
- <l:gentext key="Colophon" text="Kolofon"/>
- <l:gentext key="colophon" text="kolofon"/>
- <l:gentext key="Copyright" text="Ophavsret"/>
- <l:gentext key="copyright" text="ophavsret"/>
- <l:gentext key="Dedication" text="Tilegnet"/>
- <l:gentext key="dedication" text="tilegnet"/>
- <l:gentext key="Edition" text="Udgave"/>
- <l:gentext key="edition" text="udgave"/>
- <l:gentext key="Equation" text="Ligning"/>
- <l:gentext key="equation" text="ligning"/>
- <l:gentext key="Example" text="Eksempel"/>
- <l:gentext key="example" text="eksempel"/>
- <l:gentext key="Figure" text="Figur"/>
- <l:gentext key="figure" text="figur"/>
- <l:gentext key="Glossary" text="Ordliste"/>
- <l:gentext key="glossary" text="ordliste"/>
- <l:gentext key="GlossSee" text="Se"/>
- <l:gentext key="glosssee" text="se"/>
- <l:gentext key="GlossSeeAlso" text="Se også"/>
- <l:gentext key="glossseealso" text="se også"/>
- <l:gentext key="IMPORTANT" text="VIGTIGT"/>
- <l:gentext key="Important" text="Vigtigt"/>
- <l:gentext key="important" text="vigtigt"/>
- <l:gentext key="Index" text="Stikordsregister"/>
- <l:gentext key="index" text="stikordsregister"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Retslig note"/>
- <l:gentext key="legalnotice" text="retslig note"/>
- <l:gentext key="MsgAud" text="Målgruppe"/>
- <l:gentext key="msgaud" text="målgruppe"/>
- <l:gentext key="MsgLevel" text="Niveau"/>
- <l:gentext key="msglevel" text="niveau"/>
- <l:gentext key="MsgOrig" text="Grundlag"/>
- <l:gentext key="msgorig" text="grundlag"/>
- <l:gentext key="NOTE" text="BEMÆRK"/>
- <l:gentext key="Note" text="Bemærk"/>
- <l:gentext key="note" text="bemærk"/>
- <l:gentext key="Part" text="Del"/>
- <l:gentext key="part" text="del"/>
- <l:gentext key="Preface" text="Forord"/>
- <l:gentext key="preface" text="forord"/>
- <l:gentext key="Procedure" text="Procedure"/>
- <l:gentext key="procedure" text="procedure"/>
- <l:gentext key="ProductionSet" text="Produktion"/>
- <l:gentext key="Published" text="Udgivet"/>
- <l:gentext key="published" text="udgivet"/>
- <l:gentext key="Question" text="Spørgsmål"/>
- <l:gentext key="question" text="spørgsmål"/>
- <l:gentext key="RefEntry" text="Punkt"/>
- <l:gentext key="refentry" text="punkt"/>
- <l:gentext key="Reference" text="Henvisning"/>
- <l:gentext key="reference" text="henvisning"/>
- <l:gentext key="RefName" text="Navn"/>
- <l:gentext key="refname" text="navn"/>
- <l:gentext key="RefSection" text="Afsnit"/>
- <l:gentext key="refsection" text="afsnit"/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="synopsis"/>
- <l:gentext key="RevHistory" text="Revisionshistorie"/>
- <l:gentext key="revhistory" text="revisionshistorie"/>
- <l:gentext key="revision" text="revision"/>
- <l:gentext key="Revision" text="Revision"/>
- <l:gentext key="sect1" text="Afsnit"/>
- <l:gentext key="sect2" text="Afsnit"/>
- <l:gentext key="sect3" text="Afsnit"/>
- <l:gentext key="sect4" text="Afsnit"/>
- <l:gentext key="sect5" text="Afsnit"/>
- <l:gentext key="section" text="afsnit"/>
- <l:gentext key="Section" text="Afsnit"/>
- <l:gentext key="See" text="Se"/>
- <l:gentext key="see" text="se"/>
- <l:gentext key="SeeAlso" text="Se også"/>
- <l:gentext key="seealso" text="se også"/>
- <l:gentext key="Seealso" text="Se også"/>
- <l:gentext key="set" text="sæt"/>
- <l:gentext key="Set" text="Sæt"/>
- <l:gentext key="setindex" text="sæt indeks"/>
- <l:gentext key="SetIndex" text="Sæt indeks"/>
- <l:gentext key="Sidebar" text="Sidebjælke"/>
- <l:gentext key="sidebar" text="sidebjælke"/>
- <l:gentext key="step" text="trin"/>
- <l:gentext key="Step" text="Trin"/>
- <l:gentext key="Table" text="Tabel"/>
- <l:gentext key="table" text="tabel"/>
- <l:gentext key="tip" text="vink"/>
- <l:gentext key="TIP" text="VINK"/>
- <l:gentext key="Tip" text="Vink"/>
- <l:gentext key="Warning" text="Advarsel"/>
- <l:gentext key="warning" text="advarsel"/>
- <l:gentext key="WARNING" text="ADVARSEL"/>
- <l:gentext key="and" text="og"/>
- <l:gentext key="by" text="af"/>
- <l:gentext key="Edited" text="Redigeret"/>
- <l:gentext key="edited" text="redigeret"/>
- <l:gentext key="Editedby" text="Redigeret af"/>
- <l:gentext key="editedby" text="redigeret af"/>
- <l:gentext key="in" text="i"/>
- <l:gentext key="lastlistcomma" text=" og "/>
- <l:gentext key="listcomma" text=", "/>
- <l:gentext key="nonexistantelement" text="ikke-eksisterende element"/>
- <l:gentext key="notes" text="slutbemærkning:"/>
- <l:gentext key="Notes" text="Slutbemærkning:"/>
- <l:gentext key="Pgs" text="Siderne"/>
- <l:gentext key="pgs" text="siderne"/>
- <l:gentext key="Revisedby" text="Revideret af: "/>
- <l:gentext key="revisedby" text="revideret af: "/>
- <l:gentext key="TableNotes" text="Noter:"/>
- <l:gentext key="tablenotes" text="noter:"/>
- <l:gentext key="TableofContents" text="Indholdsfortegnelse"/>
- <l:gentext key="tableofcontents" text="indholdsfortegnelse"/>
- <l:gentext key="unexpectedelementname" text="uventet elementnavn"/>
- <l:gentext key="unsupported" text="ikke understøttet"/>
- <l:gentext key="xrefto" text="krydshenvisning til"/>
- <l:gentext key="listofequations" text="ligningsliste"/>
- <l:gentext key="ListofEquations" text="Ligningsliste"/>
- <l:gentext key="ListofExamples" text="Eksempelliste"/>
- <l:gentext key="listofexamples" text="eksempelliste"/>
- <l:gentext key="ListofFigures" text="Figurliste"/>
- <l:gentext key="listoffigures" text="figurliste"/>
- <l:gentext key="listoftables" text="tabelliste"/>
- <l:gentext key="ListofTables" text="Tabelliste"/>
- <l:gentext key="ListofUnknown" text="Liste over ukendte"/>
- <l:gentext key="listofunknown" text="liste over ukendte"/>
- <l:gentext key="nav-home" text="hjem"/>
- <l:gentext key="nav-next" text="næste"/>
- <l:gentext key="nav-next-sibling" text="hurtigt fremad"/>
- <l:gentext key="nav-prev" text="forrige"/>
- <l:gentext key="nav-prev-sibling" text="hurtigt tilbage"/>
- <l:gentext key="nav-up" text="op"/>
- <l:gentext key="Draft" text="Kladde"/>
- <l:gentext key="above" text="over"/>
- <l:gentext key="below" text="under"/>
- <l:gentext key="sectioncalled" text="afsnittet der hedder"/>
- <l:gentext key="index symbols" text="symboler"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyzæøå"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZÆØÅ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Appendiks %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapitel %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Ligning %n. %t"/>
- <l:template name="example" text="Eksempel %n. %t"/>
- <l:template name="figure" text="Figur %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Del %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedure %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Produktion %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Spørgsmål %n"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabel %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Appendiks %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Kapitel %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Svar %n"/>
- <l:template name="appendix" text="Appendiks %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapitel %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Ligning %n"/>
- <l:template name="example" text="Eksempel %n"/>
- <l:template name="figure" text="Figur %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Del %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedure %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Spørgsmål %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Spørgsmål %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabel %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="afsnittet der hedder “%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Afsnit %n"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Afsnit %n"/>
- <l:template name="sect2" text="Afsnit %n"/>
- <l:template name="sect3" text="Afsnit %n"/>
- <l:template name="sect4" text="Afsnit %n"/>
- <l:template name="sect5" text="Afsnit %n"/>
- <l:template name="section" text="Afsnit %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" og "/>
- <l:template name="seplast" text=" og og "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Se "/>
- <l:template name="seealso" text="Se også "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Målgruppe: "/>
- <l:template name="MsgLevel" text="Niveau: "/>
- <l:template name="MsgOrig" text="Grundlag: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/de.xml b/wicket-userdocs/lib/docbook-xsl/common/de.xml
deleted file mode 100644
index a2d7e6a..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/de.xml
+++ /dev/null
@@ -1,426 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="de" english-language-name="German">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Zusammenfassung"/>
- <l:gentext key="abstract" text="Zusammenfassung"/>
- <l:gentext key="Answer" text="A:"/>
- <l:gentext key="answer" text="A:"/>
- <l:gentext key="Appendix" text="Anhang"/>
- <l:gentext key="appendix" text="Anhang"/>
- <l:gentext key="Article" text="Artikel"/>
- <l:gentext key="article" text="Artikel"/>
- <l:gentext key="Bibliography" text="Literaturverzeichnis"/>
- <l:gentext key="bibliography" text="Literaturverzeichnis"/>
- <l:gentext key="Book" text="Buch"/>
- <l:gentext key="book" text="Buch"/>
- <l:gentext key="Caution" text="Achtung"/>
- <l:gentext key="caution" text="Achtung"/>
- <l:gentext key="CAUTION" text="ACHTUNG"/>
- <l:gentext key="Chapter" text="Kapitel"/>
- <l:gentext key="chapter" text="Kapitel"/>
- <l:gentext key="Colophon" text="Kolophon"/>
- <l:gentext key="colophon" text="Kolophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Widmung"/>
- <l:gentext key="dedication" text="Widmung"/>
- <l:gentext key="Edition" text="Ausgabe"/>
- <l:gentext key="edition" text="Ausgabe"/>
- <l:gentext key="Equation" text="Gleichung"/>
- <l:gentext key="equation" text="Gleichung"/>
- <l:gentext key="Example" text="Beispiel"/>
- <l:gentext key="example" text="Beispiel"/>
- <l:gentext key="Figure" text="Abbildung"/>
- <l:gentext key="figure" text="Abbildung"/>
- <l:gentext key="Glossary" text="Glossar"/>
- <l:gentext key="glossary" text="Glossar"/>
- <l:gentext key="GlossSee" text="Siehe"/>
- <l:gentext key="glosssee" text="Siehe"/>
- <l:gentext key="GlossSeeAlso" text="Siehe auch"/>
- <l:gentext key="glossseealso" text="Siehe auch"/>
- <l:gentext key="IMPORTANT" text="WICHTIG"/>
- <l:gentext key="Important" text="Wichtig"/>
- <l:gentext key="important" text="Wichtig"/>
- <l:gentext key="Index" text="Stichwortverzeichnis"/>
- <l:gentext key="index" text="Stichwortverzeichnis"/>
- <l:gentext key="index symbols" text="Symbole"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Rechtlicher Hinweis"/>
- <l:gentext key="legalnotice" text="Rechtlicher Hinweis"/>
- <l:gentext key="MsgAud" text="Zielgruppe"/>
- <l:gentext key="msgaud" text="Zielgruppe"/>
- <l:gentext key="MsgLevel" text="Dringlichkeit"/>
- <l:gentext key="msglevel" text="Dringlichkeit"/>
- <l:gentext key="MsgOrig" text="Ursprung"/>
- <l:gentext key="msgorig" text="Ursprung"/>
- <l:gentext key="note" text="Anmerkung"/>
- <l:gentext key="NOTE" text="ANMERKUNG"/>
- <l:gentext key="Note" text="Anmerkung"/>
- <l:gentext key="part" text="Teil"/>
- <l:gentext key="Part" text="Teil"/>
- <l:gentext key="Preface" text="Vorwort"/>
- <l:gentext key="preface" text="Vorwort"/>
- <l:gentext key="Procedure" text="Prozedur"/>
- <l:gentext key="procedure" text="Prozedur"/>
- <l:gentext key="ProductionSet" text="Produktion"/>
- <l:gentext key="Published" text="Veröffentlicht"/>
- <l:gentext key="published" text="Veröffentlicht"/>
- <l:gentext key="Question" text="F:"/>
- <l:gentext key="question" text="F:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Verweis"/>
- <l:gentext key="reference" text="Verweis"/>
- <l:gentext key="refname" text="Name"/>
- <l:gentext key="RefName" text="Name"/>
- <l:gentext key="RefSection" text="Abschnitt"/>
- <l:gentext key="refsection" text="Abschnitt"/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="Synopsis"/>
- <l:gentext key="RevHistory" text="Versionsgeschichte"/>
- <l:gentext key="revhistory" text="Versionsgeschichte"/>
- <l:gentext key="Revision" text="Version"/>
- <l:gentext key="revision" text="Version"/>
- <l:gentext key="Section" text="Abschnitt"/>
- <l:gentext key="section" text="Abschnitt"/>
- <l:gentext key="sect1" text="Abschnitt"/>
- <l:gentext key="sect2" text="Abschnitt"/>
- <l:gentext key="sect3" text="Abschnitt"/>
- <l:gentext key="sect4" text="Abschnitt"/>
- <l:gentext key="sect5" text="Abschnitt"/>
- <l:gentext key="see" text="Siehe"/>
- <l:gentext key="See" text="Siehe"/>
- <l:gentext key="SeeAlso" text="Siehe auch"/>
- <l:gentext key="seealso" text="Siehe auch"/>
- <l:gentext key="Seealso" text="Siehe auch"/>
- <l:gentext key="Set" text="Satz"/>
- <l:gentext key="set" text="Satz"/>
- <l:gentext key="setindex" text="Stichwortverzeichnis"/>
- <l:gentext key="SetIndex" text="Stichwortverzeichnis"/>
- <l:gentext key="sidebar" text="randnotiz"/>
- <l:gentext key="Sidebar" text="Randnotiz"/>
- <l:gentext key="Step" text="Schritt"/>
- <l:gentext key="step" text="Schritt"/>
- <l:gentext key="table" text="Tabelle"/>
- <l:gentext key="Table" text="Tabelle"/>
- <l:gentext key="TIP" text="TIPP"/>
- <l:gentext key="Tip" text="Tipp"/>
- <l:gentext key="tip" text="Tipp"/>
- <l:gentext key="Warning" text="Warnung"/>
- <l:gentext key="warning" text="Warnung"/>
- <l:gentext key="WARNING" text="WARNUNG"/>
- <l:gentext key="and" text="und"/>
- <l:gentext key="by" text="von"/>
- <l:gentext key="Edited" text="Herausgegeben"/>
- <l:gentext key="edited" text="Herausgegeben"/>
- <l:gentext key="Editedby" text="Herausgegeben von"/>
- <l:gentext key="editedby" text="Herausgegeben von"/>
- <l:gentext key="in" text="in"/>
- <l:gentext key="lastlistcomma" text=""/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="nicht existierendes Element"/>
- <l:gentext key="notes" text="Fußnoten"/>
- <l:gentext key="Notes" text="Fußnoten"/>
- <l:gentext key="Pgs" text="Seiten"/>
- <l:gentext key="pgs" text="Seiten"/>
- <l:gentext key="Revisedby" text="Geändert durch: "/>
- <l:gentext key="revisedby" text="Geändert durch: "/>
- <l:gentext key="TableNotes" text="Bemerkungen"/>
- <l:gentext key="tablenotes" text="Bemerkungen"/>
- <l:gentext key="TableofContents" text="Inhaltsverzeichnis"/>
- <l:gentext key="tableofcontents" text="Inhaltsverzeichnis"/>
- <l:gentext key="unexpectedelementname" text="Unerwarteter Elementname"/>
- <l:gentext key="unsupported" text="wird nicht unterstützt"/>
- <l:gentext key="xrefto" text="xref auf"/>
- <l:gentext key="listofequations" text="Gleichungen"/>
- <l:gentext key="ListofEquations" text="Gleichungen"/>
- <l:gentext key="ListofExamples" text="Beispiele"/>
- <l:gentext key="listofexamples" text="Beispiele"/>
- <l:gentext key="ListofFigures" text="Abbildungsverzeichnis"/>
- <l:gentext key="listoffigures" text="Abbildungsverzeichnis"/>
- <l:gentext key="listoftables" text="Tabellenverzeichnis"/>
- <l:gentext key="ListofTables" text="Tabellenverzeichnis"/>
- <l:gentext key="ListofUnknown" text="???-Verzeichnis"/>
- <l:gentext key="listofunknown" text="???-Verzeichnis"/>
- <l:gentext key="nav-home" text="Zum Anfang"/>
- <l:gentext key="nav-next" text="Weiter"/>
- <l:gentext key="nav-next-sibling" text="Schnell weiter"/>
- <l:gentext key="nav-prev" text="Zurück"/>
- <l:gentext key="nav-prev-sibling" text="Schnell zurück"/>
- <l:gentext key="nav-up" text="Nach oben"/>
- <l:gentext key="sectioncalled" text="der Abschnitt namens"/>
- <l:gentext key="Draft" text="Entwurf"/>
- <l:gentext key="above" text="oben"/>
- <l:gentext key="below" text="unten"/>
- <l:gentext key="index symbols" text="Symbole"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyzäöüß"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÜß"/>
- <l:dingbat key="startquote" text="„"/>
- <l:dingbat key="endquote" text="“"/>
- <l:dingbat key="nestedstartquote" text="‚"/>
- <l:dingbat key="nestedendquote" text="‘"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Anhang %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapitel %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Gleichung %n. %t"/>
- <l:template name="example" text="Beispiel %n. %t"/>
- <l:template name="figure" text="Abbildung %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Teil %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Prozedur %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Produktion %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="F: %n"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabelle %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Anhang %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Kapitel %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="A: %n"/>
- <l:template name="appendix" text="Anhang %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapitel %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Gleichung %n"/>
- <l:template name="example" text="Beispiel %n. %t"/>
- <l:template name="figure" text="Abbildung %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Teil %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Prozedur %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="F: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="F: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabelle %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="„%t“"/>
- <l:template name="refsection" text="„%t“"/>
- <l:template name="refsect1" text="„%t“"/>
- <l:template name="refsect2" text="„%t“"/>
- <l:template name="refsect3" text="„%t“"/>
- <l:template name="sect1" text="„%t“"/>
- <l:template name="sect2" text="„%t“"/>
- <l:template name="sect3" text="„%t“"/>
- <l:template name="sect4" text="„%t“"/>
- <l:template name="sect5" text="„%t“"/>
- <l:template name="section" text="„%t“"/>
- <l:template name="simplesect" text="„%t“"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="„%t“"/>
- <l:template name="refsection" text="„%t“"/>
- <l:template name="refsect1" text="„%t“"/>
- <l:template name="refsect2" text="„%t“"/>
- <l:template name="refsect3" text="„%t“"/>
- <l:template name="sect1" text="Abschnitt %n"/>
- <l:template name="sect2" text="Abschnitt %n"/>
- <l:template name="sect3" text="Abschnitt %n"/>
- <l:template name="sect4" text="Abschnitt %n"/>
- <l:template name="sect5" text="Abschnitt %n"/>
- <l:template name="section" text="Abschnitt %n"/>
- <l:template name="simplesect" text="„%t“"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" und "/>
- <l:template name="seplast" text=" und "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Siehe "/>
- <l:template name="seealso" text="Siehe auch "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Zielgruppe: "/>
- <l:template name="MsgLevel" text="Dringlichkeit: "/>
- <l:template name="MsgOrig" text="Ursprung: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/el.xml b/wicket-userdocs/lib/docbook-xsl/common/el.xml
deleted file mode 100644
index 1ae59c4..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/el.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="el" english-language-name="Greek">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Ðåñßëçøç"/>
- <l:gentext key="Answer" text="Á:"/>
- <l:gentext key="Appendix" text="ÐáñÜñôçìá"/>
- <l:gentext key="Article" text="¶ñèñï"/>
- <l:gentext key="Bibliography" text="Âéâëéïãñáößá"/>
- <l:gentext key="Book" text="Âéâëßï"/>
- <l:gentext key="CAUTION" text="ÐÑÏÓÏ×Ç"/>
- <l:gentext key="Caution" text="Ðñïóï÷Þ"/>
- <l:gentext key="Chapter" text="ÊåöÜëáéï"/>
- <l:gentext key="Colophon" text="Êïñùíßäá"/>
- <l:gentext key="Copyright" text="ÐíåõìáôéêÜ Äéêáéþìáôá"/>
- <l:gentext key="Dedication" text="ÁöéÝñùóç"/>
- <l:gentext key="Edition" text="¸êäïóç"/>
- <l:gentext key="Equation" text="Åîßóùóç"/>
- <l:gentext key="Example" text="ÐáñÜäåéãìá"/>
- <l:gentext key="Figure" text="Ó÷Þìá"/>
- <l:gentext key="GlossSee" text="Äåßôå"/>
- <l:gentext key="GlossSeeAlso" text="Äåßôå Åðßóçò"/>
- <l:gentext key="Glossary" text="ÃëùóóÜñéï"/>
- <l:gentext key="IMPORTANT" text="ÓÇÌÁÍÔÉÊÏ"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="Important" text="Óçìáíôéêü"/>
- <l:gentext key="Index" text="ÅõñåôÞñéï"/>
- <l:gentext key="LegalNotice" text="ÍïìéêÞ Óçìåßùóç"/>
- <l:gentext key="MsgAud" text="ÁêñïáôÞñéï"/>
- <l:gentext key="MsgLevel" text="Åðßðåäï"/>
- <l:gentext key="MsgOrig" text="ÐçãÞ"/>
- <l:gentext key="NOTE" text="ÓÇÌÅÉÙÓÇ"/>
- <l:gentext key="Note" text="Óçìåßùóç"/>
- <l:gentext key="Part" text="ÌÝñïò"/>
- <l:gentext key="Preface" text="ÅéóáãùãÞ"/>
- <l:gentext key="Procedure" text="Äéáäéêáóßá"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="ÄçìïóéåõìÝíï"/>
- <l:gentext key="Question" text="Å:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="RefName" text="¼íïìá"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Óýíïøç"/>
- <l:gentext key="Reference" text="ÁíáöïñÜ"/>
- <l:gentext key="RevHistory" text="Éóôïñéêü ÁíáèåùñÞóåùí"/>
- <l:gentext key="Revision" text="Áíáèåþñçóç"/>
- <l:gentext key="Section" text="ÔìÞìá"/>
- <l:gentext key="See" text="Äåßôå"/>
- <l:gentext key="SeeAlso" text="Äåßôå Åðßóçò"/>
- <l:gentext key="Seealso" text="Äåßôå åðßóçò"/>
- <l:gentext key="Set" text="Óýíïëï"/>
- <l:gentext key="SetIndex" text="ÅõñåôÞñéï Óõíüëùí"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="Step" text="ÖÜóç"/>
- <l:gentext key="TIP" text="ÕÐÏÄÅÉÎÇ"/>
- <l:gentext key="Table" text="Ðßíáêáò"/>
- <l:gentext key="Tip" text="Õðüäåéîç"/>
- <l:gentext key="WARNING" text="ÐÑÏÅÉÄÏÐÏÉÇÓÇ"/>
- <l:gentext key="Warning" text="Ðñïåéäïðïßçóç"/>
- <l:gentext key="abstract" text="Ðåñßëçøç"/>
- <l:gentext key="answer" text="Á:"/>
- <l:gentext key="appendix" text="ðáñÜñôçìá"/>
- <l:gentext key="article" text="¶ñèñï"/>
- <l:gentext key="bibliography" text="Âéâëéïãñáößá"/>
- <l:gentext key="book" text="Âéâëßï"/>
- <l:gentext key="caution" text="Ðñïóï÷Þ"/>
- <l:gentext key="chapter" text="êåöÜëáéï"/>
- <l:gentext key="colophon" text="Êïñùíßäá"/>
- <l:gentext key="copyright" text="ÐíåõìáôéêÜ Äéêáéþìáôá"/>
- <l:gentext key="dedication" text="ÁöéÝñùóç"/>
- <l:gentext key="edition" text="¸êäïóç"/>
- <l:gentext key="equation" text="Åîßóùóç"/>
- <l:gentext key="example" text="ÐáñÜäåéãìá"/>
- <l:gentext key="figure" text="Ó÷Þìá"/>
- <l:gentext key="glossary" text="ÃëùóóÜñéï"/>
- <l:gentext key="glosssee" text="Äåßôå"/>
- <l:gentext key="glossseealso" text="Äåßôå Åðßóçò"/>
- <l:gentext key="important" text="Óçìáíôéêü"/>
- <l:gentext key="index" text="ÅõñåôÞñéï"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="legalnotice" text="ÍïìéêÞ Óçìåßùóç"/>
- <l:gentext key="msgaud" text="ÁêñïáôÞñéï"/>
- <l:gentext key="msglevel" text="Åðßðåäï"/>
- <l:gentext key="msgorig" text="ÐçãÞ"/>
- <l:gentext key="note" text="Óçìåßùóç"/>
- <l:gentext key="part" text="ÌÝñïò"/>
- <l:gentext key="preface" text="ÅéóáãùãÞ"/>
- <l:gentext key="procedure" text="Äéáäéêáóßá"/>
- <l:gentext key="published" text="ÄçìïóéåõìÝíï"/>
- <l:gentext key="question" text="Å:"/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="reference" text="ÁíáöïñÜ"/>
- <l:gentext key="refname" text="¼íïìá"/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="refsynopsisdiv" text="Óýíïøç"/>
- <l:gentext key="revhistory" text="Éóôïñéêü ÁíáèåùñÞóåùí"/>
- <l:gentext key="revision" text="Áíáèåþñçóç"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="section" text="ôìÞìá"/>
- <l:gentext key="see" text="Äåßôå"/>
- <l:gentext key="seealso" text="Äåßôå Åðßóçò"/>
- <l:gentext key="set" text="Óýíïëï"/>
- <l:gentext key="setindex" text="ÅõñåôÞñéï Óõíüëùí"/>
- <l:gentext key="sidebar" text="åðåîçãçìáôéêü ðëåõñéêü áñèñßäéï"/>
- <l:gentext key="step" text="öÜóç"/>
- <l:gentext key="table" text="Ðßíáêáò"/>
- <l:gentext key="tip" text="Õðüäåéîç"/>
- <l:gentext key="warning" text="Ðñïåéäïðïßçóç"/>
- <l:gentext key="and" text="êáé"/>
- <l:gentext key="by" text="áðü"/>
- <l:gentext key="Edited" text="ÅðéìÝëåéá"/>
- <l:gentext key="edited" text="ÅðéìÝëåéá"/>
- <l:gentext key="Editedby" text="ÅðéìÝëåéá áðü"/>
- <l:gentext key="editedby" text="ÅðéìÝëåéá áðü"/>
- <l:gentext key="in" text="óå"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="ìç-õðáñêôü óôïé÷åßï"/>
- <l:gentext key="notes" text="Óçìåéþóåéò"/>
- <l:gentext key="Notes" text="Óçìåéþóåéò"/>
- <l:gentext key="Pgs" text="Óëäò."/>
- <l:gentext key="pgs" text="Óëäò."/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text="Ðßíáêáò Óçìåéþóåùí"/>
- <l:gentext key="tablenotes" text="Ðßíáêáò Óçìåéþóåùí"/>
- <l:gentext key="TableofContents" text="Ðßíáêáò Ðåñéå÷ïìÝíùí"/>
- <l:gentext key="tableofcontents" text="Ðßíáêáò Ðåñéå÷ïìÝíùí"/>
- <l:gentext key="unexpectedelementname" text="Ìç áíáìåíüìåíï üíïìá óôïé÷åßïõ"/>
- <l:gentext key="unsupported" text="ìç õðïóôçñéæüìåíï"/>
- <l:gentext key="xrefto" text="áíôéðáñáðïìðÞ óå"/>
- <l:gentext key="listofequations" text="ÊáôÜëïãïò Åîéóþóåùí"/>
- <l:gentext key="ListofEquations" text="ÊáôÜëïãïò Åîéóþóåùí"/>
- <l:gentext key="ListofExamples" text="ÊáôÜëïãïò ÐáñáäåéãìÜôùí"/>
- <l:gentext key="listofexamples" text="ÊáôÜëïãïò ÐáñáäåéãìÜôùí"/>
- <l:gentext key="ListofFigures" text="ÊáôÜëïãïò Ó÷çìÜôùí"/>
- <l:gentext key="listoffigures" text="ÊáôÜëïãïò Ó÷çìÜôùí"/>
- <l:gentext key="listoftables" text="ÊáôÜëïãïò ÐéíÜêùí"/>
- <l:gentext key="ListofTables" text="ÊáôÜëïãïò ÐéíÜêùí"/>
- <l:gentext key="ListofUnknown" text="ÊáôÜëïãïò Áãíþóôùí"/>
- <l:gentext key="listofunknown" text="ÊáôÜëïãïò Áãíþóôùí"/>
- <l:gentext key="nav-home" text="Áñ÷Þ"/>
- <l:gentext key="nav-next" text="Åðüìåíï"/>
- <l:gentext key="nav-next-sibling" text="Ðñïò ôï ôÝëïò"/>
- <l:gentext key="nav-prev" text="Ðñïçã"/>
- <l:gentext key="nav-prev-sibling" text="Ðñïò ôçí áñ÷Þ"/>
- <l:gentext key="nav-up" text="ÐÜíù"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="ÐáñÜñôçìá %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="ÊåöÜëáéï %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Åîßóùóç %n. %t"/>
- <l:template name="example" text="ÐáñÜäåéãìá %n. %t"/>
- <l:template name="figure" text="Ó÷Þìá %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="ÌÝñïò %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Äéáäéêáóßá %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Ðßíáêáò %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="ÐáñÜñôçìá %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="ÊåöÜëáéï %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Á: %n"/>
- <l:template name="appendix" text="ÐáñÜñôçìá %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="ÊåöÜëáéï %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Åîßóùóç %n"/>
- <l:template name="example" text="ÐáñÜäåéãìá %n. %t"/>
- <l:template name="figure" text="Ó÷Þìá %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- <l:template name="part" text="ÌÝñïò %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Äéáäéêáóßá %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Å: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Å: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Ðßíáêáò %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="ÔìÞìá %n"/>
- <l:template name="sect2" text="ÔìÞìá %n"/>
- <l:template name="sect3" text="ÔìÞìá %n"/>
- <l:template name="sect4" text="ÔìÞìá %n"/>
- <l:template name="sect5" text="ÔìÞìá %n"/>
- <l:template name="section" text="ÔìÞìá %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" êáé "/>
- <l:template name="seplast" text=", êáé "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Äåßôå "/>
- <l:template name="seealso" text="Äåßôå Åðßóçò "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="ÁêñïáôÞñéï: "/>
- <l:template name="MsgLevel" text="Åðßðåäï: "/>
- <l:template name="MsgOrig" text="ÐçãÞ: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/en.xml b/wicket-userdocs/lib/docbook-xsl/common/en.xml
deleted file mode 100644
index e6283a1..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/en.xml
+++ /dev/null
@@ -1,447 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="en" english-language-name="English">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Abstract"/>
- <l:gentext key="abstract" text="Abstract"/>
- <l:gentext key="Answer" text="A:"/>
- <l:gentext key="answer" text="A:"/>
- <l:gentext key="Appendix" text="Appendix"/>
- <l:gentext key="appendix" text="appendix"/>
- <l:gentext key="Article" text="Article"/>
- <l:gentext key="article" text="Article"/>
- <l:gentext key="Bibliography" text="Bibliography"/>
- <l:gentext key="bibliography" text="Bibliography"/>
- <l:gentext key="Book" text="Book"/>
- <l:gentext key="book" text="Book"/>
- <l:gentext key="CAUTION" text="CAUTION"/>
- <l:gentext key="Caution" text="Caution"/>
- <l:gentext key="caution" text="Caution"/>
- <l:gentext key="Chapter" text="Chapter"/>
- <l:gentext key="chapter" text="chapter"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Dedication"/>
- <l:gentext key="dedication" text="Dedication"/>
- <l:gentext key="Edition" text="Edition"/>
- <l:gentext key="edition" text="Edition"/>
- <l:gentext key="Equation" text="Equation"/>
- <l:gentext key="equation" text="Equation"/>
- <l:gentext key="Example" text="Example"/>
- <l:gentext key="example" text="Example"/>
- <l:gentext key="Figure" text="Figure"/>
- <l:gentext key="figure" text="Figure"/>
- <l:gentext key="Glossary" text="Glossary"/>
- <l:gentext key="glossary" text="Glossary"/>
- <l:gentext key="GlossSee" text="See"/>
- <l:gentext key="glosssee" text="See"/>
- <l:gentext key="GlossSeeAlso" text="See Also"/>
- <l:gentext key="glossseealso" text="See Also"/>
- <l:gentext key="IMPORTANT" text="IMPORTANT"/>
- <l:gentext key="important" text="Important"/>
- <l:gentext key="Important" text="Important"/>
- <l:gentext key="Index" text="Index"/>
- <l:gentext key="index" text="Index"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Legal Notice"/>
- <l:gentext key="legalnotice" text="Legal Notice"/>
- <l:gentext key="MsgAud" text="Audience"/>
- <l:gentext key="msgaud" text="Audience"/>
- <l:gentext key="MsgLevel" text="Level"/>
- <l:gentext key="msglevel" text="Level"/>
- <l:gentext key="MsgOrig" text="Origin"/>
- <l:gentext key="msgorig" text="Origin"/>
- <l:gentext key="NOTE" text="NOTE"/>
- <l:gentext key="Note" text="Note"/>
- <l:gentext key="note" text="Note"/>
- <l:gentext key="Part" text="Part"/>
- <l:gentext key="part" text="Part"/>
- <l:gentext key="Preface" text="Preface"/>
- <l:gentext key="preface" text="Preface"/>
- <l:gentext key="Procedure" text="Procedure"/>
- <l:gentext key="procedure" text="Procedure"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Published"/>
- <l:gentext key="published" text="Published"/>
- <l:gentext key="Question" text="Q:"/>
- <l:gentext key="question" text="Q:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Reference"/>
- <l:gentext key="reference" text="Reference"/>
- <l:gentext key="RefName" text="Name"/>
- <l:gentext key="refname" text="Name"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="Synopsis"/>
- <l:gentext key="RevHistory" text="Revision History"/>
- <l:gentext key="revhistory" text="Revision History"/>
- <l:gentext key="revision" text="Revision"/>
- <l:gentext key="Revision" text="Revision"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="section" text="Section"/>
- <l:gentext key="Section" text="Section"/>
- <l:gentext key="see" text="see"/>
- <l:gentext key="seealso" text="see also"/>
- <l:gentext key="set" text="Set"/>
- <l:gentext key="Set" text="Set"/>
- <l:gentext key="setindex" text="Set Index"/>
- <l:gentext key="SetIndex" text="Set Index"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="sidebar"/>
- <l:gentext key="step" text="step"/>
- <l:gentext key="Step" text="Step"/>
- <l:gentext key="Table" text="Table"/>
- <l:gentext key="table" text="Table"/>
- <l:gentext key="tip" text="Tip"/>
- <l:gentext key="TIP" text="TIP"/>
- <l:gentext key="Tip" text="Tip"/>
- <l:gentext key="Warning" text="Warning"/>
- <l:gentext key="warning" text="Warning"/>
- <l:gentext key="WARNING" text="WARNING"/>
- <l:gentext key="and" text="and"/>
- <l:gentext key="by" text="by"/>
- <l:gentext key="Edited" text="Edited"/>
- <l:gentext key="edited" text="Edited"/>
- <l:gentext key="Editedby" text="Edited by"/>
- <l:gentext key="editedby" text="Edited by"/>
- <l:gentext key="in" text="in"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="non-existant element"/>
- <l:gentext key="notes" text="Notes"/>
- <l:gentext key="Notes" text="Notes"/>
- <l:gentext key="Pgs" text="Pgs."/>
- <l:gentext key="pgs" text="Pgs."/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text="Notes"/>
- <l:gentext key="tablenotes" text="Notes"/>
- <l:gentext key="TableofContents" text="Table of Contents"/>
- <l:gentext key="tableofcontents" text="Table of Contents"/>
- <l:gentext key="unexpectedelementname" text="Unexpected element name"/>
- <l:gentext key="unsupported" text="unsupported"/>
- <l:gentext key="xrefto" text="xref to"/>
- <l:gentext key="listofequations" text="List of Equations"/>
- <l:gentext key="ListofEquations" text="List of Equations"/>
- <l:gentext key="ListofExamples" text="List of Examples"/>
- <l:gentext key="listofexamples" text="List of Examples"/>
- <l:gentext key="ListofFigures" text="List of Figures"/>
- <l:gentext key="listoffigures" text="List of Figures"/>
- <l:gentext key="ListofProcedures" text="List of Procedures"/>
- <l:gentext key="listofprocedures" text="List of Procedures"/>
- <l:gentext key="listoftables" text="List of Tables"/>
- <l:gentext key="ListofTables" text="List of Tables"/>
- <l:gentext key="ListofUnknown" text="List of Unknown"/>
- <l:gentext key="listofunknown" text="List of Unknown"/>
- <l:gentext key="nav-home" text="Home"/>
- <l:gentext key="nav-next" text="Next"/>
- <l:gentext key="nav-next-sibling" text="Fast Forward"/>
- <l:gentext key="nav-prev" text="Prev"/>
- <l:gentext key="nav-prev-sibling" text="Fast Backward"/>
- <l:gentext key="nav-up" text="Up"/>
- <l:gentext key="nav-toc" text="ToC"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Appendix %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Chapter %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Equation %n. %t"/>
- <l:template name="example" text="Example %n. %t"/>
- <l:template name="figure" text="Figure %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="glossentry" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Part %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedure %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Table %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="article/appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Appendix %n. %t"/>
- <l:template name="article/appendix" text="%n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Chapter %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="A: %n"/>
- <l:template name="appendix" text="Appendix %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Chapter %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Equation %n"/>
- <l:template name="example" text="Example %n"/>
- <l:template name="figure" style="title" text="Figure %n. %t"/>
- <l:template name="figure" text="Figure %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Part %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedure %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Q: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Q: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Table %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="the section called “%t”"/>
- <l:template name="refsection" text="the section called “%t”"/>
- <l:template name="refsect1" text="the section called “%t”"/>
- <l:template name="refsect2" text="the section called “%t”"/>
- <l:template name="refsect3" text="the section called “%t”"/>
- <l:template name="sect1" text="the section called “%t”"/>
- <l:template name="sect2" text="the section called “%t”"/>
- <l:template name="sect3" text="the section called “%t”"/>
- <l:template name="sect4" text="the section called “%t”"/>
- <l:template name="sect5" text="the section called “%t”"/>
- <l:template name="section" text="the section called “%t”"/>
- <l:template name="simplesect" text="the section called “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Section %n"/>
- <l:template name="refsection" text="the section called “%t”"/>
- <l:template name="refsect1" text="the section called “%t”"/>
- <l:template name="refsect2" text="the section called “%t”"/>
- <l:template name="refsect3" text="the section called “%t”"/>
- <l:template name="sect1" text="Section %n"/>
- <l:template name="sect2" text="Section %n"/>
- <l:template name="sect3" text="Section %n"/>
- <l:template name="sect4" text="Section %n"/>
- <l:template name="sect5" text="Section %n"/>
- <l:template name="section" text="Section %n"/>
- <l:template name="simplesect" text="the section called “%t”"/>
- </l:context>
-
- <l:context name="xref-number-and-title">
- <l:template name="bridgehead" text="Section %n, “%t”"/>
- <l:template name="refsection" text="the section called “%t”"/>
- <l:template name="refsect1" text="the section called “%t”"/>
- <l:template name="refsect2" text="the section called “%t”"/>
- <l:template name="refsect3" text="the section called “%t”"/>
- <l:template name="sect1" text="Section %n, “%t”"/>
- <l:template name="sect2" text="Section %n, “%t”"/>
- <l:template name="sect3" text="Section %n, “%t”"/>
- <l:template name="sect4" text="Section %n, “%t”"/>
- <l:template name="sect5" text="Section %n, “%t”"/>
- <l:template name="section" text="Section %n, “%t”"/>
- <l:template name="simplesect" text="the section called “%t”"/>
- <l:template name="chapter" text="Chapter %n, %t"/>
- <l:template name="appendix" text="Appendix %n, %t"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" and "/>
- <l:template name="seplast" text=", and "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="See "/>
- <l:template name="seealso" text="See Also "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Audience: "/>
- <l:template name="MsgLevel" text="Level: "/>
- <l:template name="MsgOrig" text="Origin: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/es.xml b/wicket-userdocs/lib/docbook-xsl/common/es.xml
deleted file mode 100644
index 6e5bd40..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/es.xml
+++ /dev/null
@@ -1,427 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="es" english-language-name="Spanish">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Resumen"/>
- <l:gentext key="abstract" text="resumen"/>
- <l:gentext key="Answer" text="R:"/>
- <l:gentext key="answer" text="r:"/>
- <l:gentext key="Appendix" text="Apéndice"/>
- <l:gentext key="appendix" text="apéndice"/>
- <l:gentext key="Article" text="Artículo"/>
- <l:gentext key="article" text="artículo"/>
- <l:gentext key="Bibliography" text="Bibliografía"/>
- <l:gentext key="bibliography" text="bibliografía"/>
- <l:gentext key="Book" text="Libro"/>
- <l:gentext key="book" text="libro"/>
- <l:gentext key="CAUTION" text="ATENCIÓN"/>
- <l:gentext key="Caution" text="Atención"/>
- <l:gentext key="caution" text="atención"/>
- <l:gentext key="Chapter" text="Capítulo"/>
- <l:gentext key="chapter" text="capítulo"/>
- <l:gentext key="Colophon" text="Colofón"/>
- <l:gentext key="colophon" text="colofón"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="copyright"/>
- <l:gentext key="Dedication" text="Dedicatoria"/>
- <l:gentext key="dedication" text="dedicatoria"/>
- <l:gentext key="Edition" text="Edición"/>
- <l:gentext key="edition" text="edición"/>
- <l:gentext key="Equation" text="Ecuación"/>
- <l:gentext key="equation" text="ecuación"/>
- <l:gentext key="Example" text="Ejemplo"/>
- <l:gentext key="example" text="ejemplo"/>
- <l:gentext key="Figure" text="Figura"/>
- <l:gentext key="figure" text="figura"/>
- <l:gentext key="Glossary" text="Glosario"/>
- <l:gentext key="glossary" text="glosario"/>
- <l:gentext key="GlossSee" text="Ver"/>
- <l:gentext key="glosssee" text="ver"/>
- <l:gentext key="GlossSeeAlso" text="Ver también"/>
- <l:gentext key="glossseealso" text="ver también"/>
- <l:gentext key="IMPORTANT" text="IMPORTANTE"/>
- <l:gentext key="Important" text="Importante"/>
- <l:gentext key="important" text="importante"/>
- <l:gentext key="Index" text="Índice"/>
- <l:gentext key="index" text="índice"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="isbn"/>
- <l:gentext key="LegalNotice" text="Aviso Legal"/>
- <l:gentext key="legalnotice" text="aviso legal"/>
- <l:gentext key="MsgAud" text="Audiencia"/>
- <l:gentext key="msgaud" text="audiencia"/>
- <l:gentext key="MsgLevel" text="Nivel"/>
- <l:gentext key="msglevel" text="nivel"/>
- <l:gentext key="MsgOrig" text="Origen"/>
- <l:gentext key="msgorig" text="origen"/>
- <l:gentext key="NOTE" text="NOTA"/>
- <l:gentext key="Note" text="Nota"/>
- <l:gentext key="note" text="nota"/>
- <l:gentext key="Part" text="Parte"/>
- <l:gentext key="part" text="parte"/>
- <l:gentext key="Preface" text="Prefacio"/>
- <l:gentext key="preface" text="prefacio"/>
- <l:gentext key="Procedure" text="Procedimiento"/>
- <l:gentext key="procedure" text="procedimiento"/>
- <l:gentext key="ProductionSet" text="Producción"/>
- <l:gentext key="PubDate" text="Fecha de publicación"/>
- <l:gentext key="pubdate" text="fecha de publicación"/>
- <l:gentext key="Published" text="Publicado"/>
- <l:gentext key="published" text="publicado"/>
- <l:gentext key="Question" text="P:"/>
- <l:gentext key="question" text="p:"/>
- <l:gentext key="RefEntry" text="Entrada de referencia"/>
- <l:gentext key="refentry" text="entrada de referencia"/>
- <l:gentext key="Reference" text="Referencia"/>
- <l:gentext key="reference" text="referencia"/>
- <l:gentext key="RefName" text="Nombre de referencia"/>
- <l:gentext key="refname" text="nombre de referencia"/>
- <l:gentext key="RefSection" text="Sección de referencia"/>
- <l:gentext key="refsection" text="sección de referencia"/>
- <l:gentext key="RefSynopsisDiv" text="Sinopsis"/>
- <l:gentext key="refsynopsisdiv" text="sinopsis"/>
- <l:gentext key="RevHistory" text="Historial de revisiones"/>
- <l:gentext key="revhistory" text="Historial de revisiones"/>
- <l:gentext key="Revision" text="Revisión"/>
- <l:gentext key="revision" text="revisión"/>
- <l:gentext key="sect1" text="Sección"/>
- <l:gentext key="sect2" text="Sección"/>
- <l:gentext key="sect3" text="Sección"/>
- <l:gentext key="sect4" text="Sección"/>
- <l:gentext key="sect5" text="Sección"/>
- <l:gentext key="Section" text="Sección"/>
- <l:gentext key="section" text="sección"/>
- <l:gentext key="See" text="Ver"/>
- <l:gentext key="see" text="ver"/>
- <l:gentext key="SeeAlso" text="Ver También"/>
- <l:gentext key="Seealso" text="Ver también"/>
- <l:gentext key="seealso" text="ver también"/>
- <l:gentext key="Set" text="Conjunto"/>
- <l:gentext key="set" text="conjunto"/>
- <l:gentext key="SetIndex" text="Índice del Conjunto"/>
- <l:gentext key="setindex" text="índice del conjunto"/>
- <l:gentext key="Sidebar" text="Barra lateral"/>
- <l:gentext key="sidebar" text="barra lateral"/>
- <l:gentext key="Step" text="Paso"/>
- <l:gentext key="step" text="paso"/>
- <l:gentext key="Table" text="Tabla"/>
- <l:gentext key="table" text="tabla"/>
- <l:gentext key="TIP" text="SUGERENCIA"/>
- <l:gentext key="Tip" text="Sugerencia"/>
- <l:gentext key="tip" text="sugerencia"/>
- <l:gentext key="WARNING" text="AVISO"/>
- <l:gentext key="Warning" text="Aviso"/>
- <l:gentext key="warning" text="aviso"/>
- <l:gentext key="and" text="y"/>
- <l:gentext key="by" text="por"/>
- <l:gentext key="Edited" text="Editado"/>
- <l:gentext key="edited" text="editado"/>
- <l:gentext key="Editedby" text="Editado por"/>
- <l:gentext key="editedby" text="editado por"/>
- <l:gentext key="in" text="en"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="elemento inexistente"/>
- <l:gentext key="notes" text="notas"/>
- <l:gentext key="Notes" text="Notas"/>
- <l:gentext key="Pgs" text="Pags."/>
- <l:gentext key="pgs" text="pags."/>
- <l:gentext key="Revisedby" text="Revisado por: "/>
- <l:gentext key="revisedby" text="revisado por: "/>
- <l:gentext key="TableNotes" text="Notas de Tabla"/>
- <l:gentext key="tablenotes" text="notas de tabla"/>
- <l:gentext key="TableofContents" text="Tabla de contenidos"/>
- <l:gentext key="tableofcontents" text="tabla de contenidos"/>
- <l:gentext key="unexpectedelementname" text="nombre de elemento inesperado"/>
- <l:gentext key="unsupported" text="no soportado"/>
- <l:gentext key="xrefto" text="referencia a"/>
- <l:gentext key="listofequations" text="lista de ecuaciones"/>
- <l:gentext key="ListofEquations" text="Lista de ecuaciones"/>
- <l:gentext key="ListofExamples" text="Lista de ejemplos"/>
- <l:gentext key="listofexamples" text="lista de ejemplos"/>
- <l:gentext key="ListofFigures" text="Lista de figuras"/>
- <l:gentext key="listoffigures" text="lista de figuras"/>
- <l:gentext key="listoftables" text="lista de tablas"/>
- <l:gentext key="ListofTables" text="Lista de tablas"/>
- <l:gentext key="ListofUnknown" text="Lista de desconocido"/>
- <l:gentext key="listofunknown" text="lista de desconocido"/>
- <l:gentext key="nav-home" text="Inicio"/>
- <l:gentext key="nav-next" text="Siguiente"/>
- <l:gentext key="nav-next-sibling" text="Avanzar"/>
- <l:gentext key="nav-prev" text="Anterior"/>
- <l:gentext key="nav-prev-sibling" text="Retroceder"/>
- <l:gentext key="nav-up" text="Subir"/>
- <l:gentext key="index symbols" text="Símbolos"/>
- <l:gentext key="Draft" text="Borrador"/>
- <l:gentext key="above" text="arriba"/>
- <l:gentext key="below" text="abajo"/>
- <l:gentext key="sectioncalled" text="sección llamada"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyzáéíóúñ"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZÁÉÍÓÚÑ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Apéndice %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Capítulo %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Ecuación %n. %t"/>
- <l:template name="example" text="Ejemplo %n. %t"/>
- <l:template name="figure" text="Figura %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Parte %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedimiento %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Producción %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabla %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Apéndice %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Capítulo %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="R: %n"/>
- <l:template name="appendix" text="Apéndice %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Capítulo %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Ecuación %n"/>
- <l:template name="example" text="Ejemplo %n. %t"/>
- <l:template name="figure" text="Figura %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Parte %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedimiento %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="P: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="P: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabla %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Sección %n"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Sección %n"/>
- <l:template name="sect2" text="Sección %n"/>
- <l:template name="sect3" text="Sección %n"/>
- <l:template name="sect4" text="Sección %n"/>
- <l:template name="sect5" text="Sección %n"/>
- <l:template name="section" text="Sección %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" y "/>
- <l:template name="seplast" text=", y "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Ver "/>
- <l:template name="seealso" text="Ver también "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Audiencia: "/>
- <l:template name="MsgLevel" text="Nivel: "/>
- <l:template name="MsgOrig" text="Origen: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/et.xml b/wicket-userdocs/lib/docbook-xsl/common/et.xml
deleted file mode 100644
index bacec99..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/et.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="et" english-language-name="Estonian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Ülevaade"/>
- <l:gentext key="abstract" text="Ülevaade"/>
- <l:gentext key="Answer" text="V:"/>
- <l:gentext key="answer" text="V:"/>
- <l:gentext key="Appendix" text="Lisa"/>
- <l:gentext key="appendix" text="lisa"/>
- <l:gentext key="Article" text="Artikkel"/>
- <l:gentext key="article" text="Artikkel"/>
- <l:gentext key="Bibliography" text="Bibliograafia"/>
- <l:gentext key="bibliography" text="Bibliograafia"/>
- <l:gentext key="Book" text="Raamat"/>
- <l:gentext key="book" text="Raamat"/>
- <l:gentext key="CAUTION" text="ETTEVAATUST"/>
- <l:gentext key="Caution" text="Ettevaatust"/>
- <l:gentext key="caution" text="Ettevaatust"/>
- <l:gentext key="Chapter" text="Peatükk"/>
- <l:gentext key="chapter" text="peatükk"/>
- <l:gentext key="Colophon" text="Lõpumärgis"/>
- <l:gentext key="colophon" text="Lõpumärgis"/>
- <l:gentext key="Copyright" text="Autoriõigus"/>
- <l:gentext key="copyright" text="Autoriõigus"/>
- <l:gentext key="Dedication" text="Pühendus"/>
- <l:gentext key="dedication" text="Pühendus"/>
- <l:gentext key="Edition" text="Väljaanne"/>
- <l:gentext key="edition" text="Väljaanne"/>
- <l:gentext key="Equation" text="Valem"/>
- <l:gentext key="equation" text="Valem"/>
- <l:gentext key="Example" text="Näide"/>
- <l:gentext key="example" text="Näide"/>
- <l:gentext key="Figure" text="Joonis"/>
- <l:gentext key="figure" text="Joonis"/>
- <l:gentext key="Glossary" text="Sõnastik"/>
- <l:gentext key="glossary" text="Sõnastik"/>
- <l:gentext key="GlossSee" text="Vt."/>
- <l:gentext key="glosssee" text="Vt."/>
- <l:gentext key="GlossSeeAlso" text="Vt. ka"/>
- <l:gentext key="glossseealso" text="Vt. ka"/>
- <l:gentext key="IMPORTANT" text="OLULINE"/>
- <l:gentext key="Important" text="Oluline"/>
- <l:gentext key="important" text="Oluline"/>
- <l:gentext key="Index" text="Aineregister"/>
- <l:gentext key="index" text="Aineregister"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Autoriõiguse märge"/>
- <l:gentext key="legalnotice" text="Autoriõiguse märge"/>
- <l:gentext key="MsgAud" text="Auditoorium"/>
- <l:gentext key="msgaud" text="Auditoorium"/>
- <l:gentext key="MsgLevel" text="Tase"/>
- <l:gentext key="msglevel" text="Tase"/>
- <l:gentext key="MsgOrig" text="Algallikas"/>
- <l:gentext key="msgorig" text="Algallikas"/>
- <l:gentext key="NOTE" text="MÄRKUS"/>
- <l:gentext key="Note" text="Märkus"/>
- <l:gentext key="note" text="Märkus"/>
- <l:gentext key="Part" text="Osa"/>
- <l:gentext key="part" text="Osa"/>
- <l:gentext key="Preface" text="Eessõna"/>
- <l:gentext key="preface" text="Eessõna"/>
- <l:gentext key="Procedure" text="Protseduur"/>
- <l:gentext key="procedure" text="Protseduur"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Avaldatud"/>
- <l:gentext key="published" text="Avaldatud"/>
- <l:gentext key="Question" text="K:"/>
- <l:gentext key="question" text="K:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Viide"/>
- <l:gentext key="reference" text="Viide"/>
- <l:gentext key="RefName" text="Nimi"/>
- <l:gentext key="refname" text="Nimi"/>
- <l:gentext key="RefSection" text="Lõik"/>
- <l:gentext key="refsection" text="Lõik"/>
- <l:gentext key="RefSynopsisDiv" text="Sünopsis"/>
- <l:gentext key="refsynopsisdiv" text="Sünopsis"/>
- <l:gentext key="RevHistory" text="Vigade paranduste ajalugu"/>
- <l:gentext key="revhistory" text="Vigade paranduste ajalugu"/>
- <l:gentext key="Revision" text="Vigade parandus"/>
- <l:gentext key="revision" text="Vigade parandus"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="section" text="lõik"/>
- <l:gentext key="Section" text="Sektsioon"/>
- <l:gentext key="See" text="Vt."/>
- <l:gentext key="see" text="Vt."/>
- <l:gentext key="SeeAlso" text="Vt. ka"/>
- <l:gentext key="Seealso" text="Vt. ka"/>
- <l:gentext key="seealso" text="Vt. ka"/>
- <l:gentext key="Set" text="Sea"/>
- <l:gentext key="set" text="Sea"/>
- <l:gentext key="SetIndex" text="Sea indeks"/>
- <l:gentext key="setindex" text="Sea indeks"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="külgriba"/>
- <l:gentext key="Step" text="Samm"/>
- <l:gentext key="step" text="samm"/>
- <l:gentext key="Table" text="Tabel"/>
- <l:gentext key="table" text="Tabel"/>
- <l:gentext key="TIP" text="VIHJE"/>
- <l:gentext key="Tip" text="Vihje"/>
- <l:gentext key="tip" text="Vihje"/>
- <l:gentext key="WARNING" text="HOIATUS"/>
- <l:gentext key="Warning" text="Hoiatus"/>
- <l:gentext key="warning" text="Hoiatus"/>
- <l:gentext key="and" text="ja"/>
- <l:gentext key="by" text=""/>
- <l:gentext key="Edited" text="Redaktsioon"/>
- <l:gentext key="edited" text="Redaktsioon"/>
- <l:gentext key="Editedby" text="Redaktsiooni autor(id)"/>
- <l:gentext key="editedby" text="Redaktsiooni autor(id)"/>
- <l:gentext key="in" text=""/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="mitte eksisteeriv element"/>
- <l:gentext key="Notes" text="Märkused"/>
- <l:gentext key="notes" text="Märkused"/>
- <l:gentext key="Pgs" text="Lk."/>
- <l:gentext key="pgs" text="Lk."/>
- <l:gentext key="Revisedby" text="Üle vaadanud: "/>
- <l:gentext key="revisedby" text="Üle vaadanud: "/>
- <l:gentext key="TableNotes" text="Märkused"/>
- <l:gentext key="tablenotes" text="Märkused"/>
- <l:gentext key="TableofContents" text="Sisukord"/>
- <l:gentext key="tableofcontents" text="Sisukord"/>
- <l:gentext key="unexpectedelementname" text="Ootamatu elemendi nimi"/>
- <l:gentext key="unsupported" text="toetuseta"/>
- <l:gentext key="xrefto" text="viide"/>
- <l:gentext key="listofequations" text="Valemite nimekiri"/>
- <l:gentext key="ListofEquations" text="Valemite nimekiri"/>
- <l:gentext key="ListofExamples" text="Näidete nimekiri"/>
- <l:gentext key="listofexamples" text="Näidete nimekiri"/>
- <l:gentext key="ListofFigures" text="Jooniste nimekiri"/>
- <l:gentext key="listoffigures" text="Jooniste nimekiri"/>
- <l:gentext key="listoftables" text="Tabelite nimekiri"/>
- <l:gentext key="ListofTables" text="Tabelite nimekiri"/>
- <l:gentext key="ListofUnknown" text="Tundmatute nimekiri"/>
- <l:gentext key="listofunknown" text="Tundmatute nimekiri"/>
- <l:gentext key="nav-home" text="Koju"/>
- <l:gentext key="nav-next" text="Järgmine"/>
- <l:gentext key="nav-next-sibling" text="Kiiresti edasi"/>
- <l:gentext key="nav-prev" text="Eelmine"/>
- <l:gentext key="nav-prev-sibling" text="Kiiresti tagasi"/>
- <l:gentext key="nav-up" text="Üles"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Lisa %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Peatükk %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Valem %n. %t"/>
- <l:template name="example" text="Näide %n. %t"/>
- <l:template name="figure" text="Joonis %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Osa %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Protseduur %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabel %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Lisa %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Peatükk %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="V: %n"/>
- <l:template name="appendix" text="Lisa %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Peatükk %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Valem %n"/>
- <l:template name="example" text="Näide %n. %t"/>
- <l:template name="figure" text="Joonis %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- <l:template name="part" text="Osa %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Protseduur %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="K: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="K: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabel %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Sektsioon %n"/>
- <l:template name="sect2" text="Sektsioon %n"/>
- <l:template name="sect3" text="Sektsioon %n"/>
- <l:template name="sect4" text="Sektsioon %n"/>
- <l:template name="sect5" text="Sektsioon %n"/>
- <l:template name="section" text="Sektsioon %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" ja "/>
- <l:template name="seplast" text=", ja "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Vt. "/>
- <l:template name="seealso" text="Vt. ka "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Auditoorium: "/>
- <l:template name="MsgLevel" text="Tase: "/>
- <l:template name="MsgOrig" text="Algallikas: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/eu.xml b/wicket-userdocs/lib/docbook-xsl/common/eu.xml
deleted file mode 100644
index 2b6dea4..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/eu.xml
+++ /dev/null
@@ -1,426 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="eu" english-language-name="Basque">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Laburpena"/>
- <l:gentext key="abstract" text="Laburpena"/>
- <l:gentext key="Answer" text="E:"/>
- <l:gentext key="answer" text="E:"/>
- <l:gentext key="Appendix" text="Eranskina"/>
- <l:gentext key="appendix" text="eranskina"/>
- <l:gentext key="Article" text="Artikulua"/>
- <l:gentext key="article" text="Artikulua"/>
- <l:gentext key="Bibliography" text="Bibliografia"/>
- <l:gentext key="bibliography" text="Bibliografia"/>
- <l:gentext key="Book" text="Liburua"/>
- <l:gentext key="book" text="Liburua"/>
- <l:gentext key="CAUTION" text="KONTUZ"/>
- <l:gentext key="Caution" text="Kontuz"/>
- <l:gentext key="caution" text="Kontuz"/>
- <l:gentext key="Chapter" text="Atala"/>
- <l:gentext key="chapter" text="atala"/>
- <l:gentext key="Colophon" text="Azken ohar"/>
- <l:gentext key="colophon" text="Azken ohar"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Eskaintza"/>
- <l:gentext key="dedication" text="Eskaintza"/>
- <l:gentext key="Edition" text="Edizioa"/>
- <l:gentext key="edition" text="Edizioa"/>
- <l:gentext key="Equation" text="Ekuazioa"/>
- <l:gentext key="equation" text="Ekuazioa"/>
- <l:gentext key="Example" text="Adibidea"/>
- <l:gentext key="example" text="Adibidea"/>
- <l:gentext key="Figure" text="Irudia"/>
- <l:gentext key="figure" text="Irudia"/>
- <l:gentext key="Glossary" text="Glosarioa"/>
- <l:gentext key="glossary" text="Glosarioa"/>
- <l:gentext key="GlossSee" text="Ikus"/>
- <l:gentext key="glosssee" text="Ikus"/>
- <l:gentext key="GlossSeeAlso" text="Ikus baita ere"/>
- <l:gentext key="glossseealso" text="Ikus baita ere"/>
- <l:gentext key="IMPORTANT" text="GARRANTZITSUA"/>
- <l:gentext key="important" text="Garrantzitsua"/>
- <l:gentext key="Important" text="Garrantzitsua"/>
- <l:gentext key="Index" text="Indizea"/>
- <l:gentext key="index" text="Indizea"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Legezko abisua"/>
- <l:gentext key="legalnotice" text="Legezko abisua"/>
- <l:gentext key="MsgAud" text="Audientzia"/>
- <l:gentext key="msgaud" text="Audientzia"/>
- <l:gentext key="MsgLevel" text="Maila"/>
- <l:gentext key="msglevel" text="Maila"/>
- <l:gentext key="MsgOrig" text="Jatorria"/>
- <l:gentext key="msgorig" text="Jatorria"/>
- <l:gentext key="NOTE" text="OHARRA"/>
- <l:gentext key="Note" text="Oharra"/>
- <l:gentext key="note" text="Oharra"/>
- <l:gentext key="Part" text="Zatia"/>
- <l:gentext key="part" text="Zatia"/>
- <l:gentext key="Preface" text="Hitzaurrea"/>
- <l:gentext key="preface" text="Hitzaurrea"/>
- <l:gentext key="Procedure" text="Prozedura"/>
- <l:gentext key="procedure" text="Prozedura"/>
- <l:gentext key="ProductionSet" text="Ekoizpena"/>
- <l:gentext key="Published" text="Argitaratua"/>
- <l:gentext key="published" text="Argitaratua"/>
- <l:gentext key="Question" text="Galdera"/>
- <l:gentext key="question" text="galdera"/>
- <l:gentext key="RefEntry" text="Sarrera"/>
- <l:gentext key="refentry" text="Sarrera"/>
- <l:gentext key="Reference" text="Erreferentzia"/>
- <l:gentext key="reference" text="Erreferentzia"/>
- <l:gentext key="RefName" text="Izena"/>
- <l:gentext key="refname" text="Izena"/>
- <l:gentext key="RefSection" text="Sekzioa"/>
- <l:gentext key="refsection" text="sekzioa"/>
- <l:gentext key="RefSynopsisDiv" text="Laburpena"/>
- <l:gentext key="refsynopsisdiv" text="Laburpena"/>
- <l:gentext key="RevHistory" text="Berrikuspenaren historia"/>
- <l:gentext key="revhistory" text="Berrikuspenaren historia"/>
- <l:gentext key="revision" text="Berrikuspena"/>
- <l:gentext key="Revision" text="Berrikuspena"/>
- <l:gentext key="sect1" text="Atala"/>
- <l:gentext key="sect2" text="Atala"/>
- <l:gentext key="sect3" text="Atala"/>
- <l:gentext key="sect4" text="Atala"/>
- <l:gentext key="sect5" text="Atala"/>
- <l:gentext key="section" text="Atala"/>
- <l:gentext key="Section" text="Atala"/>
- <l:gentext key="See" text="Ikus"/>
- <l:gentext key="see" text="Ikus"/>
- <l:gentext key="SeeAlso" text="Ikus baita ere"/>
- <l:gentext key="seealso" text="Ikus baita ere"/>
- <l:gentext key="Seealso" text="Ikus baita ere"/>
- <l:gentext key="set" text="Konfiguratu"/>
- <l:gentext key="Set" text="Konfiguratu"/>
- <l:gentext key="setindex" text="Konfiguratu indizea"/>
- <l:gentext key="SetIndex" text="Konfiguratu indizea"/>
- <l:gentext key="Sidebar" text="Alboko barra"/>
- <l:gentext key="sidebar" text="alboko barra"/>
- <l:gentext key="step" text="urratsa"/>
- <l:gentext key="Step" text="Urratsa"/>
- <l:gentext key="Table" text="Taula"/>
- <l:gentext key="table" text="Taula"/>
- <l:gentext key="tip" text="Iradokizuna"/>
- <l:gentext key="TIP" text="IRADOKIZUNA"/>
- <l:gentext key="Tip" text="Iradokizuna"/>
- <l:gentext key="Warning" text="Abisua"/>
- <l:gentext key="warning" text="Abisua"/>
- <l:gentext key="WARNING" text="ABISUA"/>
- <l:gentext key="and" text="eta"/>
- <l:gentext key="by" text="Honek"/>
- <l:gentext key="Edited" text="editatua"/>
- <l:gentext key="edited" text="editatua"/>
- <l:gentext key="Editedby" text="Honek editatua"/>
- <l:gentext key="editedby" text="Honek editatua"/>
- <l:gentext key="in" text="non"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="lehendik ez dagoen elementua"/>
- <l:gentext key="notes" text="Oharrak"/>
- <l:gentext key="Notes" text="Oharrak"/>
- <l:gentext key="Pgs" text="Orr."/>
- <l:gentext key="pgs" text="Orr."/>
- <l:gentext key="Revisedby" text="Berrikuspena: "/>
- <l:gentext key="revisedby" text="Berrikuspena: "/>
- <l:gentext key="TableNotes" text="Oharrak"/>
- <l:gentext key="tablenotes" text="Oharrak"/>
- <l:gentext key="TableofContents" text="Edukien aurkibidea"/>
- <l:gentext key="tableofcontents" text="Edukien aurkibidea"/>
- <l:gentext key="unexpectedelementname" text="Ustekabeko elemetu-izena"/>
- <l:gentext key="unsupported" text="onartzen ez den"/>
- <l:gentext key="xrefto" text="xref honi"/>
- <l:gentext key="listofequations" text="Ekuazioen zerrenda"/>
- <l:gentext key="ListofEquations" text="Ekuazioen zerrenda"/>
- <l:gentext key="ListofExamples" text="Adibideen zerrenda"/>
- <l:gentext key="listofexamples" text="Adibideen zerrenda"/>
- <l:gentext key="ListofFigures" text="Irudien zerrenda"/>
- <l:gentext key="listoffigures" text="Irudien zerrenda"/>
- <l:gentext key="listoftables" text="Taulen zerrenda"/>
- <l:gentext key="ListofTables" text="Taulen zerrenda"/>
- <l:gentext key="ListofUnknown" text="Ezezagunen zerrenda"/>
- <l:gentext key="listofunknown" text="Ezazagunen zerrenda"/>
- <l:gentext key="nav-home" text="Etxea"/>
- <l:gentext key="nav-next" text="Hurrengoa"/>
- <l:gentext key="nav-next-sibling" text="Aurreratze azkarra"/>
- <l:gentext key="nav-prev" text="Aurrekoa"/>
- <l:gentext key="nav-prev-sibling" text="Atzeratze azkarra"/>
- <l:gentext key="nav-up" text="Gora"/>
- <l:gentext key="sectioncalled" text="honela deritzon atala"/>
- <l:gentext key="Draft" text="Zirriborroa"/>
- <l:gentext key="above" text="goian"/>
- <l:gentext key="below" text="behean"/>
- <l:gentext key="index symbols" text="Ikurrak"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Eranskina %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Atala %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Ekuazioa %n. %t"/>
- <l:template name="example" text="Adibidea %n. %t"/>
- <l:template name="figure" text="Irudia %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Zatia %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Prozedura %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Ekoizpena %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Taula %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Eranskina %n. %t"/>
- <l:template name="chapter" text="Atala %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="E: %n"/>
- <l:template name="appendix" text="Eranskina %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Atala %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Ekuazioa %n"/>
- <l:template name="example" text="Adibidea %n"/>
- <l:template name="figure" text="Irudia %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Zatia %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Prozedura %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Galdera %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Galdera %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Taula %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="honela deritzon atala “%t”"/>
- <l:template name="refsection" text="honela deritzon atala “%t”"/>
- <l:template name="refsect1" text="honela deritzon atala “%t”"/>
- <l:template name="refsect2" text="honela deritzon atala “%t”"/>
- <l:template name="refsect3" text="honela deritzon atala “%t”"/>
- <l:template name="sect1" text="honela deritzon atala “%t”"/>
- <l:template name="sect2" text="honela deritzon atala “%t”"/>
- <l:template name="sect3" text="honela deritzon atala “%t”"/>
- <l:template name="sect4" text="honela deritzon atala “%t”"/>
- <l:template name="sect5" text="honela deritzon atala “%t”"/>
- <l:template name="section" text="honela deritzon atala “%t”"/>
- <l:template name="simplesect" text="honela deritzon atala “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Atala %n"/>
- <l:template name="refsection" text="honela deritzon atala “%t”"/>
- <l:template name="refsect1" text="honela deritzon atala “%t”"/>
- <l:template name="refsect2" text="honela deritzon atala “%t”"/>
- <l:template name="refsect3" text="honela deritzon atala “%t”"/>
- <l:template name="sect1" text="Atala %n"/>
- <l:template name="sect2" text="Atala %n"/>
- <l:template name="sect3" text="Atala %n"/>
- <l:template name="sect4" text="Atala %n"/>
- <l:template name="sect5" text="Atala %n"/>
- <l:template name="section" text="Atala %n"/>
- <l:template name="simplesect" text="honela deritzon atala “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" eta "/>
- <l:template name="seplast" text=", eta "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Ikus "/>
- <l:template name="seealso" text="Ikus baita ere "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Audientzia: "/>
- <l:template name="MsgLevel" text="Maila: "/>
- <l:template name="MsgOrig" text="Jatorria: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/fi.xml b/wicket-userdocs/lib/docbook-xsl/common/fi.xml
deleted file mode 100644
index f15abd2..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/fi.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="fi" english-language-name="Finnish">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Lyhennelmä"/>
- <l:gentext key="abstract" text="Lyhennelmä"/>
- <l:gentext key="Answer" text="A:"/>
- <l:gentext key="answer" text="A:"/>
- <l:gentext key="Appendix" text="Liite"/>
- <l:gentext key="appendix" text="liite"/>
- <l:gentext key="Article" text="Artikkeli"/>
- <l:gentext key="article" text="Artikkeli"/>
- <l:gentext key="Bibliography" text="Lähteet"/>
- <l:gentext key="bibliography" text="Lähteet"/>
- <l:gentext key="Book" text="Kirja"/>
- <l:gentext key="book" text="Kirja"/>
- <l:gentext key="CAUTION" text="VARO"/>
- <l:gentext key="Caution" text="Varo"/>
- <l:gentext key="caution" text="Varo"/>
- <l:gentext key="Chapter" text="Luku"/>
- <l:gentext key="chapter" text="luku"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Omistus"/>
- <l:gentext key="dedication" text="Omistus"/>
- <l:gentext key="Edition" text="Edition"/>
- <l:gentext key="edition" text="Edition"/>
- <l:gentext key="Equation" text="Kaava"/>
- <l:gentext key="equation" text="Kaava"/>
- <l:gentext key="Example" text="Esimerkki"/>
- <l:gentext key="example" text="Esimerkki"/>
- <l:gentext key="Figure" text="Kuva"/>
- <l:gentext key="figure" text="Kuva"/>
- <l:gentext key="Glossary" text="Sanasto"/>
- <l:gentext key="glossary" text="Sanasto"/>
- <l:gentext key="GlossSee" text="Katso"/>
- <l:gentext key="glosssee" text="Katso"/>
- <l:gentext key="GlossSeeAlso" text="Katso myös"/>
- <l:gentext key="glossseealso" text="Katso myös"/>
- <l:gentext key="IMPORTANT" text="TÄRKEÄÄ"/>
- <l:gentext key="Important" text="Tärkeää"/>
- <l:gentext key="important" text="Tärkeää"/>
- <l:gentext key="Index" text="Indeksi"/>
- <l:gentext key="index" text="Indeksi"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text=""/>
- <l:gentext key="legalnotice" text=""/>
- <l:gentext key="MsgAud" text="Yleisö"/>
- <l:gentext key="msgaud" text="Yleisö"/>
- <l:gentext key="MsgLevel" text="Taso"/>
- <l:gentext key="msglevel" text="Taso"/>
- <l:gentext key="MsgOrig" text="Alkuperä"/>
- <l:gentext key="msgorig" text="Alkuperä"/>
- <l:gentext key="NOTE" text="HUOMAA"/>
- <l:gentext key="Note" text="Huomaa"/>
- <l:gentext key="note" text="Huomaa"/>
- <l:gentext key="Part" text="Osa"/>
- <l:gentext key="part" text="Osa"/>
- <l:gentext key="Preface" text="Esipuhe"/>
- <l:gentext key="preface" text="Esipuhe"/>
- <l:gentext key="Procedure" text="Aliohjelma"/>
- <l:gentext key="procedure" text="Aliohjelma"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Julkaistu"/>
- <l:gentext key="published" text="Julkaistu"/>
- <l:gentext key="Question" text="Q:"/>
- <l:gentext key="question" text="Q:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Lähdeluettelo"/>
- <l:gentext key="reference" text="Lähdeluettelo"/>
- <l:gentext key="RefName" text="Nimi"/>
- <l:gentext key="refname" text="Nimi"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="Synopsis"/>
- <l:gentext key="RevHistory" text="Versiohistoria"/>
- <l:gentext key="revhistory" text="Versiohistoria"/>
- <l:gentext key="Revision" text="Versio"/>
- <l:gentext key="revision" text="Versio"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Kohta"/>
- <l:gentext key="section" text="kohta"/>
- <l:gentext key="See" text="Katso"/>
- <l:gentext key="see" text="Katso"/>
- <l:gentext key="SeeAlso" text="Katso myös"/>
- <l:gentext key="Seealso" text="Katso myös"/>
- <l:gentext key="seealso" text="Katso myös"/>
- <l:gentext key="Set" text="Kokoelma"/>
- <l:gentext key="set" text="Kokoelma"/>
- <l:gentext key="SetIndex" text="Kokoelman indeksi"/>
- <l:gentext key="setindex" text="Kokoelman indeksi"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="sivupalkki"/>
- <l:gentext key="Step" text="Step"/>
- <l:gentext key="step" text="step"/>
- <l:gentext key="Table" text="Taulu"/>
- <l:gentext key="table" text="Taulu"/>
- <l:gentext key="TIP" text="VIHJE"/>
- <l:gentext key="Tip" text="Vihje"/>
- <l:gentext key="tip" text="Vihje"/>
- <l:gentext key="WARNING" text="VAROITUS"/>
- <l:gentext key="Warning" text="Varoitus"/>
- <l:gentext key="warning" text="Varoitus"/>
- <l:gentext key="and" text="ja"/>
- <l:gentext key="by" text=""/>
- <l:gentext key="Edited" text="Toim."/>
- <l:gentext key="edited" text="Toim."/>
- <l:gentext key="Editedby" text="Toimittanut"/>
- <l:gentext key="editedby" text="Toimittanut"/>
- <l:gentext key="in" text="teoksessa"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="elementtiä ei ole olemassa"/>
- <l:gentext key="notes" text=""/>
- <l:gentext key="Notes" text=""/>
- <l:gentext key="Pgs" text="Sivut"/>
- <l:gentext key="pgs" text="Sivut"/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text=""/>
- <l:gentext key="tablenotes" text=""/>
- <l:gentext key="TableofContents" text="Sisällys"/>
- <l:gentext key="tableofcontents" text="Sisällys"/>
- <l:gentext key="unexpectedelementname" text="Odottamaton elementin nimi"/>
- <l:gentext key="unsupported" text="ei tueta"/>
- <l:gentext key="xrefto" text="xref johonkin"/>
- <l:gentext key="listofequations" text="Luettelo esimerkeistä"/>
- <l:gentext key="ListofEquations" text="Luettelo esimerkeistä"/>
- <l:gentext key="ListofExamples" text="Luettelo esimerkeistä"/>
- <l:gentext key="listofexamples" text="Luettelo esimerkeistä"/>
- <l:gentext key="ListofFigures" text="Luettelo kuvista"/>
- <l:gentext key="listoffigures" text="Luettelo kuvista"/>
- <l:gentext key="listoftables" text="Luettelo tauluista"/>
- <l:gentext key="ListofTables" text="Luettelo tauluista"/>
- <l:gentext key="ListofUnknown" text="Luettelo tuntemattomista"/>
- <l:gentext key="listofunknown" text="Luettelo tuntemattomista"/>
- <l:gentext key="nav-home" text="Alkuun"/>
- <l:gentext key="nav-next" text="Seuraava"/>
- <l:gentext key="nav-next-sibling" text="Nopeasti eteenpäin"/>
- <l:gentext key="nav-prev" text="Edellinen"/>
- <l:gentext key="nav-prev-sibling" text="Nopeasti taaksepäin"/>
- <l:gentext key="nav-up" text="Ylös"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Liite %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Luku %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Kaava %n. %t"/>
- <l:template name="example" text="Esimerkki %n. %t"/>
- <l:template name="figure" text="Kuva %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Osa %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Aliohjelma %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Taulu %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Liite %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Luku %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="A: %n"/>
- <l:template name="appendix" text="Liite %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Luku %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Kaava %n"/>
- <l:template name="example" text="Esimerkki %n. %t"/>
- <l:template name="figure" text="Kuva %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Osa %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Aliohjelma %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Q: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Q: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Taulu %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Kohta %n"/>
- <l:template name="sect2" text="Kohta %n"/>
- <l:template name="sect3" text="Kohta %n"/>
- <l:template name="sect4" text="Kohta %n"/>
- <l:template name="sect5" text="Kohta %n"/>
- <l:template name="section" text="Kohta %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" ja "/>
- <l:template name="seplast" text=", ja "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Katso "/>
- <l:template name="seealso" text="Katso myös "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Yleisö: "/>
- <l:template name="MsgLevel" text="Taso: "/>
- <l:template name="MsgOrig" text="Alkuperä: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/fr.xml b/wicket-userdocs/lib/docbook-xsl/common/fr.xml
deleted file mode 100644
index b1fcea3..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/fr.xml
+++ /dev/null
@@ -1,427 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="fr" english-language-name="French">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Résumé"/>
- <l:gentext key="abstract" text="Résumé"/>
- <l:gentext key="Answer" text="R :"/>
- <l:gentext key="answer" text="R :"/>
- <l:gentext key="Appendix" text="Annexe"/>
- <l:gentext key="appendix" text="annexe"/>
- <l:gentext key="Article" text="Article"/>
- <l:gentext key="article" text="Article"/>
- <l:gentext key="Bibliography" text="Bibliographie"/>
- <l:gentext key="bibliography" text="Bibliographie"/>
- <l:gentext key="Book" text="Livre"/>
- <l:gentext key="book" text="Livre"/>
- <l:gentext key="Caution" text="Attention"/>
- <l:gentext key="caution" text="Attention"/>
- <l:gentext key="CAUTION" text="ATTENTION"/>
- <l:gentext key="Chapter" text="Chapitre"/>
- <l:gentext key="chapter" text="chapitre"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Dédicace"/>
- <l:gentext key="dedication" text="Dédicace"/>
- <l:gentext key="Edition" text="Édition"/>
- <l:gentext key="edition" text="Édition"/>
- <l:gentext key="Equation" text="Équation"/>
- <l:gentext key="equation" text="Équation"/>
- <l:gentext key="Example" text="Exemple"/>
- <l:gentext key="example" text="Exemple"/>
- <l:gentext key="Figure" text="Figure"/>
- <l:gentext key="figure" text="Figure"/>
- <l:gentext key="Glossary" text="Glossaire"/>
- <l:gentext key="glossary" text="Glossaire"/>
- <l:gentext key="GlossSee" text="Voir"/>
- <l:gentext key="glosssee" text="Voir"/>
- <l:gentext key="GlossSeeAlso" text="Voir aussi"/>
- <l:gentext key="glossseealso" text="Voir aussi"/>
- <l:gentext key="IMPORTANT" text="IMPORTANT"/>
- <l:gentext key="Important" text="Important"/>
- <l:gentext key="important" text="Important"/>
- <l:gentext key="Index" text="Index"/>
- <l:gentext key="index" text="Index"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Note légale"/>
- <l:gentext key="legalnotice" text="Note légale"/>
- <l:gentext key="MsgAud" text="Public visé"/>
- <l:gentext key="msgaud" text="Public visé"/>
- <l:gentext key="MsgLevel" text="Niveau"/>
- <l:gentext key="msglevel" text="Niveau"/>
- <l:gentext key="MsgOrig" text="Origine"/>
- <l:gentext key="msgorig" text="Origine"/>
- <l:gentext key="Note" text="Note"/>
- <l:gentext key="NOTE" text="NOTE"/>
- <l:gentext key="note" text="NOTE"/>
- <l:gentext key="Part" text="Partie"/>
- <l:gentext key="part" text="Partie"/>
- <l:gentext key="Preface" text="Préface"/>
- <l:gentext key="preface" text="Préface"/>
- <l:gentext key="Procedure" text="Procédure"/>
- <l:gentext key="procedure" text="Procédure"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Publié"/>
- <l:gentext key="published" text="Publié"/>
- <l:gentext key="Question" text="Q :"/>
- <l:gentext key="question" text="Q :"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Référence"/>
- <l:gentext key="reference" text="Référence"/>
- <l:gentext key="RefName" text="Nom"/>
- <l:gentext key="refname" text="Nom"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="Synopsis"/>
- <l:gentext key="RevHistory" text="Historique des versions"/>
- <l:gentext key="revhistory" text="Historique des versions"/>
- <l:gentext key="Revision" text="Version"/>
- <l:gentext key="revision" text="Version"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Section"/>
- <l:gentext key="section" text="section"/>
- <l:gentext key="see" text="Voir"/>
- <l:gentext key="See" text="Voir"/>
- <l:gentext key="seealso" text="Voir Aussi"/>
- <l:gentext key="SeeAlso" text="Voir Aussi"/>
- <l:gentext key="Seealso" text="Voir aussi"/>
- <l:gentext key="Set" text="Ensemble"/>
- <l:gentext key="set" text="Ensemble"/>
- <l:gentext key="setindex" text="Index"/>
- <l:gentext key="SetIndex" text="Index"/>
- <l:gentext key="sidebar" text=""/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="Step" text="Étape"/>
- <l:gentext key="step" text="étape"/>
- <l:gentext key="table" text="Tableau"/>
- <l:gentext key="Table" text="Tableau"/>
- <l:gentext key="tip" text="ASTUCE"/>
- <l:gentext key="TIP" text="ASTUCE"/>
- <l:gentext key="Tip" text="Astuce"/>
- <l:gentext key="Warning" text="Avertissement"/>
- <l:gentext key="WARNING" text="AVERTISSEMENT"/>
- <l:gentext key="warning" text="AVERTISSEMENT"/>
- <l:gentext key="and" text="et"/>
- <l:gentext key="by" text="par"/>
- <l:gentext key="Edited" text="Publié"/>
- <l:gentext key="edited" text="Publié"/>
- <l:gentext key="Editedby" text="Publié par"/>
- <l:gentext key="editedby" text="Publié par"/>
- <l:gentext key="in" text="dans"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="Cet élément n'existe pas"/>
- <l:gentext key="notes" text="Notes"/>
- <l:gentext key="Notes" text="Notes"/>
- <l:gentext key="Pgs" text="Pages"/>
- <l:gentext key="pgs" text="Pages"/>
- <l:gentext key="Revisedby" text="Revu par : "/>
- <l:gentext key="revisedby" text="Revu par : "/>
- <l:gentext key="TableNotes" text="Remarques"/>
- <l:gentext key="tablenotes" text="Remarques"/>
- <l:gentext key="TableofContents" text="Table des matières"/>
- <l:gentext key="tableofcontents" text="Table des matières"/>
- <l:gentext key="unexpectedelementname" text="Nom d'élément non attendu"/>
- <l:gentext key="unsupported" text="Non reconnu par le système"/>
- <l:gentext key="xrefto" text="Référence vers"/>
- <l:gentext key="listofequations" text="Liste des équations"/>
- <l:gentext key="ListofEquations" text="Liste des équations"/>
- <l:gentext key="ListofExamples" text="Liste des exemples"/>
- <l:gentext key="listofexamples" text="Liste des exemples"/>
- <l:gentext key="ListofFigures" text="Liste des illustrations"/>
- <l:gentext key="listoffigures" text="Liste des illustrations"/>
- <l:gentext key="listoftables" text="Liste des tableaux"/>
- <l:gentext key="ListofTables" text="Liste des tableaux"/>
- <l:gentext key="ListofUnknown" text="Liste des inconnues"/>
- <l:gentext key="listofunknown" text="Liste des inconnues"/>
- <l:gentext key="nav-home" text="Sommaire"/>
- <l:gentext key="nav-next" text="Suivant"/>
- <l:gentext key="nav-next-sibling" text="Avance rapide"/>
- <l:gentext key="nav-prev" text="Précédent"/>
- <l:gentext key="nav-prev-sibling" text="Arrière rapide"/>
- <l:gentext key="nav-up" text="Niveau supérieur"/>
- <l:gentext key="sectioncalled" text="la section intitulée"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symboles"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="«"/>
- <l:dingbat key="endquote" text="»"/>
- <l:dingbat key="singlestartquote" text="‹"/>
- <l:dingbat key="singleendquote" text="›"/>
- <l:dingbat key="nestedstartquote" text="«"/>
- <l:dingbat key="nestedendquote" text="»"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Annexe %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Chapitre %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Équation %n. %t"/>
- <l:template name="example" text="Exemple %n. %t"/>
- <l:template name="figure" text="Figure %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Partie %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procédure %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tableau %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Annexe %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Chapitre %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="R : %n"/>
- <l:template name="appendix" text="Annexe %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Chapitre %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Équation %n"/>
- <l:template name="example" text="Exemple %n. %t"/>
- <l:template name="figure" text="Figure %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Partie %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procédure %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Q : %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Q : %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tableau %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="la section intitulée “%t”"/>
- <l:template name="refsection" text="la section intitulée “%t”"/>
- <l:template name="refsect1" text="la section intitulée “%t”"/>
- <l:template name="refsect2" text="la section intitulée “%t”"/>
- <l:template name="refsect3" text="la section intitulée “%t”"/>
- <l:template name="sect1" text="la section intitulée “%t”"/>
- <l:template name="sect2" text="la section intitulée “%t”"/>
- <l:template name="sect3" text="la section intitulée “%t”"/>
- <l:template name="sect4" text="la section intitulée “%t”"/>
- <l:template name="sect5" text="la section intitulée “%t”"/>
- <l:template name="section" text="la section intitulée “%t”"/>
- <l:template name="simplesect" text="la section intitulée “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Section %n"/>
- <l:template name="refsection" text="la section intitulée “%t”"/>
- <l:template name="refsect1" text="la section intitulée “%t”"/>
- <l:template name="refsect2" text="la section intitulée “%t”"/>
- <l:template name="refsect3" text="la section intitulée “%t”"/>
- <l:template name="sect1" text="Section %n"/>
- <l:template name="sect2" text="Section %n"/>
- <l:template name="sect3" text="Section %n"/>
- <l:template name="sect4" text="Section %n"/>
- <l:template name="sect5" text="Section %n"/>
- <l:template name="section" text="Section %n"/>
- <l:template name="simplesect" text="la section intitulée “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" et "/>
- <l:template name="seplast" text=", et "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Voir "/>
- <l:template name="seealso" text="Voir aussi "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Public visé: "/>
- <l:template name="MsgLevel" text="Niveau: "/>
- <l:template name="MsgOrig" text="Origine: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/gentext.xsl b/wicket-userdocs/lib/docbook-xsl/common/gentext.xsl
deleted file mode 100644
index 46458a7..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/gentext.xsl
+++ /dev/null
@@ -1,466 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- exclude-result-prefixes="doc"
- version='1.0'>
-
-<!-- ============================================================ -->
-
-<xsl:template match="*" mode="object.title.template">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'title'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template match="chapter" mode="object.title.template">
- <xsl:choose>
- <xsl:when test="$chapter.autolabel != 0">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'title-numbered'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'title-unnumbered'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="appendix" mode="object.title.template">
- <xsl:choose>
- <xsl:when test="$appendix.autolabel != 0">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'title-numbered'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'title-unnumbered'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="section|sect1|sect2|sect3|sect4|sect5|simplesect
- |bridgehead"
- mode="object.title.template">
- <xsl:choose>
- <xsl:when test="$section.autolabel != 0">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'title-numbered'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'title-unnumbered'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="procedure" mode="object.title.template">
- <xsl:choose>
- <xsl:when test="$formal.procedures != 0">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'title'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- <xsl:text>.formal</xsl:text>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'title'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template match="*" mode="object.subtitle.template">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'subtitle'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template match="*" mode="object.xref.template">
- <xsl:param name="purpose"/>
- <xsl:param name="xrefstyle"/>
- <xsl:param name="referrer"/>
-
- <xsl:variable name="number-and-title-template">
- <xsl:call-template name="gentext.template.exists">
- <xsl:with-param name="context" select="'xref-number-and-title'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$number-and-title-template != 0
- and $xref.with.number.and.title != 0">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'xref-number-and-title'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="referrer" select="$referrer"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'xref'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="referrer" select="$referrer"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="section|simplesect
- |sect1|sect2|sect3|sect4|sect5
- |refsect1|refsect2|refsect3
- |bridgehead"
- mode="object.xref.template">
-
- <xsl:variable name="number-and-title-template">
- <xsl:call-template name="gentext.template.exists">
- <xsl:with-param name="context" select="'xref-number-and-title'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$number-and-title-template != 0
- and $xref.with.number.and.title != 0">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'xref-number-and-title'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$section.autolabel != 0">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'section-xref-numbered'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'section-xref'"/>
- <xsl:with-param name="name">
- <xsl:call-template name="xpath.location"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template match="*" mode="object.title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="template">
- <xsl:apply-templates select="." mode="object.title.template"/>
- </xsl:variable>
-
-<!--
- <xsl:message>
- <xsl:text>object.title.markup: </xsl:text>
- <xsl:value-of select="local-name(.)"/>
- <xsl:text>: </xsl:text>
- <xsl:value-of select="$template"/>
- </xsl:message>
--->
-
- <xsl:call-template name="substitute-markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- <xsl:with-param name="template" select="$template"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template match="*" mode="object.title.markup.textonly">
- <xsl:variable name="title">
- <xsl:apply-templates select="." mode="object.title.markup"/>
- </xsl:variable>
- <xsl:value-of select="$title"/>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template match="*" mode="object.titleabbrev.markup">
- <xsl:param name="allow-anchors" select="0"/>
-
- <!-- Just for consistency in template naming -->
-
- <xsl:apply-templates select="." mode="titleabbrev.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template match="*" mode="object.subtitle.markup">
- <xsl:variable name="template">
- <xsl:apply-templates select="." mode="object.subtitle.template"/>
- </xsl:variable>
-
- <xsl:call-template name="substitute-markup">
- <xsl:with-param name="template" select="$template"/>
- </xsl:call-template>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template match="*" mode="object.xref.markup">
- <xsl:param name="purpose"/>
- <xsl:param name="xrefstyle"/>
- <xsl:param name="referrer"/>
-
- <xsl:variable name="template">
- <xsl:apply-templates select="." mode="object.xref.template">
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="referrer" select="$referrer"/>
- </xsl:apply-templates>
- </xsl:variable>
-
-<!--
- <xsl:message>
- <xsl:text>object.xref.markup: </xsl:text>
- <xsl:value-of select="local-name(.)"/>
- <xsl:text>(</xsl:text>
- <xsl:value-of select="$xrefstyle"/>
- <xsl:text>, </xsl:text>
- <xsl:value-of select="$purpose"/>
- <xsl:text>)</xsl:text>
- <xsl:text>: [</xsl:text>
- <xsl:value-of select="$template"/>
- <xsl:text>]</xsl:text>
- </xsl:message>
--->
-
- <xsl:call-template name="substitute-markup">
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="referrer" select="$referrer"/>
- <xsl:with-param name="template" select="$template"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template match="listitem" mode="object.xref.markup">
- <xsl:choose>
- <xsl:when test="parent::orderedlist">
- <xsl:variable name="template">
- <xsl:apply-templates select="." mode="object.xref.template"/>
- </xsl:variable>
- <xsl:call-template name="substitute-markup">
- <xsl:with-param name="template" select="$template"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>Xref is only supported to listitems in an</xsl:text>
- <xsl:text> orderedlist: </xsl:text>
- <xsl:value-of select="@id"/>
- </xsl:message>
- <xsl:text>???</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template name="substitute-markup">
- <xsl:param name="template" select="''"/>
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:param name="title" select="''"/>
- <xsl:param name="subtitle" select="''"/>
- <xsl:param name="label" select="''"/>
- <xsl:param name="pagenumber" select="''"/>
- <xsl:param name="purpose"/>
- <xsl:param name="xrefstyle"/>
- <xsl:param name="referrer"/>
-
- <xsl:choose>
- <xsl:when test="contains($template, '%')">
- <xsl:value-of select="substring-before($template, '%')"/>
- <xsl:variable name="candidate"
- select="substring(substring-after($template, '%'), 1, 1)"/>
- <xsl:choose>
- <xsl:when test="$candidate = 't'">
- <xsl:apply-templates select="." mode="insert.title.markup">
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="title">
- <xsl:choose>
- <xsl:when test="$title != ''">
- <xsl:copy-of select="$title"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="." mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:when test="$candidate = 's'">
- <xsl:apply-templates select="." mode="insert.subtitle.markup">
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="subtitle">
- <xsl:choose>
- <xsl:when test="$subtitle != ''">
- <xsl:copy-of select="$subtitle"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="." mode="subtitle.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:when test="$candidate = 'n'">
- <xsl:apply-templates select="." mode="insert.label.markup">
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="label">
- <xsl:choose>
- <xsl:when test="$label != ''">
- <xsl:copy-of select="$label"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="." mode="label.markup"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:when test="$candidate = 'p'">
- <xsl:apply-templates select="." mode="insert.pagenumber.markup">
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="pagenumber">
- <xsl:choose>
- <xsl:when test="$pagenumber != ''">
- <xsl:copy-of select="$pagenumber"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="." mode="pagenumber.markup"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:when test="$candidate = 'd'">
- <xsl:apply-templates select="." mode="insert.direction.markup">
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="direction">
- <xsl:choose>
- <xsl:when test="$referrer">
- <xsl:variable name="referent-is-below">
- <xsl:for-each select="preceding::xref">
- <xsl:if test="generate-id(.) = generate-id($referrer)">1</xsl:if>
- </xsl:for-each>
- </xsl:variable>
- <xsl:choose>
- <xsl:when test="$referent-is-below = ''">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'above'"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'below'"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>Attempt to use %d in gentext with no referrer!</xsl:message>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:when test="$candidate = '%' ">
- <xsl:text>%</xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text>%</xsl:text><xsl:value-of select="$candidate"/>
- </xsl:otherwise>
- </xsl:choose>
- <!-- recurse with the rest of the template string -->
- <xsl:variable name="rest"
- select="substring($template,
- string-length(substring-before($template, '%'))+3)"/>
- <xsl:call-template name="substitute-markup">
- <xsl:with-param name="template" select="$rest"/>
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- <xsl:with-param name="title" select="$title"/>
- <xsl:with-param name="subtitle" select="$subtitle"/>
- <xsl:with-param name="label" select="$label"/>
- <xsl:with-param name="pagenumber" select="$label"/>
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="referrer" select="$referrer"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$template"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/he.xml b/wicket-userdocs/lib/docbook-xsl/common/he.xml
deleted file mode 100644
index 1ed762a..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/he.xml
+++ /dev/null
@@ -1,426 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="he" english-language-name="Hebrew">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="סיכום"/>
- <l:gentext key="abstract" text="סיכום"/>
- <l:gentext key="Answer" text="ת:"/>
- <l:gentext key="answer" text="ת:"/>
- <l:gentext key="Appendix" text="נספח"/>
- <l:gentext key="appendix" text="נספח"/>
- <l:gentext key="Article" text="מאמר"/>
- <l:gentext key="article" text="מאמר"/>
- <l:gentext key="Bibliography" text="ביבליוגרפיה"/>
- <l:gentext key="bibliography" text="ביבליוגרפיה"/>
- <l:gentext key="Book" text="ספר"/>
- <l:gentext key="book" text="ספר"/>
- <l:gentext key="CAUTION" text="אזהרה"/>
- <l:gentext key="Caution" text="אזהרה"/>
- <l:gentext key="caution" text="אזהרה"/>
- <l:gentext key="Chapter" text="פרק"/>
- <l:gentext key="chapter" text="פרק"/>
- <l:gentext key="Colophon" text="קולופון"/>
- <l:gentext key="colophon" text="קולופון"/>
- <l:gentext key="Copyright" text="זכויות יוצרים"/>
- <l:gentext key="copyright" text="זכויות יוצרים"/>
- <l:gentext key="Dedication" text="הקדשה"/>
- <l:gentext key="dedication" text="הקדשה"/>
- <l:gentext key="Edition" text="מהדורה"/>
- <l:gentext key="edition" text="מהדורה"/>
- <l:gentext key="Equation" text="משוואה"/>
- <l:gentext key="equation" text="משוואה"/>
- <l:gentext key="Example" text="דוגמה"/>
- <l:gentext key="example" text="דוגמה"/>
- <l:gentext key="Figure" text="איור"/>
- <l:gentext key="figure" text="איור"/>
- <l:gentext key="Glossary" text="מילון מונחים"/>
- <l:gentext key="glossary" text="מילון מונחים"/>
- <l:gentext key="GlossSee" text="ראה"/>
- <l:gentext key="glosssee" text="ראה"/>
- <l:gentext key="GlossSeeAlso" text="ראה גם"/>
- <l:gentext key="glossseealso" text="ראה גם"/>
- <l:gentext key="IMPORTANT" text="חשוב"/>
- <l:gentext key="important" text="חשוב"/>
- <l:gentext key="Important" text="חשוב"/>
- <l:gentext key="Index" text="אינדקס"/>
- <l:gentext key="index" text="אינדקס"/>
- <l:gentext key="ISBN" text="מספר ספר סטנדרטי בינלאומי"/>
- <l:gentext key="isbn" text="מספר ספר סטנדרטי בינלאומי"/>
- <l:gentext key="LegalNotice" text="הודעה משפטית"/>
- <l:gentext key="legalnotice" text="הודעה משפטית"/>
- <l:gentext key="MsgAud" text="קהל יעד"/>
- <l:gentext key="msgaud" text="קהל יעד"/>
- <l:gentext key="MsgLevel" text="רמה"/>
- <l:gentext key="msglevel" text="רמה"/>
- <l:gentext key="MsgOrig" text="מקור"/>
- <l:gentext key="msgorig" text="מקור"/>
- <l:gentext key="NOTE" text="שים לב"/>
- <l:gentext key="Note" text="שים לב"/>
- <l:gentext key="note" text="שים לב"/>
- <l:gentext key="Part" text="חלק"/>
- <l:gentext key="part" text="חלק"/>
- <l:gentext key="Preface" text="מבוא"/>
- <l:gentext key="preface" text="מבוא"/>
- <l:gentext key="Procedure" text="הליך"/>
- <l:gentext key="procedure" text="הליך"/>
- <l:gentext key="ProductionSet" text="ייצור"/>
- <l:gentext key="Published" text="הוצא לאור"/>
- <l:gentext key="published" text="הוצא לאור"/>
- <l:gentext key="Question" text="ש:"/>
- <l:gentext key="question" text="ש:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="מראה מקום"/>
- <l:gentext key="reference" text="מראה מקום"/>
- <l:gentext key="RefName" text="שם"/>
- <l:gentext key="refname" text="שם"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="תמצית"/>
- <l:gentext key="refsynopsisdiv" text="תמצית"/>
- <l:gentext key="RevHistory" text="היסטוריית גירסאות"/>
- <l:gentext key="revhistory" text="היסטוריית גירסאות"/>
- <l:gentext key="revision" text="גירסה"/>
- <l:gentext key="Revision" text="גירסה"/>
- <l:gentext key="sect1" text="סעיף"/>
- <l:gentext key="sect2" text="סעיף"/>
- <l:gentext key="sect3" text="סעיף"/>
- <l:gentext key="sect4" text="סעיף"/>
- <l:gentext key="sect5" text="סעיף"/>
- <l:gentext key="section" text="סעיף"/>
- <l:gentext key="Section" text="סעיף"/>
- <l:gentext key="See" text="ראה"/>
- <l:gentext key="see" text="ראה"/>
- <l:gentext key="SeeAlso" text="ראה גם"/>
- <l:gentext key="seealso" text="ראה גם"/>
- <l:gentext key="Seealso" text="ראה גם"/>
- <l:gentext key="set" text="סידרה"/>
- <l:gentext key="Set" text="סידרה"/>
- <l:gentext key="setindex" text="אינקדקס סדרות"/>
- <l:gentext key="SetIndex" text="אינדקס סדרות"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="פס צדדי"/>
- <l:gentext key="step" text="צעד"/>
- <l:gentext key="Step" text="צעד"/>
- <l:gentext key="Table" text="טבלה"/>
- <l:gentext key="table" text="טבלה"/>
- <l:gentext key="tip" text="עצה"/>
- <l:gentext key="TIP" text="עצה"/>
- <l:gentext key="Tip" text="עצה"/>
- <l:gentext key="Warning" text="אזהרה"/>
- <l:gentext key="warning" text="אזהרה"/>
- <l:gentext key="WARNING" text="אזהרה"/>
- <l:gentext key="and" text="ו"/>
- <l:gentext key="by" text="מאת"/>
- <l:gentext key="Edited" text="נערך"/>
- <l:gentext key="edited" text="נערך"/>
- <l:gentext key="Editedby" text="נערך על ידי"/>
- <l:gentext key="editedby" text="נערך על ידי"/>
- <l:gentext key="in" text="ב"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="מרכיב שאינו קיים"/>
- <l:gentext key="notes" text="הערות"/>
- <l:gentext key="Notes" text="הערות"/>
- <l:gentext key="Pgs" text="עמודים"/>
- <l:gentext key="pgs" text="עמודים"/>
- <l:gentext key="Revisedby" text="הוגה על ידי: "/>
- <l:gentext key="revisedby" text="הוגה על ידי: "/>
- <l:gentext key="TableNotes" text="הערות"/>
- <l:gentext key="tablenotes" text="הערות"/>
- <l:gentext key="TableofContents" text="תוכן העניינים"/>
- <l:gentext key="tableofcontents" text="תוכן העניינים"/>
- <l:gentext key="unexpectedelementname" text="שם מרכיב בלתי צפוי"/>
- <l:gentext key="unsupported" text="לא נתמך"/>
- <l:gentext key="xrefto" text="התייחסות צולבת אל"/>
- <l:gentext key="listofequations" text="רשימת משוואות"/>
- <l:gentext key="ListofEquations" text="רשימת משוואות"/>
- <l:gentext key="ListofExamples" text="רשימת דוגמאות"/>
- <l:gentext key="listofexamples" text="רשימת דוגמאות"/>
- <l:gentext key="ListofFigures" text="רשימת איורים"/>
- <l:gentext key="listoffigures" text="רשימת איורים"/>
- <l:gentext key="listoftables" text="רשימת טבלאות"/>
- <l:gentext key="ListofTables" text="רשימת טבלאות"/>
- <l:gentext key="ListofUnknown" text="רשימה של מרכיבים לא ידועים"/>
- <l:gentext key="listofunknown" text="רשימה של מרכיבים לא ידועים"/>
- <l:gentext key="nav-home" text="ראשי"/>
- <l:gentext key="nav-next" text="הבא"/>
- <l:gentext key="nav-next-sibling" text="דלג לסוף"/>
- <l:gentext key="nav-prev" text="הקודם"/>
- <l:gentext key="nav-prev-sibling" text="חזור להתחלה"/>
- <l:gentext key="nav-up" text="למעלה"/>
- <l:gentext key="sectioncalled" text="הסעיף שנקרא"/>
- <l:gentext key="Draft" text="טיוטה"/>
- <l:gentext key="above" text="למעלה"/>
- <l:gentext key="below" text="למטה"/>
- <l:gentext key="index symbols" text="סמלים"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="נספח %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="פרק %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="משוואה %n. %t"/>
- <l:template name="example" text="דוגמה %n. %t"/>
- <l:template name="figure" text="איור %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="חלק %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="הליך %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="ייצור %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="טבלה %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="נספח %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="פרק %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="ת: %n"/>
- <l:template name="appendix" text="נספח %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="פרק %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="משוואה %n"/>
- <l:template name="example" text="דוגמה %n"/>
- <l:template name="figure" text="איור %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="חלק %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="הליך %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="ש: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="ש: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="טבלה %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="הסעיף שנקרא “%t”"/>
- <l:template name="refsection" text="הסעיף שנקרא “%t”"/>
- <l:template name="refsect1" text="הסעיף שנקרא “%t”"/>
- <l:template name="refsect2" text="הסעיף שנקרא “%t”"/>
- <l:template name="refsect3" text="הסעיף שנקרא “%t”"/>
- <l:template name="sect1" text="הסעיף שנקרא “%t”"/>
- <l:template name="sect2" text="הסעיף שנקרא “%t”"/>
- <l:template name="sect3" text="הסעיף שנקרא “%t”"/>
- <l:template name="sect4" text="הסעיף שנקרא “%t”"/>
- <l:template name="sect5" text="הסעיף שנקרא “%t”"/>
- <l:template name="section" text="הסעיף שנקרא “%t”"/>
- <l:template name="simplesect" text="הסעיף שנקרא “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="סעיף %n"/>
- <l:template name="refsection" text="הסעיף שנקרא “%t”"/>
- <l:template name="refsect1" text="הסעיף שנקרא “%t”"/>
- <l:template name="refsect2" text="הסעיף שנקרא “%t”"/>
- <l:template name="refsect3" text="הסעיף שנקרא “%t”"/>
- <l:template name="sect1" text="סעיף %n"/>
- <l:template name="sect2" text="סעיף %n"/>
- <l:template name="sect3" text="סעיף %n"/>
- <l:template name="sect4" text="סעיף %n"/>
- <l:template name="sect5" text="סעיף %n"/>
- <l:template name="section" text="סעיף %n"/>
- <l:template name="simplesect" text="הסעיף שנקרא “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" ו "/>
- <l:template name="seplast" text=", ו "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="ראה "/>
- <l:template name="seealso" text="ראה גם "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="קהל יעד: "/>
- <l:template name="MsgLevel" text="רמה: "/>
- <l:template name="MsgOrig" text="מקור: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/hu.xml b/wicket-userdocs/lib/docbook-xsl/common/hu.xml
deleted file mode 100644
index 4e8cd3b..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/hu.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="hu" english-language-name="Hungarian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Kivonat"/>
- <l:gentext key="abstract" text="kivonat"/>
- <l:gentext key="Answer" text="V:"/>
- <l:gentext key="answer" text="v:"/>
- <l:gentext key="Appendix" text="Függelék"/>
- <l:gentext key="appendix" text="függelék"/>
- <l:gentext key="Article" text="Cikk"/>
- <l:gentext key="article" text="cikk"/>
- <l:gentext key="Bibliography" text="Irodalomjegyzék"/>
- <l:gentext key="bibliography" text="irodalomjegyzék"/>
- <l:gentext key="Book" text="Könyv"/>
- <l:gentext key="book" text="könyv"/>
- <l:gentext key="CAUTION" text="FIGYELEM"/>
- <l:gentext key="Caution" text="Figyelem"/>
- <l:gentext key="caution" text="figyelem"/>
- <l:gentext key="Chapter" text="Fejezet"/>
- <l:gentext key="chapter" text="fejezet"/>
- <l:gentext key="Colophon" text="Végszó"/>
- <l:gentext key="colophon" text="végszó"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="copyright"/>
- <l:gentext key="Dedication" text="Ajánlás"/>
- <l:gentext key="dedication" text="ajánlás"/>
- <l:gentext key="Edition" text="Kiadás"/>
- <l:gentext key="edition" text="kiadás"/>
- <l:gentext key="Equation" text="Egyenlet"/>
- <l:gentext key="equation" text="egyenlet"/>
- <l:gentext key="Example" text="Példa"/>
- <l:gentext key="example" text="példa"/>
- <l:gentext key="Figure" text="Ábra"/>
- <l:gentext key="figure" text="ábra"/>
- <l:gentext key="Glossary" text="Szójegyzék"/>
- <l:gentext key="glossary" text="szójegyzék"/>
- <l:gentext key="GlossSee" text="Lásd"/>
- <l:gentext key="glosssee" text="lásd"/>
- <l:gentext key="GlossSeeAlso" text="Lásd még"/>
- <l:gentext key="glossseealso" text="lásd még"/>
- <l:gentext key="IMPORTANT" text="FONTOS"/>
- <l:gentext key="Important" text="Fontos"/>
- <l:gentext key="important" text="fontos"/>
- <l:gentext key="Index" text="Tárgymutató"/>
- <l:gentext key="index" text="tárgymutató"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="isbn"/>
- <l:gentext key="LegalNotice" text="Jogi közlemény"/>
- <l:gentext key="legalnotice" text="jogi közlemény"/>
- <l:gentext key="MsgAud" text="Célközönség"/>
- <l:gentext key="msgaud" text="célközönség"/>
- <l:gentext key="MsgLevel" text="Szint"/>
- <l:gentext key="msglevel" text="szint"/>
- <l:gentext key="MsgOrig" text="Eredet"/>
- <l:gentext key="msgorig" text="eredet"/>
- <l:gentext key="NOTE" text="MEGJEGYZÉS"/>
- <l:gentext key="Note" text="Megjegyzés"/>
- <l:gentext key="note" text="megjegyzés"/>
- <l:gentext key="Part" text="Rész"/>
- <l:gentext key="part" text="rész"/>
- <l:gentext key="Preface" text="Előszó"/>
- <l:gentext key="preface" text="előszó"/>
- <l:gentext key="Procedure" text="Eljárás"/>
- <l:gentext key="procedure" text="eljárás"/>
- <l:gentext key="ProductionSet" text="Elemcsoport"/>
- <l:gentext key="Published" text="Megjelent"/>
- <l:gentext key="published" text="megjelent"/>
- <l:gentext key="Question" text="K:"/>
- <l:gentext key="question" text="k:"/>
- <l:gentext key="RefEntry" text="Bejegyzés"/>
- <l:gentext key="refentry" text="bejegyzés"/>
- <l:gentext key="Reference" text="Referencia"/>
- <l:gentext key="reference" text="referencia"/>
- <l:gentext key="RefName" text="Név"/>
- <l:gentext key="refname" text="név"/>
- <l:gentext key="RefSection" text="Szakasz"/>
- <l:gentext key="refsection" text="szakasz"/>
- <l:gentext key="RefSynopsisDiv" text="Áttekintés"/>
- <l:gentext key="refsynopsisdiv" text="áttekintés"/>
- <l:gentext key="RevHistory" text="Verziótörténet"/>
- <l:gentext key="revhistory" text="verziótörténet"/>
- <l:gentext key="Revision" text="Verzió"/>
- <l:gentext key="revision" text="verzió"/>
- <l:gentext key="sect1" text="Szakasz"/>
- <l:gentext key="sect2" text="Szakasz"/>
- <l:gentext key="sect3" text="Szakasz"/>
- <l:gentext key="sect4" text="Szakasz"/>
- <l:gentext key="sect5" text="Szakasz"/>
- <l:gentext key="Section" text="Szakasz"/>
- <l:gentext key="section" text="szakasz"/>
- <l:gentext key="See" text="Lásd"/>
- <l:gentext key="see" text="lásd"/>
- <l:gentext key="SeeAlso" text="Lásd még"/>
- <l:gentext key="Seealso" text="Lásd még"/>
- <l:gentext key="seealso" text="lásd még"/>
- <l:gentext key="Set" text="Csoport"/>
- <l:gentext key="set" text="csoport"/>
- <l:gentext key="SetIndex" text="Csoportmutató"/>
- <l:gentext key="setindex" text="csoportmutató"/>
- <l:gentext key="Sidebar" text="Széljegyzet"/>
- <l:gentext key="sidebar" text="széljegyzet"/>
- <l:gentext key="Step" text="Lépés"/>
- <l:gentext key="step" text="lépés"/>
- <l:gentext key="Table" text="Táblázat"/>
- <l:gentext key="table" text="táblázat"/>
- <l:gentext key="TIP" text="TIPP"/>
- <l:gentext key="Tip" text="Tipp"/>
- <l:gentext key="tip" text="tipp"/>
- <l:gentext key="WARNING" text="FIGYELEM"/>
- <l:gentext key="Warning" text="Figyelem"/>
- <l:gentext key="warning" text="figyelem"/>
- <l:gentext key="and" text="és"/>
- <l:gentext key="by" text=""/>
- <l:gentext key="Edited" text="Szerk."/>
- <l:gentext key="edited" text="szerk."/>
- <l:gentext key="Editedby" text="Szerkesztette"/>
- <l:gentext key="editedby" text="szerkesztette"/>
- <l:gentext key="in" text=""/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="nem létező elem"/>
- <l:gentext key="notes" text="megjegyzések"/>
- <l:gentext key="Notes" text="Megjegyzések"/>
- <l:gentext key="Pgs" text="Lsz."/>
- <l:gentext key="pgs" text="lsz."/>
- <l:gentext key="Revisedby" text="Megvizsgálva"/>
- <l:gentext key="revisedby" text="megvizsgálva"/>
- <l:gentext key="TableNotes" text="Megjegyzések"/>
- <l:gentext key="tablenotes" text="megjegyzések"/>
- <l:gentext key="TableofContents" text="Tartalom"/>
- <l:gentext key="tableofcontents" text="tartalom"/>
- <l:gentext key="unexpectedelementname" text="nem várt elemnév"/>
- <l:gentext key="unsupported" text="nem támogatott"/>
- <l:gentext key="xrefto" text="keresztref"/>
- <l:gentext key="listofequations" text="az egyenletek listája"/>
- <l:gentext key="ListofEquations" text="Az egyenletek listája"/>
- <l:gentext key="ListofExamples" text="A példák listája"/>
- <l:gentext key="listofexamples" text="a példák listája"/>
- <l:gentext key="ListofFigures" text="Az ábrák listája"/>
- <l:gentext key="listoffigures" text="az ábrák listája"/>
- <l:gentext key="listoftables" text="a táblázatok listája"/>
- <l:gentext key="ListofTables" text="A táblázatok listája"/>
- <l:gentext key="ListofUnknown" text="Az egyéb elemek listája"/>
- <l:gentext key="listofunknown" text="az egyéb elemek listája"/>
- <l:gentext key="nav-home" text="Tartalom"/>
- <l:gentext key="nav-next" text="Következő"/>
- <l:gentext key="nav-next-sibling" text="Gyors előre"/>
- <l:gentext key="nav-prev" text="Előző"/>
- <l:gentext key="nav-prev-sibling" text="Gyors vissza"/>
- <l:gentext key="nav-up" text="Fel"/>
- <l:gentext key="sectioncalled" text="ilyen nevű szakasz:"/>
- <l:gentext key="Draft" text="Vázlat"/>
- <l:gentext key="above" text="fent"/>
- <l:gentext key="below" text="lent"/>
- <l:gentext key="index symbols" text="szimbólummutató"/>
- <l:gentext key="lowercase.alpha" text="aábcdeéfghiíjklmnoóöőpqrstuúü«vwxyz"/>
- <l:gentext key="uppercase.alpha" text="AÁBCDEÉFGHIÍJKLMNOÓÖŐPQRSTUÚÜŰVWXYZ"/>
- <l:dingbat key="startquote" text="„"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="»"/>
- <l:dingbat key="nestedendquote" text="«"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="last-first"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="%n. függelék - %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="%n. fejezet - %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="%n. egyenlet - %t"/>
- <l:template name="example" text="%n. példa - %t"/>
- <l:template name="figure" text="%n. ábra - %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="%n. rész - %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Eljárás %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Elemcsoport %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="%n. táblázat - %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="%n. függelék - %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%n. fejezet - %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="V: %n"/>
- <l:template name="appendix" text="%n. függelék - %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="%n. fejezet - %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Egyenlet %n"/>
- <l:template name="example" text="%n. példa - %t"/>
- <l:template name="figure" text="%n. ábra - %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="%n. rész - %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Eljárás %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="K: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="K: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="%n. táblázat - %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="%n. szakasz"/>
- <l:template name="sect2" text="%n. szakasz"/>
- <l:template name="sect3" text="%n. szakasz"/>
- <l:template name="sect4" text="%n. szakasz"/>
- <l:template name="sect5" text="%n. szakasz"/>
- <l:template name="section" text="%n. szakasz"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" és "/>
- <l:template name="seplast" text=", és "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Lásd "/>
- <l:template name="seealso" text="Lásd még "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Célközönség: "/>
- <l:template name="MsgLevel" text="Szint: "/>
- <l:template name="MsgOrig" text="Eredet: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/id.xml b/wicket-userdocs/lib/docbook-xsl/common/id.xml
deleted file mode 100644
index 16b0a40..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/id.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="id" english-language-name="Indonesian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Abstrak"/>
- <l:gentext key="abstract" text="Abstrak"/>
- <l:gentext key="Answer" text="Jawab:"/>
- <l:gentext key="answer" text="Jawab:"/>
- <l:gentext key="Appendix" text="Lampiran"/>
- <l:gentext key="appendix" text="lampiran"/>
- <l:gentext key="Article" text="Artikel"/>
- <l:gentext key="article" text="Artikel"/>
- <l:gentext key="Bibliography" text="Bibliografi"/>
- <l:gentext key="bibliography" text="Bibliografi"/>
- <l:gentext key="Book" text="Buku"/>
- <l:gentext key="book" text="Buku"/>
- <l:gentext key="CAUTION" text="PERHATIAN"/>
- <l:gentext key="Caution" text="Perhatian"/>
- <l:gentext key="caution" text="Perhatian"/>
- <l:gentext key="Chapter" text="Bab"/>
- <l:gentext key="chapter" text="bab"/>
- <l:gentext key="Colophon" text="Kolofon"/>
- <l:gentext key="colophon" text="Kolofon"/>
- <l:gentext key="Copyright" text="Hak Cipta"/>
- <l:gentext key="copyright" text="Hak Cipta"/>
- <l:gentext key="Dedication" text="Dedikasi"/>
- <l:gentext key="dedication" text="Dedikasi"/>
- <l:gentext key="Edition" text="Edisi"/>
- <l:gentext key="edition" text="Edisi"/>
- <l:gentext key="Equation" text="Persamaan"/>
- <l:gentext key="equation" text="Persamaan"/>
- <l:gentext key="Example" text="Teladan"/>
- <l:gentext key="example" text="Teladan"/>
- <l:gentext key="Figure" text="Gambar"/>
- <l:gentext key="figure" text="Gambar"/>
- <l:gentext key="Glossary" text="Daftar Istilah"/>
- <l:gentext key="glossary" text="Daftar Istilah"/>
- <l:gentext key="GlossSee" text="Lihat"/>
- <l:gentext key="glosssee" text="Lihat"/>
- <l:gentext key="GlossSeeAlso" text="Lihat Juga"/>
- <l:gentext key="glossseealso" text="Lihat Juga"/>
- <l:gentext key="IMPORTANT" text="PENTING"/>
- <l:gentext key="Important" text="Penting"/>
- <l:gentext key="important" text="Penting"/>
- <l:gentext key="Index" text="Indeks"/>
- <l:gentext key="index" text="Indeks"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Aspek Hukum"/>
- <l:gentext key="legalnotice" text="Aspek Hukum"/>
- <l:gentext key="MsgAud" text="Pemirsa"/>
- <l:gentext key="msgaud" text="Pemirsa"/>
- <l:gentext key="MsgLevel" text="Tingkatan"/>
- <l:gentext key="msglevel" text="Tingkatan"/>
- <l:gentext key="MsgOrig" text="Asal"/>
- <l:gentext key="msgorig" text="Asal"/>
- <l:gentext key="NOTE" text="CATATAN"/>
- <l:gentext key="Note" text="Catatan"/>
- <l:gentext key="note" text="Catatan"/>
- <l:gentext key="Part" text="Bagian"/>
- <l:gentext key="part" text="Bagian"/>
- <l:gentext key="Preface" text="Kata Pengantar"/>
- <l:gentext key="preface" text="Kata Pengantar"/>
- <l:gentext key="Procedure" text="Prosedur"/>
- <l:gentext key="procedure" text="Prosedur"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Diterbitkan"/>
- <l:gentext key="published" text="Diterbitkan"/>
- <l:gentext key="Question" text="Tanya:"/>
- <l:gentext key="question" text="Tanya:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Referensi"/>
- <l:gentext key="reference" text="Referensi"/>
- <l:gentext key="RefName" text="Nama"/>
- <l:gentext key="refname" text="Nama"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Sinopsis"/>
- <l:gentext key="refsynopsisdiv" text="Sinopsis"/>
- <l:gentext key="RevHistory" text="Catatan Revisi"/>
- <l:gentext key="revhistory" text="Catatan Revisi"/>
- <l:gentext key="Revision" text="Revisi"/>
- <l:gentext key="revision" text="Revisi"/>
- <l:gentext key="sect1" text="Bagian"/>
- <l:gentext key="sect2" text="Bagian"/>
- <l:gentext key="sect3" text="Bagian"/>
- <l:gentext key="sect4" text="Bagian"/>
- <l:gentext key="sect5" text="Bagian"/>
- <l:gentext key="Section" text="Bagian"/>
- <l:gentext key="section" text="bagian"/>
- <l:gentext key="See" text="Lihat"/>
- <l:gentext key="see" text="Lihat"/>
- <l:gentext key="SeeAlso" text="Lihat Juga"/>
- <l:gentext key="Seealso" text="Lihat juga"/>
- <l:gentext key="seealso" text="Lihat Juga"/>
- <l:gentext key="Set" text="Set"/>
- <l:gentext key="set" text="Set"/>
- <l:gentext key="SetIndex" text="Indeks Set"/>
- <l:gentext key="setindex" text="Indeks Set"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="sidebar"/>
- <l:gentext key="Step" text="Tahap"/>
- <l:gentext key="step" text="tahap"/>
- <l:gentext key="Table" text="Tabel"/>
- <l:gentext key="table" text="Tabel"/>
- <l:gentext key="TIP" text="TIP"/>
- <l:gentext key="Tip" text="Tip"/>
- <l:gentext key="tip" text="Tip"/>
- <l:gentext key="WARNING" text="AWAS"/>
- <l:gentext key="Warning" text="Awas"/>
- <l:gentext key="warning" text="Awas"/>
- <l:gentext key="and" text="dan"/>
- <l:gentext key="by" text="oleh"/>
- <l:gentext key="Edited" text="disunting"/>
- <l:gentext key="edited" text="disunting"/>
- <l:gentext key="Editedby" text="disunting oleh"/>
- <l:gentext key="editedby" text="disunting oleh"/>
- <l:gentext key="in" text="di"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="elemen tak tampak"/>
- <l:gentext key="notes" text="Catatan"/>
- <l:gentext key="Notes" text="Catatan"/>
- <l:gentext key="Pgs" text="Hal."/>
- <l:gentext key="pgs" text="Hal."/>
- <l:gentext key="Revisedby" text="Direvisi oleh: "/>
- <l:gentext key="revisedby" text="Direvisi oleh: "/>
- <l:gentext key="TableNotes" text="Catatan"/>
- <l:gentext key="tablenotes" text="Catatan"/>
- <l:gentext key="TableofContents" text="Daftar Isi"/>
- <l:gentext key="tableofcontents" text="Daftar Isi"/>
- <l:gentext key="unexpectedelementname" text="Nama Elemen seharusnya tidak ada"/>
- <l:gentext key="unsupported" text="tidak didukung"/>
- <l:gentext key="xrefto" text="xref ke"/>
- <l:gentext key="listofequations" text="Daftar Persamaan"/>
- <l:gentext key="ListofEquations" text="Daftar Persamaan"/>
- <l:gentext key="ListofExamples" text="Daftar Teladan"/>
- <l:gentext key="listofexamples" text="Daftar Teladan"/>
- <l:gentext key="ListofFigures" text="Daftar Gambar"/>
- <l:gentext key="listoffigures" text="Daftar Gambar"/>
- <l:gentext key="listoftables" text="Daftar Tabel"/>
- <l:gentext key="ListofTables" text="Daftar Tabel"/>
- <l:gentext key="ListofUnknown" text="Daftar Gaib"/>
- <l:gentext key="listofunknown" text="Daftar Gaib"/>
- <l:gentext key="nav-home" text="Depan"/>
- <l:gentext key="nav-next" text="Lanjut"/>
- <l:gentext key="nav-next-sibling" text="Lewati"/>
- <l:gentext key="nav-prev" text="Kembali"/>
- <l:gentext key="nav-prev-sibling" text="Sebelumnya"/>
- <l:gentext key="nav-up" text="Induk"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Lampiran %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Bab %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Persamaan %n. %t"/>
- <l:template name="example" text="Teladan %n. %t"/>
- <l:template name="figure" text="Gambar %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Bagian %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Prosedur %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabel %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Lampiran %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Bab %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Jawab: %n"/>
- <l:template name="appendix" text="Lampiran %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Bab %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Persamaan %n"/>
- <l:template name="example" text="Teladan %n. %t"/>
- <l:template name="figure" text="Gambar %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Bagian %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Prosedur %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Tanya: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Tanya: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabel %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Bagian %n"/>
- <l:template name="sect2" text="Bagian %n"/>
- <l:template name="sect3" text="Bagian %n"/>
- <l:template name="sect4" text="Bagian %n"/>
- <l:template name="sect5" text="Bagian %n"/>
- <l:template name="section" text="Bagian %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" dan "/>
- <l:template name="seplast" text=", dan "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Lihat "/>
- <l:template name="seealso" text="Lihat Juga "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Pemirsa: "/>
- <l:template name="MsgLevel" text="Tingkatan: "/>
- <l:template name="MsgOrig" text="Asal: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/it.xml b/wicket-userdocs/lib/docbook-xsl/common/it.xml
deleted file mode 100644
index 5b74276..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/it.xml
+++ /dev/null
@@ -1,426 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="it" english-language-name="Italian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Estratto"/>
- <l:gentext key="abstract" text="Estratto"/>
- <l:gentext key="Answer" text="R:"/>
- <l:gentext key="answer" text="R:"/>
- <l:gentext key="Appendix" text="Appendice"/>
- <l:gentext key="appendix" text="appendice"/>
- <l:gentext key="Article" text="Articolo"/>
- <l:gentext key="article" text="Articolo"/>
- <l:gentext key="Bibliography" text="Bibliografia"/>
- <l:gentext key="bibliography" text="Bibliografia"/>
- <l:gentext key="Book" text="Libro"/>
- <l:gentext key="book" text="Libro"/>
- <l:gentext key="CAUTION" text="ATTENZIONE"/>
- <l:gentext key="Caution" text="Attenzione"/>
- <l:gentext key="caution" text="Attenzione"/>
- <l:gentext key="Chapter" text="Capitolo"/>
- <l:gentext key="chapter" text="capitolo"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Dedica"/>
- <l:gentext key="dedication" text="Dedica"/>
- <l:gentext key="Edition" text="Edizione"/>
- <l:gentext key="edition" text="Edizione"/>
- <l:gentext key="Equation" text="Equazione"/>
- <l:gentext key="equation" text="Equazione"/>
- <l:gentext key="Example" text="Esempio"/>
- <l:gentext key="example" text="Esempio"/>
- <l:gentext key="Figure" text="Figura"/>
- <l:gentext key="figure" text="Figura"/>
- <l:gentext key="Glossary" text="Glossario"/>
- <l:gentext key="glossary" text="Glossario"/>
- <l:gentext key="GlossSee" text="Vedi"/>
- <l:gentext key="glosssee" text="Vedi"/>
- <l:gentext key="GlossSeeAlso" text="Vedi Anche"/>
- <l:gentext key="glossseealso" text="Vedi Anche"/>
- <l:gentext key="IMPORTANT" text="IMPORTANTE"/>
- <l:gentext key="important" text="Importante"/>
- <l:gentext key="Important" text="Importante"/>
- <l:gentext key="Index" text="Indice"/>
- <l:gentext key="index" text="Indice"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Note Legali"/>
- <l:gentext key="legalnotice" text="Note Legali"/>
- <l:gentext key="MsgAud" text="Pubblico"/>
- <l:gentext key="msgaud" text="Pubblico"/>
- <l:gentext key="MsgLevel" text="Livello"/>
- <l:gentext key="msglevel" text="Livello"/>
- <l:gentext key="MsgOrig" text="Origine"/>
- <l:gentext key="msgorig" text="Origine"/>
- <l:gentext key="NOTE" text="NOTA"/>
- <l:gentext key="Note" text="Nota"/>
- <l:gentext key="note" text="Nota"/>
- <l:gentext key="Part" text="Parte"/>
- <l:gentext key="part" text="Parte"/>
- <l:gentext key="Preface" text="Prefazione"/>
- <l:gentext key="preface" text="Prefazione"/>
- <l:gentext key="Procedure" text="Procedura"/>
- <l:gentext key="procedure" text="Procedura"/>
- <l:gentext key="ProductionSet" text="Produzione"/>
- <l:gentext key="Published" text="Pubblicato"/>
- <l:gentext key="published" text="Pubblicato"/>
- <l:gentext key="Question" text="D:"/>
- <l:gentext key="question" text="D:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Riferimento"/>
- <l:gentext key="reference" text="Riferimento"/>
- <l:gentext key="RefName" text="Nome"/>
- <l:gentext key="refname" text="Nome"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Sinossi"/>
- <l:gentext key="refsynopsisdiv" text="Sinossi"/>
- <l:gentext key="RevHistory" text="Diario delle Revisioni"/>
- <l:gentext key="revhistory" text="Diario delle Revisioni"/>
- <l:gentext key="revision" text="Revisione"/>
- <l:gentext key="Revision" text="Revisione"/>
- <l:gentext key="sect1" text="Sezione"/>
- <l:gentext key="sect2" text="Sezione"/>
- <l:gentext key="sect3" text="Sezione"/>
- <l:gentext key="sect4" text="Sezione"/>
- <l:gentext key="sect5" text="Sezione"/>
- <l:gentext key="section" text="Sezione"/>
- <l:gentext key="Section" text="Sezione"/>
- <l:gentext key="See" text="Vd."/>
- <l:gentext key="see" text="Vd."/>
- <l:gentext key="SeeAlso" text="Vd. Anche"/>
- <l:gentext key="seealso" text="Vd. Anche"/>
- <l:gentext key="Seealso" text="Vd. anche"/>
- <l:gentext key="set" text="Raccolta"/>
- <l:gentext key="Set" text="Raccolta"/>
- <l:gentext key="setindex" text="Indice Raccolta"/>
- <l:gentext key="SetIndex" text="Indice Raccolta"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="nota a margine"/>
- <l:gentext key="step" text="passo"/>
- <l:gentext key="Step" text="Passo"/>
- <l:gentext key="Table" text="Tabella"/>
- <l:gentext key="table" text="Tabella"/>
- <l:gentext key="tip" text="Suggerimento"/>
- <l:gentext key="TIP" text="SUGGERIMENTO"/>
- <l:gentext key="Tip" text="Suggerimento"/>
- <l:gentext key="Warning" text="Avvertimento"/>
- <l:gentext key="warning" text="avvertimento"/>
- <l:gentext key="WARNING" text="AVVERTIMENTO"/>
- <l:gentext key="and" text="e"/>
- <l:gentext key="by" text="di"/>
- <l:gentext key="Edited" text="A cura"/>
- <l:gentext key="edited" text="A cura"/>
- <l:gentext key="Editedby" text="A cura di"/>
- <l:gentext key="editedby" text="A cura di"/>
- <l:gentext key="in" text="in"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="elemento non esistente"/>
- <l:gentext key="notes" text="Note"/>
- <l:gentext key="Notes" text="Note"/>
- <l:gentext key="Pgs" text="pp."/>
- <l:gentext key="pgs" text="pp."/>
- <l:gentext key="Revisedby" text="Revisionato da: "/>
- <l:gentext key="revisedby" text="Revisionato da: "/>
- <l:gentext key="TableNotes" text="Note"/>
- <l:gentext key="tablenotes" text="Note"/>
- <l:gentext key="TableofContents" text="Sommario"/>
- <l:gentext key="tableofcontents" text="Sommario"/>
- <l:gentext key="unexpectedelementname" text="Nome elemento inaspettato"/>
- <l:gentext key="unsupported" text="non supportato"/>
- <l:gentext key="xrefto" text="riferimento a"/>
- <l:gentext key="listofequations" text="Lista delle Equazioni"/>
- <l:gentext key="ListofEquations" text="Lista delle Equazioni"/>
- <l:gentext key="ListofExamples" text="Lista degli Esempi"/>
- <l:gentext key="listofexamples" text="Lista degli Esempi"/>
- <l:gentext key="ListofFigures" text="Lista delle Figure"/>
- <l:gentext key="listoffigures" text="Lista delle Figure"/>
- <l:gentext key="listoftables" text="Lista delle Tabelle"/>
- <l:gentext key="ListofTables" text="Lista delle Tabelle"/>
- <l:gentext key="ListofUnknown" text="Lista degli Sconosciuti"/>
- <l:gentext key="listofunknown" text="Lista degli Sconosciuti"/>
- <l:gentext key="nav-home" text="Partenza"/>
- <l:gentext key="nav-next" text="Avanti"/>
- <l:gentext key="nav-next-sibling" text="Salta Avanti"/>
- <l:gentext key="nav-prev" text="Indietro"/>
- <l:gentext key="nav-prev-sibling" text="Salta Indietro"/>
- <l:gentext key="nav-up" text="Risali"/>
- <l:gentext key="Draft" text="Bozza"/>
- <l:gentext key="above" text="sopra"/>
- <l:gentext key="below" text="sotto"/>
- <l:gentext key="sectioncalled" text="la sezione chiamata"/>
- <l:gentext key="index symbols" text="Simboli"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Appendice %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Capitolo %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Equazione %n. %t"/>
- <l:template name="example" text="Esempio %n. %t"/>
- <l:template name="figure" text="Figura %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Parte %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedura %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Produzione %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabella %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Appendice %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Capitolo %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="R: %n"/>
- <l:template name="appendix" text="Appendice %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Capitolo %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Equazione %n"/>
- <l:template name="example" text="Esempio %n"/>
- <l:template name="figure" text="Figura %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Parte %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedura %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="D: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="D: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabella %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="la sezione chiamata “%t”"/>
- <l:template name="refsection" text="la sezione chiamata “%t”"/>
- <l:template name="refsect1" text="la sezione chiamata “%t”"/>
- <l:template name="refsect2" text="la sezione chiamata “%t”"/>
- <l:template name="refsect3" text="la sezione chiamata “%t”"/>
- <l:template name="sect1" text="la sezione chiamata “%t”"/>
- <l:template name="sect2" text="la sezione chiamata “%t”"/>
- <l:template name="sect3" text="la sezione chiamata “%t”"/>
- <l:template name="sect4" text="la sezione chiamata “%t”"/>
- <l:template name="sect5" text="la sezione chiamata “%t”"/>
- <l:template name="section" text="la sezione chiamata “%t”"/>
- <l:template name="simplesect" text="la sezione chiamata “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Sezione %n"/>
- <l:template name="refsection" text="la sezione chiamata “%t”"/>
- <l:template name="refsect1" text="la sezione chiamata “%t”"/>
- <l:template name="refsect2" text="la sezione chiamata “%t”"/>
- <l:template name="refsect3" text="la sezione chiamata “%t”"/>
- <l:template name="sect1" text="Sezione %n"/>
- <l:template name="sect2" text="Sezione %n"/>
- <l:template name="sect3" text="Sezione %n"/>
- <l:template name="sect4" text="Sezione %n"/>
- <l:template name="sect5" text="Sezione %n"/>
- <l:template name="section" text="Sezione %n"/>
- <l:template name="simplesect" text="la sezione chiamata “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" e "/>
- <l:template name="seplast" text=", e "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Vedi "/>
- <l:template name="seealso" text="Vedi Anche "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Pubblico: "/>
- <l:template name="MsgLevel" text="Livello: "/>
- <l:template name="MsgOrig" text="Origine: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/ja.xml b/wicket-userdocs/lib/docbook-xsl/common/ja.xml
deleted file mode 100644
index 3b30f0d..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/ja.xml
+++ /dev/null
@@ -1,427 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="ja" english-language-name="Japanese">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="概要"/>
- <l:gentext key="abstract" text="概要"/>
- <l:gentext key="Answer" text="答:"/>
- <l:gentext key="answer" text="答:"/>
- <l:gentext key="Appendix" text="付録"/>
- <l:gentext key="appendix" text="付録"/>
- <l:gentext key="Article" text="項目"/>
- <l:gentext key="article" text="項目"/>
- <l:gentext key="Bibliography" text="参考文献"/>
- <l:gentext key="bibliography" text="参考文献"/>
- <l:gentext key="Book" text="ブック"/>
- <l:gentext key="book" text="ブック"/>
- <l:gentext key="Caution" text="注意"/>
- <l:gentext key="caution" text="注意"/>
- <l:gentext key="CAUTION" text="注意"/>
- <l:gentext key="chapter" text="章"/>
- <l:gentext key="Chapter" text="章"/>
- <l:gentext key="chapter1" text="第"/>
- <l:gentext key="Chapter1" text="第"/>
- <l:gentext key="Chapter2" text="章"/>
- <l:gentext key="chapter2" text="章"/>
- <l:gentext key="Colophon" text="奥付"/>
- <l:gentext key="colophon" text="奥付"/>
- <l:gentext key="Copyright" text="製作著作"/>
- <l:gentext key="copyright" text="製作著作"/>
- <l:gentext key="Dedication" text="謝辞"/>
- <l:gentext key="dedication" text="謝辞"/>
- <l:gentext key="Edition" text="編集"/>
- <l:gentext key="edition" text="編集"/>
- <l:gentext key="Equation" text="式"/>
- <l:gentext key="equation" text="式"/>
- <l:gentext key="Example" text="例"/>
- <l:gentext key="example" text="例"/>
- <l:gentext key="Figure" text="図"/>
- <l:gentext key="figure" text="図"/>
- <l:gentext key="Glossary" text="用語集"/>
- <l:gentext key="glossary" text="用語集"/>
- <l:gentext key="GlossSee" text="参照"/>
- <l:gentext key="glosssee" text="参照"/>
- <l:gentext key="GlossSeeAlso" text="参照"/>
- <l:gentext key="glossseealso" text="参照"/>
- <l:gentext key="IMPORTANT" text="重要項目"/>
- <l:gentext key="Important" text="重要項目"/>
- <l:gentext key="important" text="重要項目"/>
- <l:gentext key="Index" text="目次"/>
- <l:gentext key="index" text="目次"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text=""/>
- <l:gentext key="legalnotice" text=""/>
- <l:gentext key="MsgAud" text="対象者"/>
- <l:gentext key="msgaud" text="対象者"/>
- <l:gentext key="MsgLevel" text="レベル"/>
- <l:gentext key="msglevel" text="レベル"/>
- <l:gentext key="MsgOrig" text="発信元"/>
- <l:gentext key="msgorig" text="発信元"/>
- <l:gentext key="note" text="注意"/>
- <l:gentext key="Note" text="注意"/>
- <l:gentext key="NOTE" text="注意"/>
- <l:gentext key="Part" text="パート"/>
- <l:gentext key="part" text="パート"/>
- <l:gentext key="Preface" text="序文"/>
- <l:gentext key="preface" text="序文"/>
- <l:gentext key="Procedure" text="手順"/>
- <l:gentext key="procedure" text="手順"/>
- <l:gentext key="ProductionSet" text="プロダクション"/>
- <l:gentext key="Published" text="発行"/>
- <l:gentext key="published" text="発行"/>
- <l:gentext key="Question" text="問:"/>
- <l:gentext key="question" text="問:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="参照"/>
- <l:gentext key="reference" text="参照"/>
- <l:gentext key="RefName" text="名前"/>
- <l:gentext key="refname" text="名前"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="概要"/>
- <l:gentext key="refsynopsisdiv" text="概要"/>
- <l:gentext key="RevHistory" text="改訂履歴"/>
- <l:gentext key="revhistory" text="改訂履歴"/>
- <l:gentext key="revision" text="改訂"/>
- <l:gentext key="Revision" text="改訂"/>
- <l:gentext key="sect1" text="項"/>
- <l:gentext key="sect2" text="項"/>
- <l:gentext key="sect3" text="項"/>
- <l:gentext key="sect4" text="項"/>
- <l:gentext key="sect5" text="項"/>
- <l:gentext key="Section" text="項"/>
- <l:gentext key="section" text="項"/>
- <l:gentext key="See" text="参照"/>
- <l:gentext key="see" text="参照"/>
- <l:gentext key="seealso" text="参照"/>
- <l:gentext key="SeeAlso" text="参照"/>
- <l:gentext key="Seealso" text="参照"/>
- <l:gentext key="Set" text="設定"/>
- <l:gentext key="set" text="設定"/>
- <l:gentext key="SetIndex" text="目次設定"/>
- <l:gentext key="setindex" text="目次設定"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="サイドバー"/>
- <l:gentext key="step" text="ステップ"/>
- <l:gentext key="Step" text="ステップ"/>
- <l:gentext key="table" text="表"/>
- <l:gentext key="Table" text="表"/>
- <l:gentext key="TIP" text="ティップ"/>
- <l:gentext key="Tip" text="ティップ"/>
- <l:gentext key="tip" text="ティップ"/>
- <l:gentext key="WARNING" text="警告"/>
- <l:gentext key="Warning" text="警告"/>
- <l:gentext key="warning" text="警告"/>
- <l:gentext key="and" text="、"/>
- <l:gentext key="by" text=":"/>
- <l:gentext key="Edited" text="作者"/>
- <l:gentext key="edited" text="作者"/>
- <l:gentext key="Editedby" text="作者:"/>
- <l:gentext key="editedby" text="作者:"/>
- <l:gentext key="in" text=""/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="要素が存在しません"/>
- <l:gentext key="notes" text="注意"/>
- <l:gentext key="Notes" text="注意"/>
- <l:gentext key="Pgs" text="偧献"/>
- <l:gentext key="pgs" text="偧献"/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text="注意"/>
- <l:gentext key="tablenotes" text="注意"/>
- <l:gentext key="TableofContents" text="目次"/>
- <l:gentext key="tableofcontents" text="目次"/>
- <l:gentext key="unexpectedelementname" text="不明な要素名"/>
- <l:gentext key="unsupported" text="サポートしません"/>
- <l:gentext key="xrefto" text="xref to"/>
- <l:gentext key="listofequations" text="式目次"/>
- <l:gentext key="ListofEquations" text="式目次"/>
- <l:gentext key="ListofExamples" text="例目次"/>
- <l:gentext key="listofexamples" text="例目次"/>
- <l:gentext key="ListofFigures" text="図目次"/>
- <l:gentext key="listoffigures" text="図目次"/>
- <l:gentext key="listoftables" text="表目次"/>
- <l:gentext key="ListofTables" text="表目次"/>
- <l:gentext key="ListofUnknown" text="不明目次"/>
- <l:gentext key="listofunknown" text="不明目次"/>
- <l:gentext key="nav-home" text="ホーム"/>
- <l:gentext key="nav-next" text="次のページ"/>
- <l:gentext key="nav-next-sibling" text="早送り"/>
- <l:gentext key="nav-prev" text="前のページ"/>
- <l:gentext key="nav-prev-sibling" text="巻戻し"/>
- <l:gentext key="nav-up" text="上に戻る"/>
- <l:gentext key="index symbols" text="シンボル"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:dingbat key="startquote" text="「"/>
- <l:dingbat key="endquote" text="」"/>
- <l:dingbat key="nestedstartquote" text="『"/>
- <l:dingbat key="nestedendquote" text="』"/>
- <l:dingbat key="bullet" text="●"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="family-given"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="付録 %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="第%n章 %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="式 %n. %t"/>
- <l:template name="example" text="例 %n. %t"/>
- <l:template name="figure" text="図 %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="パート %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="手順 %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="プロダクション %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="表 %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="付録 %n. %t"/>
- <l:template name="chapter" text="第%n章 %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="答: %n"/>
- <l:template name="appendix" text="付録%n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="第%n章"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="式 %n"/>
- <l:template name="example" text="例 %n"/>
- <l:template name="figure" text="図 %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="パート %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="手順 %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="問: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="問: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="表 %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="%t項"/>
- <l:template name="refsection" text="%t項"/>
- <l:template name="refsect1" text="%t項"/>
- <l:template name="refsect2" text="%t項"/>
- <l:template name="refsect3" text="%t項"/>
- <l:template name="sect1" text="%t項"/>
- <l:template name="sect2" text="%t項"/>
- <l:template name="sect3" text="%t項"/>
- <l:template name="sect4" text="%t項"/>
- <l:template name="sect5" text="%t項"/>
- <l:template name="section" text="%t項"/>
- <l:template name="simplesect" text="%t項"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="項%n"/>
- <l:template name="refsection" text="%t項"/>
- <l:template name="refsect1" text="%t項"/>
- <l:template name="refsect2" text="%t項"/>
- <l:template name="refsect3" text="%t項"/>
- <l:template name="sect1" text="項%n"/>
- <l:template name="sect2" text="項%n"/>
- <l:template name="sect3" text="項%n"/>
- <l:template name="sect4" text="項%n"/>
- <l:template name="sect5" text="項%n"/>
- <l:template name="section" text="項%n"/>
- <l:template name="simplesect" text="%t項"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" 、 "/>
- <l:template name="seplast" text=", 、 "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="参照 "/>
- <l:template name="seealso" text="参照 "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="対象者: "/>
- <l:template name="MsgLevel" text="レベル: "/>
- <l:template name="MsgOrig" text="発信元: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/ko.xml b/wicket-userdocs/lib/docbook-xsl/common/ko.xml
deleted file mode 100644
index 06d0db8..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/ko.xml
+++ /dev/null
@@ -1,423 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="ko" english-language-name="Korean">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="초록"/>
- <l:gentext key="abstract" text="초록"/>
- <l:gentext key="Answer" text="답변"/>
- <l:gentext key="answer" text="답변"/>
- <l:gentext key="Appendix" text="부록"/>
- <l:gentext key="appendix" text="부록"/>
- <l:gentext key="Article" text="문서"/>
- <l:gentext key="article" text="문서"/>
- <l:gentext key="Bibliography" text="서지사항"/>
- <l:gentext key="bibliography" text="서지사항"/>
- <l:gentext key="Book" text="책"/>
- <l:gentext key="book" text="책"/>
- <l:gentext key="Caution" text="경고"/>
- <l:gentext key="caution" text="경고"/>
- <l:gentext key="CAUTION" text="[경고]"/>
- <l:gentext key="Chapter" text="장"/>
- <l:gentext key="chapter" text="장"/>
- <l:gentext key="Colophon" text="판권"/>
- <l:gentext key="colophon" text="판권"/>
- <l:gentext key="Copyright" text="저작권"/>
- <l:gentext key="copyright" text="저작권"/>
- <l:gentext key="Dedication" text="바치는 글"/>
- <l:gentext key="dedication" text="바치는 글"/>
- <l:gentext key="Edition" text="엮음"/>
- <l:gentext key="edition" text="엮음"/>
- <l:gentext key="Equation" text="수식"/>
- <l:gentext key="equation" text="수식"/>
- <l:gentext key="Example" text="예"/>
- <l:gentext key="example" text="예"/>
- <l:gentext key="Figure" text="그림"/>
- <l:gentext key="figure" text="그림"/>
- <l:gentext key="Glossary" text="용어해설"/>
- <l:gentext key="glossary" text="용어해설"/>
- <l:gentext key="GlossSee" text="살펴볼 내용"/>
- <l:gentext key="glosssee" text="살펴볼 내용"/>
- <l:gentext key="GlossSeeAlso" text="다른 살펴볼 내용"/>
- <l:gentext key="glossseealso" text="다른 살펴볼 내용"/>
- <l:gentext key="Important" text="중요"/>
- <l:gentext key="important" text="중요"/>
- <l:gentext key="IMPORTANT" text="[중요]"/>
- <l:gentext key="Index" text="색인"/>
- <l:gentext key="index" text="색인"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="법적 공지"/>
- <l:gentext key="legalnotice" text="법적 공지"/>
- <l:gentext key="MsgAud" text="받는 이"/>
- <l:gentext key="msgaud" text="받는 이"/>
- <l:gentext key="MsgLevel" text="중요도"/>
- <l:gentext key="msglevel" text="중요도"/>
- <l:gentext key="MsgOrig" text="보내는 이"/>
- <l:gentext key="msgorig" text="보내는 이"/>
- <l:gentext key="Note" text="참고"/>
- <l:gentext key="note" text="참고"/>
- <l:gentext key="NOTE" text="[참고]"/>
- <l:gentext key="Part" text="부"/>
- <l:gentext key="part" text="부"/>
- <l:gentext key="Preface" text="서문"/>
- <l:gentext key="preface" text="서문"/>
- <l:gentext key="Procedure" text="절차"/>
- <l:gentext key="procedure" text="절차"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="펴냄"/>
- <l:gentext key="published" text="펴냄"/>
- <l:gentext key="Question" text="질문"/>
- <l:gentext key="question" text="질문"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="참고문헌"/>
- <l:gentext key="reference" text="참고문헌"/>
- <l:gentext key="RefName" text="제목"/>
- <l:gentext key="refname" text="제목"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="요약"/>
- <l:gentext key="refsynopsisdiv" text="요약"/>
- <l:gentext key="RevHistory" text="고친 과정"/>
- <l:gentext key="revhistory" text="고친 과정"/>
- <l:gentext key="Revision" text="고침"/>
- <l:gentext key="revision" text="고침"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="절"/>
- <l:gentext key="section" text="절"/>
- <l:gentext key="See" text="살펴볼 내용"/>
- <l:gentext key="see" text="살펴볼 내용"/>
- <l:gentext key="Seealso" text="살펴볼 다른 내용"/>
- <l:gentext key="SeeAlso" text="[살펴볼 다른 내용]"/>
- <l:gentext key="seealso" text="[살펴볼 다른 내용]"/>
- <l:gentext key="Set" text="전집"/>
- <l:gentext key="set" text="전집"/>
- <l:gentext key="SetIndex" text="전집 색인"/>
- <l:gentext key="setindex" text="전집 색인"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="덧붙임"/>
- <l:gentext key="Step" text="단계"/>
- <l:gentext key="step" text="단계"/>
- <l:gentext key="Table" text="표"/>
- <l:gentext key="table" text="표"/>
- <l:gentext key="Tip" text="작은 정보"/>
- <l:gentext key="tip" text="작은 정보"/>
- <l:gentext key="TIP" text="[작은 정보]"/>
- <l:gentext key="WARNING" text="주의!"/>
- <l:gentext key="Warning" text="주의"/>
- <l:gentext key="warning" text="주의"/>
- <l:gentext key="and" text="그리고"/>
- <l:gentext key="by" text="지은이"/>
- <l:gentext key="Edited" text="엮음"/>
- <l:gentext key="edited" text="엮음"/>
- <l:gentext key="Editedby" text="엮은이"/>
- <l:gentext key="editedby" text="엮은이"/>
- <l:gentext key="in" text="-"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="존재하지 않는 기초요소입니다"/>
- <l:gentext key="notes" text="주석"/>
- <l:gentext key="Notes" text="주석"/>
- <l:gentext key="Pgs" text="Pgs."/>
- <l:gentext key="pgs" text="Pgs."/>
- <l:gentext key="Revisedby" text="고친이 "/>
- <l:gentext key="revisedby" text="고친이 "/>
- <l:gentext key="TableNotes" text="참고"/>
- <l:gentext key="tablenotes" text="참고"/>
- <l:gentext key="TableofContents" text="차례"/>
- <l:gentext key="tableofcontents" text="차례"/>
- <l:gentext key="unexpectedelementname" text="알 수 없는 기초요소 이름입니다"/>
- <l:gentext key="unsupported" text="지원되지 않습니다"/>
- <l:gentext key="xrefto" text="이 곳을 참조하세요 : "/>
- <l:gentext key="listofequations" text="수식 목록"/>
- <l:gentext key="ListofEquations" text="수식 목록"/>
- <l:gentext key="ListofExamples" text="예 목록"/>
- <l:gentext key="listofexamples" text="예 목록"/>
- <l:gentext key="ListofFigures" text="그림 목록"/>
- <l:gentext key="listoffigures" text="그림 목록"/>
- <l:gentext key="listoftables" text="표 목록"/>
- <l:gentext key="ListofTables" text="표 목록"/>
- <l:gentext key="ListofUnknown" text="기타 목록"/>
- <l:gentext key="listofunknown" text="기타 목록"/>
- <l:gentext key="nav-home" text="처음으로"/>
- <l:gentext key="nav-next" text="다음"/>
- <l:gentext key="nav-next-sibling" text="다음으로 건너뜀"/>
- <l:gentext key="nav-prev" text="이전"/>
- <l:gentext key="nav-prev-sibling" text="이전으로 건너뜀"/>
- <l:gentext key="nav-up" text="위로"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="부록 %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="%n장. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="수식 %n. %t"/>
- <l:template name="example" text="예 %n. %t"/>
- <l:template name="figure" text="그림 %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="%n부. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="절차 %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="표 %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="부록 %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="%n장. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="답변 %n"/>
- <l:template name="appendix" text="부록 %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="%n장. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="수식 %n"/>
- <l:template name="example" text="예 %n. %t"/>
- <l:template name="figure" text="그림 %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="%n부. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="절차 %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="질문 %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="질문 %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="표 %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="%n절"/>
- <l:template name="sect2" text="%n절"/>
- <l:template name="sect3" text="%n절"/>
- <l:template name="sect4" text="%n절"/>
- <l:template name="sect5" text="%n절"/>
- <l:template name="section" text="%n절"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" 그리고 "/>
- <l:template name="seplast" text=", 그리고 "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="살펴볼 내용 "/>
- <l:template name="seealso" text="다른 살펴볼 내용 "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="받는 이: "/>
- <l:template name="MsgLevel" text="중요도: "/>
- <l:template name="MsgOrig" text="보내는 이: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/l10n.dtd b/wicket-userdocs/lib/docbook-xsl/common/l10n.dtd
deleted file mode 100644
index b6fd0c1..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/l10n.dtd
+++ /dev/null
@@ -1,45 +0,0 @@
-<!ENTITY % prefix "l">
-
-<!ENTITY % xmlns "xmlns:%prefix;">
-<!ENTITY % uri "'http://docbook.sourceforge.net/xmlns/l10n/1.0'">
-
-<!ENTITY % i18n "%prefix;:i18n">
-<!ENTITY % l10n "%prefix;:l10n">
-<!ENTITY % gentext "%prefix;:gentext">
-<!ENTITY % dingbat "%prefix;:dingbat">
-<!ENTITY % context "%prefix;:context">
-<!ENTITY % template "%prefix;:template">
-
-<!ELEMENT %i18n; ((%l10n;)+)>
-<!ATTLIST %i18n;
- %xmlns; CDATA #FIXED %uri;
->
-
-<!ELEMENT %l10n; (%gentext;|%dingbat;|%context;)*>
-<!ATTLIST %l10n;
- %xmlns; CDATA #FIXED %uri;
- language CDATA #REQUIRED
->
-
-<!ELEMENT %gentext; EMPTY>
-<!ATTLIST %gentext;
- key CDATA #REQUIRED
- text CDATA #REQUIRED
->
-
-<!ELEMENT %dingbat; EMPTY>
-<!ATTLIST %dingbat;
- key CDATA #REQUIRED
- text CDATA #REQUIRED
->
-
-<!ELEMENT %context; ((%template;)+)>
-<!ATTLIST %context;
- name CDATA #REQUIRED
->
-
-<!ELEMENT %template; EMPTY>
-<!ATTLIST %template;
- name CDATA #REQUIRED
- text CDATA #REQUIRED
->
diff --git a/wicket-userdocs/lib/docbook-xsl/common/l10n.xml b/wicket-userdocs/lib/docbook-xsl/common/l10n.xml
deleted file mode 100644
index d74e0b6..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/l10n.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE l:i18n SYSTEM "l10n.dtd" [
-<!ENTITY af SYSTEM "af.xml">
-<!ENTITY bg SYSTEM "bg.xml">
-<!ENTITY ca SYSTEM "ca.xml">
-<!ENTITY cs SYSTEM "cs.xml">
-<!ENTITY da SYSTEM "da.xml">
-<!ENTITY de SYSTEM "de.xml">
-<!ENTITY el SYSTEM "el.xml">
-<!ENTITY en SYSTEM "en.xml">
-<!ENTITY es SYSTEM "es.xml">
-<!ENTITY et SYSTEM "et.xml">
-<!ENTITY eu SYSTEM "eu.xml">
-<!ENTITY fi SYSTEM "fi.xml">
-<!ENTITY fr SYSTEM "fr.xml">
-<!ENTITY he SYSTEM "he.xml">
-<!ENTITY hu SYSTEM "hu.xml">
-<!ENTITY id SYSTEM "id.xml">
-<!ENTITY it SYSTEM "it.xml">
-<!ENTITY ja SYSTEM "ja.xml">
-<!ENTITY ko SYSTEM "ko.xml">
-<!ENTITY lit SYSTEM "lt.xml">
-<!ENTITY nl SYSTEM "nl.xml">
-<!ENTITY nn SYSTEM "nn.xml">
-<!ENTITY no SYSTEM "no.xml">
-<!ENTITY pl SYSTEM "pl.xml">
-<!ENTITY pt SYSTEM "pt.xml">
-<!ENTITY pt_br SYSTEM "pt_br.xml">
-<!ENTITY ro SYSTEM "ro.xml">
-<!ENTITY ru SYSTEM "ru.xml">
-<!ENTITY sk SYSTEM "sk.xml">
-<!ENTITY sl SYSTEM "sl.xml">
-<!ENTITY sr SYSTEM "sr.xml">
-<!ENTITY sv SYSTEM "sv.xml">
-<!ENTITY th SYSTEM "th.xml">
-<!ENTITY tr SYSTEM "tr.xml">
-<!ENTITY uk SYSTEM "uk.xml">
-<!ENTITY vi SYSTEM "vi.xml">
-<!ENTITY xh SYSTEM "xh.xml">
-<!ENTITY zh_cn SYSTEM "zh_cn.xml">
-<!ENTITY zh_tw SYSTEM "zh_tw.xml">
-]>
-<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
-⁡
-&bg;
-&ca;
-&cs;
-&da;
-&de;
-⪙
-&en;
-&es;
-&et;
-&eu;
-&fi;
-&fr;
-&he;
-&hu;
-&id;
-⁢
-&ja;
-&ko;
-&lit;
-&nl;
-&nn;
-&no;
-&pl;
-&pt;
-&pt_br;
-&ro;
-&ru;
-&sk;
-&sl;
-&sr;
-&sv;
-&th;
-&tr;
-&uk;
-&vi;
-&xh;
-&zh_cn;
-&zh_tw;
-</l:i18n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/l10n.xsl b/wicket-userdocs/lib/docbook-xsl/common/l10n.xsl
deleted file mode 100644
index 302f776..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/l10n.xsl
+++ /dev/null
@@ -1,462 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
- exclude-result-prefixes="l"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: l10n.xsl,v 1.1 2004/03/01 10:27:29 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- This file contains localization templates (for internationalization)
- ******************************************************************** -->
-
-<xsl:param name="l10n.xml" select="document('../common/l10n.xml')"/>
-<xsl:param name="local.l10n.xml" select="document('')"/>
-
-<xsl:template name="l10n.language">
- <xsl:param name="target" select="."/>
- <xsl:param name="xref-context" select="false()"/>
-
- <xsl:variable name="mc-language">
- <xsl:choose>
- <xsl:when test="$l10n.gentext.language != ''">
- <xsl:value-of select="$l10n.gentext.language"/>
- </xsl:when>
-
- <xsl:when test="$xref-context or $l10n.gentext.use.xref.language != 0">
- <!-- can't do this one step: attributes are unordered! -->
- <xsl:variable name="lang-scope"
- select="($target/ancestor-or-self::*[@lang]
- |$target/ancestor-or-self::*[@xml:lang])[last()]"/>
- <xsl:variable name="lang-attr"
- select="($lang-scope/@lang | $lang-scope/@xml:lang)[1]"/>
- <xsl:choose>
- <xsl:when test="string($lang-attr) = ''">
- <xsl:value-of select="$l10n.gentext.default.language"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$lang-attr"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
-
- <xsl:otherwise>
- <!-- can't do this one step: attributes are unordered! -->
- <xsl:variable name="lang-scope"
- select="(ancestor-or-self::*[@lang]
- |ancestor-or-self::*[@xml:lang])[last()]"/>
- <xsl:variable name="lang-attr"
- select="($lang-scope/@lang | $lang-scope/@xml:lang)[1]"/>
-
- <xsl:choose>
- <xsl:when test="string($lang-attr) = ''">
- <xsl:value-of select="$l10n.gentext.default.language"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$lang-attr"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="language" select="translate($mc-language,
- 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
- 'abcdefghijklmnopqrstuvwxyz')"/>
-
- <xsl:variable name="adjusted.language">
- <xsl:choose>
- <xsl:when test="contains($language,'-')">
- <xsl:value-of select="substring-before($language,'-')"/>
- <xsl:text>_</xsl:text>
- <xsl:value-of select="substring-after($language,'-')"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$language"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$l10n.xml/l:i18n/l:l10n[@language=$adjusted.language]">
- <xsl:value-of select="$adjusted.language"/>
- </xsl:when>
- <!-- try just the lang code without country -->
- <xsl:when test="$l10n.xml/l:i18n/l:l10n[@language=substring-before($adjusted.language,'_')]">
- <xsl:value-of select="substring-before($adjusted.language,'_')"/>
- </xsl:when>
- <!-- or use the default -->
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>No localization exists for "</xsl:text>
- <xsl:value-of select="$adjusted.language"/>
- <xsl:text>" or "</xsl:text>
- <xsl:value-of select="substring-before($adjusted.language,'_')"/>
- <xsl:text>". Using default "</xsl:text>
- <xsl:value-of select="$l10n.gentext.default.language"/>
- <xsl:text>".</xsl:text>
- </xsl:message>
- <xsl:value-of select="$l10n.gentext.default.language"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="language.attribute">
- <xsl:param name="node" select="."/>
-
- <xsl:variable name="language">
- <xsl:choose>
- <xsl:when test="$l10n.gentext.language != ''">
- <xsl:value-of select="$l10n.gentext.language"/>
- </xsl:when>
-
- <xsl:otherwise>
- <!-- can't do this one step: attributes are unordered! -->
- <xsl:variable name="lang-scope"
- select="($node/ancestor-or-self::*[@lang]
- |$node/ancestor-or-self::*[@xml:lang])[last()]"/>
- <xsl:variable name="lang-attr"
- select="($lang-scope/@lang | $lang-scope/@xml:lang)[1]"/>
-
- <xsl:choose>
- <xsl:when test="string($lang-attr) = ''">
- <xsl:value-of select="$l10n.gentext.default.language"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$lang-attr"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:if test="$language != ''">
- <xsl:attribute name="lang">
- <xsl:value-of select="$language"/>
- </xsl:attribute>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="gentext">
- <xsl:param name="key" select="local-name(.)"/>
- <xsl:param name="lang">
- <xsl:call-template name="l10n.language"/>
- </xsl:param>
-
- <xsl:variable name="local.l10n.gentext"
- select="($local.l10n.xml//l:i18n/l:l10n[@language=$lang]/l:gentext[@key=$key])[1]"/>
-
- <xsl:variable name="l10n.gentext"
- select="($l10n.xml/l:i18n/l:l10n[@language=$lang]/l:gentext[@key=$key])[1]"/>
-
- <xsl:variable name="l10n.name">
- <xsl:choose>
- <xsl:when test="$local.l10n.gentext">
- <xsl:value-of select="$local.l10n.gentext/@text"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$l10n.gentext/@text"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="count($local.l10n.gentext) > 0">
- <xsl:value-of select="$local.l10n.gentext/@text"/>
- </xsl:when>
- <xsl:when test="count($l10n.gentext) > 0">
- <xsl:value-of select="$l10n.gentext/@text"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>No "</xsl:text>
- <xsl:value-of select="$lang"/>
- <xsl:text>" localization of "</xsl:text>
- <xsl:value-of select="$key"/>
- <xsl:text>" exists</xsl:text>
- <xsl:choose>
- <xsl:when test="$lang = 'en'">
- <xsl:text>.</xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text>; using "en".</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:message>
-
- <xsl:value-of select="($l10n.xml/l:i18n/l:l10n[@language='en']/l:gentext[@key=$key])[1]/@text"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="gentext.element.name">
- <xsl:param name="element.name" select="name(.)"/>
- <xsl:param name="lang">
- <xsl:call-template name="l10n.language"/>
- </xsl:param>
-
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="$element.name"/>
- <xsl:with-param name="lang" select="$lang"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="gentext.space">
- <xsl:text> </xsl:text>
-</xsl:template>
-
-<xsl:template name="gentext.edited.by">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Editedby'"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="gentext.by">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'by'"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="gentext.dingbat">
- <xsl:param name="dingbat">bullet</xsl:param>
- <xsl:param name="lang">
- <xsl:call-template name="l10n.language"/>
- </xsl:param>
-
- <xsl:variable name="local.l10n.dingbat"
- select="($local.l10n.xml//l:i18n/l:l10n[@language=$lang]/l:dingbat[@key=$dingbat])[1]"/>
-
- <xsl:variable name="l10n.dingbat"
- select="($l10n.xml/l:i18n/l:l10n[@language=$lang]/l:dingbat[@key=$dingbat])[1]"/>
-
- <xsl:choose>
- <xsl:when test="count($local.l10n.dingbat) > 0">
- <xsl:value-of select="$local.l10n.dingbat/@text"/>
- </xsl:when>
- <xsl:when test="count($l10n.dingbat) > 0">
- <xsl:value-of select="$l10n.dingbat/@text"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>No "</xsl:text>
- <xsl:value-of select="$lang"/>
- <xsl:text>" localization of dingbat </xsl:text>
- <xsl:value-of select="$dingbat"/>
- <xsl:text> exists; using "en".</xsl:text>
- </xsl:message>
-
- <xsl:value-of select="($l10n.xml/l:i18n/l:l10n[@language='en']/l:dingbat[@key=$dingbat])[1]/@text"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="gentext.startquote">
- <xsl:call-template name="gentext.dingbat">
- <xsl:with-param name="dingbat">startquote</xsl:with-param>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="gentext.endquote">
- <xsl:call-template name="gentext.dingbat">
- <xsl:with-param name="dingbat">endquote</xsl:with-param>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="gentext.nestedstartquote">
- <xsl:call-template name="gentext.dingbat">
- <xsl:with-param name="dingbat">nestedstartquote</xsl:with-param>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="gentext.nestedendquote">
- <xsl:call-template name="gentext.dingbat">
- <xsl:with-param name="dingbat">nestedendquote</xsl:with-param>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="gentext.nav.prev">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'nav-prev'"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="gentext.nav.next">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'nav-next'"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="gentext.nav.home">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'nav-home'"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="gentext.nav.up">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'nav-up'"/>
- </xsl:call-template>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template name="gentext.template">
- <xsl:param name="context" select="'default'"/>
- <xsl:param name="name" select="'default'"/>
- <xsl:param name="origname" select="$name"/>
- <xsl:param name="purpose"/>
- <xsl:param name="xrefstyle"/>
- <xsl:param name="referrer"/>
- <xsl:param name="lang">
- <xsl:call-template name="l10n.language"/>
- </xsl:param>
-
- <xsl:variable name="local.localization.node"
- select="($local.l10n.xml//l:i18n/l:l10n[@language=$lang])[1]"/>
-
- <xsl:variable name="localization.node"
- select="($l10n.xml/l:i18n/l:l10n[@language=$lang])[1]"/>
-
- <xsl:if test="count($localization.node) = 0
- and count($local.localization.node) = 0">
- <xsl:message>
- <xsl:text>No "</xsl:text>
- <xsl:value-of select="$lang"/>
- <xsl:text>" localization exists.</xsl:text>
- </xsl:message>
- </xsl:if>
-
- <xsl:variable name="local.context.node"
- select="$local.localization.node/l:context[@name=$context]"/>
-
- <xsl:variable name="context.node"
- select="$localization.node/l:context[@name=$context]"/>
-
- <xsl:if test="count($context.node) = 0
- and count($local.context.node) = 0">
- <xsl:message>
- <xsl:text>No context named "</xsl:text>
- <xsl:value-of select="$context"/>
- <xsl:text>" exists in the "</xsl:text>
- <xsl:value-of select="$lang"/>
- <xsl:text>" localization.</xsl:text>
- </xsl:message>
- </xsl:if>
-
- <xsl:variable name="local.template.node"
- select="($local.context.node/l:template[@name=$name
- and @style
- and @style=$xrefstyle]
- |$local.context.node/l:template[@name=$name
- and not(@style)])[1]"/>
-
- <xsl:variable name="template.node"
- select="($context.node/l:template[@name=$name
- and @style
- and @style=$xrefstyle]
- |$context.node/l:template[@name=$name
- and not(@style)])[1]"/>
-
- <xsl:choose>
- <xsl:when test="$local.template.node/@text">
- <xsl:value-of select="$local.template.node/@text"/>
- </xsl:when>
- <xsl:when test="$template.node/@text">
- <xsl:value-of select="$template.node/@text"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="contains($name, '/')">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="$context"/>
- <xsl:with-param name="name" select="substring-after($name, '/')"/>
- <xsl:with-param name="origname" select="$origname"/>
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="referrer" select="$referrer"/>
- <xsl:with-param name="lang" select="$lang"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>No template for "</xsl:text>
- <xsl:value-of select="$origname"/>
- <xsl:text>" (or any of its leaves) exists
-in the context named "</xsl:text>
- <xsl:value-of select="$context"/>
- <xsl:text>" in the "</xsl:text>
- <xsl:value-of select="$lang"/>
- <xsl:text>" localization.</xsl:text>
- </xsl:message>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="gentext.template.exists">
- <xsl:param name="context" select="'default'"/>
- <xsl:param name="name" select="'default'"/>
- <xsl:param name="origname" select="$name"/>
- <xsl:param name="purpose"/>
- <xsl:param name="xrefstyle"/>
- <xsl:param name="referrer"/>
- <xsl:param name="lang">
- <xsl:call-template name="l10n.language"/>
- </xsl:param>
-
- <xsl:variable name="local.localization.node"
- select="($local.l10n.xml//l:i18n/l:l10n[@language=$lang])[1]"/>
-
- <xsl:variable name="localization.node"
- select="($l10n.xml/l:i18n/l:l10n[@language=$lang])[1]"/>
-
- <xsl:variable name="local.context.node"
- select="$local.localization.node/l:context[@name=$context]"/>
-
- <xsl:variable name="context.node"
- select="$localization.node/l:context[@name=$context]"/>
-
- <xsl:variable name="local.template.node"
- select="($local.context.node/l:template[@name=$name
- and @style
- and @style=$xrefstyle]
- |$local.context.node/l:template[@name=$name
- and not(@style)])[1]"/>
-
- <xsl:variable name="template.node"
- select="($context.node/l:template[@name=$name
- and @style
- and @style=$xrefstyle]
- |$context.node/l:template[@name=$name
- and not(@style)])[1]"/>
-
- <xsl:choose>
- <xsl:when test="$local.template.node/@text">1</xsl:when>
- <xsl:when test="$template.node/@text">1</xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="contains($name, '/')">
- <xsl:call-template name="gentext.template.exists">
- <xsl:with-param name="context" select="$context"/>
- <xsl:with-param name="name" select="substring-after($name, '/')"/>
- <xsl:with-param name="origname" select="$origname"/>
- <xsl:with-param name="purpose" select="$purpose"/>
- <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
- <xsl:with-param name="referrer" select="$referrer"/>
- <xsl:with-param name="lang" select="$lang"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>0</xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/common/labels.xsl b/wicket-userdocs/lib/docbook-xsl/common/labels.xsl
deleted file mode 100644
index cfe6ef8..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/labels.xsl
+++ /dev/null
@@ -1,607 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- exclude-result-prefixes="doc"
- version='1.0'>
-
-<!-- ============================================================ -->
-<!-- label markup -->
-
-<doc:mode mode="label.markup" xmlns="">
-<refpurpose>Provides access to element labels</refpurpose>
-<refdescription>
-<para>Processing an element in the
-<literal role="mode">label.markup</literal> mode produces the
-element label.</para>
-<para>Trailing punctuation is not added to the label.
-</para>
-</refdescription>
-</doc:mode>
-
-<xsl:template match="*" mode="intralabel.punctuation">
- <xsl:text>.</xsl:text>
-</xsl:template>
-
-<xsl:template match="*" mode="label.markup">
- <xsl:param name="verbose" select="1"/>
- <xsl:if test="$verbose">
- <xsl:message>
- <xsl:text>Request for label of unexpected element: </xsl:text>
- <xsl:value-of select="name(.)"/>
- </xsl:message>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="set|book" mode="label.markup">
- <xsl:if test="@label">
- <xsl:value-of select="@label"/>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="part" mode="label.markup">
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$part.autolabel != 0">
- <xsl:number from="book" count="part" format="I"/>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="partintro" mode="label.markup">
- <!-- no label -->
-</xsl:template>
-
-<xsl:template match="preface" mode="label.markup">
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$preface.autolabel != 0">
- <xsl:choose>
- <xsl:when test="$label.from.part != 0 and ancestor::part">
- <xsl:number from="part" count="preface" format="1" level="any"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:number from="book" count="preface" format="1" level="any"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="chapter" mode="label.markup">
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$chapter.autolabel != 0">
- <xsl:choose>
- <xsl:when test="$label.from.part != 0 and ancestor::part">
- <xsl:number from="part" count="chapter" format="1" level="any"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:number from="book" count="chapter" format="1" level="any"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="appendix" mode="label.markup">
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$appendix.autolabel != 0">
- <xsl:choose>
- <xsl:when test="$label.from.part != 0 and ancestor::part">
- <xsl:number from="part" count="appendix" format="A" level="any"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:number from="book|article"
- count="appendix" format="A" level="any"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="article" mode="label.markup">
- <xsl:if test="@label">
- <xsl:value-of select="@label"/>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="dedication|colophon" mode="label.markup">
- <xsl:if test="@label">
- <xsl:value-of select="@label"/>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="reference" mode="label.markup">
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$part.autolabel != 0">
- <xsl:number from="book" count="reference" format="I" level="any"/>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="refentry" mode="label.markup">
- <xsl:if test="@label">
- <xsl:value-of select="@label"/>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="section" mode="label.markup">
- <!-- if this is a nested section, label the parent -->
- <xsl:if test="local-name(..) = 'section'">
- <xsl:variable name="parent.section.label">
- <xsl:apply-templates select=".." mode="label.markup"/>
- </xsl:variable>
- <xsl:if test="$parent.section.label != ''">
- <xsl:apply-templates select=".." mode="label.markup"/>
- <xsl:apply-templates select=".." mode="intralabel.punctuation"/>
- </xsl:if>
- </xsl:if>
-
- <!-- if the parent is a component, maybe label that too -->
- <xsl:variable name="parent.is.component">
- <xsl:call-template name="is.component">
- <xsl:with-param name="node" select=".."/>
- </xsl:call-template>
- </xsl:variable>
-
- <!-- does this section get labelled? -->
- <xsl:variable name="label">
- <xsl:call-template name="label.this.section">
- <xsl:with-param name="section" select="."/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="$section.label.includes.component.label != 0
- and $parent.is.component != 0">
- <xsl:variable name="parent.label">
- <xsl:apply-templates select=".." mode="label.markup"/>
- </xsl:variable>
- <xsl:if test="$parent.label != ''">
- <xsl:apply-templates select=".." mode="label.markup"/>
- <xsl:apply-templates select=".." mode="intralabel.punctuation"/>
- </xsl:if>
- </xsl:if>
-
-<!--
- <xsl:message>
- <xsl:value-of select="$label"/>, <xsl:number count="section"/>
- </xsl:message>
--->
-
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$label != 0">
- <xsl:number count="section"/>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="sect1" mode="label.markup">
- <!-- if the parent is a component, maybe label that too -->
- <xsl:variable name="parent.is.component">
- <xsl:call-template name="is.component">
- <xsl:with-param name="node" select=".."/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="$section.label.includes.component.label != 0
- and $parent.is.component">
- <xsl:variable name="parent.label">
- <xsl:apply-templates select=".." mode="label.markup"/>
- </xsl:variable>
- <xsl:if test="$parent.label != ''">
- <xsl:apply-templates select=".." mode="label.markup"/>
- <xsl:apply-templates select=".." mode="intralabel.punctuation"/>
- </xsl:if>
- </xsl:if>
-
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$section.autolabel != 0">
- <xsl:number count="sect1"/>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="sect2|sect3|sect4|sect5" mode="label.markup">
- <!-- label the parent -->
- <xsl:variable name="parent.label">
- <xsl:apply-templates select=".." mode="label.markup"/>
- </xsl:variable>
- <xsl:if test="$parent.label != ''">
- <xsl:apply-templates select=".." mode="label.markup"/>
- <xsl:apply-templates select=".." mode="intralabel.punctuation"/>
- </xsl:if>
-
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$section.autolabel != 0">
- <xsl:choose>
- <xsl:when test="local-name(.) = 'sect2'">
- <xsl:number count="sect2"/>
- </xsl:when>
- <xsl:when test="local-name(.) = 'sect3'">
- <xsl:number count="sect3"/>
- </xsl:when>
- <xsl:when test="local-name(.) = 'sect4'">
- <xsl:number count="sect4"/>
- </xsl:when>
- <xsl:when test="local-name(.) = 'sect5'">
- <xsl:number count="sect5"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>label.markup: this can't happen!</xsl:message>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="bridgehead" mode="label.markup">
- <!-- FIXME: could we do a better job here? -->
- <xsl:variable name="contsec"
- select="(ancestor::section
- |ancestor::simplesect
- |ancestor::sect1
- |ancestor::sect2
- |ancestor::sect3
- |ancestor::sect4
- |ancestor::sect5
- |ancestor::refsect1
- |ancestor::refsect2
- |ancestor::refsect3
- |ancestor::chapter
- |ancestor::appendix
- |ancestor::preface)[last()]"/>
-
- <xsl:apply-templates select="$contsec" mode="label.markup"/>
-</xsl:template>
-
-<xsl:template match="refsect1" mode="label.markup">
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$section.autolabel != 0">
- <xsl:number count="refsect1"/>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="refsect2|refsect3" mode="label.markup">
- <!-- label the parent -->
- <xsl:variable name="parent.label">
- <xsl:apply-templates select=".." mode="label.markup"/>
- </xsl:variable>
- <xsl:if test="$parent.label != ''">
- <xsl:apply-templates select=".." mode="label.markup"/>
- <xsl:apply-templates select=".." mode="intralabel.punctuation"/>
- </xsl:if>
-
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$section.autolabel != 0">
- <xsl:choose>
- <xsl:when test="local-name(.) = 'refsect2'">
- <xsl:number count="refsect2"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:number count="refsect3"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="simplesect" mode="label.markup">
- <!-- if this is a nested section, label the parent -->
- <xsl:if test="local-name(..) = 'section'
- or local-name(..) = 'sect1'
- or local-name(..) = 'sect2'
- or local-name(..) = 'sect3'
- or local-name(..) = 'sect4'
- or local-name(..) = 'sect5'">
- <xsl:variable name="parent.section.label">
- <xsl:apply-templates select=".." mode="label.markup"/>
- </xsl:variable>
- <xsl:if test="$parent.section.label != ''">
- <xsl:apply-templates select=".." mode="label.markup"/>
- <xsl:apply-templates select=".." mode="intralabel.punctuation"/>
- </xsl:if>
- </xsl:if>
-
- <!-- if the parent is a component, maybe label that too -->
- <xsl:variable name="parent.is.component">
- <xsl:call-template name="is.component">
- <xsl:with-param name="node" select=".."/>
- </xsl:call-template>
- </xsl:variable>
-
- <!-- does this section get labelled? -->
- <xsl:variable name="label">
- <xsl:call-template name="label.this.section">
- <xsl:with-param name="section" select="."/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="$section.label.includes.component.label != 0
- and $parent.is.component != 0">
- <xsl:variable name="parent.label">
- <xsl:apply-templates select=".." mode="label.markup"/>
- </xsl:variable>
- <xsl:if test="$parent.label != ''">
- <xsl:apply-templates select=".." mode="label.markup"/>
- <xsl:apply-templates select=".." mode="intralabel.punctuation"/>
- </xsl:if>
- </xsl:if>
-
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$label != 0">
- <xsl:number count="simplesect"/>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="qandadiv" mode="label.markup">
- <xsl:variable name="lparent" select="(ancestor::set
- |ancestor::book
- |ancestor::chapter
- |ancestor::appendix
- |ancestor::preface
- |ancestor::section
- |ancestor::simplesect
- |ancestor::sect1
- |ancestor::sect2
- |ancestor::sect3
- |ancestor::sect4
- |ancestor::sect5
- |ancestor::refsect1
- |ancestor::refsect2
- |ancestor::refsect3)[last()]"/>
-
- <xsl:variable name="lparent.prefix">
- <xsl:apply-templates select="$lparent" mode="label.markup"/>
- </xsl:variable>
-
- <xsl:variable name="prefix">
- <xsl:if test="$qanda.inherit.numeration != 0">
- <xsl:if test="$lparent.prefix != ''">
- <xsl:apply-templates select="$lparent" mode="label.markup"/>
- <xsl:apply-templates select="$lparent" mode="intralabel.punctuation"/>
- </xsl:if>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="$prefix"/>
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:when test="$qandadiv.autolabel != 0">
- <xsl:value-of select="$prefix"/>
- <xsl:number level="multiple" count="qandadiv" format="1"/>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="question|answer" mode="label.markup">
- <xsl:variable name="lparent" select="(ancestor::set
- |ancestor::book
- |ancestor::chapter
- |ancestor::appendix
- |ancestor::preface
- |ancestor::section
- |ancestor::simplesect
- |ancestor::sect1
- |ancestor::sect2
- |ancestor::sect3
- |ancestor::sect4
- |ancestor::sect5
- |ancestor::refsect1
- |ancestor::refsect2
- |ancestor::refsect3)[last()]"/>
-
- <xsl:variable name="lparent.prefix">
- <xsl:apply-templates select="$lparent" mode="label.markup"/>
- </xsl:variable>
-
- <xsl:variable name="prefix">
- <xsl:if test="$qanda.inherit.numeration != 0">
- <xsl:if test="$lparent.prefix != ''">
- <xsl:apply-templates select="$lparent" mode="label.markup"/>
- <xsl:apply-templates select="$lparent" mode="intralabel.punctuation"/>
- </xsl:if>
- <xsl:if test="ancestor::qandadiv">
- <xsl:apply-templates select="ancestor::qandadiv[1]" mode="label.markup"/>
- <xsl:apply-templates select="ancestor::qandadiv[1]"
- mode="intralabel.punctuation"/>
- </xsl:if>
- </xsl:if>
- </xsl:variable>
-
- <xsl:variable name="inhlabel"
- select="ancestor-or-self::qandaset/@defaultlabel[1]"/>
-
- <xsl:variable name="deflabel">
- <xsl:choose>
- <xsl:when test="$inhlabel != ''">
- <xsl:value-of select="$inhlabel"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$qanda.defaultlabel"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="label" select="label"/>
-
- <xsl:choose>
- <xsl:when test="count($label)>0">
- <xsl:apply-templates select="$label"/>
- </xsl:when>
-
- <xsl:when test="$deflabel = 'qanda' and local-name(.) = 'question'">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Question'"/>
- </xsl:call-template>
- </xsl:when>
-
- <xsl:when test="$deflabel = 'qanda' and local-name(.) = 'answer'">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Answer'"/>
- </xsl:call-template>
- </xsl:when>
-
- <xsl:when test="$deflabel = 'number' and local-name(.) = 'question'">
- <xsl:value-of select="$prefix"/>
- <xsl:number level="multiple" count="qandaentry" format="1"/>
- </xsl:when>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="bibliography|glossary|index|setindex" mode="label.markup">
- <xsl:if test="@label">
- <xsl:value-of select="@label"/>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="figure|table|example|procedure" mode="label.markup">
- <xsl:variable name="pchap"
- select="ancestor::chapter
- |ancestor::appendix
- |ancestor::article[ancestor::book]"/>
-
- <xsl:variable name="prefix">
- <xsl:if test="count($pchap) > 0">
- <xsl:apply-templates select="$pchap" mode="label.markup"/>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="count($pchap)>0">
- <xsl:if test="$prefix != ''">
- <xsl:apply-templates select="$pchap" mode="label.markup"/>
- <xsl:apply-templates select="$pchap" mode="intralabel.punctuation"/>
- </xsl:if>
- <xsl:number format="1" from="chapter|appendix" level="any"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:number format="1" from="book|article" level="any"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="equation" mode="label.markup">
- <xsl:variable name="pchap"
- select="ancestor::chapter
- |ancestor::appendix
- |ancestor::article[ancestor::book]"/>
-
- <xsl:variable name="prefix">
- <xsl:if test="count($pchap) > 0">
- <xsl:apply-templates select="$pchap" mode="label.markup"/>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="@label">
- <xsl:value-of select="@label"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="count($pchap)>0">
- <xsl:if test="$prefix != ''">
- <xsl:apply-templates select="$pchap" mode="label.markup"/>
- <xsl:apply-templates select="$pchap" mode="intralabel.punctuation"/>
- </xsl:if>
- <xsl:number format="1" count="equation[title]" from="chapter|appendix" level="any"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:number format="1" count="equation[title]" from="book|article" level="any"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="orderedlist/listitem" mode="label.markup">
- <xsl:variable name="numeration">
- <xsl:call-template name="list.numeration">
- <xsl:with-param name="node" select="parent::orderedlist"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="type">
- <xsl:choose>
- <xsl:when test="$numeration='arabic'">1</xsl:when>
- <xsl:when test="$numeration='loweralpha'">a</xsl:when>
- <xsl:when test="$numeration='lowerroman'">i</xsl:when>
- <xsl:when test="$numeration='upperalpha'">A</xsl:when>
- <xsl:when test="$numeration='upperroman'">I</xsl:when>
- <!-- What!? This should never happen -->
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>Unexpected numeration: </xsl:text>
- <xsl:value-of select="$numeration"/>
- </xsl:message>
- <xsl:value-of select="1."/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:number count="listitem" format="{$type}"/>
-</xsl:template>
-
-<xsl:template match="abstract" mode="label.markup">
- <!-- nop -->
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template name="label.this.section">
- <xsl:param name="section" select="."/>
- <xsl:value-of select="$section.autolabel"/>
-</xsl:template>
-
-<doc:template name="label.this.section" xmlns="">
-<refpurpose>Returns true if $section should be labelled</refpurpose>
-<refdescription>
-<para>Returns true if the specified section should be labelled.
-By default, this template simply returns $section.autolabel, but
-custom stylesheets may override it to get more selective behavior.</para>
-</refdescription>
-</doc:template>
-
-<!-- ============================================================ -->
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/lt.xml b/wicket-userdocs/lib/docbook-xsl/common/lt.xml
deleted file mode 100644
index 0110439..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/lt.xml
+++ /dev/null
@@ -1,424 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="lt" english-language-name="Lithuanian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Santrauka"/>
- <l:gentext key="abstract" text="Santrauka"/>
- <l:gentext key="Answer" text="Ats:"/>
- <l:gentext key="answer" text="Ats:"/>
- <l:gentext key="Appendix" text="Priedas"/>
- <l:gentext key="appendix" text="priedas"/>
- <l:gentext key="Article" text="Straipsnis"/>
- <l:gentext key="article" text="Straipsnis"/>
- <l:gentext key="Bibliography" text="Bibliografija"/>
- <l:gentext key="bibliography" text="Bibliografija"/>
- <l:gentext key="Book" text="Knyga"/>
- <l:gentext key="book" text="Knyga"/>
- <l:gentext key="CAUTION" text="ATSARGIAI"/>
- <l:gentext key="Caution" text="Atsargiai"/>
- <l:gentext key="caution" text="Atsargiai"/>
- <l:gentext key="Chapter" text="Skyrius"/>
- <l:gentext key="chapter" text="skyrius"/>
- <l:gentext key="Colophon" text="Įžanga į knygą"/>
- <l:gentext key="colophon" text="Įžanga į knygŐ"/>
- <l:gentext key="Copyright" text="Autorinės teisės"/>
- <l:gentext key="copyright" text="Autorinės teisės"/>
- <l:gentext key="Dedication" text="Dedikacija"/>
- <l:gentext key="dedication" text="Dedikacija"/>
- <l:gentext key="Edition" text="Leidimas"/>
- <l:gentext key="edition" text="Leidimas"/>
- <l:gentext key="Equation" text="Lygtis"/>
- <l:gentext key="equation" text="Lygtis"/>
- <l:gentext key="Example" text="Pavyzdys"/>
- <l:gentext key="example" text="Pavyzdys"/>
- <l:gentext key="Figure" text="Pav."/>
- <l:gentext key="figure" text="Pav."/>
- <l:gentext key="Glossary" text="Terminų žodynėlis"/>
- <l:gentext key="glossary" text="Terminų žodynėlis"/>
- <l:gentext key="GlossSee" text="Terminą žr."/>
- <l:gentext key="glosssee" text="Terminą žr."/>
- <l:gentext key="GlossSeeAlso" text="Taip pat žr."/>
- <l:gentext key="glossseealso" text="Taip pat žr."/>
- <l:gentext key="IMPORTANT" text="SVARBU"/>
- <l:gentext key="important" text="Svarbu"/>
- <l:gentext key="Important" text="Svarbu"/>
- <l:gentext key="Index" text="Rodyklė"/>
- <l:gentext key="index" text="Rodyklė"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Teisinė pastaba"/>
- <l:gentext key="legalnotice" text="Teisinė pastaba"/>
- <l:gentext key="MsgAud" text="Auditorija"/>
- <l:gentext key="msgaud" text="Auditorija"/>
- <l:gentext key="MsgLevel" text="Lygmuo"/>
- <l:gentext key="msglevel" text="Lygmuo"/>
- <l:gentext key="MsgOrig" text="Kilmė"/>
- <l:gentext key="msgorig" text="Kilmė"/>
- <l:gentext key="NOTE" text="PASTABA"/>
- <l:gentext key="Note" text="Pastaba"/>
- <l:gentext key="note" text="Pastaba"/>
- <l:gentext key="Part" text="Dalis"/>
- <l:gentext key="part" text="Dalis"/>
- <l:gentext key="Preface" text="Įžanga"/>
- <l:gentext key="preface" text="Įžanga"/>
- <l:gentext key="Procedure" text="Procedūra"/>
- <l:gentext key="procedure" text="Procedūra"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Išleistas"/>
- <l:gentext key="published" text="Išleistas"/>
- <l:gentext key="Question" text="Klausimas:"/>
- <l:gentext key="question" text="Klausimas:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Nuoroda"/>
- <l:gentext key="reference" text="Nuoroda"/>
- <l:gentext key="RefName" text="Pavadinimas"/>
- <l:gentext key="refname" text="Pavadinimas"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Trumpa apžvalga"/>
- <l:gentext key="refsynopsisdiv" text="Trumpa apžvalga"/>
- <l:gentext key="RevHistory" text="Pataisymų istorija"/>
- <l:gentext key="revhistory" text="Pataisymų istorija"/>
- <l:gentext key="revision" text="Pataisytas leidimas"/>
- <l:gentext key="Revision" text="Pataisytas leidimas"/>
- <l:gentext key="sect1" text="Skyrius"/>
- <l:gentext key="sect2" text="Skyrius"/>
- <l:gentext key="sect3" text="Skyrius"/>
- <l:gentext key="sect4" text="Skyrius"/>
- <l:gentext key="sect5" text="Skyrius"/>
- <l:gentext key="section" text="Skyrius"/>
- <l:gentext key="Section" text="Skyrius"/>
- <l:gentext key="see" text="žr."/>
- <l:gentext key="seealso" text="žr."/>
- <l:gentext key="set" text="Set"/>
- <l:gentext key="Set" text="Set"/>
- <l:gentext key="setindex" text="Set Index"/>
- <l:gentext key="SetIndex" text="Set Index"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="sidebar"/>
- <l:gentext key="step" text="žingsnis"/>
- <l:gentext key="Step" text="Žingsnis"/>
- <l:gentext key="Table" text="Lentelė"/>
- <l:gentext key="table" text="Lentelė"/>
- <l:gentext key="tip" text="Patarimas"/>
- <l:gentext key="TIP" text="PATARIMAS"/>
- <l:gentext key="Tip" text="Patarimas"/>
- <l:gentext key="Warning" text="Įspėjimas"/>
- <l:gentext key="warning" text="Įspėjimas"/>
- <l:gentext key="WARNING" text="ĮSPĖJIMAS"/>
- <l:gentext key="and" text="ir"/>
- <l:gentext key="by" text="by"/>
- <l:gentext key="Edited" text="Redaguotas"/>
- <l:gentext key="edited" text="Redaguotas"/>
- <l:gentext key="Editedby" text="Redaguotas:"/>
- <l:gentext key="editedby" text="Redaguotas:"/>
- <l:gentext key="in" text="in"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="neegzistuojantis elementas"/>
- <l:gentext key="notes" text="Pastabos"/>
- <l:gentext key="Notes" text="Pastabos"/>
- <l:gentext key="Pgs" text="Pgs."/>
- <l:gentext key="pgs" text="Pgs."/>
- <l:gentext key="Revisedby" text="Pataisė: "/>
- <l:gentext key="revisedby" text="Pataisė: "/>
- <l:gentext key="TableNotes" text="Lentelės pastabos"/>
- <l:gentext key="tablenotes" text="Lentelės pastabos"/>
- <l:gentext key="TableofContents" text="Tūrinys"/>
- <l:gentext key="tableofcontents" text="Tūrinys"/>
- <l:gentext key="unexpectedelementname" text="Unexpected element name"/>
- <l:gentext key="unsupported" text="nepalaikomas"/>
- <l:gentext key="xrefto" text="xref to"/>
- <l:gentext key="listofequations" text="Lygčių sąrašas"/>
- <l:gentext key="ListofEquations" text="Lygčių sąrašas"/>
- <l:gentext key="ListofExamples" text="Pavyzdžių sąrašas"/>
- <l:gentext key="listofexamples" text="Pavyzdžių sąrašas"/>
- <l:gentext key="ListofFigures" text="Pav. sąrašas"/>
- <l:gentext key="listoffigures" text="Pav. sąrašas"/>
- <l:gentext key="listoftables" text="Lentelių sąrašas"/>
- <l:gentext key="ListofTables" text="Lentelių sąrašas"/>
- <l:gentext key="ListofUnknown" text="Nežinomas sąrašas"/>
- <l:gentext key="listofunknown" text="Nežinomas sąrašas"/>
- <l:gentext key="nav-home" text="Namai"/>
- <l:gentext key="nav-next" text="Sekantis"/>
- <l:gentext key="nav-next-sibling" text="Fast Forward"/>
- <l:gentext key="nav-prev" text="Paskesnis"/>
- <l:gentext key="nav-prev-sibling" text="Fast Backward"/>
- <l:gentext key="nav-up" text="Į viršų"/>
- <l:gentext key="nav-toc" text="ToC"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Priedas %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Skyrius %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Lygtis %n. %t"/>
- <l:template name="example" text="Pavyzdys %n. %t"/>
- <l:template name="figure" text="Pav. %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Dalis %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedūra %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Lentelė %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Priedas %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Skyrius %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Ats: %n"/>
- <l:template name="appendix" text="Priedas %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Skyrius %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Lygtis %n"/>
- <l:template name="example" text="Pavyzdys %n"/>
- <l:template name="figure" text="Pav. %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Dalis %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedūra %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Klausimas: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Klausimas: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Lentelė %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="the section called “%t”"/>
- <l:template name="refsection" text="the section called “%t”"/>
- <l:template name="refsect1" text="the section called “%t”"/>
- <l:template name="refsect2" text="the section called “%t”"/>
- <l:template name="refsect3" text="the section called “%t”"/>
- <l:template name="sect1" text="the section called “%t”"/>
- <l:template name="sect2" text="the section called “%t”"/>
- <l:template name="sect3" text="the section called “%t”"/>
- <l:template name="sect4" text="the section called “%t”"/>
- <l:template name="sect5" text="the section called “%t”"/>
- <l:template name="section" text="the section called “%t”"/>
- <l:template name="simplesect" text="the section called “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Skyrius %n"/>
- <l:template name="refsection" text="the section called “%t”"/>
- <l:template name="refsect1" text="the section called “%t”"/>
- <l:template name="refsect2" text="the section called “%t”"/>
- <l:template name="refsect3" text="the section called “%t”"/>
- <l:template name="sect1" text="Skyrius %n"/>
- <l:template name="sect2" text="Skyrius %n"/>
- <l:template name="sect3" text="Skyrius %n"/>
- <l:template name="sect4" text="Skyrius %n"/>
- <l:template name="sect5" text="Skyrius %n"/>
- <l:template name="section" text="Skyrius %n"/>
- <l:template name="simplesect" text="the section called “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" ir "/>
- <l:template name="seplast" text=", ir "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Terminą žr. "/>
- <l:template name="seealso" text="Taip pat žr. "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Auditorija: "/>
- <l:template name="MsgLevel" text="Lygmuo: "/>
- <l:template name="MsgOrig" text="Kilmė: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/nl.xml b/wicket-userdocs/lib/docbook-xsl/common/nl.xml
deleted file mode 100644
index 840065e..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/nl.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="nl" english-language-name="Dutch">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Samenvatting"/>
- <l:gentext key="abstract" text="Samenvatting"/>
- <l:gentext key="Answer" text="Antwoord:"/>
- <l:gentext key="answer" text="Antwoord:"/>
- <l:gentext key="Appendix" text="Aanhangsel"/>
- <l:gentext key="appendix" text="aanhangsel"/>
- <l:gentext key="Article" text="Artikel"/>
- <l:gentext key="article" text="Artikel"/>
- <l:gentext key="Bibliography" text="Literatuurlijst"/>
- <l:gentext key="bibliography" text="Literatuurlijst"/>
- <l:gentext key="Book" text="Boek"/>
- <l:gentext key="book" text="Boek"/>
- <l:gentext key="CAUTION" text="LET OP"/>
- <l:gentext key="Caution" text="Let op"/>
- <l:gentext key="caution" text="Let op"/>
- <l:gentext key="Chapter" text="Hoofdstuk"/>
- <l:gentext key="chapter" text="hoofdstuk"/>
- <l:gentext key="Colophon" text="Colofon"/>
- <l:gentext key="colophon" text="Colofon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Opdracht"/>
- <l:gentext key="dedication" text="Opdracht"/>
- <l:gentext key="Edition" text="Uitgave"/>
- <l:gentext key="edition" text="Uitgave"/>
- <l:gentext key="Equation" text="Vergelijking"/>
- <l:gentext key="equation" text="Vergelijking"/>
- <l:gentext key="Example" text="Voorbeeld"/>
- <l:gentext key="example" text="Voorbeeld"/>
- <l:gentext key="Figure" text="Figuur"/>
- <l:gentext key="figure" text="Figuur"/>
- <l:gentext key="Glossary" text="Woordenlijst"/>
- <l:gentext key="glossary" text="Woordenlijst"/>
- <l:gentext key="GlossSee" text="Zie"/>
- <l:gentext key="glosssee" text="Zie"/>
- <l:gentext key="GlossSeeAlso" text="Zie ook"/>
- <l:gentext key="glossseealso" text="Zie ook"/>
- <l:gentext key="IMPORTANT" text="BELANGRIJK"/>
- <l:gentext key="Important" text="Belangrijk"/>
- <l:gentext key="important" text="Belangrijk"/>
- <l:gentext key="Index" text="Register"/>
- <l:gentext key="index" text="Register"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Bericht"/>
- <l:gentext key="legalnotice" text="Bericht"/>
- <l:gentext key="MsgAud" text="Doelgroep"/>
- <l:gentext key="msgaud" text="Doelgroep"/>
- <l:gentext key="MsgLevel" text="Niveau"/>
- <l:gentext key="msglevel" text="Niveau"/>
- <l:gentext key="MsgOrig" text="Herkomst"/>
- <l:gentext key="msgorig" text="Herkomst"/>
- <l:gentext key="NOTE" text="OPMERKING"/>
- <l:gentext key="Note" text="Opmerking"/>
- <l:gentext key="note" text="Opmerking"/>
- <l:gentext key="Part" text="Deel"/>
- <l:gentext key="part" text="Deel"/>
- <l:gentext key="Preface" text="Voorwoord"/>
- <l:gentext key="preface" text="Voorwoord"/>
- <l:gentext key="Procedure" text="Procedure"/>
- <l:gentext key="procedure" text="Procedure"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Uitgegeven"/>
- <l:gentext key="published" text="Uitgegeven"/>
- <l:gentext key="Question" text="Vraag:"/>
- <l:gentext key="question" text="Vraag:"/>
- <l:gentext key="RefEntry" text="Referentielemma"/>
- <l:gentext key="refentry" text="Referentielemma"/>
- <l:gentext key="Reference" text="Referentie"/>
- <l:gentext key="reference" text="Referentie"/>
- <l:gentext key="RefName" text="Referentienaam"/>
- <l:gentext key="refname" text="Referentienaam"/>
- <l:gentext key="RefSection" text="Referentieparagraaf"/>
- <l:gentext key="refsection" text="Referentieparagraaf"/>
- <l:gentext key="RefSynopsisDiv" text="Referentiesamenvatting"/>
- <l:gentext key="refsynopsisdiv" text="Referentiesamenvatting"/>
- <l:gentext key="RevHistory" text="Wijzigingen"/>
- <l:gentext key="revhistory" text="Wijzigingen"/>
- <l:gentext key="Revision" text="Herziening"/>
- <l:gentext key="revision" text="Herziening"/>
- <l:gentext key="sect1" text="Paragraaf"/>
- <l:gentext key="sect2" text="Paragraaf"/>
- <l:gentext key="sect3" text="Paragraaf"/>
- <l:gentext key="sect4" text="Paragraaf"/>
- <l:gentext key="sect5" text="Paragraaf"/>
- <l:gentext key="Section" text="Paragraaf"/>
- <l:gentext key="section" text="paragraaf"/>
- <l:gentext key="See" text="Zie"/>
- <l:gentext key="see" text="Zie"/>
- <l:gentext key="SeeAlso" text="Zie ook"/>
- <l:gentext key="Seealso" text="Zie ook"/>
- <l:gentext key="seealso" text="Zie ook"/>
- <l:gentext key="Set" text="Verzameling"/>
- <l:gentext key="set" text="Verzameling"/>
- <l:gentext key="SetIndex" text="Hoofdregister"/>
- <l:gentext key="setindex" text="Hoofdregister"/>
- <l:gentext key="Sidebar" text="Excursie"/>
- <l:gentext key="sidebar" text="excursie"/>
- <l:gentext key="Step" text="Stap"/>
- <l:gentext key="step" text="stap"/>
- <l:gentext key="Table" text="Tabel"/>
- <l:gentext key="table" text="Tabel"/>
- <l:gentext key="TIP" text="TIP"/>
- <l:gentext key="Tip" text="Tip"/>
- <l:gentext key="tip" text="Tip"/>
- <l:gentext key="WARNING" text="WAARSCHUWING"/>
- <l:gentext key="Warning" text="Waarschuwing"/>
- <l:gentext key="warning" text="Waarschuwing"/>
- <l:gentext key="and" text="en"/>
- <l:gentext key="by" text="door"/>
- <l:gentext key="Edited" text="Redactie"/>
- <l:gentext key="edited" text="Redactie"/>
- <l:gentext key="Editedby" text="Redactie door"/>
- <l:gentext key="editedby" text="Redactie door"/>
- <l:gentext key="in" text="in"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="niet bestaand element"/>
- <l:gentext key="notes" text="Noten"/>
- <l:gentext key="Notes" text="Noten"/>
- <l:gentext key="Pgs" text="blz."/>
- <l:gentext key="pgs" text="blz."/>
- <l:gentext key="Revisedby" text="Herzien door: "/>
- <l:gentext key="revisedby" text="Herzien door: "/>
- <l:gentext key="TableNotes" text="Opmerkingen"/>
- <l:gentext key="tablenotes" text="Opmerkingen"/>
- <l:gentext key="TableofContents" text="Inhoudsopgave"/>
- <l:gentext key="tableofcontents" text="Inhoudsopgave"/>
- <l:gentext key="unexpectedelementname" text="ONVERWACHT-ELEMENT"/>
- <l:gentext key="unsupported" text="niet ondersteund"/>
- <l:gentext key="xrefto" text="verwijzing naar"/>
- <l:gentext key="listofequations" text="Lijst van vergelijkingen"/>
- <l:gentext key="ListofEquations" text="Lijst van vergelijkingen"/>
- <l:gentext key="ListofExamples" text="Lijst van voorbeelden"/>
- <l:gentext key="listofexamples" text="Lijst van voorbeelden"/>
- <l:gentext key="ListofFigures" text="Lijst van figuren"/>
- <l:gentext key="listoffigures" text="Lijst van figuren"/>
- <l:gentext key="listoftables" text="Lijst van tabellen"/>
- <l:gentext key="ListofTables" text="Lijst van tabellen"/>
- <l:gentext key="ListofUnknown" text="Lijst van ???"/>
- <l:gentext key="listofunknown" text="Lijst van ???"/>
- <l:gentext key="nav-home" text="Begin"/>
- <l:gentext key="nav-next" text="Volgende"/>
- <l:gentext key="nav-next-sibling" text="Verder vooruit"/>
- <l:gentext key="nav-prev" text="Terug"/>
- <l:gentext key="nav-prev-sibling" text="Verder terug"/>
- <l:gentext key="nav-up" text="Omhoog"/>
- <l:gentext key="Draft" text="Ontwerp"/>
- <l:gentext key="above" text="boven"/>
- <l:gentext key="below" text="onder"/>
- <l:gentext key="index symbols" text="Symbolen"/>
- <l:gentext key="sectioncalled" text="de paragraaf"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyzëïé"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZËÏÉ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Aanhangsel %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Hoofdstuk %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Vergelijking %n. %t"/>
- <l:template name="example" text="Voorbeeld %n. %t"/>
- <l:template name="figure" text="Figuur %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Deel %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedure %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabel %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Aanhangsel %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Hoofdstuk %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Antwoord: %n"/>
- <l:template name="appendix" text="Aanhangsel %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Hoofdstuk %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Vergelijking %n"/>
- <l:template name="example" text="Voorbeeld %n. %t"/>
- <l:template name="figure" text="Figuur %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Deel %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedure %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Vraag: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Vraag: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabel %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="de paragraaf “%t”"/>
- <l:template name="refsection" text="de paragraaf “%t”"/>
- <l:template name="refsect1" text="de paragraaf “%t”"/>
- <l:template name="refsect2" text="de paragraaf “%t”"/>
- <l:template name="refsect3" text="de paragraaf “%t”"/>
- <l:template name="sect1" text="de paragraaf “%t”"/>
- <l:template name="sect2" text="de paragraaf “%t”"/>
- <l:template name="sect3" text="de paragraaf “%t”"/>
- <l:template name="sect4" text="de paragraaf “%t”"/>
- <l:template name="sect5" text="de paragraaf “%t”"/>
- <l:template name="section" text="de paragraaf “%t”"/>
- <l:template name="simplesect" text="de paragraaf “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="de paragraaf “%t”"/>
- <l:template name="refsection" text="de paragraaf “%t”"/>
- <l:template name="refsect1" text="de paragraaf “%t”"/>
- <l:template name="refsect2" text="de paragraaf “%t”"/>
- <l:template name="refsect3" text="de paragraaf “%t”"/>
- <l:template name="sect1" text="Paragraaf %n"/>
- <l:template name="sect2" text="Paragraaf %n"/>
- <l:template name="sect3" text="Paragraaf %n"/>
- <l:template name="sect4" text="Paragraaf %n"/>
- <l:template name="sect5" text="Paragraaf %n"/>
- <l:template name="section" text="Paragraaf %n"/>
- <l:template name="simplesect" text="de paragraaf “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" en "/>
- <l:template name="seplast" text=", en "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Zie "/>
- <l:template name="seealso" text="Zie ook "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Doelgroep: "/>
- <l:template name="MsgLevel" text="Niveau: "/>
- <l:template name="MsgOrig" text="Herkomst: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/nn.xml b/wicket-userdocs/lib/docbook-xsl/common/nn.xml
deleted file mode 100644
index 2aa36f2..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/nn.xml
+++ /dev/null
@@ -1,431 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="nn" english-language-name="Nynorsk">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Samandrag"/>
- <l:gentext key="abstract" text="Samandrag"/>
- <l:gentext key="Answer" text="Svar"/>
- <l:gentext key="answer" text="svar"/>
- <l:gentext key="Appendix" text="Tillegg"/>
- <l:gentext key="appendix" text="tillegg"/>
- <l:gentext key="Article" text="Artikkel"/>
- <l:gentext key="article" text="artikkel"/>
- <l:gentext key="Bibliography" text="Bibliografi"/>
- <l:gentext key="bibliography" text="bibliografi"/>
- <l:gentext key="Book" text="Bok"/>
- <l:gentext key="book" text="bok"/>
- <l:gentext key="CAUTION" text="OBS"/>
- <l:gentext key="Caution" text="Obs"/>
- <l:gentext key="caution" text="OBS"/>
- <l:gentext key="caution" text="Obs"/>
- <l:gentext key="Chapter" text="Kapittel"/>
- <l:gentext key="chapter" text="kapittel"/>
- <l:gentext key="Colophon" text="Kolofon"/>
- <l:gentext key="colophon" text="kolofon"/>
- <l:gentext key="Copyright" text="Opphavsrett"/>
- <l:gentext key="copyright" text="opphavsrett"/>
- <l:gentext key="Dedication" text="Dedikasjon"/>
- <l:gentext key="dedication" text="dedikasjon"/>
- <l:gentext key="Edition" text="Utgåve"/>
- <l:gentext key="edition" text="utgåve"/>
- <l:gentext key="Equation" text="Formel"/>
- <l:gentext key="equation" text="formel"/>
- <l:gentext key="Example" text="Døme"/>
- <l:gentext key="example" text="døme"/>
- <l:gentext key="Figure" text="Figur"/>
- <l:gentext key="figure" text="figur"/>
- <l:gentext key="Glossary" text="Ordliste"/>
- <l:gentext key="glossary" text="ordliste"/>
- <l:gentext key="GlossSee" text="Sjå"/>
- <l:gentext key="glosssee" text="sjå"/>
- <l:gentext key="GlossSeeAlso" text="Sjå òg"/>
- <l:gentext key="glossseealso" text="sjå òg"/>
- <l:gentext key="IMPORTANT" text="VIKTIG"/>
- <l:gentext key="Important" text="Viktig"/>
- <l:gentext key="important" text="viktig"/>
- <l:gentext key="important" text="viktig"/>
- <l:gentext key="Index" text="Indeks"/>
- <l:gentext key="index" text="indeks"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text=""/>
- <l:gentext key="legalnotice" text=""/>
- <l:gentext key="MsgAud" text="Publikum"/>
- <l:gentext key="msgaud" text="publikum"/>
- <l:gentext key="MsgLevel" text="Nivå"/>
- <l:gentext key="msglevel" text="nivå"/>
- <l:gentext key="MsgOrig" text="Opphav"/>
- <l:gentext key="msgorig" text="Opphav"/>
- <l:gentext key="NOTE" text="NOTAT"/>
- <l:gentext key="Note" text="Notat"/>
- <l:gentext key="note" text="NOTAT"/>
- <l:gentext key="note" text="Notat"/>
- <l:gentext key="Part" text="Del"/>
- <l:gentext key="part" text="del"/>
- <l:gentext key="Preface" text="Forord"/>
- <l:gentext key="preface" text="forord"/>
- <l:gentext key="Procedure" text="Prosedyre"/>
- <l:gentext key="procedure" text="prosedyre"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Utgitt"/>
- <l:gentext key="published" text="utgitt"/>
- <l:gentext key="Question" text="Spørsmål"/>
- <l:gentext key="question" text="spørsmål"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Referanse"/>
- <l:gentext key="reference" text="referanse"/>
- <l:gentext key="RefName" text="Namn"/>
- <l:gentext key="refname" text="namn"/>
- <l:gentext key="RefSection" text="Del"/>
- <l:gentext key="refsection" text="del"/>
- <l:gentext key="RefSynopsisDiv" text="Oversyn"/>
- <l:gentext key="refsynopsisdiv" text="oversyn"/>
- <l:gentext key="RevHistory" text="Revisjonshistorie"/>
- <l:gentext key="revhistory" text="revisjonshistorie"/>
- <l:gentext key="Revision" text="Revisjon"/>
- <l:gentext key="revision" text="revisjon"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Del"/>
- <l:gentext key="section" text="del"/>
- <l:gentext key="See" text="Sjå"/>
- <l:gentext key="see" text="sjå"/>
- <l:gentext key="SeeAlso" text="Sjå òg"/>
- <l:gentext key="seealso" text="sjå òg"/>
- <l:gentext key="Set" text="Set"/>
- <l:gentext key="set" text="set"/>
- <l:gentext key="SetIndex" text="Indeks"/>
- <l:gentext key="setindex" text="Indeks"/>
- <l:gentext key="Sidebar" text="Sidestolpe"/>
- <l:gentext key="sidebar" text="sidestolpe"/>
- <l:gentext key="Step" text="Steg"/>
- <l:gentext key="step" text="steg"/>
- <l:gentext key="Table" text="Tabell"/>
- <l:gentext key="table" text="tabell"/>
- <l:gentext key="TIP" text="TIPS"/>
- <l:gentext key="Tip" text="Tips"/>
- <l:gentext key="tip" text="tips"/>
- <l:gentext key="tip" text="tips"/>
- <l:gentext key="WARNING" text="ÅTVARING"/>
- <l:gentext key="Warning" text="Åtvaring"/>
- <l:gentext key="warning" text="åtvaring"/>
- <l:gentext key="warning" text="åtvaring"/>
- <l:gentext key="Seealso" text="Sjå òg"/>
- <l:gentext key="seealso" text="sjå òg"/>
- <l:gentext key="TableofContents" text="Innhald"/>
- <l:gentext key="tableofcontents" text="Innhald"/>
- <l:gentext key="in" text="i"/>
- <l:gentext key="by" text="av"/>
- <l:gentext key="Edited" text="Redigert"/>
- <l:gentext key="edited" text="redigert"/>
- <l:gentext key="Editedby" text="Redigert av"/>
- <l:gentext key="editedby" text="redigert av"/>
- <l:gentext key="and" text="og"/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="Notes" text="Merknader"/>
- <l:gentext key="notes" text="merknader"/>
- <l:gentext key="TableNotes" text="Merknader"/>
- <l:gentext key="tablenotes" text="merknader"/>
- <l:gentext key="nonexistantelement" text="ikkje-eksisterande element"/>
- <l:gentext key="Pgs" text="Sider"/>
- <l:gentext key="pgs" text="sider"/>
- <l:gentext key="unsupported" text="ikkje støtta"/>
- <l:gentext key="xrefto" text="xref til"/>
- <l:gentext key="unexpectedelementname" text="UVENTA-ELEMENTNAVN"/>
- <l:gentext key="Revisedby" text="Revidert av: "/>
- <l:gentext key="revisedby" text="revidert av: "/>
- <l:gentext key="ListofTables" text="Tabelloversikt"/>
- <l:gentext key="listoftables" text="tabelloversikt"/>
- <l:gentext key="ListofExamples" text="Dømeoversikt"/>
- <l:gentext key="listofexamples" text="dømeoversikt"/>
- <l:gentext key="ListofFigures" text="Figuroversikt"/>
- <l:gentext key="listoffigures" text="figuroversikt"/>
- <l:gentext key="ListofEquations" text="Formeloversikt"/>
- <l:gentext key="listofequations" text="formeloversikt"/>
- <l:gentext key="ListofUnknown" text="???-oversikt"/>
- <l:gentext key="listofunknown" text="???-oversikt"/>
- <l:gentext key="nav-prev" text="Att"/>
- <l:gentext key="nav-prev-sibling" text="Raskt bakover"/>
- <l:gentext key="nav-next-sibling" text="Raskt framover"/>
- <l:gentext key="nav-next" text="Fram"/>
- <l:gentext key="nav-up" text="Opp"/>
- <l:gentext key="nav-home" text="Heim"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Tillegg %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapittel %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Formel %n. %t"/>
- <l:template name="example" text="Døme %n. %t"/>
- <l:template name="figure" text="Figur %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Del %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Prosedyre %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabell %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Tillegg %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Kapittel %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Svar %n"/>
- <l:template name="appendix" text="Tillegg %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapittel %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Formel %n"/>
- <l:template name="example" text="Døme %n. %t"/>
- <l:template name="figure" text="Figur %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Del %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Prosedyre %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Spørsmål %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Spørsmål %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabell %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Del %n"/>
- <l:template name="sect2" text="Del %n"/>
- <l:template name="sect3" text="Del %n"/>
- <l:template name="sect4" text="Del %n"/>
- <l:template name="sect5" text="Del %n"/>
- <l:template name="section" text="Del %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" og "/>
- <l:template name="seplast" text=", og "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Sjå "/>
- <l:template name="seealso" text="Sjå òg "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgLevel" text="Nivå: "/>
- <l:template name="MsgOrig" text="Opphav: "/>
- <l:template name="MsgAud" text="Publikum: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/no.xml b/wicket-userdocs/lib/docbook-xsl/common/no.xml
deleted file mode 100644
index 39726c8..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/no.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="no" english-language-name="Norwegian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Abstract"/>
- <l:gentext key="abstract" text="Abstract"/>
- <l:gentext key="Answer" text="A:"/>
- <l:gentext key="answer" text="A:"/>
- <l:gentext key="Appendix" text="Tillegg"/>
- <l:gentext key="appendix" text="Tillegg"/>
- <l:gentext key="Article" text=""/>
- <l:gentext key="article" text=""/>
- <l:gentext key="Bibliography" text="Bibliografi"/>
- <l:gentext key="bibliography" text="Bibliografi"/>
- <l:gentext key="Book" text=""/>
- <l:gentext key="book" text=""/>
- <l:gentext key="CAUTION" text="OBS"/>
- <l:gentext key="Caution" text="Obs"/>
- <l:gentext key="caution" text="Obs"/>
- <l:gentext key="Chapter" text="Kapittel"/>
- <l:gentext key="chapter" text="Kapittel"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Dedikasjon"/>
- <l:gentext key="dedication" text="Dedikasjon"/>
- <l:gentext key="Edition" text=""/>
- <l:gentext key="edition" text=""/>
- <l:gentext key="Equation" text="Formel"/>
- <l:gentext key="equation" text="Formel"/>
- <l:gentext key="Example" text="Eksempel"/>
- <l:gentext key="example" text="Eksempel"/>
- <l:gentext key="Figure" text="Figur"/>
- <l:gentext key="figure" text="Figur"/>
- <l:gentext key="Glossary" text="Ordliste"/>
- <l:gentext key="glossary" text="Ordliste"/>
- <l:gentext key="GlossSee" text="Se"/>
- <l:gentext key="glosssee" text="Se"/>
- <l:gentext key="GlossSeeAlso" text="Se Også"/>
- <l:gentext key="glossseealso" text="Se Også"/>
- <l:gentext key="IMPORTANT" text="VIKTIG"/>
- <l:gentext key="Important" text="Viktig"/>
- <l:gentext key="important" text="Viktig"/>
- <l:gentext key="Index" text="Indeks"/>
- <l:gentext key="index" text="Indeks"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text=""/>
- <l:gentext key="legalnotice" text=""/>
- <l:gentext key="MsgAud" text="Publikum"/>
- <l:gentext key="msgaud" text="Publikum"/>
- <l:gentext key="MsgLevel" text="Nivå"/>
- <l:gentext key="msglevel" text="Nivå"/>
- <l:gentext key="MsgOrig" text="Opphav"/>
- <l:gentext key="msgorig" text="Opphav"/>
- <l:gentext key="NOTE" text="NOTAT"/>
- <l:gentext key="Note" text="Notat"/>
- <l:gentext key="note" text="Notat"/>
- <l:gentext key="Part" text="Del"/>
- <l:gentext key="part" text="Del"/>
- <l:gentext key="Preface" text="Forord"/>
- <l:gentext key="preface" text="Forord"/>
- <l:gentext key="Procedure" text="Prosedyre"/>
- <l:gentext key="procedure" text="Prosedyre"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text=""/>
- <l:gentext key="published" text=""/>
- <l:gentext key="Question" text="Q:"/>
- <l:gentext key="question" text="Q:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Referanse"/>
- <l:gentext key="reference" text="Referanse"/>
- <l:gentext key="RefName" text="Navn"/>
- <l:gentext key="refname" text="Navn"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="Synopsis"/>
- <l:gentext key="RevHistory" text="Revisjonshistorie"/>
- <l:gentext key="revhistory" text="Revisjonshistorie"/>
- <l:gentext key="Revision" text="Revisjon"/>
- <l:gentext key="revision" text="Revisjon"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Seksjon"/>
- <l:gentext key="section" text="seksjon"/>
- <l:gentext key="See" text="Se"/>
- <l:gentext key="see" text="Se"/>
- <l:gentext key="SeeAlso" text="Se Også"/>
- <l:gentext key="Seealso" text="Se også"/>
- <l:gentext key="seealso" text="Se Også"/>
- <l:gentext key="Set" text=""/>
- <l:gentext key="set" text=""/>
- <l:gentext key="SetIndex" text="Indeks"/>
- <l:gentext key="setindex" text="Indeks"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text=""/>
- <l:gentext key="Step" text="Steg"/>
- <l:gentext key="step" text="steg"/>
- <l:gentext key="Table" text="Tabell"/>
- <l:gentext key="table" text="Tabell"/>
- <l:gentext key="TIP" text="TIPS"/>
- <l:gentext key="Tip" text="Tips"/>
- <l:gentext key="tip" text="Tips"/>
- <l:gentext key="WARNING" text="ADVARSEL"/>
- <l:gentext key="Warning" text="Advarsel"/>
- <l:gentext key="warning" text="Advarsel"/>
- <l:gentext key="and" text="og"/>
- <l:gentext key="by" text="av"/>
- <l:gentext key="Edited" text="Redigert"/>
- <l:gentext key="edited" text="Redigert"/>
- <l:gentext key="Editedby" text="Redigert av"/>
- <l:gentext key="editedby" text="Redigert av"/>
- <l:gentext key="in" text="i"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="ikke-eksisterende element"/>
- <l:gentext key="notes" text="Sluttnotater"/>
- <l:gentext key="Notes" text="Sluttnotater"/>
- <l:gentext key="Pgs" text="Sdr."/>
- <l:gentext key="pgs" text="Sdr."/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text="Notater"/>
- <l:gentext key="tablenotes" text="Notater"/>
- <l:gentext key="TableofContents" text="Innholdsfortegnelse"/>
- <l:gentext key="tableofcontents" text="Innholdsfortegnelse"/>
- <l:gentext key="unexpectedelementname" text="UVENTET-ELEMENTNAVN"/>
- <l:gentext key="unsupported" text="ikke støttet"/>
- <l:gentext key="xrefto" text="xref til"/>
- <l:gentext key="listofequations" text="Formeloversikt"/>
- <l:gentext key="ListofEquations" text="Formeloversikt"/>
- <l:gentext key="ListofExamples" text="Eksempeloversikt"/>
- <l:gentext key="listofexamples" text="Eksempeloversikt"/>
- <l:gentext key="ListofFigures" text="Figuroversikt"/>
- <l:gentext key="listoffigures" text="Figuroversikt"/>
- <l:gentext key="listoftables" text="Tabelloversikt"/>
- <l:gentext key="ListofTables" text="Tabelloversikt"/>
- <l:gentext key="ListofUnknown" text="???-oversikt"/>
- <l:gentext key="listofunknown" text="???-oversikt"/>
- <l:gentext key="nav-home" text="Hjem"/>
- <l:gentext key="nav-next" text="Neste"/>
- <l:gentext key="nav-next-sibling" text="Raskt Fremover"/>
- <l:gentext key="nav-prev" text="Forrige"/>
- <l:gentext key="nav-prev-sibling" text="Raskt Bakover"/>
- <l:gentext key="nav-up" text="Opp"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Tillegg %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapittel %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Formel %n. %t"/>
- <l:template name="example" text="Eksempel %n. %t"/>
- <l:template name="figure" text="Figur %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Del %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Prosedyre %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabell %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Tillegg %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Kapittel %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="A: %n"/>
- <l:template name="appendix" text="Tillegg %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapittel %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Formel %n"/>
- <l:template name="example" text="Eksempel %n. %t"/>
- <l:template name="figure" text="Figur %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Del %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Prosedyre %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Q: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Q: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabell %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Seksjon %n"/>
- <l:template name="sect2" text="Seksjon %n"/>
- <l:template name="sect3" text="Seksjon %n"/>
- <l:template name="sect4" text="Seksjon %n"/>
- <l:template name="sect5" text="Seksjon %n"/>
- <l:template name="section" text="Seksjon %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" og "/>
- <l:template name="seplast" text=", og "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Se "/>
- <l:template name="seealso" text="Se Også "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Publikum: "/>
- <l:template name="MsgLevel" text="Nivå: "/>
- <l:template name="MsgOrig" text="Opphav: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/pl.xml b/wicket-userdocs/lib/docbook-xsl/common/pl.xml
deleted file mode 100644
index 630e7e7..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/pl.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="pl" english-language-name="Polish">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Abstrakt"/>
- <l:gentext key="abstract" text="Abstrakt"/>
- <l:gentext key="Answer" text="Odp:"/>
- <l:gentext key="answer" text="Odp:"/>
- <l:gentext key="Appendix" text="Dodatek"/>
- <l:gentext key="appendix" text="dodatek"/>
- <l:gentext key="Article" text="Artykuł"/>
- <l:gentext key="article" text="Artykuł"/>
- <l:gentext key="Bibliography" text="Bibliografia"/>
- <l:gentext key="bibliography" text="Bibliografia"/>
- <l:gentext key="Book" text="Książka"/>
- <l:gentext key="book" text="Książka"/>
- <l:gentext key="CAUTION" text="PRZYPADEK"/>
- <l:gentext key="Caution" text="Uwaga!"/>
- <l:gentext key="caution" text="Uwaga!"/>
- <l:gentext key="Chapter" text="Rozdział"/>
- <l:gentext key="chapter" text="rozdział;"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Dedykacja"/>
- <l:gentext key="dedication" text="Dedykacja"/>
- <l:gentext key="Edition" text="Wydanie"/>
- <l:gentext key="edition" text="Wydanie"/>
- <l:gentext key="Equation" text="Równanie"/>
- <l:gentext key="equation" text="Równanie"/>
- <l:gentext key="Example" text="Przykład"/>
- <l:gentext key="example" text="Przykład"/>
- <l:gentext key="Figure" text="Rysunek"/>
- <l:gentext key="figure" text="Rysunek"/>
- <l:gentext key="Glossary" text="Glossary"/>
- <l:gentext key="glossary" text="Glossary"/>
- <l:gentext key="GlossSee" text="Patrz"/>
- <l:gentext key="glosssee" text="Patrz"/>
- <l:gentext key="GlossSeeAlso" text="Patrz też"/>
- <l:gentext key="glossseealso" text="Patrz też"/>
- <l:gentext key="IMPORTANT" text="WAŻNE"/>
- <l:gentext key="Important" text="WAŻNE"/>
- <l:gentext key="important" text="WAŻNE"/>
- <l:gentext key="Index" text="Indeks"/>
- <l:gentext key="index" text="Indeks"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text=""/>
- <l:gentext key="legalnotice" text=""/>
- <l:gentext key="MsgAud" text="Odbiorcy"/>
- <l:gentext key="msgaud" text="Odbiorcy"/>
- <l:gentext key="MsgLevel" text="Poziom"/>
- <l:gentext key="msglevel" text="Poziom"/>
- <l:gentext key="MsgOrig" text="Nadawca"/>
- <l:gentext key="msgorig" text="Nadawca"/>
- <l:gentext key="NOTE" text="Notatka"/>
- <l:gentext key="Note" text="Notatka"/>
- <l:gentext key="note" text="Notatka"/>
- <l:gentext key="Part" text="Część"/>
- <l:gentext key="part" text="Część"/>
- <l:gentext key="Preface" text="Przedmowa"/>
- <l:gentext key="preface" text="Przedmowa"/>
- <l:gentext key="Procedure" text="Procedura"/>
- <l:gentext key="procedure" text="Procedura"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Data wydania"/>
- <l:gentext key="published" text="Data wydania"/>
- <l:gentext key="question" text="Pyt:"/>
- <l:gentext key="Question" text="Pyt:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Materiały źródłowe"/>
- <l:gentext key="reference" text="Materiały źródłowe"/>
- <l:gentext key="RefName" text="Nazwa"/>
- <l:gentext key="refname" text="Nazwa"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="Synopsis"/>
- <l:gentext key="RevHistory" text="Historia zmian"/>
- <l:gentext key="revhistory" text="Historia zmian"/>
- <l:gentext key="Revision" text="Zmiana"/>
- <l:gentext key="revision" text="Zmiana"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Sekcja"/>
- <l:gentext key="section" text="sekcja"/>
- <l:gentext key="See" text="Patrz"/>
- <l:gentext key="see" text="Patrz"/>
- <l:gentext key="SeeAlso" text="Patrz też"/>
- <l:gentext key="Seealso" text="Patrz też"/>
- <l:gentext key="seealso" text="Patrz też"/>
- <l:gentext key="Set" text="Set"/>
- <l:gentext key="set" text="Set"/>
- <l:gentext key="SetIndex" text="Indeks"/>
- <l:gentext key="setindex" text="Indeks"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text=""/>
- <l:gentext key="Step" text="krok"/>
- <l:gentext key="step" text="krok"/>
- <l:gentext key="Table" text="Tabela"/>
- <l:gentext key="table" text="Tabela"/>
- <l:gentext key="TIP" text="Podpowiedź"/>
- <l:gentext key="Tip" text="Podpowiedź"/>
- <l:gentext key="tip" text="Podpowiedź"/>
- <l:gentext key="WARNING" text="Ostrzeżenie"/>
- <l:gentext key="Warning" text="Ostrzeżenie"/>
- <l:gentext key="warning" text="Ostrzeżenie"/>
- <l:gentext key="and" text="i"/>
- <l:gentext key="by" text=""/>
- <l:gentext key="Edited" text="Edited"/>
- <l:gentext key="edited" text="Edited"/>
- <l:gentext key="Editedby" text="Redakcja: "/>
- <l:gentext key="editedby" text="Redakcja: "/>
- <l:gentext key="in" text="w"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="nie istniejący element"/>
- <l:gentext key="notes" text="Przypisy"/>
- <l:gentext key="Notes" text="Przypisy"/>
- <l:gentext key="Pgs" text="stron"/>
- <l:gentext key="pgs" text="stron"/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text="Przypisy"/>
- <l:gentext key="tablenotes" text="Przypisy"/>
- <l:gentext key="TableofContents" text="Spis treści"/>
- <l:gentext key="tableofcontents" text="Spis treści"/>
- <l:gentext key="unexpectedelementname" text="Unexpected element name"/>
- <l:gentext key="unsupported" text="nie wspierany"/>
- <l:gentext key="xrefto" text="xref to"/>
- <l:gentext key="listofequations" text="Spis równań"/>
- <l:gentext key="ListofEquations" text="Spis równań"/>
- <l:gentext key="ListofExamples" text="Spis przykładów"/>
- <l:gentext key="listofexamples" text="Spis przykładów"/>
- <l:gentext key="ListofFigures" text="Spis rysunków"/>
- <l:gentext key="listoffigures" text="Spis rysunków"/>
- <l:gentext key="listoftables" text="Spis tabel"/>
- <l:gentext key="ListofTables" text="Spis tabel"/>
- <l:gentext key="ListofUnknown" text="Spis ???"/>
- <l:gentext key="listofunknown" text="Spis ???"/>
- <l:gentext key="nav-home" text="Spis treści"/>
- <l:gentext key="nav-next" text="Następny"/>
- <l:gentext key="nav-next-sibling" text="Następny rozdział"/>
- <l:gentext key="nav-prev" text="Poprzedni"/>
- <l:gentext key="nav-prev-sibling" text="Poprzedni rozdział"/>
- <l:gentext key="nav-up" text="Początek rozdziału"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="„"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="«"/>
- <l:dingbat key="nestedendquote" text="»"/>
- <l:dingbat key="bullet" text="ߦ"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Dodatek %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Rozdział %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Równanie %n. %t"/>
- <l:template name="example" text="Przykład %n. %t"/>
- <l:template name="figure" text="Rysunek %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Część %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedura %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabela %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Dodatek %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Rozdział %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Odp: %n"/>
- <l:template name="appendix" text="Dodatek %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Rozdział %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Równanie %n"/>
- <l:template name="example" text="Przykład %n. %t"/>
- <l:template name="figure" text="Rysunek %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Część %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedura %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Pyt: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Pyt: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabela %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Sekcja %n"/>
- <l:template name="sect2" text="Sekcja %n"/>
- <l:template name="sect3" text="Sekcja %n"/>
- <l:template name="sect4" text="Sekcja %n"/>
- <l:template name="sect5" text="Sekcja %n"/>
- <l:template name="section" text="Sekcja %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" i "/>
- <l:template name="seplast" text=", i "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Patrz "/>
- <l:template name="seealso" text="Patrz też "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Odbiorcy: "/>
- <l:template name="MsgLevel" text="Poziom: "/>
- <l:template name="MsgOrig" text="Nadawca: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/pt.xml b/wicket-userdocs/lib/docbook-xsl/common/pt.xml
deleted file mode 100644
index 1379200..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/pt.xml
+++ /dev/null
@@ -1,427 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="pt" english-language-name="Portuguese">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Resumo"/>
- <l:gentext key="abstract" text="Resumo"/>
- <l:gentext key="Answer" text="R:"/>
- <l:gentext key="answer" text="R:"/>
- <l:gentext key="Appendix" text="Apêndice"/>
- <l:gentext key="appendix" text="apêndice"/>
- <l:gentext key="Article" text="Artigo"/>
- <l:gentext key="article" text="Artigo"/>
- <l:gentext key="Bibliography" text="Bibliografia"/>
- <l:gentext key="bibliography" text="Bibliografia"/>
- <l:gentext key="Book" text="Livro"/>
- <l:gentext key="book" text="Livro"/>
- <l:gentext key="CAUTION" text="CAUTELA"/>
- <l:gentext key="Caution" text="Cautela"/>
- <l:gentext key="caution" text="Cautela"/>
- <l:gentext key="Chapter" text="Capítulo"/>
- <l:gentext key="chapter" text="capítulo"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Dedicatória"/>
- <l:gentext key="dedication" text="Dedicatória"/>
- <l:gentext key="Edition" text="Edição"/>
- <l:gentext key="edition" text="Edição"/>
- <l:gentext key="Equation" text="Equação"/>
- <l:gentext key="equation" text="Equação"/>
- <l:gentext key="Example" text="Exemplo"/>
- <l:gentext key="example" text="Exemplo"/>
- <l:gentext key="Figure" text="Figura"/>
- <l:gentext key="figure" text="Figura"/>
- <l:gentext key="Glossary" text="Glossario"/>
- <l:gentext key="glossary" text="Glossario"/>
- <l:gentext key="GlossSee" text="Ver"/>
- <l:gentext key="glosssee" text="Ver"/>
- <l:gentext key="GlossSeeAlso" text="Ver Também"/>
- <l:gentext key="glossseealso" text="Ver Também"/>
- <l:gentext key="IMPORTANT" text="IMPORTANTE"/>
- <l:gentext key="Important" text="Importante"/>
- <l:gentext key="important" text="Importante"/>
- <l:gentext key="Index" text="Index"/>
- <l:gentext key="index" text="Index"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text=""/>
- <l:gentext key="legalnotice" text=""/>
- <l:gentext key="MsgAud" text="Audiência"/>
- <l:gentext key="msgaud" text="Audiência"/>
- <l:gentext key="MsgLevel" text="Nível"/>
- <l:gentext key="msglevel" text="Nível"/>
- <l:gentext key="MsgOrig" text="Origem"/>
- <l:gentext key="msgorig" text="Origem"/>
- <l:gentext key="NOTE" text="NOTA"/>
- <l:gentext key="Note" text="Nota"/>
- <l:gentext key="note" text="Nota"/>
- <l:gentext key="Part" text="Parte"/>
- <l:gentext key="part" text="Parte"/>
- <l:gentext key="Preface" text="Prefácio"/>
- <l:gentext key="preface" text="Prefácio"/>
- <l:gentext key="Procedure" text="Procedimento"/>
- <l:gentext key="procedure" text="Procedimento"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="PubDate" text="Editado"/>
- <l:gentext key="pubdate" text="Editado"/>
- <l:gentext key="Published" text="Publicado"/>
- <l:gentext key="published" text="Publicado"/>
- <l:gentext key="Question" text="P:"/>
- <l:gentext key="question" text="P:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Referência"/>
- <l:gentext key="reference" text="Referência"/>
- <l:gentext key="RefName" text="Nome"/>
- <l:gentext key="refname" text="Nome"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="Synopsis"/>
- <l:gentext key="RevHistory" text="Hitorial de Revisões"/>
- <l:gentext key="revhistory" text="Hitorial de Revisões"/>
- <l:gentext key="Revision" text="Revisão"/>
- <l:gentext key="revision" text="Revisão"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Secção"/>
- <l:gentext key="section" text="secção"/>
- <l:gentext key="See" text="Ver"/>
- <l:gentext key="see" text="Ver"/>
- <l:gentext key="SeeAlso" text="Ver Também"/>
- <l:gentext key="Seealso" text="ver também"/>
- <l:gentext key="seealso" text="Ver Também"/>
- <l:gentext key="Set" text="Set"/>
- <l:gentext key="set" text="Set"/>
- <l:gentext key="SetIndex" text="Set Index"/>
- <l:gentext key="setindex" text="Set Index"/>
- <l:gentext key="Sidebar" text="Sidebar"/>
- <l:gentext key="sidebar" text="sidebar"/>
- <l:gentext key="Step" text="Passo"/>
- <l:gentext key="step" text="passo"/>
- <l:gentext key="Table" text="Tabela"/>
- <l:gentext key="table" text="Tabela"/>
- <l:gentext key="TIP" text="DICA"/>
- <l:gentext key="Tip" text="Dica"/>
- <l:gentext key="tip" text="Dica"/>
- <l:gentext key="WARNING" text="ATENÇÃO"/>
- <l:gentext key="Warning" text="Atenção"/>
- <l:gentext key="warning" text="Atenção"/>
- <l:gentext key="and" text="e"/>
- <l:gentext key="by" text="por"/>
- <l:gentext key="Edited" text="Editado"/>
- <l:gentext key="edited" text="Editado"/>
- <l:gentext key="Editedby" text="Editado por"/>
- <l:gentext key="editedby" text="Editado por"/>
- <l:gentext key="in" text=""/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="non-existant element"/>
- <l:gentext key="notes" text="Notas"/>
- <l:gentext key="Notes" text="Notas"/>
- <l:gentext key="Pgs" text="Páginas"/>
- <l:gentext key="pgs" text="Páginas"/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text="Notas"/>
- <l:gentext key="tablenotes" text="Notas"/>
- <l:gentext key="TableofContents" text="Índice"/>
- <l:gentext key="tableofcontents" text="Índice"/>
- <l:gentext key="unexpectedelementname" text="Unexpected element name"/>
- <l:gentext key="unsupported" text="unsupported"/>
- <l:gentext key="xrefto" text="xref to"/>
- <l:gentext key="listofequations" text="Lista de Equações"/>
- <l:gentext key="ListofEquations" text="Lista de Equações"/>
- <l:gentext key="ListofExamples" text="Lista de Exemplos"/>
- <l:gentext key="listofexamples" text="Lista de Exemplos"/>
- <l:gentext key="ListofFigures" text="Lista de Figuras"/>
- <l:gentext key="listoffigures" text="Lista de Figuras"/>
- <l:gentext key="listoftables" text="Lista de Tabelas"/>
- <l:gentext key="ListofTables" text="Lista de Tabelas"/>
- <l:gentext key="ListofUnknown" text="List of ???"/>
- <l:gentext key="listofunknown" text="List of ???"/>
- <l:gentext key="nav-home" text="Home"/>
- <l:gentext key="nav-next" text="Next"/>
- <l:gentext key="nav-next-sibling" text="Fast Forward"/>
- <l:gentext key="nav-prev" text="Prev"/>
- <l:gentext key="nav-prev-sibling" text="Fast Backward"/>
- <l:gentext key="nav-up" text="Up"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Apêndice %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Capítulo %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Equação %n. %t"/>
- <l:template name="example" text="Exemplo %n. %t"/>
- <l:template name="figure" text="Figura %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Parte %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedimento %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Pergunta %n"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabela %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Apêndice %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Capítulo %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="R: %n"/>
- <l:template name="appendix" text="Apêndice %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Capítulo %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Equação %n"/>
- <l:template name="example" text="Exemplo %n. %t"/>
- <l:template name="figure" text="Figura %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Parte %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedimento %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="P: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="P: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabela %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Secção %n"/>
- <l:template name="sect2" text="Secção %n"/>
- <l:template name="sect3" text="Secção %n"/>
- <l:template name="sect4" text="Secção %n"/>
- <l:template name="sect5" text="Secção %n"/>
- <l:template name="section" text="Secção %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" e "/>
- <l:template name="seplast" text=", e "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Ver "/>
- <l:template name="seealso" text="Ver Também "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Audiência: "/>
- <l:template name="MsgLevel" text="Nível: "/>
- <l:template name="MsgOrig" text="Origem: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/pt_br.xml b/wicket-userdocs/lib/docbook-xsl/common/pt_br.xml
deleted file mode 100644
index 5068508..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/pt_br.xml
+++ /dev/null
@@ -1,422 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="pt_br" english-language-name="Portuguese (Brazil)">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Resumo"/>
- <l:gentext key="abstract" text="Resumo"/>
- <l:gentext key="Answer" text="R:"/>
- <l:gentext key="answer" text="R:"/>
- <l:gentext key="Appendix" text="Apêndice"/>
- <l:gentext key="appendix" text="apêndice"/>
- <l:gentext key="Article" text="Artigo"/>
- <l:gentext key="article" text="Artigo"/>
- <l:gentext key="Bibliography" text="Bibliografia"/>
- <l:gentext key="bibliography" text="Bibliografia"/>
- <l:gentext key="Book" text="Livro"/>
- <l:gentext key="book" text="Livro"/>
- <l:gentext key="CAUTION" text="CUIDADO"/>
- <l:gentext key="Caution" text="Cuidado"/>
- <l:gentext key="caution" text="Cuidado"/>
- <l:gentext key="Chapter" text="Capítulo"/>
- <l:gentext key="chapter" text="capítulo"/>
- <l:gentext key="Colophon" text="Considerações finais"/>
- <l:gentext key="colophon" text="Considerações finais"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Dedicatória"/>
- <l:gentext key="dedication" text="Dedicatória"/>
- <l:gentext key="Edition" text="Edição"/>
- <l:gentext key="edition" text="Edição"/>
- <l:gentext key="Equation" text="Equação"/>
- <l:gentext key="equation" text="Equação"/>
- <l:gentext key="Example" text="Exemplo"/>
- <l:gentext key="example" text="Exemplo"/>
- <l:gentext key="Figure" text="Figura"/>
- <l:gentext key="figure" text="Figura"/>
- <l:gentext key="Glossary" text="Glossário"/>
- <l:gentext key="glossary" text="Glossário"/>
- <l:gentext key="GlossSee" text="Ver"/>
- <l:gentext key="glosssee" text="Ver"/>
- <l:gentext key="GlossSeeAlso" text="Ver Também"/>
- <l:gentext key="glossseealso" text="Ver Também"/>
- <l:gentext key="IMPORTANT" text="IMPORTANTE"/>
- <l:gentext key="Important" text="Importante"/>
- <l:gentext key="important" text="Importante"/>
- <l:gentext key="Index" text="Índice Remissivo"/>
- <l:gentext key="index" text="Índice Remissivo"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Nota Legal"/>
- <l:gentext key="legalnotice" text="Nota Legal"/>
- <l:gentext key="MsgAud" text="Audiência"/>
- <l:gentext key="msgaud" text="Audiência"/>
- <l:gentext key="MsgLevel" text="Nível"/>
- <l:gentext key="msglevel" text="Nível"/>
- <l:gentext key="MsgOrig" text="Origem"/>
- <l:gentext key="msgorig" text="Origem"/>
- <l:gentext key="NOTE" text="NOTA"/>
- <l:gentext key="Note" text="Nota"/>
- <l:gentext key="note" text="Nota"/>
- <l:gentext key="Part" text="Parte"/>
- <l:gentext key="part" text="Parte"/>
- <l:gentext key="Preface" text="Prefácio"/>
- <l:gentext key="preface" text="Prefácio"/>
- <l:gentext key="Procedure" text="Procedimento"/>
- <l:gentext key="procedure" text="Procedimento"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="PubDate" text="Data de Publicação"/>
- <l:gentext key="pubdate" text="Data de Publicação"/>
- <l:gentext key="Published" text="Publicado"/>
- <l:gentext key="published" text="Publicado"/>
- <l:gentext key="Question" text="P:"/>
- <l:gentext key="question" text="P:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Referência"/>
- <l:gentext key="reference" text="Referência"/>
- <l:gentext key="RefName" text="Nome"/>
- <l:gentext key="refname" text="Nome"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Sinopse"/>
- <l:gentext key="refsynopsisdiv" text="Sinopse"/>
- <l:gentext key="RevHistory" text="Histórico de Revisões"/>
- <l:gentext key="revhistory" text="Histórico de Revisões"/>
- <l:gentext key="Revision" text="Revisão"/>
- <l:gentext key="revision" text="Revisão"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Seção"/>
- <l:gentext key="section" text="seção"/>
- <l:gentext key="See" text="Ver"/>
- <l:gentext key="see" text="Ver"/>
- <l:gentext key="SeeAlso" text="Ver Também"/>
- <l:gentext key="Seealso" text="ver também"/>
- <l:gentext key="seealso" text="Ver Também"/>
- <l:gentext key="Set" text="Conjunto"/>
- <l:gentext key="set" text="Conjunto"/>
- <l:gentext key="SetIndex" text="Índice do Conjunto"/>
- <l:gentext key="setindex" text="Índice do Conjunto"/>
- <l:gentext key="Sidebar" text="Quadro Lateral"/>
- <l:gentext key="sidebar" text="quadro lateral"/>
- <l:gentext key="Step" text="Passo"/>
- <l:gentext key="step" text="passo"/>
- <l:gentext key="Table" text="Tabela"/>
- <l:gentext key="table" text="Tabela"/>
- <l:gentext key="TIP" text="DICA"/>
- <l:gentext key="Tip" text="Dica"/>
- <l:gentext key="tip" text="Dica"/>
- <l:gentext key="WARNING" text="ATENÇÃO"/>
- <l:gentext key="Warning" text="Atenção"/>
- <l:gentext key="warning" text="Atenção"/>
- <l:gentext key="and" text="e"/>
- <l:gentext key="by" text="por"/>
- <l:gentext key="edited" text="Editado"/>
- <l:gentext key="Edited" text="Editado"/>
- <l:gentext key="editedby" text="Editado por"/>
- <l:gentext key="Editedby" text="Editado por"/>
- <l:gentext key="in" text=""/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="elemento inexistente"/>
- <l:gentext key="Notes" text="Notas"/>
- <l:gentext key="notes" text="Notas"/>
- <l:gentext key="Pgs" text="Páginas"/>
- <l:gentext key="pgs" text="Páginas"/>
- <l:gentext key="Revisedby" text="Revisado por: "/>
- <l:gentext key="revisedby" text="Revisado por: "/>
- <l:gentext key="tablenotes" text="Notas"/>
- <l:gentext key="TableNotes" text="Notas"/>
- <l:gentext key="TableofContents" text="Índice"/>
- <l:gentext key="tableofcontents" text="Índice"/>
- <l:gentext key="unexpectedelementname" text="Nome de elemento inesperado"/>
- <l:gentext key="unsupported" text="não suportado"/>
- <l:gentext key="xrefto" text="referência para"/>
- <l:gentext key="listofequations" text="Lista de Equações"/>
- <l:gentext key="ListofEquations" text="Lista de Equações"/>
- <l:gentext key="ListofExamples" text="Lista de Exemplos"/>
- <l:gentext key="listofexamples" text="Lista de Exemplos"/>
- <l:gentext key="ListofFigures" text="Lista de Figuras"/>
- <l:gentext key="listoffigures" text="Lista de Figuras"/>
- <l:gentext key="listoftables" text="Lista de Tabelas"/>
- <l:gentext key="ListofTables" text="Lista de Tabelas"/>
- <l:gentext key="ListofUnknown" text="Lista de ???"/>
- <l:gentext key="listofunknown" text="Lista de ???"/>
- <l:gentext key="nav-home" text="Principal"/>
- <l:gentext key="nav-next" text="Próxima"/>
- <l:gentext key="nav-next-sibling" text="Fim"/>
- <l:gentext key="nav-prev" text="Anterior"/>
- <l:gentext key="nav-prev-sibling" text="Início"/>
- <l:gentext key="nav-up" text="Acima"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Apêndice %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Capítulo %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Equação %n. %t"/>
- <l:template name="example" text="Exemplo %n. %t"/>
- <l:template name="figure" text="Figura %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Parte %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedimento %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabela %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Apêndice %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Capítulo %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="R: %n"/>
- <l:template name="appendix" text="Apêndice %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Capítulo %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Equação %n"/>
- <l:template name="example" text="Exemplo %n. %t"/>
- <l:template name="figure" text="Figura %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Parte %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedimento %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="P: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="P: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabela %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Seção %n"/>
- <l:template name="sect2" text="Seção %n"/>
- <l:template name="sect3" text="Seção %n"/>
- <l:template name="sect4" text="Seção %n"/>
- <l:template name="sect5" text="Seção %n"/>
- <l:template name="section" text="Seção %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" e "/>
- <l:template name="seplast" text=", e "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Ver "/>
- <l:template name="seealso" text="Ver Também "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Audiência: "/>
- <l:template name="MsgLevel" text="Nível: "/>
- <l:template name="MsgOrig" text="Origem: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/ro.xml b/wicket-userdocs/lib/docbook-xsl/common/ro.xml
deleted file mode 100644
index a920585..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/ro.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="ro" english-language-name="Romanian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Rezumat"/>
- <l:gentext key="abstract" text="Rezumat"/>
- <l:gentext key="Answer" text="A:"/>
- <l:gentext key="answer" text="A:"/>
- <l:gentext key="Appendix" text="Anexa"/>
- <l:gentext key="appendix" text="anexa"/>
- <l:gentext key="Article" text="Articol"/>
- <l:gentext key="article" text="Articol"/>
- <l:gentext key="Bibliography" text="Bibliografie"/>
- <l:gentext key="bibliography" text="Bibliografie"/>
- <l:gentext key="Book" text="Carte"/>
- <l:gentext key="book" text="Carte"/>
- <l:gentext key="CAUTION" text="ATENÞIE"/>
- <l:gentext key="Caution" text="Atenþie"/>
- <l:gentext key="caution" text="Atenþie"/>
- <l:gentext key="Chapter" text="Cap."/>
- <l:gentext key="chapter" text="cap."/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Dedicaþie"/>
- <l:gentext key="dedication" text="Dedicaþie"/>
- <l:gentext key="Edition" text="Ediþie"/>
- <l:gentext key="edition" text="Ediþie"/>
- <l:gentext key="Equation" text="ecuaþia"/>
- <l:gentext key="equation" text="ecuaþia"/>
- <l:gentext key="Example" text="Exemplu"/>
- <l:gentext key="example" text="Exemplu"/>
- <l:gentext key="Figure" text="Fig."/>
- <l:gentext key="figure" text="Fig."/>
- <l:gentext key="Glossary" text="Glosar"/>
- <l:gentext key="glossary" text="Glosar"/>
- <l:gentext key="GlossSee" text="Vezi"/>
- <l:gentext key="glosssee" text="Vezi"/>
- <l:gentext key="GlossSeeAlso" text="Vezi şi"/>
- <l:gentext key="glossseealso" text="Vezi şi"/>
- <l:gentext key="IMPORTANT" text="IMPORTANT"/>
- <l:gentext key="Important" text="Important"/>
- <l:gentext key="important" text="Important"/>
- <l:gentext key="Index" text="Index"/>
- <l:gentext key="index" text="Index"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text=""/>
- <l:gentext key="legalnotice" text=""/>
- <l:gentext key="MsgAud" text=""/>
- <l:gentext key="msgaud" text=""/>
- <l:gentext key="MsgLevel" text="Nivel"/>
- <l:gentext key="msglevel" text="Nivel"/>
- <l:gentext key="MsgOrig" text="Origine"/>
- <l:gentext key="msgorig" text="Origine"/>
- <l:gentext key="NOTE" text="NOTÃ"/>
- <l:gentext key="Note" text="Notã"/>
- <l:gentext key="note" text="Notã"/>
- <l:gentext key="Part" text="Parte"/>
- <l:gentext key="part" text="Parte"/>
- <l:gentext key="Preface" text="Prefaþã"/>
- <l:gentext key="preface" text="Prefaþã"/>
- <l:gentext key="Procedure" text="Procedurã"/>
- <l:gentext key="procedure" text="Procedurã"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Publicat"/>
- <l:gentext key="published" text="Publicat"/>
- <l:gentext key="Question" text="Q:"/>
- <l:gentext key="question" text="Q:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Referinþã"/>
- <l:gentext key="reference" text="Referinþã"/>
- <l:gentext key="RefName" text="Nume"/>
- <l:gentext key="refname" text="Nume"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Rezumat"/>
- <l:gentext key="refsynopsisdiv" text="Rezumat"/>
- <l:gentext key="RevHistory" text="Istoricul versiunilor"/>
- <l:gentext key="revhistory" text="Istoricul versiunilor"/>
- <l:gentext key="Revision" text="Versiune"/>
- <l:gentext key="revision" text="Versiune"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Secþiune"/>
- <l:gentext key="section" text="sec."/>
- <l:gentext key="See" text="Vezi"/>
- <l:gentext key="see" text="Vezi"/>
- <l:gentext key="SeeAlso" text="Vezi şi"/>
- <l:gentext key="Seealso" text="Vezi şi"/>
- <l:gentext key="seealso" text="Vezi şi"/>
- <l:gentext key="Set" text="Set"/>
- <l:gentext key="set" text="Set"/>
- <l:gentext key="SetIndex" text="Index"/>
- <l:gentext key="setindex" text="Index"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="sidebar"/>
- <l:gentext key="Step" text="Operaþie"/>
- <l:gentext key="step" text="operaþiune"/>
- <l:gentext key="Table" text="Tabel"/>
- <l:gentext key="table" text="Tabel"/>
- <l:gentext key="TIP" text="INDICAÞIE"/>
- <l:gentext key="Tip" text="Indicaþie"/>
- <l:gentext key="tip" text="Indicaþie"/>
- <l:gentext key="WARNING" text="AVERTISMENT"/>
- <l:gentext key="Warning" text="Avertisment"/>
- <l:gentext key="warning" text="Avertisment"/>
- <l:gentext key="and" text="şi"/>
- <l:gentext key="by" text="de"/>
- <l:gentext key="Edited" text="Publicat"/>
- <l:gentext key="edited" text="Publicat"/>
- <l:gentext key="Editedby" text="Publicat de"/>
- <l:gentext key="editedby" text="Publicat de"/>
- <l:gentext key="in" text="în"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="element inexistent"/>
- <l:gentext key="notes" text="Note"/>
- <l:gentext key="Notes" text="Note"/>
- <l:gentext key="Pgs" text="Pagini"/>
- <l:gentext key="pgs" text="Pagini"/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text="Remarci"/>
- <l:gentext key="tablenotes" text="Remarci"/>
- <l:gentext key="TableofContents" text="Cuprins"/>
- <l:gentext key="tableofcontents" text="Cuprins"/>
- <l:gentext key="unexpectedelementname" text="Nume de element neaşteptat"/>
- <l:gentext key="unsupported" text="nerecunoscut de sisitem"/>
- <l:gentext key="xrefto" text="referinþã cãtre"/>
- <l:gentext key="listofequations" text="Listã de ecuaþii"/>
- <l:gentext key="ListofEquations" text="Listã de ecuaþii"/>
- <l:gentext key="ListofExamples" text="Listã de exemple"/>
- <l:gentext key="listofexamples" text="Listã de exemple"/>
- <l:gentext key="ListofFigures" text="Listã de figuri"/>
- <l:gentext key="listoffigures" text="Listã de figuri"/>
- <l:gentext key="listoftables" text="Listã de tabele"/>
- <l:gentext key="ListofTables" text="Listã de tabele"/>
- <l:gentext key="ListofUnknown" text="Listã de necunoscute"/>
- <l:gentext key="listofunknown" text="Listã de necunoscute"/>
- <l:gentext key="nav-home" text="Acasã"/>
- <l:gentext key="nav-next" text="Înainte"/>
- <l:gentext key="nav-next-sibling" text="Repede ïnainte"/>
- <l:gentext key="nav-prev" text="Înapoi"/>
- <l:gentext key="nav-prev-sibling" text="Repede înapoi"/>
- <l:gentext key="nav-up" text="Sus"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Anexa %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Cap. %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="ecuaþia %n. %t"/>
- <l:template name="example" text="Exemplu %n. %t"/>
- <l:template name="figure" text="Fig. %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Parte %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedurã %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabel %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Anexa %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Cap. %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="A: %n"/>
- <l:template name="appendix" text="Anexa %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Cap. %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="ecuaþia %n"/>
- <l:template name="example" text="Exemplu %n. %t"/>
- <l:template name="figure" text="Fig. %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Parte %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedurã %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Q: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Q: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabel %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Secþiune %n"/>
- <l:template name="sect2" text="Secþiune %n"/>
- <l:template name="sect3" text="Secþiune %n"/>
- <l:template name="sect4" text="Secþiune %n"/>
- <l:template name="sect5" text="Secþiune %n"/>
- <l:template name="section" text="Secþiune %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" şi "/>
- <l:template name="seplast" text=", şi "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Vezi "/>
- <l:template name="seealso" text="Vezi şi "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text=": "/>
- <l:template name="MsgLevel" text="Nivel: "/>
- <l:template name="MsgOrig" text="Origine: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/ru.xml b/wicket-userdocs/lib/docbook-xsl/common/ru.xml
deleted file mode 100644
index b853576..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/ru.xml
+++ /dev/null
@@ -1,454 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="ru" english-language-name="Russian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Аннотация"/>
- <l:gentext key="abstract" text="Аннотация"/>
- <l:gentext key="Answer" text="О:"/>
- <l:gentext key="answer" text="О:"/>
- <l:gentext key="Appendix" text="Приложение"/>
- <l:gentext key="appendix" text="приложение"/>
- <l:gentext key="Appendix.abr" text="Прил."/>
- <l:gentext key="appendix.abr" text="Прил."/>
- <l:gentext key="Article" text="Статья"/>
- <l:gentext key="article" text="Статья"/>
- <l:gentext key="Audience" text="Аудитория"/>
- <l:gentext key="audience" text="Аудитория"/>
- <l:gentext key="Bibliography" text="Литература"/>
- <l:gentext key="bibliography" text="Литература"/>
- <l:gentext key="Book" text="Книга"/>
- <l:gentext key="book" text="Книга"/>
- <l:gentext key="CAUTION" text="ПРЕДОСТЕРЕЖЕНИЕ"/>
- <l:gentext key="Caution" text="Предостережение"/>
- <l:gentext key="caution" text="Предостережение"/>
- <l:gentext key="Chapter" text="Глава"/>
- <l:gentext key="chapter" text="глава"/>
- <l:gentext key="Chapter.abr" text="Гл."/>
- <l:gentext key="chapter.abr" text="Гл."/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Посвящение"/>
- <l:gentext key="dedication" text="Посвящение"/>
- <l:gentext key="Edition" text="Редакция"/>
- <l:gentext key="edition" text="Редакция"/>
- <l:gentext key="Equation" text="Формула"/>
- <l:gentext key="equation" text="Формула"/>
- <l:gentext key="Equation.abr" text="Ф."/>
- <l:gentext key="equation.abr" text="Ф."/>
- <l:gentext key="Example" text="Пример"/>
- <l:gentext key="example" text="Пример"/>
- <l:gentext key="Example.abr" text="Прим."/>
- <l:gentext key="example.abr" text="Прим."/>
- <l:gentext key="Figure" text="Рисунок"/>
- <l:gentext key="figure" text="Рисунок"/>
- <l:gentext key="Figure.abr" text="Рис."/>
- <l:gentext key="figure.abr" text="Рис."/>
- <l:gentext key="Glossary" text="Глоссарий"/>
- <l:gentext key="glossary" text="Глоссарий"/>
- <l:gentext key="GlossSee" text="См."/>
- <l:gentext key="glosssee" text="См."/>
- <l:gentext key="GlossSeeAlso" text="См. также"/>
- <l:gentext key="glossseealso" text="См. также"/>
- <l:gentext key="IMPORTANT" text="ВАЖНО"/>
- <l:gentext key="Important" text="Важно"/>
- <l:gentext key="important" text="Важно"/>
- <l:gentext key="Index" text="Предметный указатель"/>
- <l:gentext key="index" text="Предметный указатель"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Авторские права"/>
- <l:gentext key="legalnotice" text="Авторские права"/>
- <l:gentext key="Level" text="Уровень"/>
- <l:gentext key="level" text="Уровень"/>
- <l:gentext key="MsgAud" text="Audience"/>
- <l:gentext key="msgaud" text="Audience"/>
- <l:gentext key="MsgLevel" text="Level"/>
- <l:gentext key="msglevel" text="Level"/>
- <l:gentext key="MsgOrig" text="Origin"/>
- <l:gentext key="msgorig" text="Origin"/>
- <l:gentext key="Name" text="Имя"/>
- <l:gentext key="name" text="Имя"/>
- <l:gentext key="NOTE" text="ЗАМЕЧАНИЕ"/>
- <l:gentext key="Note" text="Замечание"/>
- <l:gentext key="note" text="Замечание"/>
- <l:gentext key="Origin" text="Источник"/>
- <l:gentext key="origin" text="Источник"/>
- <l:gentext key="Part" text="Часть"/>
- <l:gentext key="part" text="Часть"/>
- <l:gentext key="Part.abr" text="Ч."/>
- <l:gentext key="part.abr" text="Ч."/>
- <l:gentext key="Preface" text="Предисловие"/>
- <l:gentext key="preface" text="Предисловие"/>
- <l:gentext key="Procedure" text="Процедура"/>
- <l:gentext key="procedure" text="Процедура"/>
- <l:gentext key="Procedure.abr" text="Проц."/>
- <l:gentext key="procedure.abr" text="Проц."/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Опубликовано"/>
- <l:gentext key="published" text="Опубликовано"/>
- <l:gentext key="Question" text="В:"/>
- <l:gentext key="question" text="В:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Ссылка"/>
- <l:gentext key="reference" text="Ссылка"/>
- <l:gentext key="RefName" text="Название"/>
- <l:gentext key="refname" text="Название"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Синтаксис"/>
- <l:gentext key="refsynopsisdiv" text="Синтаксис"/>
- <l:gentext key="RevHistory" text="История переиздания"/>
- <l:gentext key="revhistory" text="История переиздания"/>
- <l:gentext key="Revision" text="Издание"/>
- <l:gentext key="revision" text="Издание"/>
- <l:gentext key="sect1" text="Раздел"/>
- <l:gentext key="sect2" text="Раздел"/>
- <l:gentext key="sect3" text="Раздел"/>
- <l:gentext key="sect4" text="Раздел"/>
- <l:gentext key="sect5" text="Раздел"/>
- <l:gentext key="Section" text="Раздел"/>
- <l:gentext key="section" text="раздел"/>
- <l:gentext key="Section.abr" text="Разд."/>
- <l:gentext key="section.abr" text="Разд."/>
- <l:gentext key="See" text="См."/>
- <l:gentext key="see" text="См."/>
- <l:gentext key="SeeAlso" text="См. также"/>
- <l:gentext key="Seealso" text="См. также"/>
- <l:gentext key="seealso" text="См. также"/>
- <l:gentext key="Set" text="Подборка"/>
- <l:gentext key="set" text="Подборка"/>
- <l:gentext key="SetIndex" text="Индекс подборки"/>
- <l:gentext key="setindex" text="Индекс подборки"/>
- <l:gentext key="Sidebar" text="Выделение"/>
- <l:gentext key="sidebar" text="выделение"/>
- <l:gentext key="Step" text="Шаг"/>
- <l:gentext key="step" text="шаг"/>
- <l:gentext key="Table" text="Таблица"/>
- <l:gentext key="table" text="Таблица"/>
- <l:gentext key="Table.abr" text="Табл."/>
- <l:gentext key="table.abr" text="Табл."/>
- <l:gentext key="TIP" text="ПОДСКАЗКА"/>
- <l:gentext key="Tip" text="Подсказка"/>
- <l:gentext key="tip" text="Подсказка"/>
- <l:gentext key="WARNING" text="ВНИМАНИЕ"/>
- <l:gentext key="Warning" text="Внимание"/>
- <l:gentext key="warning" text="Внимание"/>
- <l:gentext key="and" text=""/>
- <l:gentext key="by" text=""/>
- <l:gentext key="called" text=""/>
- <l:gentext key="edited" text="Под редакцией"/>
- <l:gentext key="Edited" text="Под редакцией"/>
- <l:gentext key="Editedby" text="Под редакцией"/>
- <l:gentext key="editedby" text="Под редакцией"/>
- <l:gentext key="in" text="в"/>
- <l:gentext key="TableofContents" text="Содержание"/>
- <l:gentext key="tableofcontents" text="Содержание"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="Notes" text="Примечания"/>
- <l:gentext key="notes" text="Примечания"/>
- <l:gentext key="TableNotes" text="Примечания"/>
- <l:gentext key="tablenotes" text="Примечания"/>
- <l:gentext key="nonexistantelement" text="non-existant element"/>
- <l:gentext key="pgs" text="Стр."/>
- <l:gentext key="Pgs" text="Стр."/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="the" text=""/>
- <l:gentext key="unexpectedelementname" text="unexpected element name"/>
- <l:gentext key="unsupported" text="unsupported"/>
- <l:gentext key="xrefto" text="xref to"/>
- <l:gentext key="listofequations" text="Список формул"/>
- <l:gentext key="ListofEquations" text="Список формул"/>
- <l:gentext key="ListofExamples" text="Список примеров"/>
- <l:gentext key="listofexamples" text="Список примеров"/>
- <l:gentext key="ListofFigures" text="Список иллюстраций"/>
- <l:gentext key="listoffigures" text="Список иллюстраций"/>
- <l:gentext key="listoftables" text="Список таблиц"/>
- <l:gentext key="ListofTables" text="Список таблиц"/>
- <l:gentext key="ListofUnknown" text="Неопределенный список"/>
- <l:gentext key="listofunknown" text="Неопределенный список"/>
- <l:gentext key="nav-next" text="След."/>
- <l:gentext key="nav-next-sibling" text="След. подраздел"/>
- <l:gentext key="nav-prev" text="Пред."/>
- <l:gentext key="nav-prev-sibling" text="Пред. подраздел"/>
- <l:gentext key="x-nav-next" text="След."/>
- <l:gentext key="nav-home" text="Начало"/>
- <l:gentext key="nav-up" text="Уровень выше"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Черновик"/>
- <l:gentext key="above" text="выше"/>
- <l:gentext key="below" text="ниже"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="абвгдеёжзийклмнопрстуфхцчшщъыьэюя"/>
- <l:gentext key="uppercase.alpha" text="АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Приложение %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Глава %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Формула %n. %t"/>
- <l:template name="example" text="Пример %n. %t"/>
- <l:template name="figure" text="Рисунок %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Часть %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Процедура %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Таблица %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Приложение %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Глава %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="О: %n"/>
- <l:template name="appendix" text="Приложение %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Глава %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Формула %n"/>
- <l:template name="example" text="Пример %n. %t"/>
- <l:template name="figure" text="Рисунок %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Часть %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Процедура %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="В: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="В: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Таблица %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Раздел %n"/>
- <l:template name="sect2" text="Раздел %n"/>
- <l:template name="sect3" text="Раздел %n"/>
- <l:template name="sect4" text="Раздел %n"/>
- <l:template name="sect5" text="Раздел %n"/>
- <l:template name="section" text="Раздел %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" "/>
- <l:template name="seplast" text=", "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="См. "/>
- <l:template name="seealso" text="См. также "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Audience: "/>
- <l:template name="MsgLevel" text="Level: "/>
- <l:template name="MsgOrig" text="Origin: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/sk.xml b/wicket-userdocs/lib/docbook-xsl/common/sk.xml
deleted file mode 100644
index 5cd7a09..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/sk.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="sk" english-language-name="Slovak">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Obsah"/>
- <l:gentext key="abstract" text="Obsah"/>
- <l:gentext key="Answer" text="A:"/>
- <l:gentext key="answer" text="A:"/>
- <l:gentext key="Appendix" text="Dodatok"/>
- <l:gentext key="appendix" text="dodatok"/>
- <l:gentext key="Article" text="Článok"/>
- <l:gentext key="article" text="Článok"/>
- <l:gentext key="Bibliography" text="Bibliografia"/>
- <l:gentext key="bibliography" text="Bibliografia"/>
- <l:gentext key="Book" text="Kniha"/>
- <l:gentext key="book" text="Kniha"/>
- <l:gentext key="CAUTION" text="VÝSTRAHA"/>
- <l:gentext key="Caution" text="Výstraha"/>
- <l:gentext key="caution" text="Výstraha"/>
- <l:gentext key="Chapter" text="Kapitola"/>
- <l:gentext key="chapter" text="kapitola"/>
- <l:gentext key="Colophon" text="Tiráž"/>
- <l:gentext key="colophon" text="Tiráž"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Venovanie"/>
- <l:gentext key="dedication" text="Venovanie"/>
- <l:gentext key="Edition" text="Vydanie"/>
- <l:gentext key="edition" text="Vydanie"/>
- <l:gentext key="Equation" text="Rovnice"/>
- <l:gentext key="equation" text="Rovnice"/>
- <l:gentext key="Example" text="Príklad"/>
- <l:gentext key="example" text="Príklad"/>
- <l:gentext key="Figure" text="Obrázok"/>
- <l:gentext key="figure" text="Obrázok"/>
- <l:gentext key="Glossary" text="Slovník"/>
- <l:gentext key="glossary" text="Slovník"/>
- <l:gentext key="GlossSee" text="Pozri"/>
- <l:gentext key="glosssee" text="Pozri"/>
- <l:gentext key="GlossSeeAlso" text="Pozri tiež"/>
- <l:gentext key="glossseealso" text="Pozri tiež"/>
- <l:gentext key="IMPORTANT" text="DÔLEŽITÉ"/>
- <l:gentext key="Important" text="Dôležité"/>
- <l:gentext key="important" text="Dôležité"/>
- <l:gentext key="Index" text="Zoznam"/>
- <l:gentext key="index" text="Zoznam"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Právna poznámka"/>
- <l:gentext key="legalnotice" text="Právna poznámka"/>
- <l:gentext key="MsgAud" text="Publikum"/>
- <l:gentext key="msgaud" text="Publikum"/>
- <l:gentext key="MsgLevel" text="Úroveň"/>
- <l:gentext key="msglevel" text="Úroveň"/>
- <l:gentext key="MsgOrig" text="Pôvod"/>
- <l:gentext key="msgorig" text="Pôvod"/>
- <l:gentext key="NOTE" text="POZNÁMKA"/>
- <l:gentext key="Note" text="Poznámka"/>
- <l:gentext key="note" text="Poznámka"/>
- <l:gentext key="Part" text="Časť"/>
- <l:gentext key="part" text="Časť"/>
- <l:gentext key="Preface" text="Úvod"/>
- <l:gentext key="preface" text="Úvod"/>
- <l:gentext key="Procedure" text="Postup"/>
- <l:gentext key="procedure" text="Postup"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Vydané"/>
- <l:gentext key="published" text="Vydané"/>
- <l:gentext key="Question" text="Q:"/>
- <l:gentext key="question" text="Q:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Odkaz"/>
- <l:gentext key="reference" text="Odkaz"/>
- <l:gentext key="RefName" text="Meno"/>
- <l:gentext key="refname" text="Meno"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Prehľad"/>
- <l:gentext key="refsynopsisdiv" text="Prehľad"/>
- <l:gentext key="RevHistory" text="Prehľad revízií"/>
- <l:gentext key="revhistory" text="Prehľad revízií"/>
- <l:gentext key="Revision" text="Revízia"/>
- <l:gentext key="revision" text="Revízia"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Oddiel"/>
- <l:gentext key="section" text="oddiel"/>
- <l:gentext key="See" text="Pozri"/>
- <l:gentext key="see" text="Pozri"/>
- <l:gentext key="SeeAlso" text="Pozri tiež"/>
- <l:gentext key="Seealso" text="Pozri tiež"/>
- <l:gentext key="seealso" text="Pozri tiež"/>
- <l:gentext key="Set" text="Nastaviť"/>
- <l:gentext key="set" text="Nastaviť"/>
- <l:gentext key="SetIndex" text="Nastaviť index"/>
- <l:gentext key="setindex" text="Nastaviť index"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="boční lišta"/>
- <l:gentext key="Step" text="Krok"/>
- <l:gentext key="step" text="krok"/>
- <l:gentext key="Table" text="Tabuľka"/>
- <l:gentext key="table" text="Tabuľka"/>
- <l:gentext key="TIP" text="TIP"/>
- <l:gentext key="Tip" text="Tip"/>
- <l:gentext key="tip" text="Tip"/>
- <l:gentext key="WARNING" text="VAROVANIE"/>
- <l:gentext key="Warning" text="Varovanie"/>
- <l:gentext key="warning" text="Varovanie"/>
- <l:gentext key="and" text="a"/>
- <l:gentext key="by" text=""/>
- <l:gentext key="Edited" text="Vydané"/>
- <l:gentext key="edited" text="Vydané"/>
- <l:gentext key="Editedby" text="Vydané"/>
- <l:gentext key="editedby" text="Vydané"/>
- <l:gentext key="in" text="v"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="neexistujúci prvok"/>
- <l:gentext key="notes" text="Poznámky"/>
- <l:gentext key="Notes" text="Poznámky"/>
- <l:gentext key="Pgs" text="Str."/>
- <l:gentext key="pgs" text="Str."/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text="Poznámky"/>
- <l:gentext key="tablenotes" text="Poznámky"/>
- <l:gentext key="TableofContents" text="Obsah"/>
- <l:gentext key="tableofcontents" text="Obsah"/>
- <l:gentext key="unexpectedelementname" text="Neočakávané meno prvku"/>
- <l:gentext key="unsupported" text="nepodporovaný"/>
- <l:gentext key="xrefto" text="xref k"/>
- <l:gentext key="listofequations" text="Zoznam rovníc"/>
- <l:gentext key="ListofEquations" text="Zoznam rovníc"/>
- <l:gentext key="ListofExamples" text="Zoznam príkladov"/>
- <l:gentext key="listofexamples" text="Zoznam príkladov"/>
- <l:gentext key="ListofFigures" text="Zoznam obrázkov"/>
- <l:gentext key="listoffigures" text="Zoznam obrázkov"/>
- <l:gentext key="listoftables" text="Zoznam tabuliek"/>
- <l:gentext key="ListofTables" text="Zoznam tabuliek"/>
- <l:gentext key="ListofUnknown" text="Zoznam neznámeho"/>
- <l:gentext key="listofunknown" text="Zoznam neznámeho"/>
- <l:gentext key="nav-home" text="Domov"/>
- <l:gentext key="nav-next" text="Nasledujúci"/>
- <l:gentext key="nav-next-sibling" text="Rýchlo dopredu"/>
- <l:gentext key="nav-prev" text="Predchádzajúci"/>
- <l:gentext key="nav-prev-sibling" text="Rýchlo nazpät"/>
- <l:gentext key="nav-up" text="Hore"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Dodatok %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapitola %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Rovnice %n. %t"/>
- <l:template name="example" text="Príklad %n. %t"/>
- <l:template name="figure" text="Obrázok %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Časť %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Postup %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabuľka %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Dodatok %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Kapitola %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="A: %n"/>
- <l:template name="appendix" text="Dodatok %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapitola %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Rovnice %n"/>
- <l:template name="example" text="Príklad %n. %t"/>
- <l:template name="figure" text="Obrázok %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Časť %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Postup %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Q: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Q: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabuľka %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Oddiel %n"/>
- <l:template name="sect2" text="Oddiel %n"/>
- <l:template name="sect3" text="Oddiel %n"/>
- <l:template name="sect4" text="Oddiel %n"/>
- <l:template name="sect5" text="Oddiel %n"/>
- <l:template name="section" text="Oddiel %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" a "/>
- <l:template name="seplast" text=", a "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Pozri "/>
- <l:template name="seealso" text="Pozri tiež "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Publikum: "/>
- <l:template name="MsgLevel" text="Úroveň: "/>
- <l:template name="MsgOrig" text="Pôvod: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/sl.xml b/wicket-userdocs/lib/docbook-xsl/common/sl.xml
deleted file mode 100644
index 0f3eaff..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/sl.xml
+++ /dev/null
@@ -1,426 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="sl" english-language-name="Slovenian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Povzetek"/>
- <l:gentext key="abstract" text="Povzetek"/>
- <l:gentext key="Answer" text="O:"/>
- <l:gentext key="answer" text="O:"/>
- <l:gentext key="Appendix" text="Dodatek"/>
- <l:gentext key="appendix" text="dodatek"/>
- <l:gentext key="Article" text="Članek"/>
- <l:gentext key="article" text="Članek"/>
- <l:gentext key="Bibliography" text="Literatura"/>
- <l:gentext key="bibliography" text="Literatura"/>
- <l:gentext key="Book" text="Knjiga"/>
- <l:gentext key="book" text="Knjiga"/>
- <l:gentext key="Caution" text="Opozorilo"/>
- <l:gentext key="caution" text="Opozorilo"/>
- <l:gentext key="CAUTION" text="OPOZORILO"/>
- <l:gentext key="Chapter" text="Poglavje"/>
- <l:gentext key="chapter" text="poglavje"/>
- <l:gentext key="Colophon" text="Kolofon"/>
- <l:gentext key="colophon" text="Kolofon"/>
- <l:gentext key="Copyright" text="Pravna zaščita"/>
- <l:gentext key="copyright" text="Pravna zaščita"/>
- <l:gentext key="Dedication" text="Posvetilo"/>
- <l:gentext key="dedication" text="Posvetilo"/>
- <l:gentext key="Edition" text="Izdaja"/>
- <l:gentext key="edition" text="Izdaja"/>
- <l:gentext key="Equation" text="Enačba"/>
- <l:gentext key="equation" text="Enačba"/>
- <l:gentext key="Example" text="Primer"/>
- <l:gentext key="example" text="Primer"/>
- <l:gentext key="Figure" text="Slika"/>
- <l:gentext key="figure" text="Slika"/>
- <l:gentext key="Glossary" text="Slovarček"/>
- <l:gentext key="glossary" text="Slovarček"/>
- <l:gentext key="GlossSee" text="glej"/>
- <l:gentext key="glosssee" text="glej"/>
- <l:gentext key="GlossSeeAlso" text="glej tudi"/>
- <l:gentext key="glossseealso" text="glej tudi"/>
- <l:gentext key="IMPORTANT" text="POMEMBNO"/>
- <l:gentext key="Important" text="Pomembno"/>
- <l:gentext key="important" text="Pomembno"/>
- <l:gentext key="Index" text="Stvarno kazalo"/>
- <l:gentext key="index" text="Stvarno kazalo"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Pravno sporočilo"/>
- <l:gentext key="legalnotice" text="Pravno sporočilo"/>
- <l:gentext key="MsgAud" text="Občinstvo"/>
- <l:gentext key="msgaud" text="Občinstvo"/>
- <l:gentext key="MsgLevel" text="Raven"/>
- <l:gentext key="msglevel" text="Raven"/>
- <l:gentext key="MsgOrig" text="Izvor"/>
- <l:gentext key="msgorig" text="Izvor"/>
- <l:gentext key="note" text="Opomba"/>
- <l:gentext key="NOTE" text="OPOMBA"/>
- <l:gentext key="Note" text="Opomba"/>
- <l:gentext key="Part" text="Del"/>
- <l:gentext key="part" text="Del"/>
- <l:gentext key="Preface" text="Predgovor"/>
- <l:gentext key="preface" text="Predgovor"/>
- <l:gentext key="Procedure" text="Postopek"/>
- <l:gentext key="procedure" text="Postopek"/>
- <l:gentext key="ProductionSet" text="Izdelava"/>
- <l:gentext key="Published" text="Izdano"/>
- <l:gentext key="published" text="Izdano"/>
- <l:gentext key="Question" text="V:"/>
- <l:gentext key="question" text="V:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Sklic"/>
- <l:gentext key="reference" text="Sklic"/>
- <l:gentext key="RefName" text="Ime"/>
- <l:gentext key="refname" text="Ime"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Sinopsis"/>
- <l:gentext key="refsynopsisdiv" text="Sinopsis"/>
- <l:gentext key="RevHistory" text="Zgodovina različic"/>
- <l:gentext key="revhistory" text="Zgodovina različic"/>
- <l:gentext key="Revision" text="Različica"/>
- <l:gentext key="revision" text="Različica"/>
- <l:gentext key="sect1" text="Razdelek"/>
- <l:gentext key="sect2" text="Razdelek"/>
- <l:gentext key="sect3" text="Razdelek"/>
- <l:gentext key="sect4" text="Razdelek"/>
- <l:gentext key="sect5" text="Razdelek"/>
- <l:gentext key="Section" text="Razdelek"/>
- <l:gentext key="section" text="razdelek"/>
- <l:gentext key="see" text="glej"/>
- <l:gentext key="See" text="glej"/>
- <l:gentext key="Seealso" text="Glej tudi"/>
- <l:gentext key="seealso" text="glej tudi"/>
- <l:gentext key="SeeAlso" text="glej tudi"/>
- <l:gentext key="Set" text="Postavi"/>
- <l:gentext key="set" text="Postavi"/>
- <l:gentext key="SetIndex" text="Postavi stvarno kazalo"/>
- <l:gentext key="setindex" text="Postavi stvarno kazalo"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="sidebar"/>
- <l:gentext key="step" text="korak"/>
- <l:gentext key="Step" text="Korak"/>
- <l:gentext key="table" text="Tabela"/>
- <l:gentext key="Table" text="Tabela"/>
- <l:gentext key="TIP" text="NAMIG"/>
- <l:gentext key="Tip" text="Namig"/>
- <l:gentext key="tip" text="Namig"/>
- <l:gentext key="WARNING" text="POZOR"/>
- <l:gentext key="Warning" text="Pozor"/>
- <l:gentext key="warning" text="Pozor"/>
- <l:gentext key="and" text="in"/>
- <l:gentext key="by" text="od"/>
- <l:gentext key="Edited" text="Urejeno"/>
- <l:gentext key="edited" text="Urejeno"/>
- <l:gentext key="Editedby" text="Uredil"/>
- <l:gentext key="editedby" text="Uredil"/>
- <l:gentext key="in" text="v"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="neobstoječi element"/>
- <l:gentext key="Notes" text="Notes"/>
- <l:gentext key="notes" text="Notes"/>
- <l:gentext key="Pgs" text="Str."/>
- <l:gentext key="pgs" text="Str."/>
- <l:gentext key="Revisedby" text="Pregledal: "/>
- <l:gentext key="revisedby" text="Pregledal: "/>
- <l:gentext key="TableNotes" text="Notes"/>
- <l:gentext key="tablenotes" text="Notes"/>
- <l:gentext key="TableofContents" text="Kazalo"/>
- <l:gentext key="tableofcontents" text="Kazalo"/>
- <l:gentext key="unexpectedelementname" text="Nepričakovano ime elementa"/>
- <l:gentext key="unsupported" text="nepodprto"/>
- <l:gentext key="xrefto" text="xref na"/>
- <l:gentext key="listofequations" text="Seznam enačb"/>
- <l:gentext key="ListofEquations" text="Seznam enačb"/>
- <l:gentext key="ListofExamples" text="Seznam primerov"/>
- <l:gentext key="listofexamples" text="Seznam primerov"/>
- <l:gentext key="ListofFigures" text="Seznam slik"/>
- <l:gentext key="listoffigures" text="Seznam slik"/>
- <l:gentext key="listoftables" text="Seznam tabel"/>
- <l:gentext key="ListofTables" text="Seznam tabel"/>
- <l:gentext key="ListofUnknown" text="Seznam neznanih stvari"/>
- <l:gentext key="listofunknown" text="Seznam neznanih stvari"/>
- <l:gentext key="nav-home" text="Domov"/>
- <l:gentext key="nav-next" text="Naprej"/>
- <l:gentext key="nav-next-sibling" text="Hitro naprej"/>
- <l:gentext key="nav-prev" text="Nazaj"/>
- <l:gentext key="nav-prev-sibling" text="Hitro nazaj"/>
- <l:gentext key="nav-up" text="Gor"/>
- <l:gentext key="sectioncalled" text="razdelek, imenovan"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Simboli"/>
- <l:gentext key="lowercase.alpha" text="abcčdefghijklmnopqrsštuvwxyzž"/>
- <l:gentext key="uppercase.alpha" text="ABCČDEFGHIJKLMNOPQRSŠTUVWXYZŽ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Dodatek %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Poglavje %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Enačba %n. %t"/>
- <l:template name="example" text="Primer %n. %t"/>
- <l:template name="figure" text="Slika %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Del %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Postopek %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Izdelava %n"/>
- <l:template name="question" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabela %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Dodatek %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Poglavje %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="O: %n"/>
- <l:template name="appendix" text="Dodatek %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Poglavje %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Enačba %n"/>
- <l:template name="example" text="Primer %n. %t"/>
- <l:template name="figure" text="Slika %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Del %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Postopek %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="V: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="V: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabela %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Razdelek %n"/>
- <l:template name="sect2" text="Razdelek %n"/>
- <l:template name="sect3" text="Razdelek %n"/>
- <l:template name="sect4" text="Razdelek %n"/>
- <l:template name="sect5" text="Razdelek %n"/>
- <l:template name="section" text="Razdelek %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" in "/>
- <l:template name="seplast" text=", in "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="glej "/>
- <l:template name="seealso" text="glej tudi "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Občinstvo: "/>
- <l:template name="MsgLevel" text="Raven: "/>
- <l:template name="MsgOrig" text="Izvor: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/sr.xml b/wicket-userdocs/lib/docbook-xsl/common/sr.xml
deleted file mode 100644
index ddd426d..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/sr.xml
+++ /dev/null
@@ -1,425 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="sr" english-language-name="Serbian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Pregled"/>
- <l:gentext key="abstract" text="Pregled"/>
- <l:gentext key="Answer" text="O:"/>
- <l:gentext key="answer" text="O:"/>
- <l:gentext key="Appendix" text="Dodatak"/>
- <l:gentext key="appendix" text="dodatak"/>
- <l:gentext key="Article" text="Članak"/>
- <l:gentext key="article" text="Članak"/>
- <l:gentext key="Bibliography" text="Literatura"/>
- <l:gentext key="bibliography" text="Literatura"/>
- <l:gentext key="Book" text="Knjiga"/>
- <l:gentext key="book" text="Knjiga"/>
- <l:gentext key="CAUTION" text="UPOZORENJE"/>
- <l:gentext key="Caution" text="Upozorenje"/>
- <l:gentext key="caution" text="Upozorenje"/>
- <l:gentext key="Chapter" text="Poglavlje"/>
- <l:gentext key="chapter" text="poglavlje"/>
- <l:gentext key="Colophon" text="Kolofon"/>
- <l:gentext key="colophon" text="Kolofon"/>
- <l:gentext key="Copyright" text="Pravna zaštita"/>
- <l:gentext key="copyright" text="Pravna zaštita"/>
- <l:gentext key="Dedication" text="Posveta"/>
- <l:gentext key="dedication" text="Posveta"/>
- <l:gentext key="Edition" text="Izdanje"/>
- <l:gentext key="edition" text="Izdanje"/>
- <l:gentext key="Equation" text="Jednačina"/>
- <l:gentext key="equation" text="Jednačina"/>
- <l:gentext key="Example" text="Primer"/>
- <l:gentext key="example" text="Primer"/>
- <l:gentext key="Figure" text="Slika"/>
- <l:gentext key="figure" text="Slika"/>
- <l:gentext key="Glossary" text="Rečnik"/>
- <l:gentext key="glossary" text="Rečnik"/>
- <l:gentext key="GlossSee" text="Vidi"/>
- <l:gentext key="glosssee" text="Vidi"/>
- <l:gentext key="GlossSeeAlso" text="Vidi takođe"/>
- <l:gentext key="glossseealso" text="Vidi takođe"/>
- <l:gentext key="IMPORTANT" text="VAŽNO"/>
- <l:gentext key="Important" text="Važno"/>
- <l:gentext key="important" text="Važno"/>
- <l:gentext key="Index" text="Indeks"/>
- <l:gentext key="index" text="Indeks"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Pravno obaveštenje"/>
- <l:gentext key="legalnotice" text="Pravno obaveštenje"/>
- <l:gentext key="MsgAud" text="MsgAud"/>
- <l:gentext key="msgaud" text="MsgAud"/>
- <l:gentext key="MsgLevel" text="Nivo"/>
- <l:gentext key="msglevel" text="Nivo"/>
- <l:gentext key="MsgOrig" text="Izvor"/>
- <l:gentext key="msgorig" text="Izvor"/>
- <l:gentext key="NOTE" text="PRIMEDBA"/>
- <l:gentext key="Note" text="Primedba"/>
- <l:gentext key="note" text="Primedba"/>
- <l:gentext key="Part" text="Deo"/>
- <l:gentext key="part" text="Deo"/>
- <l:gentext key="Preface" text="Predgovor"/>
- <l:gentext key="preface" text="Predgovor"/>
- <l:gentext key="Procedure" text="Postupak"/>
- <l:gentext key="procedure" text="Postupak"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Izdato"/>
- <l:gentext key="published" text="Izdato"/>
- <l:gentext key="Question" text="P:"/>
- <l:gentext key="question" text="P:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Referenca"/>
- <l:gentext key="reference" text="Referenca"/>
- <l:gentext key="RefName" text="Ime"/>
- <l:gentext key="refname" text="Ime"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Sinopsis"/>
- <l:gentext key="refsynopsisdiv" text="Sinopsis"/>
- <l:gentext key="RevHistory" text="Istorija revizija"/>
- <l:gentext key="revhistory" text="Istorija revizija"/>
- <l:gentext key="Revision" text="Revizija"/>
- <l:gentext key="revision" text="Revizija"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Odeljak"/>
- <l:gentext key="section" text="sekcija"/>
- <l:gentext key="See" text="vidi"/>
- <l:gentext key="see" text="vidi"/>
- <l:gentext key="SeeAlso" text="vidi takođe"/>
- <l:gentext key="Seealso" text="Vidi takođe"/>
- <l:gentext key="seealso" text="vidi takođe"/>
- <l:gentext key="Set" text="Postavi"/>
- <l:gentext key="set" text="Postavi"/>
- <l:gentext key="SetIndex" text="Postavi indeks"/>
- <l:gentext key="setindex" text="Postavi indeks"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="sidebar"/>
- <l:gentext key="Step" text="Korak"/>
- <l:gentext key="step" text="korak"/>
- <l:gentext key="Table" text="Tabela"/>
- <l:gentext key="table" text="Tabela"/>
- <l:gentext key="TIP" text="SAVET"/>
- <l:gentext key="Tip" text="Savet"/>
- <l:gentext key="tip" text="Savet"/>
- <l:gentext key="WARNING" text="UPOZORENJE"/>
- <l:gentext key="Warning" text="Upozorenje"/>
- <l:gentext key="warning" text="Upozorenje"/>
- <l:gentext key="and" text="i"/>
- <l:gentext key="by" text="od"/>
- <l:gentext key="Edited" text="Uređeno"/>
- <l:gentext key="edited" text="Uređeno"/>
- <l:gentext key="Editedby" text="Uređeno od"/>
- <l:gentext key="editedby" text="Uređeno od"/>
- <l:gentext key="in" text="u"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="nepostojeći element"/>
- <l:gentext key="notes" text="Notes"/>
- <l:gentext key="Notes" text="Notes"/>
- <l:gentext key="Pgs" text="Str."/>
- <l:gentext key="pgs" text="Str."/>
- <l:gentext key="Revisedby" text="Revised by: "/>
- <l:gentext key="revisedby" text="Revised by: "/>
- <l:gentext key="TableNotes" text="Notes"/>
- <l:gentext key="tablenotes" text="Notes"/>
- <l:gentext key="TableofContents" text="Sadržaj"/>
- <l:gentext key="tableofcontents" text="Sadržaj"/>
- <l:gentext key="unexpectedelementname" text="Neočekivano ime elementa"/>
- <l:gentext key="unsupported" text="nepodržano"/>
- <l:gentext key="xrefto" text="xref na"/>
- <l:gentext key="listofequations" text="Spisak jednačina"/>
- <l:gentext key="ListofEquations" text="Spisak jednačina"/>
- <l:gentext key="ListofExamples" text="Spisak primera"/>
- <l:gentext key="listofexamples" text="Spisak primera"/>
- <l:gentext key="ListofFigures" text="Spisak slika"/>
- <l:gentext key="listoffigures" text="Spisak slika"/>
- <l:gentext key="listoftables" text="Spisak tabela"/>
- <l:gentext key="ListofTables" text="Spisak tabela"/>
- <l:gentext key="ListofUnknown" text="Spisak nepoznanica"/>
- <l:gentext key="listofunknown" text="Spisak nepoznanica"/>
- <l:gentext key="nav-home" text="Kući"/>
- <l:gentext key="nav-next" text="Napred"/>
- <l:gentext key="nav-next-sibling" text="Brzo napred"/>
- <l:gentext key="nav-prev" text="Nazad"/>
- <l:gentext key="nav-prev-sibling" text="Brzo nazad"/>
- <l:gentext key="nav-up" text="Gore"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Dodatak %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Poglavlje %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Jednačina %n. %t"/>
- <l:template name="example" text="Primer %n. %t"/>
- <l:template name="figure" text="Slika %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Deo %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Postupak %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabela %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Dodatak %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Poglavlje %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="O: %n"/>
- <l:template name="appendix" text="Dodatak %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Poglavlje %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Jednačina %n"/>
- <l:template name="example" text="Primer %n. %t"/>
- <l:template name="figure" text="Slika %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Deo %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Postupak %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="P: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="P: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabela %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Odeljak %n"/>
- <l:template name="sect2" text="Odeljak %n"/>
- <l:template name="sect3" text="Odeljak %n"/>
- <l:template name="sect4" text="Odeljak %n"/>
- <l:template name="sect5" text="Odeljak %n"/>
- <l:template name="section" text="Odeljak %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" i "/>
- <l:template name="seplast" text=", i "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Vidi "/>
- <l:template name="seealso" text="Vidi takođe "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="MsgAud: "/>
- <l:template name="MsgLevel" text="Nivo: "/>
- <l:template name="MsgOrig" text="Izvor: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/subtitles.xsl b/wicket-userdocs/lib/docbook-xsl/common/subtitles.xsl
deleted file mode 100644
index 973e87c..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/subtitles.xsl
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- exclude-result-prefixes="doc"
- version='1.0'>
-
-<!-- ============================================================ -->
-<!-- subtitle markup -->
-
-<doc:mode mode="subtitle.markup" xmlns="">
-<refpurpose>Provides access to element subtitles</refpurpose>
-<refdescription>
-<para>Processing an element in the
-<literal role="mode">subtitle.markup</literal> mode produces the
-subtitle of the element.
-</para>
-</refdescription>
-</doc:mode>
-
-<xsl:template match="*" mode="subtitle.markup">
- <xsl:message>
- <xsl:text>Request for subtitle of unexpected element: </xsl:text>
- <xsl:value-of select="name(.)"/>
- </xsl:message>
- <xsl:text>???SUBTITLE???</xsl:text>
-</xsl:template>
-
-<xsl:template match="subtitle" mode="subtitle.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="set" mode="subtitle.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(setinfo/subtitle|subtitle)[1]"
- mode="subtitle.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="book" mode="subtitle.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(bookinfo/subtitle|subtitle)[1]"
- mode="subtitle.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="part" mode="subtitle.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(partinfo/subtitle
- |docinfo/subtitle
- |subtitle)[1]"
- mode="subtitle.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="preface|chapter|appendix" mode="subtitle.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(docinfo/subtitle
- |prefaceinfo/subtitle
- |chapterinfo/subtitle
- |appendixinfo/subtitle
- |subtitle)[1]"
- mode="subtitle.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="article" mode="subtitle.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(artheader/subtitle
- |articleinfo/subtitle
- |subtitle)[1]"
- mode="subtitle.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="dedication|colophon" mode="subtitle.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="subtitle"
- mode="subtitle.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="reference" mode="subtitle.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(referenceinfo/subtitle
- |docinfo/subtitle
- |subtitle)[1]"
- mode="subtitle.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="refentry" mode="subtitle.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(refentryinfo/subtitle
- |docinfo/subtitle)[1]"
- mode="subtitle.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="section
- |sect1|sect2|sect3|sect4|sect5
- |refsect1|refsect2|refsect3
- |simplesect"
- mode="subtitle.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(sectioninfo/subtitle
- |sect1info/subtitle
- |sect2info/subtitle
- |sect3info/subtitle
- |sect4info/subtitle
- |sect5info/subtitle
- |refsect1info/subtitle
- |refsect2info/subtitle
- |refsect3info/subtitle
- |subtitle)[1]"
- mode="subtitle.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/common/sv.xml b/wicket-userdocs/lib/docbook-xsl/common/sv.xml
deleted file mode 100644
index 9ede04c..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/sv.xml
+++ /dev/null
@@ -1,422 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="sv" english-language-name="Swedish">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Sammanfattning"/>
- <l:gentext key="abstract" text="Sammanfattning"/>
- <l:gentext key="Answer" text="A:"/>
- <l:gentext key="answer" text="A:"/>
- <l:gentext key="Appendix" text="Appendix"/>
- <l:gentext key="appendix" text="appendix"/>
- <l:gentext key="Article" text="Artikel"/>
- <l:gentext key="article" text="Artikel"/>
- <l:gentext key="Bibliography" text="Bibliografi"/>
- <l:gentext key="bibliography" text="Bibliografi"/>
- <l:gentext key="Book" text="Bok"/>
- <l:gentext key="book" text="Bok"/>
- <l:gentext key="CAUTION" text="OBSERVERA"/>
- <l:gentext key="Caution" text="Observera"/>
- <l:gentext key="caution" text="Observera"/>
- <l:gentext key="Chapter" text="Kapitel"/>
- <l:gentext key="chapter" text="kapitel"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Copyright"/>
- <l:gentext key="copyright" text="Copyright"/>
- <l:gentext key="Dedication" text="Dedikation"/>
- <l:gentext key="dedication" text="Dedikation"/>
- <l:gentext key="Edition" text="Utgåva"/>
- <l:gentext key="edition" text="Utgåva"/>
- <l:gentext key="Equation" text="Ekvation"/>
- <l:gentext key="equation" text="Ekvation"/>
- <l:gentext key="Example" text="Exempel"/>
- <l:gentext key="example" text="Exempel"/>
- <l:gentext key="Figure" text="Figur"/>
- <l:gentext key="figure" text="Figur"/>
- <l:gentext key="Glossary" text="Gloslista"/>
- <l:gentext key="glossary" text="Gloslista"/>
- <l:gentext key="GlossSee" text="Se"/>
- <l:gentext key="glosssee" text="Se"/>
- <l:gentext key="GlossSeeAlso" text="Se Även"/>
- <l:gentext key="glossseealso" text="Se Även"/>
- <l:gentext key="IMPORTANT" text="VIKTIGT"/>
- <l:gentext key="Important" text="Viktigt"/>
- <l:gentext key="important" text="Viktigt"/>
- <l:gentext key="Index" text="Index"/>
- <l:gentext key="index" text="Index"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Legal Notice"/>
- <l:gentext key="legalnotice" text="Legal Notice"/>
- <l:gentext key="MsgAud" text="Målgrupp"/>
- <l:gentext key="msgaud" text="Målgrupp"/>
- <l:gentext key="MsgLevel" text="Nivå"/>
- <l:gentext key="msglevel" text="Nivå"/>
- <l:gentext key="MsgOrig" text="Ursprung"/>
- <l:gentext key="msgorig" text="Ursprung"/>
- <l:gentext key="NOTE" text="NOT"/>
- <l:gentext key="Note" text="Not"/>
- <l:gentext key="note" text="Not"/>
- <l:gentext key="Part" text="Del"/>
- <l:gentext key="part" text="Del"/>
- <l:gentext key="Preface" text="Företal"/>
- <l:gentext key="preface" text="Företal"/>
- <l:gentext key="Procedure" text="Procedur"/>
- <l:gentext key="procedure" text="Procedur"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Publicerad"/>
- <l:gentext key="published" text="Publicerad"/>
- <l:gentext key="Question" text="Fråga:"/>
- <l:gentext key="question" text="Fråga:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Referens"/>
- <l:gentext key="reference" text="Referens"/>
- <l:gentext key="RefName" text="Namn"/>
- <l:gentext key="refname" text="Namn"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="Synopsis"/>
- <l:gentext key="RevHistory" text="Revisions Historik;"/>
- <l:gentext key="revhistory" text="Revisions Historik;"/>
- <l:gentext key="Revision" text="Revision"/>
- <l:gentext key="revision" text="Revision"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Avsnitt"/>
- <l:gentext key="section" text="avsnitt"/>
- <l:gentext key="See" text="Se"/>
- <l:gentext key="see" text="Se"/>
- <l:gentext key="SeeAlso" text="Se Även"/>
- <l:gentext key="seealso" text="Se Även"/>
- <l:gentext key="Seealso" text="Se även"/>
- <l:gentext key="Set" text="Set"/>
- <l:gentext key="set" text="Set"/>
- <l:gentext key="SetIndex" text="Set Index"/>
- <l:gentext key="setindex" text="Set Index"/>
- <l:gentext key="Sidebar" text="Sidebar"/>
- <l:gentext key="sidebar" text="sidebar"/>
- <l:gentext key="Step" text="Steg"/>
- <l:gentext key="step" text="steg"/>
- <l:gentext key="Table" text="Tabell"/>
- <l:gentext key="table" text="Tabell"/>
- <l:gentext key="TIP" text="TIPS"/>
- <l:gentext key="Tip" text="Tips"/>
- <l:gentext key="tip" text="Tips"/>
- <l:gentext key="WARNING" text="VARNING"/>
- <l:gentext key="Warning" text="Varning"/>
- <l:gentext key="warning" text="Varning"/>
- <l:gentext key="and" text="och"/>
- <l:gentext key="by" text="av"/>
- <l:gentext key="called" text="kallas"/>
- <l:gentext key="edited" text="Redigerad"/>
- <l:gentext key="Edited" text="Redigerad"/>
- <l:gentext key="Editedby" text="Redigerad av"/>
- <l:gentext key="editedby" text="Redigerad av"/>
- <l:gentext key="in" text="i"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="non-existant element"/>
- <l:gentext key="Notes" text="Noter"/>
- <l:gentext key="notes" text="Noter"/>
- <l:gentext key="Pgs" text="Sid."/>
- <l:gentext key="pgs" text="Sid."/>
- <l:gentext key="Revisedby" text="Reviderad av: "/>
- <l:gentext key="revisedby" text="Reviderad av: "/>
- <l:gentext key="TableNotes" text="Noter"/>
- <l:gentext key="tablenotes" text="Noter"/>
- <l:gentext key="TableofContents" text="Innehållsförteckning"/>
- <l:gentext key="tableofcontents" text="Innehållsförteckning"/>
- <l:gentext key="the" text=""/>
- <l:gentext key="unexpectedelementname" text="Unexpected element name"/>
- <l:gentext key="unsupported" text="unsupported"/>
- <l:gentext key="xrefto" text="xref till"/>
- <l:gentext key="listofequations" text="Ekvationsförteckning"/>
- <l:gentext key="ListofEquations" text="Ekvationsförteckning"/>
- <l:gentext key="ListofExamples" text="Exempelförteckning"/>
- <l:gentext key="listofexamples" text="Exempelförteckning"/>
- <l:gentext key="ListofFigures" text="Figurförteckning"/>
- <l:gentext key="listoffigures" text="Figurförteckning"/>
- <l:gentext key="listoftables" text="Tabellförteckning"/>
- <l:gentext key="ListofTables" text="Tabellförteckning"/>
- <l:gentext key="ListofUnknown" text="Förteckning av okända"/>
- <l:gentext key="listofunknown" text="Förteckning av okända"/>
- <l:gentext key="nav-home" text="Hem"/>
- <l:gentext key="nav-next" text="Nästa"/>
- <l:gentext key="nav-next-sibling" text="Snabbt bakåt"/>
- <l:gentext key="nav-prev" text="Föregående"/>
- <l:gentext key="nav-prev-sibling" text="Snabbt framåt"/>
- <l:gentext key="nav-up" text="Upp"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Appendix %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapitel %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Ekvation %n. %t"/>
- <l:template name="example" text="Exempel %n. %t"/>
- <l:template name="figure" text="Figur %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Del %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Procedur %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tabell %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Appendix %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Kapitel %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="A: %n"/>
- <l:template name="appendix" text="Appendix %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Kapitel %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Ekvation %n"/>
- <l:template name="example" text="Exempel %n. %t"/>
- <l:template name="figure" text="Figur %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Del %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Procedur %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Fråga: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Fråga: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tabell %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Avsnitt %n"/>
- <l:template name="sect2" text="Avsnitt %n"/>
- <l:template name="sect3" text="Avsnitt %n"/>
- <l:template name="sect4" text="Avsnitt %n"/>
- <l:template name="sect5" text="Avsnitt %n"/>
- <l:template name="section" text="Avsnitt %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" och "/>
- <l:template name="seplast" text=", och "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Se "/>
- <l:template name="seealso" text="Se Även "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Målgrupp: "/>
- <l:template name="MsgLevel" text="Nivå: "/>
- <l:template name="MsgOrig" text="Ursprung: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/table.xsl b/wicket-userdocs/lib/docbook-xsl/common/table.xsl
deleted file mode 100644
index 416d346..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/table.xsl
+++ /dev/null
@@ -1,429 +0,0 @@
-<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- exclude-result-prefixes="doc"
- version="1.0">
-
-<xsl:template name="blank.spans">
- <xsl:param name="cols" select="1"/>
- <xsl:if test="$cols > 0">
- <xsl:text>0:</xsl:text>
- <xsl:call-template name="blank.spans">
- <xsl:with-param name="cols" select="$cols - 1"/>
- </xsl:call-template>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="calculate.following.spans">
- <xsl:param name="colspan" select="1"/>
- <xsl:param name="spans" select="''"/>
-
- <xsl:choose>
- <xsl:when test="$colspan > 0">
- <xsl:call-template name="calculate.following.spans">
- <xsl:with-param name="colspan" select="$colspan - 1"/>
- <xsl:with-param name="spans" select="substring-after($spans,':')"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$spans"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="finaltd">
- <xsl:param name="spans"/>
- <xsl:param name="col" select="0"/>
-
- <xsl:if test="$spans != ''">
- <xsl:choose>
- <xsl:when test="starts-with($spans,'0:')">
- <xsl:call-template name="empty.table.cell">
- <xsl:with-param name="colnum" select="$col"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise></xsl:otherwise>
- </xsl:choose>
-
- <xsl:call-template name="finaltd">
- <xsl:with-param name="spans" select="substring-after($spans,':')"/>
- <xsl:with-param name="col" select="$col+1"/>
- </xsl:call-template>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="sfinaltd">
- <xsl:param name="spans"/>
-
- <xsl:if test="$spans != ''">
- <xsl:choose>
- <xsl:when test="starts-with($spans,'0:')">0:</xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="substring-before($spans,':')-1"/>
- <xsl:text>:</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
-
- <xsl:call-template name="sfinaltd">
- <xsl:with-param name="spans" select="substring-after($spans,':')"/>
- </xsl:call-template>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="entry.colnum">
- <xsl:param name="entry" select="."/>
-
- <xsl:choose>
- <xsl:when test="$entry/@spanname">
- <xsl:variable name="spanname" select="$entry/@spanname"/>
- <xsl:variable name="spanspec"
- select="$entry/ancestor::tgroup/spanspec[@spanname=$spanname]"/>
- <xsl:variable name="colspec"
- select="$entry/ancestor::tgroup/colspec[@colname=$spanspec/@namest]"/>
- <xsl:call-template name="colspec.colnum">
- <xsl:with-param name="colspec" select="$colspec"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$entry/@colname">
- <xsl:variable name="colname" select="$entry/@colname"/>
- <xsl:variable name="colspec"
- select="$entry/ancestor::tgroup/colspec[@colname=$colname]"/>
- <xsl:call-template name="colspec.colnum">
- <xsl:with-param name="colspec" select="$colspec"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$entry/@namest">
- <xsl:variable name="namest" select="$entry/@namest"/>
- <xsl:variable name="colspec"
- select="$entry/ancestor::tgroup/colspec[@colname=$namest]"/>
- <xsl:call-template name="colspec.colnum">
- <xsl:with-param name="colspec" select="$colspec"/>
- </xsl:call-template>
- </xsl:when>
- <!-- no idea, return 0 -->
- <xsl:otherwise>0</xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<doc:template name="entry.colnum" xmlns="">
-<refpurpose>Determine the column number in which a given entry occurs</refpurpose>
-<refdescription>
-<para>If an <sgmltag>entry</sgmltag> has a
-<sgmltag class="attribute">colname</sgmltag> or
-<sgmltag class="attribute">namest</sgmltag> attribute, this template
-will determine the number of the column in which the entry should occur.
-For other <sgmltag>entry</sgmltag>s, nothing is returned.</para>
-</refdescription>
-<refparameter>
-<variablelist>
-<varlistentry><term>entry</term>
-<listitem>
-<para>The <sgmltag>entry</sgmltag>-element which is to be tested.</para>
-</listitem>
-</varlistentry>
-</variablelist>
-</refparameter>
-
-<refreturn>
-<para>This template returns the column number if it can be determined,
-or 0 (the empty string)</para>
-</refreturn>
-</doc:template>
-
-<xsl:template name="colspec.colnum">
- <xsl:param name="colspec" select="."/>
- <xsl:choose>
- <xsl:when test="$colspec/@colnum">
- <xsl:value-of select="$colspec/@colnum"/>
- </xsl:when>
- <xsl:when test="$colspec/preceding-sibling::colspec">
- <xsl:variable name="prec.colspec.colnum">
- <xsl:call-template name="colspec.colnum">
- <xsl:with-param name="colspec"
- select="$colspec/preceding-sibling::colspec[1]"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:value-of select="$prec.colspec.colnum + 1"/>
- </xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="calculate.colspan">
- <xsl:param name="entry" select="."/>
- <xsl:variable name="spanname" select="$entry/@spanname"/>
- <xsl:variable name="spanspec"
- select="$entry/ancestor::tgroup/spanspec[@spanname=$spanname]"/>
-
- <xsl:variable name="namest">
- <xsl:choose>
- <xsl:when test="@spanname">
- <xsl:value-of select="$spanspec/@namest"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$entry/@namest"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="nameend">
- <xsl:choose>
- <xsl:when test="@spanname">
- <xsl:value-of select="$spanspec/@nameend"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$entry/@nameend"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="scol">
- <xsl:call-template name="colspec.colnum">
- <xsl:with-param name="colspec"
- select="$entry/ancestor::tgroup/colspec[@colname=$namest]"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="ecol">
- <xsl:call-template name="colspec.colnum">
- <xsl:with-param name="colspec"
- select="$entry/ancestor::tgroup/colspec[@colname=$nameend]"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$namest != '' and $nameend != ''">
- <xsl:choose>
- <xsl:when test="$ecol >= $scol">
- <xsl:value-of select="$ecol - $scol + 1"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$scol - $ecol + 1"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="calculate.rowsep">
- <xsl:param name="entry" select="."/>
- <xsl:param name="colnum" select="0"/>
-
- <xsl:call-template name="inherited.table.attribute">
- <xsl:with-param name="entry" select="$entry"/>
- <xsl:with-param name="colnum" select="$colnum"/>
- <xsl:with-param name="attribute" select="'rowsep'"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="calculate.colsep">
- <xsl:param name="entry" select="."/>
- <xsl:param name="colnum" select="0"/>
-
- <xsl:call-template name="inherited.table.attribute">
- <xsl:with-param name="entry" select="$entry"/>
- <xsl:with-param name="colnum" select="$colnum"/>
- <xsl:with-param name="attribute" select="'colsep'"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="inherited.table.attribute">
- <xsl:param name="entry" select="."/>
- <xsl:param name="row" select="$entry/ancestor-or-self::row[1]"/>
- <xsl:param name="colnum" select="0"/>
- <xsl:param name="attribute" select="'colsep'"/>
-
- <xsl:variable name="tgroup" select="$row/ancestor::tgroup[1]"/>
-
- <xsl:variable name="entry.value">
- <xsl:call-template name="get-attribute">
- <xsl:with-param name="element" select="$entry"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="row.value">
- <xsl:call-template name="get-attribute">
- <xsl:with-param name="element" select="$row"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="span.value">
- <xsl:if test="$entry/@spanname">
- <xsl:variable name="spanname" select="$entry/@spanname"/>
- <xsl:variable name="spanspec"
- select="$tgroup/spanspec[@spanname=$spanname]"/>
- <xsl:variable name="span.colspec"
- select="$tgroup/colspec[@colname=$spanspec/@namest]"/>
-
- <xsl:variable name="spanspec.value">
- <xsl:call-template name="get-attribute">
- <xsl:with-param name="element" select="$spanspec"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="scolspec.value">
- <xsl:call-template name="get-attribute">
- <xsl:with-param name="element" select="$span.colspec"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$spanspec.value != ''">
- <xsl:value-of select="$spanspec.value"/>
- </xsl:when>
- <xsl:when test="$scolspec.value != ''">
- <xsl:value-of select="$scolspec.value"/>
- </xsl:when>
- <xsl:otherwise></xsl:otherwise>
- </xsl:choose>
- </xsl:if>
- </xsl:variable>
-
- <xsl:variable name="namest.value">
- <xsl:if test="$entry/@namest">
- <xsl:variable name="namest" select="$entry/@namest"/>
- <xsl:variable name="colspec"
- select="$tgroup/colspec[@colname=$namest]"/>
-
- <xsl:variable name="inner.namest.value">
- <xsl:call-template name="get-attribute">
- <xsl:with-param name="element" select="$colspec"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$inner.namest.value">
- <xsl:value-of select="$inner.namest.value"/>
- </xsl:when>
- <xsl:otherwise></xsl:otherwise>
- </xsl:choose>
- </xsl:if>
- </xsl:variable>
-
- <xsl:variable name="tgroup.value">
- <xsl:call-template name="get-attribute">
- <xsl:with-param name="element" select="$tgroup"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="default.value">
- <!-- This section used to say that rowsep and colsep have defaults based -->
- <!-- on the frame setting. Further reflection and closer examination of the -->
- <!-- CALS spec reveals I was mistaken. The default is "1" for rowsep and colsep. -->
- <!-- For everything else, the default is the tgroup value -->
- <xsl:choose>
- <xsl:when test="$tgroup.value != ''">
- <xsl:value-of select="$tgroup.value"/>
- </xsl:when>
- <xsl:when test="$attribute = 'rowsep'">1</xsl:when>
- <xsl:when test="$attribute = 'colsep'">1</xsl:when>
- <xsl:otherwise><!-- empty --></xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$entry.value != ''">
- <xsl:value-of select="$entry.value"/>
- </xsl:when>
- <xsl:when test="$row.value != ''">
- <xsl:value-of select="$row.value"/>
- </xsl:when>
- <xsl:when test="$span.value != ''">
- <xsl:value-of select="$span.value"/>
- </xsl:when>
- <xsl:when test="$namest.value != ''">
- <xsl:value-of select="$namest.value"/>
- </xsl:when>
- <xsl:when test="$colnum > 0">
- <xsl:variable name="calc.colvalue">
- <xsl:call-template name="colnum.colspec">
- <xsl:with-param name="colnum" select="$colnum"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:choose>
- <xsl:when test="$calc.colvalue != ''">
- <xsl:value-of select="$calc.colvalue"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$default.value"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$default.value"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="colnum.colspec">
- <xsl:param name="colnum" select="0"/>
- <xsl:param name="attribute" select="'colname'"/>
- <xsl:param name="colspecs" select="ancestor::tgroup/colspec"/>
- <xsl:param name="count" select="1"/>
-
- <xsl:choose>
- <xsl:when test="not($colspecs) or $count > $colnum">
- <!-- nop -->
- </xsl:when>
- <xsl:when test="$colspecs[1]/@colnum">
- <xsl:choose>
- <xsl:when test="$colspecs[1]/@colnum = $colnum">
- <xsl:call-template name="get-attribute">
- <xsl:with-param name="element" select="$colspecs[1]"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="colnum.colspec">
- <xsl:with-param name="colnum" select="$colnum"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- <xsl:with-param name="colspecs"
- select="$colspecs[position()>1]"/>
- <xsl:with-param name="count"
- select="$colspecs[1]/@colnum+1"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="$count = $colnum">
- <xsl:call-template name="get-attribute">
- <xsl:with-param name="element" select="$colspecs[1]"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="colnum.colspec">
- <xsl:with-param name="colnum" select="$colnum"/>
- <xsl:with-param name="attribute" select="$attribute"/>
- <xsl:with-param name="colspecs"
- select="$colspecs[position()>1]"/>
- <xsl:with-param name="count" select="$count+1"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="get-attribute">
- <xsl:param name="element" select="."/>
- <xsl:param name="attribute" select="''"/>
-
- <xsl:for-each select="$element/@*">
- <xsl:if test="local-name(.) = $attribute">
- <xsl:value-of select="."/>
- </xsl:if>
- </xsl:for-each>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/targetdatabase.dtd b/wicket-userdocs/lib/docbook-xsl/common/targetdatabase.dtd
deleted file mode 100644
index 13b72c4..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/targetdatabase.dtd
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- targetdatabase.dtd -->
-<!-- A DTD for managing cross reference target information -->
-
-<!ELEMENT targetset (targetsetinfo?, sitemap*, document*) >
-
-<!ELEMENT targetsetinfo (#PCDATA) >
-
-<!ELEMENT sitemap (dir) >
-
-<!ELEMENT dir ((dir|document)*) >
-<!ATTLIST dir
- name CDATA #REQUIRED
->
-
-<!ELEMENT document (div*) >
-<!ATTLIST document
- targetdoc CDATA #REQUIRED
- uri CDATA #IMPLIED
- baseuri CDATA #IMPLIED
- href CDATA #IMPLIED
->
-
-<!ELEMENT div (ttl?, objttl?, xreftext?, page?, (div|obj)*)>
-<!ATTLIST div
- targetptr CDATA #IMPLIED
- element CDATA #IMPLIED
- name CDATA #IMPLIED
- number CDATA #IMPLIED
- href CDATA #IMPLIED
- lang CDATA #IMPLIED
->
-
-
-<!ELEMENT ttl (#PCDATA)>
-<!ELEMENT objttl (#PCDATA)>
-<!ELEMENT xreftext (#PCDATA)>
-<!ELEMENT page (#PCDATA)>
-
-<!ELEMENT obj (ttl?, objttl?, xreftext?, page?)>
-<!ATTLIST obj
- targetptr CDATA #IMPLIED
- element CDATA #IMPLIED
- name CDATA #IMPLIED
- number CDATA #IMPLIED
- href CDATA #IMPLIED
- lang CDATA #IMPLIED
->
diff --git a/wicket-userdocs/lib/docbook-xsl/common/targets.xsl b/wicket-userdocs/lib/docbook-xsl/common/targets.xsl
deleted file mode 100644
index f9568da..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/targets.xsl
+++ /dev/null
@@ -1,238 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- exclude-result-prefixes="doc"
- version='1.0'>
-
-<!-- ============================================================ -->
-<!-- cross reference target collection -->
-
-<doc:mode mode="collect.targets" xmlns="">
-<refpurpose>Collects information for potential cross reference targets</refpurpose>
-<refdescription>
-<para>Processing the root element in the
-<literal role="mode">collect.targets</literal> mode produces
-a set of target database elements that can be used by
-the olink mechanism to resolve external cross references.
-The collection process is controlled by the <literal>
-collect.xref.targets</literal> parameter, which can be
-<literal>yes</literal> to collect targets and process
-the document for output, <literal>only</literal> to
-only collect the targets, and <literal>no</literal>
-(default) to not collect the targets and only process the document.
-</para>
-<para>
-A <literal>targets.filename</literal> parameter must be
-specified to receive the output if
-<literal>collect.xref.targets</literal> is
-set to <literal>yes</literal> so as to
-redirect the target data to a file separate from the
-document output.
-</para>
-</refdescription>
-</doc:mode>
-
-<!-- ============================================================ -->
-
-<xsl:template match="*" mode="collect.targets">
- <xsl:choose>
- <xsl:when test="$collect.xref.targets = 'yes' and $targets.filename = ''">
- <xsl:message>
- Must specify a $targets.filename parameter when
- $collect.xref.targets is set to 'yes'.
- The xref targets were not collected.
- </xsl:message>
- </xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="$targets.filename">
- <xsl:call-template name="write.chunk">
- <xsl:with-param name="filename" select="$targets.filename"/>
- <xsl:with-param name="method" select="'xml'"/>
- <xsl:with-param name="encoding" select="'utf-8'"/>
- <xsl:with-param name="omit-xml-declaration" select="'yes'"/>
- <xsl:with-param name="indent" select="'yes'"/>
- <xsl:with-param name="quiet" select="0"/>
- <xsl:with-param name="content">
- <xsl:apply-templates select="." mode="olink.mode"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <!-- Else write to standard output -->
- <xsl:apply-templates select="." mode="olink.mode"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="olink.href.target">
- <xsl:param name="nd" select="."/>
-
- <xsl:value-of select="$olink.base.uri"/>
- <xsl:call-template name="href.target">
- <xsl:with-param name="obj" select="$nd"/>
- </xsl:call-template>
-</xsl:template>
-
-<!-- Templates for extracting cross reference information
- from a document for use in an xref database.
--->
-
-<xsl:template name="attrs">
- <xsl:param name="nd" select="."/>
-
- <xsl:attribute name="element">
- <xsl:value-of select="local-name(.)"/>
- </xsl:attribute>
-
- <xsl:attribute name="href">
- <xsl:call-template name="olink.href.target">
- <xsl:with-param name="object" select="$nd"/>
- </xsl:call-template>
- </xsl:attribute>
-
- <xsl:variable name="num">
- <xsl:apply-templates select="$nd" mode="label.markup">
- <xsl:with-param name="verbose" select="0"/>
- </xsl:apply-templates>
- </xsl:variable>
-
- <xsl:if test="$num">
- <xsl:attribute name="number">
- <xsl:value-of select="$num"/>
- </xsl:attribute>
- </xsl:if>
-
- <xsl:if test="$nd/@id">
- <xsl:attribute name="targetptr">
- <xsl:value-of select="$nd/@id"/>
- </xsl:attribute>
- </xsl:if>
-
- <xsl:if test="$nd/@lang">
- <xsl:attribute name="lang">
- <xsl:value-of select="$nd/@lang"/>
- </xsl:attribute>
- </xsl:if>
-
-</xsl:template>
-
-<xsl:template name="div">
- <xsl:param name="nd" select="."/>
-
- <div>
- <xsl:call-template name="attrs">
- <xsl:with-param name="nd" select="$nd"/>
- </xsl:call-template>
- <ttl>
- <xsl:apply-templates select="$nd" mode="title.markup"/>
- </ttl>
- <xreftext>
- <xsl:choose>
- <xsl:when test="$nd/@xreflabel">
- <xsl:call-template name="xref.xreflabel">
- <xsl:with-param name="target" select="$nd"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="$nd" mode="xref-to"/>
- </xsl:otherwise>
- </xsl:choose>
- </xreftext>
- <xsl:apply-templates mode="olink.mode"/>
- </div>
-</xsl:template>
-
-<xsl:template name="obj">
- <xsl:param name="nd" select="."/>
-
- <obj>
- <xsl:call-template name="attrs">
- <xsl:with-param name="nd" select="$nd"/>
- </xsl:call-template>
- <ttl>
- <xsl:apply-templates select="$nd" mode="title.markup">
- <xsl:with-param name="verbose" select="0"/>
- </xsl:apply-templates>
- </ttl>
- <xreftext>
- <xsl:choose>
- <xsl:when test="$nd/@xreflabel">
- <xsl:call-template name="xref.xreflabel">
- <xsl:with-param name="target" select="$nd"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="$nd" mode="xref-to">
- <xsl:with-param name="verbose" select="0"/>
- </xsl:apply-templates>
- </xsl:otherwise>
- </xsl:choose>
- </xreftext>
- </obj>
-</xsl:template>
-
-<xsl:template match="text()|processing-instruction()|comment()"
- mode="olink.mode">
- <!-- nop -->
-</xsl:template>
-
-<!--
-<xsl:template match="*" mode="olink.mode">
-</xsl:template>
--->
-
-<xsl:template match="set" mode="olink.mode">
- <xsl:call-template name="div"/>
-</xsl:template>
-
-<xsl:template match="book" mode="olink.mode">
- <xsl:call-template name="div"/>
-</xsl:template>
-
-<xsl:template match="preface|chapter|appendix" mode="olink.mode">
- <xsl:call-template name="div"/>
-</xsl:template>
-
-<xsl:template match="part|reference" mode="olink.mode">
- <xsl:call-template name="div"/>
-</xsl:template>
-
-<xsl:template match="article" mode="olink.mode">
- <xsl:call-template name="div"/>
-</xsl:template>
-
-<xsl:template match="refentry" mode="olink.mode">
- <xsl:call-template name="div"/>
-</xsl:template>
-
-<xsl:template match="section|sect1|sect2|sect3|sect4|sect5" mode="olink.mode">
- <xsl:call-template name="div"/>
-</xsl:template>
-
-<xsl:template match="refsection|refsect1|refsect2|refsect3" mode="olink.mode">
- <xsl:call-template name="div"/>
-</xsl:template>
-
-<xsl:template match="figure|example|table" mode="olink.mode">
- <xsl:call-template name="obj"/>
-</xsl:template>
-
-<xsl:template match="equation[title]" mode="olink.mode">
- <xsl:call-template name="obj"/>
-</xsl:template>
-
-<xsl:template match="qandaset|qandaentry" mode="olink.mode">
- <xsl:call-template name="div"/>
-</xsl:template>
-
-<xsl:template match="*" mode="olink.mode">
- <xsl:if test="@id">
- <xsl:call-template name="obj"/>
- </xsl:if>
- <xsl:apply-templates mode="olink.mode"/>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/th.xml b/wicket-userdocs/lib/docbook-xsl/common/th.xml
deleted file mode 100644
index a993a70..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/th.xml
+++ /dev/null
@@ -1,434 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="th" english-language-name="Thai">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="บทคัดย่อ"/>
- <l:gentext key="abstract" text="บทคัดย่อ"/>
- <l:gentext key="Answer" text="ตอบ:"/>
- <l:gentext key="answer" text="ตอบ:"/>
- <l:gentext key="Appendix" text="ภาคผนวก"/>
- <l:gentext key="appendix" text="ภาคผนวก"/>
- <l:gentext key="Article" text="บทความ"/>
- <l:gentext key="article" text="บทความ"/>
- <l:gentext key="Bibliography" text="บรรณานุกรม"/>
- <l:gentext key="bibliography" text="บรรณานุกรม"/>
- <l:gentext key="Book" text="หนังสือ"/>
- <l:gentext key="book" text="หนังสือ"/>
- <l:gentext key="CAUTION" text="คำเตือน"/>
- <l:gentext key="Caution" text="คำเตือน"/>
- <l:gentext key="caution" text="คำเตือน"/>
- <l:gentext key="Chapter" text="บทที่"/>
- <l:gentext key="chapter" text="บทที่"/>
- <l:gentext key="Colophon" text="เบื้องหลัง"/>
- <l:gentext key="colophon" text="เบื้องหลัง"/>
- <l:gentext key="Copyright" text="สงวนสิขสิทธิ์"/>
- <l:gentext key="copyright" text="สงวนสิขสิทธิ์"/>
- <l:gentext key="Dedication" text="คำอุทิศ"/>
- <l:gentext key="dedication" text="คำอุทิศ"/>
- <l:gentext key="Edition" text="ฉบับ"/>
- <l:gentext key="edition" text="ฉบับ"/>
- <l:gentext key="Equation" text="สมการ"/>
- <l:gentext key="equation" text="สมการ"/>
- <l:gentext key="Example" text="ตัวอย่าง"/>
- <l:gentext key="example" text="ตัวอย่าง"/>
- <l:gentext key="Figure" text="รูป"/>
- <l:gentext key="figure" text="รูป"/>
- <l:gentext key="Glossary" text="อภิทานศัพท์"/>
- <l:gentext key="glossary" text="อภิทานศัพท์"/>
- <l:gentext key="GlossSee" text="ดู"/>
- <l:gentext key="glosssee" text="ดู"/>
- <l:gentext key="GlossSeeAlso" text="ดูเพิ่มเติม"/>
- <l:gentext key="glossseealso" text="ดูเพิ่มเติม"/>
- <l:gentext key="IMPORTANT" text="ข้อควรจำ"/>
- <l:gentext key="important" text="ข้อควรจำ"/>
- <l:gentext key="Important" text="ข้อควรจำ"/>
- <l:gentext key="Index" text="ดรรชนี"/>
- <l:gentext key="index" text="ดรรชนี"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="ข้อผูกพันตามกฎหมาย"/>
- <l:gentext key="legalnotice" text="ข้อผูกพันตามกฎหมาย"/>
- <l:gentext key="MsgAud" text="ผู้อ่าน"/>
- <l:gentext key="msgaud" text="ผู้อ่าน"/>
- <l:gentext key="MsgLevel" text="ระดับ"/>
- <l:gentext key="msglevel" text="ระดับ"/>
- <l:gentext key="MsgOrig" text="ที่มา"/>
- <l:gentext key="msgorig" text="ที่มา"/>
- <l:gentext key="NOTE" text="หมายเหตุ"/>
- <l:gentext key="Note" text="หมายเหตุ"/>
- <l:gentext key="note" text="หมายเหตุ"/>
- <l:gentext key="Part" text="ภาค"/>
- <l:gentext key="part" text="ภาค"/>
- <l:gentext key="Preface" text="คำนำ"/>
- <l:gentext key="preface" text="คำนำ"/>
- <l:gentext key="Procedure" text="ระเบียบการ"/>
- <l:gentext key="procedure" text="ระเบียบการ"/>
- <l:gentext key="ProductionSet" text="ผลิต"/>
- <l:gentext key="Published" text="ตีพิมพ์"/>
- <l:gentext key="published" text="ตีพิมพ์"/>
- <l:gentext key="Question" text="ถาม:"/>
- <l:gentext key="question" text="ถาม:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="หนังสืออ้างอิง"/>
- <l:gentext key="reference" text="หนังสืออ้างอิง"/>
- <l:gentext key="RefName" text="ชื่อ"/>
- <l:gentext key="refname" text="ชื่อ"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="สาระสำคัญ"/>
- <l:gentext key="refsynopsisdiv" text="สาระสำคัญ"/>
- <l:gentext key="RevHistory" text="บันทึกรุ่น"/>
- <l:gentext key="revhistory" text="บันทึกรุ่น"/>
- <l:gentext key="revision" text="รุ่นที่"/>
- <l:gentext key="Revision" text="รุ่นที่"/>
- <l:gentext key="sect1" text="ตอนที่"/>
- <l:gentext key="sect2" text="ตอนที่"/>
- <l:gentext key="sect3" text="ตอนที่"/>
- <l:gentext key="sect4" text="ตอนที่"/>
- <l:gentext key="sect5" text="ตอนที่"/>
- <l:gentext key="section" text="ตอนที่"/>
- <l:gentext key="Section" text="ตอนที่"/>
- <l:gentext key="See" text="ดู"/>
- <l:gentext key="see" text="ดู"/>
- <l:gentext key="SeeAlso" text="ดูเพิ่มเติม"/>
- <l:gentext key="seealso" text="ดูเพิ่มเติม"/>
- <l:gentext key="Seealso" text="ดูเพิ่มเติม"/>
- <l:gentext key="set" text="ชุด"/>
- <l:gentext key="Set" text="ชุด"/>
- <l:gentext key="setindex" text="สารบัญชุด"/>
- <l:gentext key="SetIndex" text="สารบัญชุด"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="sidebar"/>
- <l:gentext key="step" text="ลำดับ"/>
- <l:gentext key="Step" text="ลำดับ"/>
- <l:gentext key="Table" text="ตาราง"/>
- <l:gentext key="table" text="ตาราง"/>
- <l:gentext key="tip" text="คำแนะนำ"/>
- <l:gentext key="TIP" text="คำแนะนำ"/>
- <l:gentext key="Tip" text="คำแนะนำ"/>
- <l:gentext key="Warning" text="โปรดระวัง"/>
- <l:gentext key="warning" text="โปรดระวัง"/>
- <l:gentext key="WARNING" text="โปรดระวัง"/>
- <l:gentext key="and" text="และ"/>
- <l:gentext key="by" text="โดย"/>
- <l:gentext key="Edited" text="เรียบเรียง"/>
- <l:gentext key="edited" text="เรียบเรียง"/>
- <l:gentext key="Editedby" text="เรียบเรียงโดบ"/>
- <l:gentext key="editedby" text="เรียบเรียงโดบ"/>
- <l:gentext key="in" text="ใน"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="ไม่พบส่วนที่ต้องการ"/>
- <l:gentext key="notes" text="หมายเหตุ"/>
- <l:gentext key="Notes" text="หมายเหตุ"/>
- <l:gentext key="Pgs" text="หน้า"/>
- <l:gentext key="pgs" text="หน้า"/>
- <l:gentext key="Revisedby" text="แก้ไขปรับปรุงโดย: "/>
- <l:gentext key="revisedby" text="แก้ไขปรับปรุงโดย: "/>
- <l:gentext key="TableNotes" text="หมายเหตุ"/>
- <l:gentext key="tablenotes" text="หมายเหตุ"/>
- <l:gentext key="TableofContents" text="สารบัญ"/>
- <l:gentext key="tableofcontents" text="สารบัญ"/>
- <l:gentext key="unexpectedelementname" text="พบส่วนที่ไม่ต้องการ"/>
- <l:gentext key="unsupported" text="ไม่สนับสนุน"/>
- <l:gentext key="xrefto" text="xref to"/>
- <l:gentext key="listofequations" text="สารบัญสมการ"/>
- <l:gentext key="ListofEquations" text="สารบัญสมการ"/>
- <l:gentext key="ListofExamples" text="สารบัญตัวอย่าง"/>
- <l:gentext key="listofexamples" text="สารบัญตัวอย่าง"/>
- <l:gentext key="ListofFigures" text="สารบัญรูป"/>
- <l:gentext key="listoffigures" text="สารบัญรูป"/>
- <l:gentext key="listoftables" text="สารบัญตาราง"/>
- <l:gentext key="ListofTables" text="สารบัญตาราง"/>
- <l:gentext key="ListofUnknown" text="สารบัญอื่น ๆ"/>
- <l:gentext key="listofunknown" text="สารบัญอื่น ๆ"/>
- <l:gentext key="nav-home" text="หน้าแรก"/>
- <l:gentext key="nav-next" text="ต่อไป"/>
- <l:gentext key="nav-next-sibling" text="ต่อไป"/>
- <l:gentext key="nav-prev" text="ก่อนหน้า"/>
- <l:gentext key="nav-prev-sibling" text="ก่อนหน้า"/>
- <l:gentext key="nav-up" text="กลับ"/>
- <l:gentext key="sectioncalled" text="ตอนนี้เ้รียกว่า"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="สัญลักษณ์"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="ภาคผนวก %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="บทที่ %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="สมการ %n. %t"/>
- <l:template name="example" text="ตัวอย่าง %n. %t"/>
- <l:template name="figure" text="รูป %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="ภาค %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="ระเบียบการ %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="ผลิต %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="ตาราง %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="ภาคผนวก %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="บทที่ %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="ตอบ: %n"/>
- <l:template name="answer" text="ตอบ: %n"/>
- <l:template name="appendix" text="ภาคผนวก %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="บทที่ %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="สมการ %n"/>
- <l:template name="equation" text="สมการ %n"/>
- <l:template name="example" text="ตัวอย่าง %n"/>
- <l:template name="figure" text="รูป %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="ภาค %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="ระเบียบการ %n"/>
- <l:template name="procedure" text="ระเบียบการ %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="ถาม: %n"/>
- <l:template name="qandaentry" text="ถาม: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="ถาม: %n"/>
- <l:template name="question" text="ถาม: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="ตาราง %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="refsection" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="refsect1" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="refsect2" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="refsect3" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="sect1" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="sect2" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="sect3" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="sect4" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="sect5" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="section" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="simplesect" text="ตอนนี้เ้รียกว่า “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="ตอนที่ %n"/>
- <l:template name="refsection" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="refsect1" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="refsect2" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="refsect3" text="ตอนนี้เ้รียกว่า “%t”"/>
- <l:template name="sect1" text="ตอนที่ %n"/>
- <l:template name="sect2" text="ตอนที่ %n"/>
- <l:template name="sect3" text="ตอนที่ %n"/>
- <l:template name="sect4" text="ตอนที่ %n"/>
- <l:template name="sect5" text="ตอนที่ %n"/>
- <l:template name="section" text="ตอนที่ %n"/>
- <l:template name="simplesect" text="ตอนนี้เ้รียกว่า “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" และ "/>
- <l:template name="seplast" text=", และ "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="ดู "/>
- <l:template name="seealso" text="ดูเพิ่มเติม "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="ผู้อ่าน: "/>
- <l:template name="MsgLevel" text="ระดับ: "/>
- <l:template name="MsgOrig" text="ที่มา: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/titles.xsl b/wicket-userdocs/lib/docbook-xsl/common/titles.xsl
deleted file mode 100644
index ae91ed7..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/titles.xsl
+++ /dev/null
@@ -1,544 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- exclude-result-prefixes="doc"
- version='1.0'>
-
-<!-- ============================================================ -->
-<!-- title markup -->
-
-<doc:mode mode="title.markup" xmlns="">
-<refpurpose>Provides access to element titles</refpurpose>
-<refdescription>
-<para>Processing an element in the
-<literal role="mode">title.markup</literal> mode produces the
-title of the element. This does not include the label.
-</para>
-</refdescription>
-</doc:mode>
-
-<xsl:template match="*" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:param name="verbose" select="1"/>
-
- <xsl:choose>
- <xsl:when test="title">
- <xsl:apply-templates select="title[1]" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:when test="local-name(.) = 'partintro'">
- <!-- partintro's don't have titles, use the parent (part or reference)
- title instead. -->
- <xsl:apply-templates select="parent::*" mode="title.markup"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:if test="$verbose">
- <xsl:message>
- <xsl:text>Request for title of element with no title: </xsl:text>
- <xsl:value-of select="name(.)"/>
- <xsl:if test="@id">
- <xsl:text> (id="</xsl:text>
- <xsl:value-of select="@id"/>
- <xsl:text>")</xsl:text>
- </xsl:if>
- </xsl:message>
- </xsl:if>
- <xsl:text>???TITLE???</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="title" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
-
- <xsl:choose>
- <xsl:when test="$allow-anchors != 0">
- <xsl:apply-templates/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates mode="no.anchor.mode"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="set" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:apply-templates select="(setinfo/title|title)[1]"
- mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="book" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:apply-templates select="(bookinfo/title|title)[1]"
- mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="part" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:apply-templates select="(partinfo/title|docinfo/title|title)[1]"
- mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="preface|chapter|appendix" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
-
-<!--
- <xsl:message>
- <xsl:value-of select="name(.)"/>
- <xsl:text> </xsl:text>
- <xsl:value-of select="$allow-anchors"/>
- </xsl:message>
--->
-
- <xsl:variable name="title" select="(docinfo/title
- |prefaceinfo/title
- |chapterinfo/title
- |appendixinfo/title
- |title)[1]"/>
- <xsl:apply-templates select="$title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="dedication" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:choose>
- <xsl:when test="title">
- <xsl:apply-templates select="title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Dedication'"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="colophon" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:choose>
- <xsl:when test="title">
- <xsl:apply-templates select="title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Colophon'"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="article" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(artheader/title
- |articleinfo/title
- |title)[1]"/>
-
- <xsl:apply-templates select="$title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="reference" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:apply-templates select="(referenceinfo/title|docinfo/title|title)[1]"
- mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="refentry" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="refmeta" select=".//refmeta"/>
- <xsl:variable name="refentrytitle" select="$refmeta//refentrytitle"/>
- <xsl:variable name="refnamediv" select=".//refnamediv"/>
- <xsl:variable name="refname" select="$refnamediv//refname"/>
-
- <xsl:variable name="title">
- <xsl:choose>
- <xsl:when test="$refentrytitle">
- <xsl:apply-templates select="$refentrytitle[1]" mode="title.markup"/>
- </xsl:when>
- <xsl:when test="$refname">
- <xsl:apply-templates select="$refname[1]" mode="title.markup"/>
- </xsl:when>
- <xsl:otherwise>REFENTRY WITHOUT TITLE???</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:copy-of select="$title"/>
-</xsl:template>
-
-<xsl:template match="refentrytitle|refname" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:choose>
- <xsl:when test="$allow-anchors != 0">
- <xsl:apply-templates/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates mode="no.anchor.mode"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="section
- |sect1|sect2|sect3|sect4|sect5
- |refsect1|refsect2|refsect3
- |simplesect"
- mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(sectioninfo/title
- |sect1info/title
- |sect2info/title
- |sect3info/title
- |sect4info/title
- |sect5info/title
- |refsect1info/title
- |refsect2info/title
- |refsect3info/title
- |title)[1]"/>
-
- <xsl:apply-templates select="$title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="bridgehead" mode="title.markup">
- <xsl:apply-templates mode="title.markup"/>
-</xsl:template>
-
-<xsl:template match="refsynopsisdiv" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:choose>
- <xsl:when test="title">
- <xsl:apply-templates select="title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'RefSynopsisDiv'"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="bibliography" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(bibliographyinfo/title|title)[1]"/>
- <xsl:choose>
- <xsl:when test="$title">
- <xsl:apply-templates select="$title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Bibliography'"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="glossary" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(glossaryinfo/title|title)[1]"/>
- <xsl:choose>
- <xsl:when test="$title">
- <xsl:apply-templates select="$title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext.element.name">
- <xsl:with-param name="element.name" select="name(.)"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="index" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(indexinfo/title|title)[1]"/>
- <xsl:choose>
- <xsl:when test="$title">
- <xsl:apply-templates select="$title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Index'"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="setindex" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(setindexinfo/title|title)[1]"/>
- <xsl:choose>
- <xsl:when test="$title">
- <xsl:apply-templates select="$title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'SetIndex'"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="figure|table|example|equation" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:apply-templates select="title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="procedure" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:apply-templates select="title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="abstract" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:choose>
- <xsl:when test="title">
- <xsl:apply-templates select="title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Abstract'"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="caution|tip|warning|important|note" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="title[1]"/>
- <xsl:choose>
- <xsl:when test="$title">
- <xsl:apply-templates select="$title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key">
- <xsl:choose>
- <xsl:when test="local-name(.)='note'">Note</xsl:when>
- <xsl:when test="local-name(.)='important'">Important</xsl:when>
- <xsl:when test="local-name(.)='caution'">Caution</xsl:when>
- <xsl:when test="local-name(.)='warning'">Warning</xsl:when>
- <xsl:when test="local-name(.)='tip'">Tip</xsl:when>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="question" mode="title.markup">
- <!-- questions don't have titles -->
- <xsl:text>Question</xsl:text>
-</xsl:template>
-
-<xsl:template match="answer" mode="title.markup">
- <!-- answers don't have titles -->
- <xsl:text>Answer</xsl:text>
-</xsl:template>
-
-<xsl:template match="qandaentry" mode="title.markup">
- <!-- qandaentrys are represented by the first question in them -->
- <xsl:text>Question</xsl:text>
-</xsl:template>
-
-<xsl:template match="legalnotice" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:choose>
- <xsl:when test="title">
- <xsl:apply-templates select="title" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'LegalNotice'"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template match="*" mode="titleabbrev.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:param name="verbose" select="1"/>
-
- <xsl:choose>
- <xsl:when test="titleabbrev">
- <xsl:apply-templates select="titleabbrev[1]" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="." mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- <xsl:with-param name="verbose" select="$verbose"/>
- </xsl:apply-templates>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="preface|chapter|appendix" mode="titleabbrev.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:param name="verbose" select="1"/>
-
- <xsl:variable name="titleabbrev" select="(docinfo/titleabbrev
- |prefaceinfo/titleabbrev
- |chapterinfo/titleabbrev
- |appendixinfo/titleabbrev
- |titleabbrev)[1]"/>
-
- <xsl:choose>
- <xsl:when test="$titleabbrev">
- <xsl:apply-templates select="$titleabbrev" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="." mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- <xsl:with-param name="verbose" select="$verbose"/>
- </xsl:apply-templates>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="article" mode="titleabbrev.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:param name="verbose" select="1"/>
-
- <xsl:variable name="titleabbrev" select="(artheader/titleabbrev
- |articleinfo/titleabbrev
- |titleabbrev)[1]"/>
-
- <xsl:choose>
- <xsl:when test="$titleabbrev">
- <xsl:apply-templates select="$titleabbrev" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="." mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- <xsl:with-param name="verbose" select="$verbose"/>
- </xsl:apply-templates>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="section
- |sect1|sect2|sect3|sect4|sect5
- |refsect1|refsect2|refsect3
- |simplesect"
- mode="titleabbrev.markup">
- <xsl:param name="allow-anchors" select="0"/>
- <xsl:param name="verbose" select="1"/>
-
- <xsl:variable name="titleabbrev" select="(sectioninfo/titleabbrev
- |sect1info/titleabbrev
- |sect2info/titleabbrev
- |sect3info/titleabbrev
- |sect4info/titleabbrev
- |sect5info/titleabbrev
- |refsect1info/titleabbrev
- |refsect2info/titleabbrev
- |refsect3info/titleabbrev
- |titleabbrev)[1]"/>
-
- <xsl:choose>
- <xsl:when test="$titleabbrev">
- <xsl:apply-templates select="$titleabbrev" mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="." mode="title.markup">
- <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
- <xsl:with-param name="verbose" select="$verbose"/>
- </xsl:apply-templates>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="titleabbrev" mode="title.markup">
- <xsl:param name="allow-anchors" select="0"/>
-
- <xsl:choose>
- <xsl:when test="$allow-anchors != 0">
- <xsl:apply-templates/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates mode="no.anchor.mode"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ============================================================ -->
-
-<xsl:template match="*" mode="no.anchor.mode">
- <xsl:apply-templates mode="no.anchor.mode"/>
-</xsl:template>
-
-<xsl:template match="footnote" mode="no.anchor.mode">
- <!-- nop, suppressed -->
-</xsl:template>
-
-<xsl:template match="anchor" mode="no.anchor.mode">
- <!-- nop, suppressed -->
-</xsl:template>
-
-<xsl:template match="ulink" mode="no.anchor.mode">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="link" mode="no.anchor.mode">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="olink" mode="no.anchor.mode">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="no.anchor.mode">
- <!-- nop, suppressed -->
-</xsl:template>
-
-<xsl:template match="xref" mode="no.anchor.mode">
- <!-- FIXME: this should generate the text without the link... -->
-</xsl:template>
-
-<!-- ============================================================ -->
-
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/common/tr.xml b/wicket-userdocs/lib/docbook-xsl/common/tr.xml
deleted file mode 100644
index 12e5674..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/tr.xml
+++ /dev/null
@@ -1,429 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="tr" english-language-name="Turkish">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Özet"/>
- <l:gentext key="abstract" text="Özet"/>
- <l:gentext key="Answer" text="Cevap:"/>
- <l:gentext key="answer" text="Cevap:"/>
- <l:gentext key="Appendix" text="Ek"/>
- <l:gentext key="appendix" text="ek"/>
- <l:gentext key="Article" text="Makale"/>
- <l:gentext key="article" text="Makale"/>
- <l:gentext key="Bibliography" text="Kaynakça"/>
- <l:gentext key="bibliography" text="Kaynakça"/>
- <l:gentext key="Book" text="Kitap"/>
- <l:gentext key="book" text="Kitap"/>
- <l:gentext key="CAUTION" text="DİKKAT"/>
- <l:gentext key="Caution" text="Dikkat"/>
- <l:gentext key="caution" text="Dikkat"/>
- <l:gentext key="Chapter" text="Bölüm"/>
- <l:gentext key="chapter" text="bölüm"/>
- <l:gentext key="Colophon" text="Kitap hakkında"/>
- <l:gentext key="colophon" text="Kitap hakkında"/>
- <l:gentext key="Copyright" text="Telif Hakkı"/>
- <l:gentext key="copyright" text="Telif Hakkı"/>
- <l:gentext key="Dedication" text="İthaf"/>
- <l:gentext key="dedication" text="İthaf"/>
- <l:gentext key="Edition" text="Baskı"/>
- <l:gentext key="edition" text="Baskı"/>
- <l:gentext key="Equation" text="Denklem"/>
- <l:gentext key="equation" text="Denklem"/>
- <l:gentext key="Example" text="Örnek"/>
- <l:gentext key="example" text="Örnek"/>
- <l:gentext key="Figure" text="Şekil"/>
- <l:gentext key="figure" text="Şekil"/>
- <l:gentext key="Glossary" text="Sözlük"/>
- <l:gentext key="glossary" text="Sözlük"/>
- <l:gentext key="GlossSee" text="Bkz."/>
- <l:gentext key="glosssee" text="Bkz."/>
- <l:gentext key="GlossSeeAlso" text="Bkz."/>
- <l:gentext key="glossseealso" text="Bkz."/>
- <l:gentext key="IMPORTANT" text="ÖNEMLİ"/>
- <l:gentext key="important" text="Önemli"/>
- <l:gentext key="Important" text="Önemli"/>
- <l:gentext key="Index" text="Dizin"/>
- <l:gentext key="index" text="Dizin"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Yasal Uyarı"/>
- <l:gentext key="legalnotice" text="Yasal Uyarı"/>
- <l:gentext key="MsgAud" text="Hedef Okuyucu"/>
- <l:gentext key="msgaud" text="Hedef Okuyucu"/>
- <l:gentext key="MsgLevel" text="Level"/>
- <l:gentext key="msglevel" text="Düzey"/>
- <l:gentext key="MsgOrig" text="Düzey"/>
- <l:gentext key="msgorig" text="Kaynak"/>
- <l:gentext key="NOTE" text="NOT"/>
- <l:gentext key="Note" text="Not"/>
- <l:gentext key="note" text="Not"/>
- <l:gentext key="Part" text="Kısım"/>
- <l:gentext key="part" text="Kısım"/>
- <l:gentext key="Preface" text="Önsöz"/>
- <l:gentext key="preface" text="Önsöz"/>
- <l:gentext key="Procedure" text="Yönerge"/>
- <l:gentext key="procedure" text="Yönerge"/>
- <l:gentext key="ProductionSet" text="Prodüksiyon"/>
- <l:gentext key="Published" text="Yayımlanma"/>
- <l:gentext key="published" text="Yayımlanma"/>
- <l:gentext key="Question" text="Soru:"/>
- <l:gentext key="question" text="Soru:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Referans"/>
- <l:gentext key="reference" text="Referans"/>
- <l:gentext key="RefName" text="Referans Adı"/>
- <l:gentext key="refname" text="Referans Adı"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Synopsis"/>
- <l:gentext key="refsynopsisdiv" text="Synopsis"/>
- <l:gentext key="RevHistory" text="Baskı Tarihçesi"/>
- <l:gentext key="revhistory" text="Baskı Tarihçesi"/>
- <l:gentext key="revision" text="Baskı"/>
- <l:gentext key="Revision" text="Baskı"/>
- <l:gentext key="sect1" text="Kısım"/>
- <l:gentext key="sect2" text="Kısım"/>
- <l:gentext key="sect3" text="Kısım"/>
- <l:gentext key="sect4" text="Kısım"/>
- <l:gentext key="sect5" text="Kısım"/>
- <l:gentext key="section" text="Kısım"/>
- <l:gentext key="Section" text="Kısım"/>
- <l:gentext key="see" text="Bkz."/>
- <l:gentext key="seealso" text="Bkz."/>
- <l:gentext key="set" text="Takım"/>
- <l:gentext key="Set" text="Takım"/>
- <l:gentext key="setindex" text="Takım Dizini"/>
- <l:gentext key="SetIndex" text="Takım Dizini"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text=""/>
- <l:gentext key="step" text="adım"/>
- <l:gentext key="Step" text="Adım"/>
- <l:gentext key="Table" text="Tablo"/>
- <l:gentext key="table" text="Tablo"/>
- <l:gentext key="tip" text="İpucu"/>
- <l:gentext key="TIP" text="İPUCU"/>
- <l:gentext key="Tip" text="İpucu"/>
- <l:gentext key="Warning" text="Uyarı"/>
- <l:gentext key="warning" text="Uyarı"/>
- <l:gentext key="WARNING" text="UYARI"/>
- <l:gentext key="and" text="ve"/>
- <l:gentext key="by" text=""/>
- <l:gentext key="Edited" text="Yayına hazırlayan"/>
- <l:gentext key="edited" text="yayına hazırlayan"/>
- <l:gentext key="Editedby" text="Yayına hazırlayan"/>
- <l:gentext key="editedby" text="yayına hazırlayan"/>
- <l:gentext key="in" text=""/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="varolmayan eleman"/>
- <l:gentext key="notes" text="Notlar"/>
- <l:gentext key="Notes" text="Notlar"/>
- <l:gentext key="Pgs" text="Sayfa"/>
- <l:gentext key="pgs" text="Sayfa"/>
- <l:gentext key="Revisedby" text="Düzeltmeler: "/>
- <l:gentext key="revisedby" text="Düzeltmeler: "/>
- <l:gentext key="TableNotes" text="Notlar"/>
- <l:gentext key="tablenotes" text="Notlar"/>
- <l:gentext key="TableofContents" text="İçindekiler"/>
- <l:gentext key="tableofcontents" text="İçindekiler"/>
- <l:gentext key="unexpectedelementname" text="Beklenmeyen eleman adı"/>
- <l:gentext key="unsupported" text="desteklenmiyor"/>
- <l:gentext key="xrefto" text="xref to"/>
- <l:gentext key="listofequations" text="Denklemler"/>
- <l:gentext key="ListofEquations" text="Denklemler"/>
- <l:gentext key="ListofExamples" text="Örnekler"/>
- <l:gentext key="listofexamples" text="Örnekler"/>
- <l:gentext key="ListofFigures" text="Şekiller"/>
- <l:gentext key="listoffigures" text="Şekiller"/>
- <l:gentext key="listoftables" text="Tablolar"/>
- <l:gentext key="ListofTables" text="Tablolar"/>
- <l:gentext key="ListofProcedures" text="Yönergeler"/>
- <l:gentext key="listofprocedures" text="Yönergeler"/>
- <l:gentext key="ListofUnknown" text="Bilinmeyenler"/>
- <l:gentext key="listofunknown" text="Bilinmeyenler"/>
- <l:gentext key="nav-home" text="Başlangıç"/>
- <l:gentext key="nav-next" text="Sonraki"/>
- <l:gentext key="nav-next-sibling" text="Sonraki Bölüm"/>
- <l:gentext key="nav-prev" text="Önceki"/>
- <l:gentext key="nav-prev-sibling" text="Önceki Bölüm"/>
- <l:gentext key="nav-up" text="Yukarı"/>
- <l:gentext key="nav-toc" text="İçindekiler"/>
- <l:gentext key="sectioncalled" text=""/>
- <l:gentext key="Draft" text="Taslak"/>
- <l:gentext key="above" text="üstünde"/>
- <l:gentext key="below" text="altında"/>
- <l:gentext key="index symbols" text="Semboller"/>
- <l:gentext key="lowercase.alpha" text="abcçdefgğhıijklmnoöprsştuüvyz"/>
- <l:gentext key="uppercase.alpha" text="ABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Ek %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Bölüm %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Denklem %n. %t"/>
- <l:template name="example" text="Örnek %n. %t"/>
- <l:template name="figure" text="Şekil %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="glossentry" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Kısım %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Yönerge %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Prodüksiyon %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Tablo %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="article/appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Ek %n. %t"/>
- <l:template name="article/appendix" text="%n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Bölüm %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Cevap: %n"/>
- <l:template name="appendix" text="Ek %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Bölüm %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Denklem %n"/>
- <l:template name="example" text="Örnek %n"/>
- <l:template name="figure" text="Şekil %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Kısım %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Yönerge %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="Soru: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="Soru: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Tablo %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text=" “%t”"/>
- <l:template name="refsection" text=" “%t”"/>
- <l:template name="refsect1" text=" “%t”"/>
- <l:template name="refsect2" text=" “%t”"/>
- <l:template name="refsect3" text=" “%t”"/>
- <l:template name="sect1" text=" “%t”"/>
- <l:template name="sect2" text=" “%t”"/>
- <l:template name="sect3" text=" “%t”"/>
- <l:template name="sect4" text=" “%t”"/>
- <l:template name="sect5" text=" “%t”"/>
- <l:template name="section" text=" “%t”"/>
- <l:template name="simplesect" text=" “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Kısım %n"/>
- <l:template name="refsection" text=" “%t”"/>
- <l:template name="refsect1" text=" “%t”"/>
- <l:template name="refsect2" text=" “%t”"/>
- <l:template name="refsect3" text=" “%t”"/>
- <l:template name="sect1" text="Kısım %n"/>
- <l:template name="sect2" text="Kısım %n"/>
- <l:template name="sect3" text="Kısım %n"/>
- <l:template name="sect4" text="Kısım %n"/>
- <l:template name="sect5" text="Kısım %n"/>
- <l:template name="section" text="Kısım %n"/>
- <l:template name="simplesect" text=" “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" ve "/>
- <l:template name="seplast" text=", ve "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Bkz. "/>
- <l:template name="seealso" text="Bkz. "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Hedef Okuyucu: "/>
- <l:template name="MsgLevel" text="Level: "/>
- <l:template name="MsgOrig" text="Düzey: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/uk.xml b/wicket-userdocs/lib/docbook-xsl/common/uk.xml
deleted file mode 100644
index b6675df..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/uk.xml
+++ /dev/null
@@ -1,455 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="uk" english-language-name="Ukranian">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Анотація"/>
- <l:gentext key="abstract" text="Анотація"/>
- <l:gentext key="Answer" text="В:"/>
- <l:gentext key="answer" text="в:"/>
- <l:gentext key="Appendix" text="Додаток"/>
- <l:gentext key="appendix" text="додаток"/>
- <l:gentext key="Appendix.abr" text="Дод."/>
- <l:gentext key="appendix.abr" text="дод."/>
- <l:gentext key="Article" text="Стаття"/>
- <l:gentext key="article" text="стаття"/>
- <l:gentext key="Audience" text="Аудиторія"/>
- <l:gentext key="audience" text="Аудиторія"/>
- <l:gentext key="Bibliography" text="Литература"/>
- <l:gentext key="bibliography" text="литература"/>
- <l:gentext key="Book" text="Книга"/>
- <l:gentext key="book" text="книга"/>
- <l:gentext key="CAUTION" text="ЗАСТЕРЕЖЕННЯ"/>
- <l:gentext key="Caution" text="Застереження"/>
- <l:gentext key="caution" text="застереження"/>
- <l:gentext key="Chapter" text="Розділ"/>
- <l:gentext key="chapter" text="розділ"/>
- <l:gentext key="Chapter.abr" text="Розд."/>
- <l:gentext key="chapter.abr" text="розд."/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Авторське право"/>
- <l:gentext key="copyright" text="авторське право"/>
- <l:gentext key="Dedication" text="Присвячення"/>
- <l:gentext key="dedication" text="присвячення"/>
- <l:gentext key="Edition" text="Видання"/>
- <l:gentext key="edition" text="видання"/>
- <l:gentext key="Equation" text="Формула"/>
- <l:gentext key="equation" text="Формула"/>
- <l:gentext key="Equation.abr" text="Ф."/>
- <l:gentext key="equation.abr" text="Ф."/>
- <l:gentext key="Example" text="Приклад"/>
- <l:gentext key="example" text="приклад"/>
- <l:gentext key="Example.abr" text="Прикл."/>
- <l:gentext key="example.abr" text="прикл."/>
- <l:gentext key="Figure" text="Рисунок"/>
- <l:gentext key="figure" text="Рисунок"/>
- <l:gentext key="Figure.abr" text="Рис."/>
- <l:gentext key="figure.abr" text="Рис."/>
- <l:gentext key="Glossary" text="Глосарій"/>
- <l:gentext key="glossary" text="глосарій"/>
- <l:gentext key="GlossSee" text="Див."/>
- <l:gentext key="glosssee" text="див."/>
- <l:gentext key="GlossSeeAlso" text="Див. також"/>
- <l:gentext key="glossSeeAlso" text="див. також"/>
- <l:gentext key="glossseealso" text="див. також"/>
- <l:gentext key="IMPORTANT" text="ВАЖЛИВО"/>
- <l:gentext key="Important" text="Важливо"/>
- <l:gentext key="important" text="важливо"/>
- <l:gentext key="Index" text="Предметный покажchcy;ик"/>
- <l:gentext key="index" text="предметный покажchcy;ик"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Правова примітка"/>
- <l:gentext key="legalnotice" text="правова примітка"/>
- <l:gentext key="Level" text="Рівень"/>
- <l:gentext key="level" text="рівень"/>
- <l:gentext key="MsgAud" text="Аудиторія"/>
- <l:gentext key="msgaud" text="аудиторія"/>
- <l:gentext key="MsgLevel" text="Рівень"/>
- <l:gentext key="msglevel" text="рівень"/>
- <l:gentext key="MsgOrig" text="Джерело"/>
- <l:gentext key="msgorig" text="джерело"/>
- <l:gentext key="Name" text="Ім';я"/>
- <l:gentext key="name" text="ім';я"/>
- <l:gentext key="NOTE" text="ПРИМІТКА"/>
- <l:gentext key="Note" text="Примітка"/>
- <l:gentext key="note" text="примітка"/>
- <l:gentext key="Origin" text="Джерело"/>
- <l:gentext key="origin" text="джерело"/>
- <l:gentext key="Part" text="Частина"/>
- <l:gentext key="part" text="частина"/>
- <l:gentext key="Part.abr" text="Ч."/>
- <l:gentext key="part.abr" text="Ч."/>
- <l:gentext key="Preface" text="Передмова"/>
- <l:gentext key="preface" text="передмова"/>
- <l:gentext key="Procedure" text="Процедура"/>
- <l:gentext key="procedure" text="Процедура"/>
- <l:gentext key="Procedure.abr" text="Проц."/>
- <l:gentext key="procedure.abr" text="Проц."/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="Опубліковано"/>
- <l:gentext key="published" text="опубліковано"/>
- <l:gentext key="Question" text="П"/>
- <l:gentext key="question" text="п"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Посилання"/>
- <l:gentext key="reference" text="посилання"/>
- <l:gentext key="RefName" text="Name"/>
- <l:gentext key="refname" text="Name"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Короткий огляд"/>
- <l:gentext key="refsynopsisdiv" text="короткий огляд"/>
- <l:gentext key="RevHistory" text="Опис zcy;мін"/>
- <l:gentext key="revhistory" text="опис zcy;мін"/>
- <l:gentext key="Revision" text="Перегляд"/>
- <l:gentext key="revision" text="перегляд"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="Параграф"/>
- <l:gentext key="section" text="параграф"/>
- <l:gentext key="Section.abr" text="Пар."/>
- <l:gentext key="section.abr" text="пар."/>
- <l:gentext key="See" text="Див."/>
- <l:gentext key="see" text="див."/>
- <l:gentext key="SeeAlso" text="Див. tcy;акож"/>
- <l:gentext key="Seealso" text="Див. tcy;акож"/>
- <l:gentext key="seealso" text="сив. tcy;акож"/>
- <l:gentext key="Set" text="Вибірка"/>
- <l:gentext key="set" text="вибірка"/>
- <l:gentext key="SetIndex" text="Индекс вибірки"/>
- <l:gentext key="setindex" text="индекс вибірки"/>
- <l:gentext key="Sidebar" text="Выділення"/>
- <l:gentext key="sidebar" text="выділення"/>
- <l:gentext key="Step" text="Крок"/>
- <l:gentext key="step" text="крок"/>
- <l:gentext key="Table" text="Таблиця"/>
- <l:gentext key="table" text="таблиця"/>
- <l:gentext key="Table.abr" text="Табл."/>
- <l:gentext key="table.abr" text="табл."/>
- <l:gentext key="TIP" text="ПІДКАЗКА"/>
- <l:gentext key="Tip" text="Підказка"/>
- <l:gentext key="tip" text="підказка"/>
- <l:gentext key="WARNING" text="ЗАСТЕРЕЖЕННЯ"/>
- <l:gentext key="Warning" text="Застереження"/>
- <l:gentext key="warning" text="застереження"/>
- <l:gentext key="and" text=""/>
- <l:gentext key="by" text=""/>
- <l:gentext key="called" text=""/>
- <l:gentext key="edited" text="пид редакцією"/>
- <l:gentext key="Edited" text="Пид редакцією"/>
- <l:gentext key="Editedby" text="Пид редакцією"/>
- <l:gentext key="editedby" text="пид редакцією"/>
- <l:gentext key="in" text="в"/>
- <l:gentext key="TableofContents" text="Зміст"/>
- <l:gentext key="tableofcontents" text="зміст"/>
- <l:gentext key="lastlistcomma" text="."/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="Notes" text="Примітки"/>
- <l:gentext key="notes" text="примітки"/>
- <l:gentext key="TableNotes" text="Примітки"/>
- <l:gentext key="tablenotes" text="примітки"/>
- <l:gentext key="nonexistantelement" text="non-existant element"/>
- <l:gentext key="pgs" text="стор."/>
- <l:gentext key="Pgs" text="Стор."/>
- <l:gentext key="Revisedby" text="Коректура:;"/>
- <l:gentext key="revisedby" text="коректура:;"/>
- <l:gentext key="the" text=""/>
- <l:gentext key="unexpectedelementname" text="unexpected element name"/>
- <l:gentext key="unsupported" text="unsupported"/>
- <l:gentext key="xrefto" text="xref to"/>
- <l:gentext key="listofequations" text="список формул"/>
- <l:gentext key="ListofEquations" text="Список формул"/>
- <l:gentext key="ListofExamples" text="Список прикладів"/>
- <l:gentext key="listofexamples" text="список прикладів"/>
- <l:gentext key="ListofFigures" text="Список ілюстрацій"/>
- <l:gentext key="listoffigures" text="Список ілюстрацій"/>
- <l:gentext key="listoftables" text="список таблиць"/>
- <l:gentext key="ListofTables" text="Список таблиц;ь"/>
- <l:gentext key="ListofUnknown" text="Невизначений список"/>
- <l:gentext key="listofunknown" text="невизначений список"/>
- <l:gentext key="nav-next" text="далі"/>
- <l:gentext key="nav-next-sibling" text="далі по рівню"/>
- <l:gentext key="nav-prev" text="назад"/>
- <l:gentext key="nav-prev-sibling" text="назад по рівню"/>
- <l:gentext key="x-nav-next" text="далі"/>
- <l:gentext key="nav-home" text="Початок"/>
- <l:gentext key="nav-up" text="Догори"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Додаток %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Розділ %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Формула %n. %t"/>
- <l:template name="example" text="Приклад %n. %t"/>
- <l:template name="figure" text="Рисунок %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Частина %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Процедура %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Таблиця %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Додаток %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="Розділ %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="В: %n"/>
- <l:template name="appendix" text="Додаток %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Розділ %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Формула %n"/>
- <l:template name="example" text="Приклад %n. %t"/>
- <l:template name="figure" text="Рисунок %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Частина %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Процедура %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="П %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="П %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Таблиця %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsection" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="Параграф %n"/>
- <l:template name="sect2" text="Параграф %n"/>
- <l:template name="sect3" text="Параграф %n"/>
- <l:template name="sect4" text="Параграф %n"/>
- <l:template name="sect5" text="Параграф %n"/>
- <l:template name="section" text="Параграф %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" "/>
- <l:template name="seplast" text=". "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Див. "/>
- <l:template name="seealso" text="Див. також "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Аудиторія: "/>
- <l:template name="MsgLevel" text="Рівень: "/>
- <l:template name="MsgOrig" text="Джерело: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/vi.xml b/wicket-userdocs/lib/docbook-xsl/common/vi.xml
deleted file mode 100644
index 9156a14..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/vi.xml
+++ /dev/null
@@ -1,424 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="vi" english-language-name="Vietnamese">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Tổng quan"/>
- <l:gentext key="abstract" text="Tổng quan"/>
- <l:gentext key="Answer" text="Đ:"/>
- <l:gentext key="answer" text="Đ:"/>
- <l:gentext key="Appendix" text="Phụ lục"/>
- <l:gentext key="appendix" text="phụ lục"/>
- <l:gentext key="Article" text="Bài viết"/>
- <l:gentext key="article" text="Bài viết"/>
- <l:gentext key="Bibliography" text="Thư mục"/>
- <l:gentext key="bibliography" text="Thư mục"/>
- <l:gentext key="Book" text="Sách"/>
- <l:gentext key="book" text="Sách"/>
- <l:gentext key="CAUTION" text="CẨN THẬN"/>
- <l:gentext key="Caution" text="Cẩn thận"/>
- <l:gentext key="caution" text="Cẩn thận"/>
- <l:gentext key="Chapter" text="Chương"/>
- <l:gentext key="chapter" text="chương"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="Bản quyền"/>
- <l:gentext key="copyright" text="Bản quyền"/>
- <l:gentext key="Dedication" text="Tặng"/>
- <l:gentext key="dedication" text="Tặng"/>
- <l:gentext key="Edition" text="Edition"/>
- <l:gentext key="edition" text="Edition"/>
- <l:gentext key="Equation" text="Phương trình"/>
- <l:gentext key="equation" text="Phương trình"/>
- <l:gentext key="Example" text="Ví dụ"/>
- <l:gentext key="example" text="Ví dụ"/>
- <l:gentext key="Figure" text="Hình"/>
- <l:gentext key="figure" text="Hình"/>
- <l:gentext key="Glossary" text="Thuật ngữ"/>
- <l:gentext key="glossary" text="Thuật ngữ"/>
- <l:gentext key="GlossSee" text="Xem"/>
- <l:gentext key="glosssee" text="Xem"/>
- <l:gentext key="GlossSeeAlso" text="Xem thêm"/>
- <l:gentext key="glossseealso" text="Xem thêm"/>
- <l:gentext key="IMPORTANT" text="QUAN TRỌNG"/>
- <l:gentext key="important" text="Quan trọng"/>
- <l:gentext key="Important" text="Quan trọng"/>
- <l:gentext key="Index" text="Chỉ mục"/>
- <l:gentext key="index" text="Chỉ mục"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="Legal Notice"/>
- <l:gentext key="legalnotice" text="Legal Notice"/>
- <l:gentext key="MsgAud" text="Đọc giả"/>
- <l:gentext key="msgaud" text="Đọc giả"/>
- <l:gentext key="MsgLevel" text="Cấp"/>
- <l:gentext key="msglevel" text="Cấp"/>
- <l:gentext key="MsgOrig" text="Gốc"/>
- <l:gentext key="msgorig" text="Gốc"/>
- <l:gentext key="NOTE" text="GHI CHÚ"/>
- <l:gentext key="Note" text="Ghi chú"/>
- <l:gentext key="note" text="Ghi chú"/>
- <l:gentext key="Part" text="Phần"/>
- <l:gentext key="part" text="Phần"/>
- <l:gentext key="Preface" text="Mở đầu"/>
- <l:gentext key="preface" text="Mở đầu"/>
- <l:gentext key="Procedure" text="Thủ tục"/>
- <l:gentext key="procedure" text="Thủ tục"/>
- <l:gentext key="ProductionSet" text="Sản phẩm"/>
- <l:gentext key="Published" text="Xuất bản"/>
- <l:gentext key="published" text="Xuất bản"/>
- <l:gentext key="Question" text="H:"/>
- <l:gentext key="question" text="H:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Tham khảo"/>
- <l:gentext key="reference" text="Tham khảo"/>
- <l:gentext key="RefName" text="Tên"/>
- <l:gentext key="refname" text="Tên"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Tóm tắt"/>
- <l:gentext key="refsynopsisdiv" text="Tóm tắt"/>
- <l:gentext key="RevHistory" text="Revision History"/>
- <l:gentext key="revhistory" text="Revision History"/>
- <l:gentext key="revision" text="Bản hiệu chỉnh"/>
- <l:gentext key="Revision" text="Bản hiệu chỉnh"/>
- <l:gentext key="sect1" text="Phần"/>
- <l:gentext key="sect2" text="Phần"/>
- <l:gentext key="sect3" text="Phần"/>
- <l:gentext key="sect4" text="Phần"/>
- <l:gentext key="sect5" text="Phần"/>
- <l:gentext key="section" text="Phần"/>
- <l:gentext key="Section" text="Phần"/>
- <l:gentext key="see" text="xem"/>
- <l:gentext key="seealso" text="xem thêm"/>
- <l:gentext key="set" text="Đặt"/>
- <l:gentext key="Set" text="Đặt"/>
- <l:gentext key="setindex" text="Đặt chỉ mục"/>
- <l:gentext key="SetIndex" text="Đặt chỉ mục"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="thanh bên"/>
- <l:gentext key="step" text="bước"/>
- <l:gentext key="Step" text="Bước"/>
- <l:gentext key="Table" text="Bảng"/>
- <l:gentext key="table" text="Bảng"/>
- <l:gentext key="tip" text="Mẹo"/>
- <l:gentext key="TIP" text="MẸO"/>
- <l:gentext key="Tip" text="Mẹo"/>
- <l:gentext key="Warning" text="Cảnh báo"/>
- <l:gentext key="warning" text="Cảnh báo"/>
- <l:gentext key="WARNING" text="CẢNH BÁO"/>
- <l:gentext key="and" text="và"/>
- <l:gentext key="by" text="bởi"/>
- <l:gentext key="Edited" text="Được biên soạn"/>
- <l:gentext key="edited" text="Được biên soạn"/>
- <l:gentext key="Editedby" text="Được biên soạn bởi"/>
- <l:gentext key="editedby" text="Được biên soạn bởi"/>
- <l:gentext key="in" text="trong"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="phần tử không có"/>
- <l:gentext key="notes" text="Ghi chú"/>
- <l:gentext key="Notes" text="Ghi chú"/>
- <l:gentext key="Pgs" text="Pgs."/>
- <l:gentext key="pgs" text="Pgs."/>
- <l:gentext key="Revisedby" text="Hiệu chỉnh bởi: "/>
- <l:gentext key="revisedby" text="Hiệu chỉnh bởi: "/>
- <l:gentext key="TableNotes" text="Ghi chú"/>
- <l:gentext key="tablenotes" text="Ghi chú"/>
- <l:gentext key="TableofContents" text="Mục lục"/>
- <l:gentext key="tableofcontents" text="Mục lục"/>
- <l:gentext key="unexpectedelementname" text="Tên phần tử không đúng"/>
- <l:gentext key="unsupported" text="không hỗ trợ"/>
- <l:gentext key="xrefto" text="xref tới"/>
- <l:gentext key="listofequations" text="Danh sách Phương trình"/>
- <l:gentext key="ListofEquations" text="Danh sách Phương trình"/>
- <l:gentext key="ListofExamples" text="Danh sách Ví dụ"/>
- <l:gentext key="listofexamples" text="Danh sách Ví dụ"/>
- <l:gentext key="ListofFigures" text="Danh sách Hình"/>
- <l:gentext key="listoffigures" text="Danh sách Hình"/>
- <l:gentext key="listoftables" text="Danh sách Bảng"/>
- <l:gentext key="ListofTables" text="Danh sách Bảng"/>
- <l:gentext key="ListofUnknown" text="Danh sách Lạ"/>
- <l:gentext key="listofunknown" text="Danh sách Lạ"/>
- <l:gentext key="nav-home" text="Đầu"/>
- <l:gentext key="nav-next" text="Kế tiếp"/>
- <l:gentext key="nav-next-sibling" text="Tới nhanh"/>
- <l:gentext key="nav-prev" text="Trước đó"/>
- <l:gentext key="nav-prev-sibling" text="Lùi nhanh"/>
- <l:gentext key="nav-up" text="Lên"/>
- <l:gentext key="nav-toc" text="Mục lục"/>
- <l:gentext key="Draft" text="Bản thảo"/>
- <l:gentext key="above" text="trên"/>
- <l:gentext key="below" text="dưới"/>
- <l:gentext key="sectioncalled" text="phần"/>
- <l:gentext key="index symbols" text="Ký hiệu"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="last-first"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Phụ lục %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Chương %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Phương trình %n. %t"/>
- <l:template name="example" text="Ví dụ %n. %t"/>
- <l:template name="figure" text="Hình %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Phần %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Thủ tục %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Sản phẩm %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Bảng %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Phụ lục %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Chương %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="Đ: %n"/>
- <l:template name="appendix" text="Phụ lục %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Chương %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Phương trình %n"/>
- <l:template name="example" text="Ví dụ %n"/>
- <l:template name="figure" text="Hình %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Phần %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Thủ tục %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="H: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="H: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Bảng %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="phần “%t”"/>
- <l:template name="refsection" text="phần “%t”"/>
- <l:template name="refsect1" text="phần “%t”"/>
- <l:template name="refsect2" text="phần “%t”"/>
- <l:template name="refsect3" text="phần “%t”"/>
- <l:template name="sect1" text="phần “%t”"/>
- <l:template name="sect2" text="phần “%t”"/>
- <l:template name="sect3" text="phần “%t”"/>
- <l:template name="sect4" text="phần “%t”"/>
- <l:template name="sect5" text="phần “%t”"/>
- <l:template name="section" text="phần “%t”"/>
- <l:template name="simplesect" text="phần “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Phần %n"/>
- <l:template name="refsection" text="phần “%t”"/>
- <l:template name="refsect1" text="phần “%t”"/>
- <l:template name="refsect2" text="phần “%t”"/>
- <l:template name="refsect3" text="phần “%t”"/>
- <l:template name="sect1" text="Phần %n"/>
- <l:template name="sect2" text="Phần %n"/>
- <l:template name="sect3" text="Phần %n"/>
- <l:template name="sect4" text="Phần %n"/>
- <l:template name="sect5" text="Phần %n"/>
- <l:template name="section" text="Phần %n"/>
- <l:template name="simplesect" text="phần “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" và "/>
- <l:template name="seplast" text=", và "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Xem "/>
- <l:template name="seealso" text="Xem thêm "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Đọc giả: "/>
- <l:template name="MsgLevel" text="Cấp: "/>
- <l:template name="MsgOrig" text="Gốc: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/xh.xml b/wicket-userdocs/lib/docbook-xsl/common/xh.xml
deleted file mode 100644
index 56d3931..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/xh.xml
+++ /dev/null
@@ -1,427 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="xh" english-language-name="Xhosa">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="Isiqalo"/>
- <l:gentext key="abstract" text="Isiqalo"/>
- <l:gentext key="Answer" text="I:"/>
- <l:gentext key="answer" text="I:"/>
- <l:gentext key="Appendix" text="Isivalo"/>
- <l:gentext key="appendix" text="isivalo"/>
- <l:gentext key="Article" text="Umba"/>
- <l:gentext key="article" text="Umba"/>
- <l:gentext key="Bibliography" text="Ezobunzululwazi"/>
- <l:gentext key="bibliography" text="Ezobunzululwazi"/>
- <l:gentext key="Book" text="Incwadi"/>
- <l:gentext key="book" text="Incwadi"/>
- <l:gentext key="CAUTION" text="ISILUMKISO"/>
- <l:gentext key="Caution" text="Isilumkiso"/>
- <l:gentext key="caution" text="Isilumkiso"/>
- <l:gentext key="Chapter" text="Isiqendu"/>
- <l:gentext key="chapter" text="isiqendu"/>
- <l:gentext key="Colophon" text="Ikolophon"/>
- <l:gentext key="colophon" text="Ikolophon"/>
- <l:gentext key="Copyright" text="Ushicilelo olusemthethweni"/>
- <l:gentext key="copyright" text="Ushicilelo olusemthethweni"/>
- <l:gentext key="Dedication" text="Ulwaziso"/>
- <l:gentext key="dedication" text="Ulwaziso"/>
- <l:gentext key="Edition" text="Uhlelo"/>
- <l:gentext key="edition" text="Uhlelo"/>
- <l:gentext key="Equation" text="Ulinganiselo"/>
- <l:gentext key="equation" text="Ulinganiselo"/>
- <l:gentext key="Example" text="Umzekelo"/>
- <l:gentext key="example" text="Umzekelo"/>
- <l:gentext key="Figure" text="Ulungu"/>
- <l:gentext key="figure" text="Ulungu"/>
- <l:gentext key="Glossary" text="Inkcazelo yamagama"/>
- <l:gentext key="glossary" text="Inkcazelo yamagama"/>
- <l:gentext key="GlossSee" text="Bona"/>
- <l:gentext key="glosssee" text="Bona"/>
- <l:gentext key="GlossSeeAlso" text="Bona Kwakhona"/>
- <l:gentext key="glossseealso" text="Bona Kwakhona"/>
- <l:gentext key="IMPORTANT" text="IBALULEKILE"/>
- <l:gentext key="important" text="Ibalulekile"/>
- <l:gentext key="Important" text="Ibalulekile"/>
- <l:gentext key="Index" text="Isalathiso"/>
- <l:gentext key="index" text="Isalathiso"/>
- <l:gentext key="ISBN" text="iISBN"/>
- <l:gentext key="isbn" text="iISBN"/>
- <l:gentext key="LegalNotice" text="Isaziso Esesimthethweni"/>
- <l:gentext key="legalnotice" text="Isaziso Esesimthethweni"/>
- <l:gentext key="MsgAud" text="Ababhali"/>
- <l:gentext key="msgaud" text="Ababhali"/>
- <l:gentext key="MsgLevel" text="Umphakamo"/>
- <l:gentext key="msglevel" text="Umphakamo"/>
- <l:gentext key="MsgOrig" text="Uqobo"/>
- <l:gentext key="msgorig" text="Uqobo"/>
- <l:gentext key="NOTE" text="QAPHELA"/>
- <l:gentext key="Note" text="Qaphela"/>
- <l:gentext key="note" text="Qaphela"/>
- <l:gentext key="Part" text="Inxenye"/>
- <l:gentext key="part" text="Inxenye"/>
- <l:gentext key="Preface" text="Isihloko"/>
- <l:gentext key="preface" text="Isihloko"/>
- <l:gentext key="Procedure" text="Inkqubo"/>
- <l:gentext key="procedure" text="Inkqubo"/>
- <l:gentext key="ProductionSet" text="Imveliso"/>
- <l:gentext key="Published" text="Ipapashwe"/>
- <l:gentext key="published" text="Ipapashwe"/>
- <l:gentext key="Question" text="U:"/>
- <l:gentext key="question" text="U:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="Uthelekiso"/>
- <l:gentext key="reference" text="Uthelekiso"/>
- <l:gentext key="RefName" text="Igama lothelekiso"/>
- <l:gentext key="refname" text="Igama lothelekiso"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="Isinopsisi"/>
- <l:gentext key="refsynopsisdiv" text="Isinopsisi"/>
- <l:gentext key="RevHistory" text="Imbali yophindo"/>
- <l:gentext key="revhistory" text="Imbali yophindo"/>
- <l:gentext key="revision" text="Iphindo"/>
- <l:gentext key="Revision" text="Iphindo"/>
- <l:gentext key="sect1" text="Icandelo"/>
- <l:gentext key="sect2" text="Icandelo"/>
- <l:gentext key="sect3" text="Icandelo"/>
- <l:gentext key="sect4" text="Icandelo"/>
- <l:gentext key="sect5" text="Icandelo"/>
- <l:gentext key="section" text="Icandelo"/>
- <l:gentext key="Section" text="Icandelo"/>
- <l:gentext key="See" text="Bona"/>
- <l:gentext key="see" text="Bona"/>
- <l:gentext key="SeeAlso" text="Bona Kwakhona"/>
- <l:gentext key="seealso" text="Bona Kwakhona"/>
- <l:gentext key="Seealso" text="Bona Kwakhona"/>
- <l:gentext key="set" text="Cwangcisa"/>
- <l:gentext key="Set" text="Cwangcisa"/>
- <l:gentext key="setindex" text="Cwangcisa Isalathiso"/>
- <l:gentext key="SetIndex" text="Cwangcisa Isalathiso"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="ibar esecaleni"/>
- <l:gentext key="step" text="inqwanqwa"/>
- <l:gentext key="Step" text="Inqwanqwa"/>
- <l:gentext key="Table" text="Indlela Yokwenza Imigca"/>
- <l:gentext key="table" text="Indlela Yokwenza Imigca"/>
- <l:gentext key="tip" text="Incam"/>
- <l:gentext key="TIP" text="INCAM"/>
- <l:gentext key="Tip" text="Incam"/>
- <l:gentext key="Warning" text="Isilumkiso"/>
- <l:gentext key="warning" text="Isilumkiso"/>
- <l:gentext key="WARNING" text="ISILUMKISO"/>
- <l:gentext key="and" text="no"/>
- <l:gentext key="by" text="by"/>
- <l:gentext key="Edited" text="Ihleliwe"/>
- <l:gentext key="edited" text="Ihleliwe"/>
- <l:gentext key="Editedby" text="Ihlelwe"/>
- <l:gentext key="editedby" text="Ihlelwe"/>
- <l:gentext key="in" text="in"/>
- <l:gentext key="lastlistcomma" text=", "/>
- <l:gentext key="listcomma" text=", "/>
- <l:gentext key="nonexistantelement" text="isiqalelo esingekhayo"/>
- <l:gentext key="notes" text="Iziqaphelo"/>
- <l:gentext key="Notes" text="Iziqaphelo"/>
- <l:gentext key="Pgs" text="Amaphepha"/>
- <l:gentext key="pgs" text="Amaphepha"/>
- <l:gentext key="Revisedby" text="Iphindwe ngu: "/>
- <l:gentext key="revisedby" text="Iphindwe ngu:"/>
- <l:gentext key="TableNotes" text="Iziqaphelo"/>
- <l:gentext key="tablenotes" text="Iziqaphelo"/>
- <l:gentext key="TableofContents" text="Imigca Yemixholo"/>
- <l:gentext key="tableofcontents" text="Imigca Yemixholo"/>
- <l:gentext key="unexpectedelementname" text="Igama lesiqalelo esingalindelwanga"/>
- <l:gentext key="unsupported" text="ayixhaswanga"/>
- <l:gentext key="xrefto" text="thelekiso ku"/>
- <l:gentext key="listofequations" text="Uluhlu Lemilinganiselo"/>
- <l:gentext key="ListofEquations" text="Uluhlu Lemilinganiselo"/>
- <l:gentext key="ListofExamples" text="Uluhlu Lemizekelo"/>
- <l:gentext key="listofexamples" text="Uluhlu Lemizekelo"/>
- <l:gentext key="ListofFigures" text="Uluhlu Lamalungu"/>
- <l:gentext key="listoffigures" text="Uluhlu Lamalungu"/>
- <l:gentext key="listoftables" text="Uluhlu Lendlela Yokwenza Imigca"/>
- <l:gentext key="ListofTables" text="Uluhlu Lendlela Yokwenza Imigca"/>
- <l:gentext key="ListofUnknown" text="Uluhlu Lokungaziwayo"/>
- <l:gentext key="listofunknown" text="Uluhlu Lokungaziwayo"/>
- <l:gentext key="nav-home" text="Ikhaya"/>
- <l:gentext key="nav-next" text="Elandelayo"/>
- <l:gentext key="nav-next-sibling" text="Yisa Phambili"/>
- <l:gentext key="nav-prev" text="Edlulileyo"/>
- <l:gentext key="nav-prev-sibling" text="Yisa Emva"/>
- <l:gentext key="nav-up" text="Phezulu"/>
- <l:gentext key="sectioncalled" text="icandelo libizwa ngokuba"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Iimpawu"/>
- <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
- <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
- <l:dingbat key="startquote" text="“"/>
- <l:dingbat key="endquote" text="”"/>
- <l:dingbat key="nestedstartquote" text="‘"/>
- <l:dingbat key="nestedendquote" text="’"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="Isivalo %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Isiqendu %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Ulinganiselo %n. %t"/>
- <l:template name="example" text="Umzekelo %n. %t"/>
- <l:template name="figure" text="Ulungu %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Inxenye %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="Inkqubo %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Imveliso %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="Indlela Yokwenza Imigca %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text=""/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="Isivalo %n. %t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="Isiqendu %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsection" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="I: %n"/>
- <l:template name="appendix" text="Isivalo %n"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="Isiqendu %n"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="Ulinganiselo %n"/>
- <l:template name="example" text="Umzekelo %n"/>
- <l:template name="figure" text="Ulungu %n"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="Inxenye %n"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="Inkqubo %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="U: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="U: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsection" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="Indlela Yokwenza Imigca %n"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="refsection" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="refsect1" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="refsect2" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="refsect3" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="sect1" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="sect2" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="sect3" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="sect4" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="sect5" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="section" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="simplesect" text="icandelo libizwa ngokuba “%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="Icandelo %n"/>
- <l:template name="refsection" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="refsect1" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="refsect2" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="refsect3" text="icandelo libizwa ngokuba “%t”"/>
- <l:template name="sect1" text="Icandelo %n"/>
- <l:template name="sect2" text="Icandelo %n"/>
- <l:template name="sect3" text="Icandelo %n"/>
- <l:template name="sect4" text="Icandelo %n"/>
- <l:template name="sect5" text="Icandelo %n"/>
- <l:template name="section" text="Icandelo %n"/>
- <l:template name="simplesect" text="icandelo libizwa ngokuba “%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=" no "/>
- <l:template name="sep2" text=" no "/>
- <l:template name="seplast" text=" no "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="Bona "/>
- <l:template name="seealso" text="Bona Kwakhona "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="Ababhali: "/>
- <l:template name="MsgLevel" text="Umphakamo: "/>
- <l:template name="MsgOrig" text="Uqobo: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/zh_cn.xml b/wicket-userdocs/lib/docbook-xsl/common/zh_cn.xml
deleted file mode 100644
index b3ffd76..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/zh_cn.xml
+++ /dev/null
@@ -1,418 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="zh_cn" english-language-name="Chinese (Continental)">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="摘要"/>
- <l:gentext key="abstract" text="摘要"/>
- <l:gentext key="Answer" text="答:"/>
- <l:gentext key="answer" text="答:"/>
- <l:gentext key="Appendix" text="附录"/>
- <l:gentext key="appendix" text="附录"/>
- <l:gentext key="Article" text="文章"/>
- <l:gentext key="article" text="文章"/>
- <l:gentext key="Bibliography" text="参考书目"/>
- <l:gentext key="bibliography" text="参考书目"/>
- <l:gentext key="Book" text="书目"/>
- <l:gentext key="book" text="书目"/>
- <l:gentext key="CAUTION" text="注意"/>
- <l:gentext key="Caution" text="注意"/>
- <l:gentext key="caution" text="注意"/>
- <l:gentext key="Chapter" text="章"/>
- <l:gentext key="chapter" text="章"/>
- <l:gentext key="Colophon" text="Colophon"/>
- <l:gentext key="colophon" text="Colophon"/>
- <l:gentext key="Copyright" text="版权"/>
- <l:gentext key="copyright" text="版权"/>
- <l:gentext key="Dedication" text="奉献"/>
- <l:gentext key="dedication" text="奉献"/>
- <l:gentext key="Edition" text="版"/>
- <l:gentext key="edition" text="版"/>
- <l:gentext key="Equation" text="方程"/>
- <l:gentext key="equation" text="方程"/>
- <l:gentext key="Example" text="例子"/>
- <l:gentext key="example" text="例子"/>
- <l:gentext key="Figure" text="图形"/>
- <l:gentext key="figure" text="图形"/>
- <l:gentext key="Glossary" text="术语表"/>
- <l:gentext key="glossary" text="术语表"/>
- <l:gentext key="GlossSee" text="见"/>
- <l:gentext key="glosssee" text="见"/>
- <l:gentext key="GlossSeeAlso" text="另见"/>
- <l:gentext key="glossseealso" text="另见"/>
- <l:gentext key="IMPORTANT" text="重要"/>
- <l:gentext key="Important" text="重要"/>
- <l:gentext key="important" text="重要"/>
- <l:gentext key="Index" text="索引"/>
- <l:gentext key="index" text="索引"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="法律布告"/>
- <l:gentext key="legalnotice" text="法律布告"/>
- <l:gentext key="MsgAud" text="读者"/>
- <l:gentext key="msgaud" text="读者"/>
- <l:gentext key="MsgLevel" text="难度"/>
- <l:gentext key="msglevel" text="难度"/>
- <l:gentext key="MsgOrig" text="出处"/>
- <l:gentext key="msgorig" text="出处"/>
- <l:gentext key="NOTE" text="注"/>
- <l:gentext key="Note" text="注"/>
- <l:gentext key="note" text="注"/>
- <l:gentext key="Part" text="部分"/>
- <l:gentext key="part" text="部分"/>
- <l:gentext key="Preface" text="前言"/>
- <l:gentext key="preface" text="前言"/>
- <l:gentext key="Procedure" text="过程"/>
- <l:gentext key="procedure" text="过程"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="出版"/>
- <l:gentext key="published" text="出版"/>
- <l:gentext key="Question" text="问:"/>
- <l:gentext key="question" text="问:"/>
- <l:gentext key="RefEntry" text=""/>
- <l:gentext key="refentry" text=""/>
- <l:gentext key="Reference" text="参考"/>
- <l:gentext key="reference" text="参考"/>
- <l:gentext key="RefName" text="名字"/>
- <l:gentext key="refname" text="名字"/>
- <l:gentext key="RefSection" text=""/>
- <l:gentext key="refsection" text=""/>
- <l:gentext key="RefSynopsisDiv" text="大纲"/>
- <l:gentext key="refsynopsisdiv" text="大纲"/>
- <l:gentext key="RevHistory" text="修订历史"/>
- <l:gentext key="revhistory" text="修订历史"/>
- <l:gentext key="Revision" text="修订"/>
- <l:gentext key="revision" text="修订"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="节"/>
- <l:gentext key="section" text="节"/>
- <l:gentext key="See" text="见"/>
- <l:gentext key="see" text="见"/>
- <l:gentext key="SeeAlso" text="另见"/>
- <l:gentext key="Seealso" text="另见"/>
- <l:gentext key="seealso" text="另见"/>
- <l:gentext key="Set" text="Set"/>
- <l:gentext key="set" text="Set"/>
- <l:gentext key="SetIndex" text="Set Index"/>
- <l:gentext key="setindex" text="Set Index"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text="sidebar"/>
- <l:gentext key="Step" text="步骤"/>
- <l:gentext key="step" text="步骤"/>
- <l:gentext key="Table" text="表格"/>
- <l:gentext key="table" text="表格"/>
- <l:gentext key="TIP" text="提示"/>
- <l:gentext key="Tip" text="提示"/>
- <l:gentext key="tip" text="提示"/>
- <l:gentext key="WARNING" text="警告"/>
- <l:gentext key="Warning" text="警告"/>
- <l:gentext key="warning" text="警告"/>
- <l:gentext key="and" text="和"/>
- <l:gentext key="by" text="由"/>
- <l:gentext key="Edited" text="编辑"/>
- <l:gentext key="edited" text="编辑"/>
- <l:gentext key="Editedby" text="编辑"/>
- <l:gentext key="editedby" text="编辑"/>
- <l:gentext key="in" text="在"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="不存在的元素"/>
- <l:gentext key="Notes" text="注"/>
- <l:gentext key="notes" text="注"/>
- <l:gentext key="Pgs" text="页"/>
- <l:gentext key="pgs" text="页"/>
- <l:gentext key="Revisedby" text="修订"/>
- <l:gentext key="revisedby" text="修订"/>
- <l:gentext key="TableNotes" text="注"/>
- <l:gentext key="tablenotes" text="注"/>
- <l:gentext key="TableofContents" text="目录"/>
- <l:gentext key="tableofcontents" text="目录"/>
- <l:gentext key="unexpectedelementname" text="未预料到的元素名"/>
- <l:gentext key="unsupported" text="不支持"/>
- <l:gentext key="xrefto" text="参照"/>
- <l:gentext key="ListofEquations" text="方程式列表"/>
- <l:gentext key="listofequations" text="方程式列表"/>
- <l:gentext key="ListofExamples" text="示例列表"/>
- <l:gentext key="listofexamples" text="示例列表"/>
- <l:gentext key="ListofFigures" text="图形列表"/>
- <l:gentext key="listoffigures" text="图形列表"/>
- <l:gentext key="ListofTables" text="表格列表"/>
- <l:gentext key="listoftables" text="表格列表"/>
- <l:gentext key="ListofUnknown" text="其他内容列表"/>
- <l:gentext key="listofunknown" text="其他内容列表"/>
- <l:gentext key="nav-home" text="起点"/>
- <l:gentext key="nav-next" text="前进"/>
- <l:gentext key="nav-next-sibling" text="快速前进"/>
- <l:gentext key="nav-prev" text="后退"/>
- <l:gentext key="nav-prev-sibling" text="快速后退"/>
- <l:gentext key="nav-up" text="上一级"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:dingbat key="startquote" text="""/>
- <l:dingbat key="endquote" text="""/>
- <l:dingbat key="nestedstartquote" text="'"/>
- <l:dingbat key="nestedendquote" text="'"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="附录 %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="章 %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="方程 %n. %t"/>
- <l:template name="example" text="例子 %n. %t"/>
- <l:template name="figure" text="图形 %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="部分 %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="过程 %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="表格 %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="附录 %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="章 %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="答: %n"/>
- <l:template name="appendix" text="附录 %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="章 %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="方程 %n"/>
- <l:template name="example" text="例子 %n. %t"/>
- <l:template name="figure" text="图形 %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="部分 %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="过程 %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="问: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="问: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="表格 %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="节 %n"/>
- <l:template name="sect2" text="节 %n"/>
- <l:template name="sect3" text="节 %n"/>
- <l:template name="sect4" text="节 %n"/>
- <l:template name="sect5" text="节 %n"/>
- <l:template name="section" text="节 %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" 和 "/>
- <l:template name="seplast" text=", 和 "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="见 "/>
- <l:template name="seealso" text="另见 "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="读者: "/>
- <l:template name="MsgLevel" text="难度: "/>
- <l:template name="MsgOrig" text="出处: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/common/zh_tw.xml b/wicket-userdocs/lib/docbook-xsl/common/zh_tw.xml
deleted file mode 100644
index 53cd037..0000000
--- a/wicket-userdocs/lib/docbook-xsl/common/zh_tw.xml
+++ /dev/null
@@ -1,419 +0,0 @@
-<?xml version="1.0" encoding="US-ASCII"?>
-<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="zh_tw" english-language-name="Chinese (Traditional)">
-
-<!-- This file is generated automatically. -->
-<!-- Do not edit this file by hand! -->
-<!-- See http://docbook.sourceforge.net/ -->
-<!-- To update this file: edit the corresponding document at -->
-<!-- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->
-
- <l:gentext key="Abstract" text="摘要"/>
- <l:gentext key="abstract" text="摘要"/>
- <l:gentext key="Answer" text="答:"/>
- <l:gentext key="answer" text="答:"/>
- <l:gentext key="Appendix" text="附錄"/>
- <l:gentext key="appendix" text="附錄"/>
- <l:gentext key="Article" text="文章"/>
- <l:gentext key="article" text="文章"/>
- <l:gentext key="Bibliography" text="參考文獻"/>
- <l:gentext key="bibliography" text="參考文獻"/>
- <l:gentext key="Book" text="書目"/>
- <l:gentext key="book" text="書目"/>
- <l:gentext key="CAUTION" text="注意"/>
- <l:gentext key="Caution" text="注意"/>
- <l:gentext key="caution" text="注意"/>
- <l:gentext key="Chapter" text="章"/>
- <l:gentext key="chapter" text="章"/>
- <l:gentext key="Colophon" text="版本記錄"/>
- <l:gentext key="colophon" text="版本記錄"/>
- <l:gentext key="Copyright" text="版權"/>
- <l:gentext key="copyright" text="版權"/>
- <l:gentext key="Dedication" text="奉獻"/>
- <l:gentext key="dedication" text="奉獻"/>
- <l:gentext key="Edition" text="版"/>
- <l:gentext key="edition" text="版"/>
- <l:gentext key="Equation" text="方程式"/>
- <l:gentext key="equation" text="方程式"/>
- <l:gentext key="Example" text="範例"/>
- <l:gentext key="example" text="範例"/>
- <l:gentext key="Figure" text="圖形"/>
- <l:gentext key="figure" text="圖形"/>
- <l:gentext key="Glossary" text="小辭彙"/>
- <l:gentext key="glossary" text="小辭彙"/>
- <l:gentext key="GlossSee" text="參見"/>
- <l:gentext key="glosssee" text="參見"/>
- <l:gentext key="GlossSeeAlso" text="另參見"/>
- <l:gentext key="glossseealso" text="另參見"/>
- <l:gentext key="IMPORTANT" text="重要"/>
- <l:gentext key="Important" text="重要"/>
- <l:gentext key="important" text="重要"/>
- <l:gentext key="Index" text="索引"/>
- <l:gentext key="index" text="索引"/>
- <l:gentext key="ISBN" text="ISBN"/>
- <l:gentext key="isbn" text="ISBN"/>
- <l:gentext key="LegalNotice" text="法律聲明"/>
- <l:gentext key="legalnotice" text="法律聲明"/>
- <l:gentext key="MsgAud" text="讀者"/>
- <l:gentext key="msgaud" text="讀者"/>
- <l:gentext key="MsgLevel" text="程度"/>
- <l:gentext key="msglevel" text="程度"/>
- <l:gentext key="MsgOrig" text="出處"/>
- <l:gentext key="msgorig" text="出處"/>
- <l:gentext key="NOTE" text="注"/>
- <l:gentext key="Note" text="注"/>
- <l:gentext key="note" text="注"/>
- <l:gentext key="Part" text="部"/>
- <l:gentext key="part" text="部"/>
- <l:gentext key="Preface" text="序言"/>
- <l:gentext key="preface" text="序言"/>
- <l:gentext key="Procedure" text="過程"/>
- <l:gentext key="procedure" text="過程"/>
- <l:gentext key="ProductionSet" text="Production"/>
- <l:gentext key="Published" text="出版"/>
- <l:gentext key="published" text="出版"/>
- <l:gentext key="Question" text="問:"/>
- <l:gentext key="question" text="問:"/>
- <l:gentext key="RefEntry" text="參照項目"/>
- <l:gentext key="refentry" text="參照項目"/>
- <l:gentext key="Reference" text="參考"/>
- <l:gentext key="reference" text="參考"/>
- <l:gentext key="RefName" text="參考名"/>
- <l:gentext key="refname" text="參考名"/>
- <l:gentext key="RefSection" text="參照章節"/>
- <l:gentext key="refsection" text="參照章節"/>
- <l:gentext key="RefSynopsisDiv" text="大綱"/>
- <l:gentext key="refsynopsisdiv" text="大綱"/>
- <l:gentext key="RevHistory" text="修訂記錄"/>
- <l:gentext key="revhistory" text="修訂記錄"/>
- <l:gentext key="Revision" text="修訂"/>
- <l:gentext key="revision" text="修訂"/>
- <l:gentext key="sect1" text="Section"/>
- <l:gentext key="sect2" text="Section"/>
- <l:gentext key="sect3" text="Section"/>
- <l:gentext key="sect4" text="Section"/>
- <l:gentext key="sect5" text="Section"/>
- <l:gentext key="Section" text="節"/>
- <l:gentext key="section" text="節"/>
- <l:gentext key="See" text="見"/>
- <l:gentext key="see" text="見"/>
- <l:gentext key="SeeAlso" text="另見"/>
- <l:gentext key="Seealso" text="另見"/>
- <l:gentext key="seealso" text="另見"/>
- <l:gentext key="Set" text="Set"/>
- <l:gentext key="set" text="Set"/>
- <l:gentext key="SetIndex" text="Set Index"/>
- <l:gentext key="setindex" text="Set Index"/>
- <l:gentext key="Sidebar" text=""/>
- <l:gentext key="sidebar" text=""/>
- <l:gentext key="Step" text="步驟"/>
- <l:gentext key="step" text="步驟"/>
- <l:gentext key="Table" text="表格"/>
- <l:gentext key="table" text="表格"/>
- <l:gentext key="TIP" text="提示"/>
- <l:gentext key="Tip" text="提示"/>
- <l:gentext key="tip" text="提示"/>
- <l:gentext key="WARNING" text="警告"/>
- <l:gentext key="Warning" text="警告"/>
- <l:gentext key="warning" text="警告"/>
- <l:gentext key="edited" text="編輯"/>
- <l:gentext key="Edited" text="編輯"/>
- <l:gentext key="editedby" text="編輯"/>
- <l:gentext key="Editedby" text="編輯"/>
- <l:gentext key="Notes" text="注"/>
- <l:gentext key="notes" text="注"/>
- <l:gentext key="Pgs" text="頁"/>
- <l:gentext key="pgs" text="頁"/>
- <l:gentext key="Revisedby" text="修訂"/>
- <l:gentext key="revisedby" text="修訂"/>
- <l:gentext key="TableNotes" text="注釋"/>
- <l:gentext key="tablenotes" text="注釋"/>
- <l:gentext key="TableofContents" text="內容目錄"/>
- <l:gentext key="tableofcontents" text="內容目錄"/>
- <l:gentext key="and" text="且"/>
- <l:gentext key="by" text="由"/>
- <l:gentext key="in" text="在"/>
- <l:gentext key="lastlistcomma" text=","/>
- <l:gentext key="listcomma" text=","/>
- <l:gentext key="nonexistantelement" text="不存在的元素"/>
- <l:gentext key="page.citation" text="頁"/>
- <l:gentext key="unexpectedelementname" text="非預期的元素名"/>
- <l:gentext key="unsupported" text="未支援"/>
- <l:gentext key="xrefto" text="參照"/>
- <l:gentext key="ListofEquations" text="公式目錄"/>
- <l:gentext key="listofequations" text="公式目錄"/>
- <l:gentext key="ListofExamples" text="範例目錄"/>
- <l:gentext key="listofexamples" text="範例目錄"/>
- <l:gentext key="ListofFigures" text="附圖目錄"/>
- <l:gentext key="listoffigures" text="附圖目錄"/>
- <l:gentext key="ListofTables" text="附表目錄"/>
- <l:gentext key="listoftables" text="附表目錄"/>
- <l:gentext key="ListofUnknown" text="其它內容目錄"/>
- <l:gentext key="listofunknown" text="其它內容目錄"/>
- <l:gentext key="nav-home" text="內容"/>
- <l:gentext key="nav-next" text="下一頁"/>
- <l:gentext key="nav-next-sibling" text="快速向後"/>
- <l:gentext key="nav-prev" text="前一頁"/>
- <l:gentext key="nav-prev-sibling" text="快速向前"/>
- <l:gentext key="nav-up" text="上一層"/>
- <l:gentext key="sectioncalled" text="the section called"/>
- <l:gentext key="Draft" text="Draft"/>
- <l:gentext key="above" text="above"/>
- <l:gentext key="below" text="below"/>
- <l:gentext key="index symbols" text="Symbols"/>
- <l:dingbat key="startquote" text="""/>
- <l:dingbat key="endquote" text="""/>
- <l:dingbat key="nestedstartquote" text="'"/>
- <l:dingbat key="nestedendquote" text="'"/>
- <l:dingbat key="bullet" text="•"/>
-
- <l:context name="styles">
- <l:template name="person-name" text="first-last"/>
- </l:context>
-
- <l:context name="title">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="%t"/>
- <l:template name="appendix" text="附錄 %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="biblioentry" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomixed" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="章 %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="方程式 %n. %t"/>
- <l:template name="example" text="範例 %n. %t"/>
- <l:template name="figure" text="圖形 %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text=""/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="部 %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="%t"/>
- <l:template name="procedure.formal" text="過程 %n. %t"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="productionset.formal" text="Production %n"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="%t"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="%t"/>
- <l:template name="refentry" text="%t"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="refsynopsisdivinfo" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="step" text="%t"/>
- <l:template name="table" text="表格 %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="warning" text="%t"/>
- </l:context>
-
- <l:context name="title-unnumbered">
- <l:template name="appendix" text="%t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="%t"/>
- <l:template name="sect1" text="%t"/>
- <l:template name="sect2" text="%t"/>
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- <l:template name="section" text="%t"/>
- <l:template name="simplesect" text="%t"/>
- </l:context>
-
- <l:context name="title-numbered">
- <l:template name="appendix" text="附錄 %n. %t"/>
- <l:template name="bridgehead" text="%t"/>
- <l:template name="chapter" text="章 %n. %t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n. %t"/>
- <l:template name="sect4" text="%n. %t"/>
- <l:template name="sect5" text="%n. %t"/>
- <l:template name="section" text="%n. %t"/>
- <l:template name="simplesect" text="%n. %t"/>
- </l:context>
-
- <l:context name="subtitle">
- <l:template name="appendix" text="%s"/>
- <l:template name="article" text="%s"/>
- <l:template name="bibliodiv" text="%s"/>
- <l:template name="biblioentry" text="%s"/>
- <l:template name="bibliography" text="%s"/>
- <l:template name="bibliomixed" text="%s"/>
- <l:template name="bibliomset" text="%s"/>
- <l:template name="biblioset" text="%s"/>
- <l:template name="book" text="%s"/>
- <l:template name="chapter" text="%s"/>
- <l:template name="colophon" text="%s"/>
- <l:template name="dedication" text="%s"/>
- <l:template name="glossary" text="%s"/>
- <l:template name="glossdiv" text="%s"/>
- <l:template name="index" text="%s"/>
- <l:template name="indexdiv" text="%s"/>
- <l:template name="lot" text="%s"/>
- <l:template name="part" text="%s"/>
- <l:template name="partintro" text="%s"/>
- <l:template name="preface" text="%s"/>
- <l:template name="refentry" text="%s"/>
- <l:template name="reference" text="%s"/>
- <l:template name="refsect1" text="%s"/>
- <l:template name="refsect2" text="%s"/>
- <l:template name="refsect3" text="%s"/>
- <l:template name="refsynopsisdiv" text="%s"/>
- <l:template name="sect1" text="%s"/>
- <l:template name="sect2" text="%s"/>
- <l:template name="sect3" text="%s"/>
- <l:template name="sect4" text="%s"/>
- <l:template name="sect5" text="%s"/>
- <l:template name="section" text="%s"/>
- <l:template name="set" text="%s"/>
- <l:template name="setindex" text="%s"/>
- <l:template name="sidebar" text="%s"/>
- <l:template name="simplesect" text="%s"/>
- <l:template name="toc" text="%s"/>
- </l:context>
-
- <l:context name="xref">
- <l:template name="abstract" text="%t"/>
- <l:template name="answer" text="答: %n"/>
- <l:template name="appendix" text="附錄 %n. %t"/>
- <l:template name="article" text="%t"/>
- <l:template name="authorblurb" text="%t"/>
- <l:template name="bibliodiv" text="%t"/>
- <l:template name="bibliography" text="%t"/>
- <l:template name="bibliomset" text="%t"/>
- <l:template name="biblioset" text="%t"/>
- <l:template name="blockquote" text="%t"/>
- <l:template name="book" text="%t"/>
- <l:template name="calloutlist" text="%t"/>
- <l:template name="caution" text="%t"/>
- <l:template name="chapter" text="章 %n. %t"/>
- <l:template name="colophon" text="%t"/>
- <l:template name="constraintdef" text="%t"/>
- <l:template name="dedication" text="%t"/>
- <l:template name="equation" text="方程式 %n"/>
- <l:template name="example" text="範例 %n. %t"/>
- <l:template name="figure" text="圖形 %n. %t"/>
- <l:template name="formalpara" text="%t"/>
- <l:template name="glossary" text="%t"/>
- <l:template name="glossdiv" text="%t"/>
- <l:template name="important" text="%t"/>
- <l:template name="index" text="%t"/>
- <l:template name="indexdiv" text="%t"/>
- <l:template name="itemizedlist" text="%t"/>
- <l:template name="legalnotice" text="%t"/>
- <l:template name="listitem" text="%n"/>
- <l:template name="lot" text="%t"/>
- <l:template name="msg" text="%t"/>
- <l:template name="msgexplan" text="%t"/>
- <l:template name="msgmain" text="%t"/>
- <l:template name="msgrel" text="%t"/>
- <l:template name="msgset" text="%t"/>
- <l:template name="msgsub" text="%t"/>
- <l:template name="note" text="%t"/>
- <l:template name="orderedlist" text="%t"/>
- <l:template name="part" text="部 %n. %t"/>
- <l:template name="partintro" text="%t"/>
- <l:template name="preface" text="%t"/>
- <l:template name="procedure" text="過程 %n"/>
- <l:template name="productionset" text="%t"/>
- <l:template name="qandadiv" text="%t"/>
- <l:template name="qandaentry" text="問: %n"/>
- <l:template name="qandaset" text="%t"/>
- <l:template name="question" text="問: %n"/>
- <l:template name="reference" text="%t"/>
- <l:template name="refsect1" text="%t"/>
- <l:template name="refsect2" text="%t"/>
- <l:template name="refsect3" text="%t"/>
- <l:template name="refsynopsisdiv" text="%t"/>
- <l:template name="segmentedlist" text="%t"/>
- <l:template name="set" text="%t"/>
- <l:template name="setindex" text="%t"/>
- <l:template name="sidebar" text="%t"/>
- <l:template name="table" text="表格 %n. %t"/>
- <l:template name="tip" text="%t"/>
- <l:template name="toc" text="%t"/>
- <l:template name="variablelist" text="%t"/>
- <l:template name="varlistentry" text="%n"/>
- <l:template name="warning" text="%t"/>
- <l:template name="page.citation" text=" [%p]"/>
- </l:context>
-
- <l:context name="section-xref">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="“%t”"/>
- <l:template name="sect2" text="“%t”"/>
- <l:template name="sect3" text="“%t”"/>
- <l:template name="sect4" text="“%t”"/>
- <l:template name="sect5" text="“%t”"/>
- <l:template name="section" text="“%t”"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="bridgehead" text="“%t”"/>
- <l:template name="refsect1" text="“%t”"/>
- <l:template name="refsect2" text="“%t”"/>
- <l:template name="refsect3" text="“%t”"/>
- <l:template name="sect1" text="節 %n"/>
- <l:template name="sect2" text="節 %n"/>
- <l:template name="sect3" text="節 %n"/>
- <l:template name="sect4" text="節 %n"/>
- <l:template name="sect5" text="節 %n"/>
- <l:template name="section" text="節 %n"/>
- <l:template name="simplesect" text="“%t”"/>
- </l:context>
-
- <l:context name="authorgroup">
- <l:template name="sep" text=", "/>
- <l:template name="sep2" text=" 且 "/>
- <l:template name="seplast" text=", 且 "/>
- </l:context>
-
- <l:context name="glossary">
- <l:template name="see" text="參見 "/>
- <l:template name="seealso" text="另參見 "/>
- </l:context>
-
- <l:context name="msgset">
- <l:template name="MsgAud" text="讀者: "/>
- <l:template name="MsgLevel" text="程度: "/>
- <l:template name="MsgOrig" text="出處: "/>
- </l:context>
-</l:l10n>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/ChangeLog b/wicket-userdocs/lib/docbook-xsl/fo/ChangeLog
deleted file mode 100644
index 8341075..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/ChangeLog
+++ /dev/null
@@ -1,1227 +0,0 @@
-2003-01-23 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autotoc.xsl: Fix bugs associated with toc-context parameter in division.toc
-
- * division.xsl: Generate Part ToCs
-
- * pagesetup.xsl: Use proportional-column-width() for header/footer tables; suppress relative-align when when using FOP
-
-2003-01-22 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * formal.xsl: Handle alignment correctly when screenshot is used in figure
-
- * xref.xsl: Format chapter and appendix titles consistently in xrefs
-
-2003-01-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * formal.xsl: Attempt to support multiple tgroups (by making multiple tables and placing them right next to each other)
-
- * lists.xsl: Bug #653344: Output fo:table-columns in simplelist tables
-
-2003-01-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl, index.xsl: Use titlepage templates for indexdiv title formatting
-
- * biblio.xsl: Bug #640762: Support new biblioentry elements
-
- * component.xsl: Use titleabbrev in markers; use titlepage templates for subtitles; delete bogus component.separator template.
-
- * footnote.xsl: Support {table.}footnote.number.{format,symbols}
-
- * glossary.xsl: Use titlepage templates for glossdiv formatting; support glossentry.show.acronyms
-
- * pagesetup.xsl: Suppress draft page-masters when draft.mode=no
-
- * pagesetup.xsl: Bug #669765: Make blank pages verso not recto
-
- * param.ent, param.xweb: Support xref.with.number.and.title
-
- * param.ent, param.xweb: Added {table.}footnote.number.{format,symbols}, glossentry.show.acronym, and ulink.footnote.number.format
-
- * param.xweb: Fix missing fragref
-
- * qandaset.xsl: QandASet titles use section.title for convenience. Now they don't output fo:markers for those titles.
-
- * sections.xsl: Support titleabbrev for running headers/footers; don't force a section ToC for refentrys
-
- * titlepage.templates.xml: SIGNIFICANT changes to the titlepage template setup. See RELEASE-NOTES.
-
- * titlepage.xsl: Add property sets for glossdiv, bibliodiv, and indexdiv. Improve formatting of authors.
-
- * verbatim.xsl: Arrange to use only a single fo:block for shading to avoid a bug in earlier versions of XEP
-
- * xref.xsl: Improve formatting of ulink footnotes; provide template to override formatting; use ulink.footnote.number.format; support xref to glossentry
-
- * xref.xsl: Change formatting of URL footnotes
-
-2003-01-17 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl: Output IDs for the first-paras in a listitem
-
- * pagesetup.xsl: Fix bugs in page numbering when double.sided=1
-
- * pagesetup.xsl: Remove region-name from region-body on blank pages
-
- * xref.xsl: Remove duplicated IDs when endterm is used on xref
-
-2003-01-13 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * math.xsl: Added @align value to fo:block containing mediaobject in equation.
-
-2003-01-12 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl: Make sure that indexdivs are properly scoped. I've done this by adding a test to suppress the division if it contains no terms. It seems like there might be a better way, but I can't see it just at the moment
-
-2003-01-08 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * xref.xsl: In olink, use document($target.database.document, /) so the
- olink target database location is relative to the document
- instead of the stylesheet.
-
-2003-01-06 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * autoidx.xsl, index.xsl: Removed the unnecessary generate-index-from-terms template
- in favor of generate-index, called with scope parameter.
-
-2003-01-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl, index.xsl: Rework indexing to avoid XSLT limitation/Saxon bug with context dependencies; finish porting Bob's changes from FO to HTML
-
- * index.xsl, titlepage.templates.xml, titlepage.xsl: Support setindex (there were all sorts of things wrong with it)
-
-2003-01-01 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl, index.xsl: Make index elements always index the book that contains them (if there is one, otherwise the whole document); setindex always indexes the whole document
-
- * autotoc.xsl, division.xsl, titlepage.templates.xml, titlepage.xsl:
- Support List of Procedures
-
- * formal.xsl: Support separate property sets for figures, examples, equations, tables, and procedures. This way, they can have different border and other formatting properties.
-
- * graphics.xsl: Support ignore.image.scaling parameter
-
- * param.ent, param.xweb: New parameters
-
- * xref.xsl: Use titleabbrev instead of title in xrefs
-
-2002-12-31 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * inline.xsl: Make lineannotations italic
-
- * pagesetup.xsl: Added blank.page.content template to allow 'This Page Intentionally Left Blank' blank pages.
-
-2002-12-30 <dcramer@users.sourceforge.net>
-
- * lists.xsl: Fixed spacing problem where step numbers don't line up with the corresponding text.
-
-2002-12-28 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * xref.xsl: Now that xrefstyle is official; make it take priority even when use.role.as.xrefstyle is non-zero.
-
- * xref.xsl: Make endterm on xref higher priority than xreflabel on the target
-
-2002-12-24 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * division.xsl: Fixes bug #655587 to restart page numbering
- after a preface.
-
-2002-12-18 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * autoidx.xsl: Changed sort to fold uppercase and lowercase together to fix
- odd indexdiv sort order.
-
- * graphics.xsl: Add graphic/@align value to fo:block text-align property
- since text-align on external-graphic doesn't seem to work.
-
-2002-12-17 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * formal.xsl, graphics.xsl: Changed selection of mediaobject to be more consistent using
- a separate select.mediaobject.index template. Also added
- text-align to block containing external-graphic in fo output.
-
-2002-12-17 Jirka Kosek <kosek@users.sourceforge.net>
-
- * param.xweb: Build fixes.
-
-2002-12-17 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * titlepage.templates.xml: Made list.of.tables specifications the same as other list.of.*.
-
-2002-12-13 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * glossary.xsl: Handles missing otherterm target in glosssee and glosseealso.
-
- * inline.xsl: Added the author et al special cases similar to
- the HTML inline.xsl templates.
-
-2002-12-12 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * autoidx.xsl: An index now contains only indexterms within its scope
- (within its parent element).
-
- * autotoc.xsl, index.xsl: Make sure $generate.index controls whether the index is processed.
-
- * formal.xsl: Change formal.object template to pass $placement parameter
- to formal.object.heading template.
-
- * lists.xsl: Fixed bug in segmentedlist title when segmentedlist.as.table set.
-
-2002-12-06 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * block.xsl: Fixed epigraph template so it processes all of its allowed
- children, not just para.
-
- * graphics.xsl, param.ent, param.xweb: Enabled support for selecting imageobject using the role attribute.
-
-2002-12-04 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * autotoc.xsl, component.xsl, sections.xsl: Added empty component.toc.separator and section.toc.separator templates
- to provide customization opportunity between toc and first content.
-
-2002-11-29 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * pagesetup.xsl: Don't output a footnote-separator for FOP
-
-2002-11-16 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl: Support abstract in bibliomixed
-
- * biblio.xsl, xref.xsl: Support bibliosource; improve numbered bibliography entries and cross-references to them
-
- * pagesetup.xsl: Added template to create footnote separator rule (if supported by your favorite FO processor)
-
- * sections.xsl: Use value-of instead of copy-of for fo:marker because I haven't thought of a better way to avoid footnotes in markers which are illegal
-
-2002-11-15 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * admon.xsl: Changed graphical.admonition template from an fo:table
- to an fo:list-block, so it works in both FOP and XEP.
-
- * lists.xsl: Fixed two bugs in longest.term template that prevented proper
- calculation of longest term width in variablelist.
-
-2002-11-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Add support for xsltproc adjustColumnWidths extension
-
-2002-11-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl: Use xreflabel (if it's present) on bibliography entries
-
- * component.xsl: Don't restart page numbers on the first preface
-
- * table.xsl: Support entrytbl
-
-2002-11-08 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * pagesetup.xsl: Corrected left and right page margins for even page masters:
- inner and outer were reversed from what they should have been.
-
-2002-10-31 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl: Support spanning index terms (endofrange/startref)
-
- * lists.xsl: Put para spacing around tabular simplelists
-
-2002-10-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * glossary.xsl: Bug #577798: glossentry with multiple glossdefs creates broken FO
-
- * pagesetup.xsl: Updated header/footer properties to avoid missmatched margins caused by title.margin.left
-
-2002-10-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * inline.xsl: Bug #619474: support errortext element
-
-2002-10-19 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * pagesetup.xsl, param.ent, param.xweb: Added property sets to control page header and footer content formatting
-
-2002-10-18 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * param.xweb: Corrected the wording describing the placement of
- the header and footer in the region-before and
- region-after to match the diagram and stylesheet changes.
-
-2002-10-17 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * refentry.xsl: Fix bug where refentrys in parts were not in a page sequence
-
-2002-10-11 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * inline.xsl: glossterm and firstterm in text now use italicseq
- to match the html formatting.
-
-2002-10-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Removed debug code.
-
-2002-10-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autotoc.xsl, sections.xsl: Support optional title on section ToCs. Optional titles for components, books, and sets will be trickier.
-
- * formal.xsl, param.ent, param.xweb, table.xsl: Made separate parameters for table frame and table cell border properties
-
-2002-10-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl: Support continuation of orderedlists and inherited numeration in FO
-
-2002-10-01 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * qandaset.xsl, refentry.xsl, sections.xsl: Changed section.level template to return number that matches
- the section level (sect1 = 1, etc.), and adjusted templates
- that use section.level accordingly to produce same output
- as before.
-
-2002-09-27 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl: Bug #496294: don't index endofrangeentries. They're no longer indexed, but they aren't handled quite right yet either, they don't generate ranges
-
- * autotoc.xsl, sections.xsl: Support section ToCs
-
- * block.xsl, titlepage.xsl: Bug #582192: support revdescription
-
- * formal.xsl: Bug #497603: fixed and added default.float.class
-
- * param.ent, param.xweb: Use new parameters
-
- * synop.xsl: Fix sbr
-
-2002-09-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * docbook.xsl: Add context to error message about a missing template
-
- * synop.xsl: Bug #605150: process arg correctly even when it's in a group
-
-2002-09-19 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * formal.xsl: Removed 'keep-with-next' from 'formal.title.properties' attribute set now
- that the stylesheets support the option of putting such
- titles below the object. Now the $placement value determines
- if 'keep-with-next' or 'keep-with-previous' is used in the
- title block.
-
-2002-09-19 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * xref.xsl: Use fo-external-image (badly named) to wrap url() around external-destinations
-
-2002-09-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Support a PI to rotate table cells
-
-2002-09-08 <dcramer@users.sourceforge.net>
-
- * lists.xsl: Bug #445750: Adding a keep-together and keep-with-next to the block that wraps terms in a varlistentry to keep terms from being orphaned/widowed when variablelists are formatted as blocks.
-
-2002-09-06 <dcramer@users.sourceforge.net>
-
- * component.xsl: Changing the mode in the apply-templates from title.markup to object.title.markup so that appendixes in articles can be formatted as specified in the appropriate lang.xml file.
-
-2002-09-05 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * division.xsl: Restart all books on page 1
-
-2002-09-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * param.ent, param.xweb: Reference the l10n.* parameters
-
-2002-09-03 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * graphics.xsl: Support textdata in textobject
-
- * table.xsl: Make sure row-level colsep and rowsep values are 'inherited' onto missing cells
-
-2002-09-01 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * graphics.xsl: Put the url()/no-url() test for external graphics into a named template
-
- * pagesetup.xsl: Add SVG to the list of XEP graphics formats; use the url()/no-url() named template for draft.watermark.image
-
-2002-08-28 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Make inherited attributes work for 'missing' table cells
-
-2002-08-26 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl: Handle endofrange indexterms properly
-
- * graphics.xsl: Make graphics formats FO-processor aware; support SVG when FOP is being used
-
- * pdf2index: Support page ranges (generated by startofrang/endofrange index entries)
-
-2002-08-22 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl: Fix serious indexing bug that caused many index terms to be missing from the automatically generated index
-
-2002-08-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl: Support make.index.markup parameter
-
- * index.xsl: Support make.index.markup parameter and hand-crafted indexes
-
- * lists.xsl: Attempt to workaround bug in FOP handling of step content
-
- * param.ent, param.xweb: Remove unused table.entry.padding parameter; add new make.index.markup parameter
-
- * pdf2index: New file.
-
-2002-08-20 <dcramer@users.sourceforge.net>
-
- * block.xsl: Adding missing template for simplemsgentry
-
-2002-08-11 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * pagesetup.xsl: Changed running header/footer rule line dimension from 1px to
- 0.5pt so passivetex doesn't gack.
-
-2002-08-08 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * autotoc.xsl: Fixed toc.line for FOP to align numbers
- by adding leader-pattern-width property
- as suggested by Nicolas Nieswandt. Was able to remove
- the fop.extensions choose/when structure because
- it works for all processors. The numbers in fop
- align left rather than right, but at least they
- line up.
-
-2002-07-26 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * pagesetup.xsl: A little more tweaking to make things equivalent to the old scheme
-
- * pagesetup.xsl: Bob's reworked page header/footer ideas. I think there are still some rough edges.
-
-2002-07-24 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * sections.xsl: Moved <fo:marker> for section heading to be first child
- of its parent block, per bug #586005 (and the XSL-FO spec).
-
-2002-07-19 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl, param.ent, param.xweb: Support bibliography.numbered
-
- * inline.xsl, param.ent, param.xweb: Use monospace.properties for inline monospaced items
-
- * inline.xsl, param.ent, param.xweb: Support menuchoice.menu.separator and menuchoice.separator
-
- * param.ent, param.xweb, sections.xsl: Support section.title.levelN.properties to remove hard coding of font sizes in section headings
-
-2002-07-17 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl: Add keep to bibliodiv titles--they still need more work
-
- * pagesetup.xsl: Add a touch of padding between the page-footer rule and the footer text
-
- * table.xsl: Make header entries bold by default
-
-2002-07-16 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl, component.xsl, division.xsl, glossary.xsl, index.xsl, refentry.xsl, sections.xsl, toc.xsl:
- Use basic initial-page-number property instead of extended force-page-count property to get components to start on odd pages in double.sided mode; call format.page.number to set the page number format for all page sequences
-
- * division.xsl: Don't include equations w/o titles in the LOT for equations
-
- * pagesetup.xsl: Added foot.empty and page.number.format named templates
-
-2002-07-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * pagesetup.xsl: Use named-templates for headers/footers to make customization easier
-
-2002-07-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl: Don't output square brackets if there's no biblioentry label
-
- * synop.xsl: Bug #573726: fix cmdsynopsisref formatting
-
-2002-07-08 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl: Bug #574841: trim leading and trailing whitespace from primary/secondary/tertiary index terms
-
- * autoidx.xsl: Bug #574840: fix bug where some symbol index terms got lost
-
- * block.xsl, param.ent, param.xweb: Add sidebar.properties to control presentation of Sidebar elements
-
- * graphics.xsl: Work-around bug in xsltproc: explicitly cast scale to a number() before comparing it to 1.0
-
-2002-07-07 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * footnote.xsl, formal.xsl: Fix footnotes in table titles
-
- * lists.xsl: Fix ugly bug: make sure premables to orderedlist and itemizedlist elements are actually formatted
-
-2002-07-06 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * xref.xsl: Added missing parameter to olink.hottext; added missing olink.outline template
-
-2002-07-06 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * xref.xsl: Commented out call to olink.outline for old
- style olinks, in case Norm wants to add
- support for them.
-
- * xref.xsl: Bug fix: move xsl:param in olink template to be first child.
-
-2002-07-05 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * param.ent, param.xweb: Added four parameters to support new stylesheet olink system:
- target.database.document.xml
- use.local.olink.style.xml
- current.docid.xml
- olink.doctitle.xml
-
- * xref.xsl: Modified for the new stylesheet olink system.
- Modfified olink template to support the new
- targetdoc and targetptr attributes.
- Loads target database into keys for fast lookup.
-
-2002-07-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * block.xsl, xref.xsl: Feature req #525507: support xref to para by using the nearest containing section as the generated text
-
- * fop.xsl: Patch #530026: suppress whitespace in FOP bookmarks
-
- * glossary.xsl: Fix page number citation code
-
-2002-07-03 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * division.xsl, index.xsl, pagesetup.xsl, param.ent, param.xweb:
- More hacking on page headers and footers: added toggles for rules and headers on blank pages
-
- * docbook.xsl: Feature Req #502932: added root.messages template for user defined messages
-
- * pagesetup.xsl: Remove silly debugging message
-
- * xref.xsl: Support insert.xref.page.number parameter
-
-2002-07-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * component.xsl, division.xsl, index.xsl, pagesetup.xsl, param.ent, param.xweb, sections.xsl:
- Completely rewrote pagesetup.xsl: more page models, more logical page margin setup
-
-2002-06-29 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * formal.xsl, lists.xsl: Make list/procedure titles use gentext and have consisten formatting
-
- * table.xsl: Patch #514664: keep-together for table-cell if xep
-
-2002-06-27 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * glossary.xsl, param.ent, param.xweb: Make glossary parameters properly documented parameters; support glossary.as.blocks
-
-2002-06-26 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Make sure we don't attempt to set the table width more than once if a table has multiple tgroups
-
-2002-06-11 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl, fo-patch-for-fop.xsl, fo-rtf.xsl, pagesetup.xsl, titlepage.templates.xml:
- Add CVS Ids
-
- * biblio.xsl: Add spacing before bibliodivs
-
- * pagesetup.xsl: Put a titlepage at the beginning of the oneside sequence
-
- * param.ent, param.xweb: Added refentry.title.properties, section.title.properties, and use.role.as.xrefstyle
-
- * refentry.xsl: Use titlepage system for refentry (refsynopsisdiv, refsect*) titles
-
- * sections.xsl: Use section.title.properties
-
- * titlepage.templates.xml: Added refentry titlepage elements; tweaked font sizes and some spacing
-
- * titlepage.xsl: Fix copyright year formatting; add *.style attribute sets for refentry elements
-
- * xref.xsl: Experimental support for xrefstyle
-
-2002-06-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * index.xsl: Fix bug #496453: make sure comments don't contain illegal chars
-
-2002-06-09 Jirka Kosek <kosek@users.sourceforge.net>
-
- * lists.xsl: Fixed bug #547163. Paragraph after formal paragraph in listitem gets correct spacing.
-
- * refentry.xsl: Fixed bug #554159. Added empty template for refentryinfo
-
-2002-06-03 Jirka Kosek <kosek@users.sourceforge.net>
-
- * Makefile: Added dependencies for profiling stylesheets
-
-2002-06-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl: Support title on step in procedure
-
-2002-06-01 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * inline.xsl: Bug #560808 make systemitem formatting consistent
-
-2002-05-23 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * param.ent, param.xweb: Support for SVG in HTML
-
-2002-05-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * qandaset.xsl: Output '. ' in some contexts (this is a hack)
-
-2002-05-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * footnote.xsl: Format footnotes with format.footnote.mark named template for easy customization
-
-2002-05-13 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl, param.ent, param.xweb: Support spacing=compact on itemizedlist and orderedlist (Bug #501063)
-
-2002-05-12 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * block.xsl: Make sure IDs get generated for blockquote and epigraph
-
- * formal.xsl, table.xsl: Make border-collapse='collapse' explicitly (that's the only model that works for CALS tables)
-
- * graphics.xsl: Reworked support for graphic attributes; now support DocBook 4.2CR1 attributes
-
- * lists.xsl: Bug #511965: add formal.title.properties to calloutlist titles
-
- * math.xsl: Support MathML by passing it silently through to the FO result
-
- * sections.xsl: Allow anchors in section titles; improve efforts to prevent page/column breaks immediately after section titles
-
- * xref.xsl: Support xref to refnamediv and all elements with titles (at least when they have titles)
-
-2002-05-06 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * admon.xsl: Fix url() in admonition graphics
-
- * callout.xsl: Fix url() in callout graphics
-
-2002-04-30 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl: Use title.font.family in bibliodiv
-
-2002-04-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * param.ent, param.xweb, verbatim.xsl: Support shade.verbatim in FO; stop using vendor test to decide what extension function to call for line numbering
-
-2002-03-28 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autotoc.xsl: Attempt to fix duplicate-id problem in ToC generation
-
- * xep.xsl: Make XEP point to ToC pages for books, parts, etc. from PDF bookmarks
-
-2002-03-26 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl: Set maxlength of termlength to 12
-
- * param.xweb: Documentation fix
-
-2002-03-25 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * component.xsl: Handle prefaceinfo
-
- * formal.xsl: Handle textobject in tables
-
- * graphics.xsl: Add template for mediaobjectco
-
- * inline.xsl: Support personname
-
- * math.xsl: Handle alt
-
- * xref.xsl: Support xrefs to editor, othercredit, and personname
-
-2002-03-22 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * titlepage.xsl: Output blocks instead of wrappers around authors
-
-2002-03-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl, titlepage.xsl: Support biblioid
-
-2002-03-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * xep.xsl: Don't output a link to the book title if the book has no title
-
-2002-03-19 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autotoc.xsl: Make sure ToC elements have IDs for links from the PDF ToC
-
-2002-03-18 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * Makefile, component.xsl, division.xsl, fop.xsl, param.ent, param.xweb, xep.xsl:
- Replace generate.*.toc and generate.*.lot with single generate.toc parameter.
-
- * block.xsl: Support RevHistory in content; support AckNo in article
-
- * fop.xsl, xep.xsl: Don't generate ToC links if there's nothing to go in the ToC
-
-2002-03-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * synop.xsl, verbatim.xsl: Support classsynopsis and friends
-
-2002-03-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore: Ignore profiling stylesheets
-
- * admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, fo-patch-for-fop.xsl, fo-rtf.xsl, fo.xsl, footnote.xsl, fop.xsl, formal.xsl, glossary.xsl, graphics.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, math.xsl, pagesetup.xsl, param.ent, param.xweb, passivetex.xsl, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xep.xsl, xref.xsl:
- Whitespace only: change CR/LF back to LF. Norm was a total moron.
-
- * admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, fo-patch-for-fop.xsl, fo-rtf.xsl, fo.xsl, footnote.xsl, fop.xsl, formal.xsl, glossary.xsl, graphics.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, math.xsl, pagesetup.xsl, param.ent, param.xweb, passivetex.xsl, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xep.xsl, xref.xsl:
- Whitespace changes only: use PC-style CR/LF because Unix clients choke on this far less often than PC clients choke on the reverse. Grrr.
-
- * docbook.xsl, fo-rtf.xsl, footnote.xsl, formal.xsl: Improve formatting of table footnotes and fix numeration of table/non-table footnotes
-
- * formal.xsl, lists.xsl, param.ent, param.xweb: Support formal.title.placement
-
-2002-03-13 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * formal.xsl: Fix FO markup for rotated tables
-
- * inline.xsl: Support other roles on emphasis; support nested emphasis
-
- * sections.xsl: Give wrapped section titles a hanging indent
-
- * titlepage.templates.xml: Don't shift the margin on article titles; they're supposed to be centered
-
- * verbatim.xsl: Don't force verbatim environments to be start aligned; they should inherit the current text alignment
-
-2002-03-11 Jirka Kosek <kosek@users.sourceforge.net>
-
- * inline.xsl: Fixed bug #522900. Content of <emphasis> is not outputted twice.
-
-2002-03-03 Jirka Kosek <kosek@users.sourceforge.net>
-
- * param.ent, param.xweb: Added new stylesheet parameters for profiling.
-
-2002-03-01 Jirka Kosek <kosek@users.sourceforge.net>
-
- * Makefile: First portion of new profiling code. New stylesheet parameters will come later.
-
-2002-03-01 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autotoc.xsl: Use alternate TOC format for FOP
-
- * docbook.xsl: Move stylesheet.result.type out of param and put it explicitly in each stylesheet because it has to be different
-
- * footnote.xsl: Make footnote numbers smaller and superscripted
-
- * formal.xsl, table.xsl: Improve table border handling
-
- * graphics.xsl: Handle the case where graphics in inlineequations are inline
-
- * graphics.xsl: Support TIFF images
-
- * pagesetup.xsl: Don't put watermarks on FOP; FOP doesn't understand them
-
- * param.ent, param.xweb: Renamed table.border.padding and removed stylesheet.result.type
-
-2002-02-21 Jirka Kosek <kosek@users.sourceforge.net>
-
- * math.xsl, param.ent, param.xweb: Better control over delimiters for TeX equations. Added parameter tex.math.delims, when is set to 0, no delimiters (like $ and $$) are output. Same can be done for single equation by <?dbtex delims="no"?>.
-
-2002-02-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * formal.xsl: Bug #429331: center figure title if image is centered
-
- * lists.xsl: Commented out a debugging message
-
-2002-02-11 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * component.xsl, index.xsl, pagesetup.xsl, param.ent, param.xweb, titlepage.templates.xml:
- Patch #510996: add support for two-colum indexes
-
- * inline.xsl: Patch #514007: prevent hyphenation of email addresses
-
-2002-02-07 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autotoc.xsl: Make title a link
-
- * docbook.xsl: Reworked FOP outline mode
-
- * fop.xsl: Reworked outline mode
-
- * formal.xsl, param.ent, param.xweb: Added informal.object.properties
-
-2002-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * pagesetup.xsl, param.ent, param.xweb: Support 'draft' watermark
-
-2002-01-28 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl: Allow bibliography to be a root element
-
- * formal.xsl: Make landscape tables actually landscape---if your FO processor supports changes to the reference-orientation
-
- * param.ent, param.xweb, xref.xsl: Provide option to allow URLs to be conditionally hyphenated
-
-2002-01-25 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Fix bug that caused rowsep and colsep to be ignored on empty cells
-
-2002-01-10 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * fo-patch-for-fop.xsl: Allow the fox: prefix; this isn't the right fix, but it's easy and this file is only a workaround for FOP
-
- * inline.xsl: Support emphasis role=bold in FO
-
- * pagesetup.xsl: Set display-alignment on region-before and -after; output warning if the master-references is unrecognized when calculating the page header
-
- * param.ent, param.xweb: Added documentation about page layout and ulink.footnotes and ulink.show
-
- * xref.xsl: Use the ulink.show parameter when rendering ulinks
-
-2002-01-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * glossary.xsl: Bug fix: don't generate duplicate IDs on glossentrys
-
-2002-01-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * glossary.xsl: Make glossary.collection (usually) work when chunking is used; allow the use of glossdivs to be toggled in the document
-
- * glossary.xsl, inline.xsl, param.ent, param.xweb: First cut at supporting a glossary.collection file
-
-2002-01-03 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl: Rework variablelist formatting; support lists vs. blocks with new parameters and calculate term-width reasonably
-
- * param.ent, param.xweb: Replace format.variablelist.as.list with variablelist.as.blocks
-
-2002-01-01 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore: Added Makefile.param
-
- * Makefile.param: Autogenerated
-
- * block.xsl: Use blockquote.properties
-
- * lists.xsl: Attempt to support alternate symbols on itemizedlists
-
- * param.ent, param.xweb: Use new parameters: refentry.generate.title and blockquote.properties
-
- * refentry.xsl: Improve formatting of reference pages
-
- * titlepage.xsl: Simplify match pattern; add space in editor formatting
-
-2001-12-15 Jirka Kosek <kosek@users.sourceforge.net>
-
- * math.xsl: Improved support for TeX math inside equations.
-
-2001-12-06 Jirka Kosek <kosek@users.sourceforge.net>
-
- * Makefile.param, math.xsl, param.ent, param.xweb: Added support for TeX math in alt element. When using PassiveTeX, TeX equations can be directly passed to TeX. When using HTML, TeX file with code necessary to produce image equivalents of equations is generated.
-
-2001-12-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * Makefile: Fix chunking parameter errors
-
- * Makefile, Makefile.param, param.ent, param.xweb: New parameters; reorganized xweb file; and some checking for consistent param files
-
- * admon.xsl: Feature #454323: customizable font in admonitions
-
- * autotoc.xsl: Feature #445713 TOC customization
-
- * division.xsl: Added set TOC and moved book TOC after dedication
-
- * docbook.xsl: Features #457872 and #479011 language and line-height
-
- * glossary.xsl, inline.xsl: Support glossterm.auto.link
-
- * refentry.xsl, xref.xsl: Feature #481793: support xref to refentry
-
- * xep.xsl: Add bookmark for TOC
-
-2001-12-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * component.xsl: Allow inlines and anchors in titles
-
-2001-12-01 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl: Patch #468462: hot page numbers in the index
-
- * division.xsl: Patch #470480: make part title formatting obey localization rules
-
- * docbook.xsl, xep.xsl: Make sure bookmarks are never empty
-
- * formal.xsl, table.xsl: Bug #487576: table/indexterm problems
-
- * synop.xsl: Patch #462556: Improve func synopsis
-
- * titlepage.templates.xml: Don't offset margin when using 'center' alignment
-
- * xep.xsl: Fix bug in TOC title formatting
-
-2001-11-30 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * component.xsl, division.xsl: Bug #451265: page number of first part is wrong
-
-2001-11-29 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * fo-patch-for-fop.xsl: New file.
-
- * lists.xsl: Patch #482482: margin-start should be margin-left
-
- * lists.xsl: Patch #478068: procedures with one step
-
- * xep.xsl: Patch #479140: bookmarks w/xep missing
-
- * xep.xsl: Fix it the right way: always test for top-level elements
-
- * xep.xsl: Patch #479145: top-level bookmarks in xep
-
-2001-11-28 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl, param.ent, param.xweb: Support formatting segmented lists as tables
-
- * pagesetup.xsl: Bug #483364: wrong inner/outer margins
-
- * param.ent, param.xweb: Added punct.honorific parameter
-
- * pi.xsl: Use common pi-attribute template
-
-2001-11-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl, component.xsl, division.xsl, glossary.xsl, index.xsl, pagesetup.xsl, refentry.xsl, sections.xsl, toc.xsl:
- Updated master-name/master-reference per the XSL 1.0 Recommendation
-
-2001-11-15 Jirka Kosek <kosek@users.sourceforge.net>
-
- * docbook.xsl, passivetex.xsl: When passivetex.extensions=1 character ​ is inserted between all occurences of --. This stops TeX ligature mechanism which converted all -- to endash and --- to emdash (this is ill especially in source code listings containing XML comments or decrementation operator). Performance cost of evaluating condition for each text node is under 5 %. This shouldn't annoy anyone.
-
-2001-11-12 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * docbook.xsl, ebnf.xsl, footnote.xsl, lists.xsl, synop.xsl, xref.xsl:
- Support well-formed documents, use key() instead of id()
-
-2001-11-10 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * formal.xsl: Moved table frame code to a common named template; handle frame=none
-
- * pagesetup.xsl: Added message if the master-name is unrecognized
-
-2001-11-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * param.xweb: Move the obvious ID value from the src:fragment to the refentry in parameter reference pages
-
-2001-11-03 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl, inline.xsl: Support pubwork=article on citetitle
-
- * formal.xsl, table.xsl: Table updates
-
- * synop.xsl: Added block wrapper around paramdef in kr mode
-
- * xref.xsl: Remove anchor name on anchor; it erroneously duplicates the html anchor template
-
-2001-10-16 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Table support improvements
-
-2001-10-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * inline.xsl: Fix formatting of keycombo
-
- * param.ent, param.xweb, table.xsl: Fix calculation of rowsep and colsep; added experimental support for table.borders.with.css in HTML; calculation of alignments needs to be added along the same lines
-
-2001-10-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Fixed a number of significant outstanding table problems; I think HTML and FO now format all combinations of spans and missing cells correctly. But the border drawing isn't perfect on FO tables yet.
-
-2001-10-12 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl: Tweaked bibliography formatting to include the labels
-
- * block.xsl: Improve formatting of block quotes
-
- * param.xweb: Fixed bogus attribute name
-
-2001-10-11 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl, docbook.xsl, index.xsl: Always use automatic indexing
-
-2001-10-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * Makefile: Fix typo
-
- * titlepage.templates.xml, titlepage.xsl: Make sure authorgroup doesn't output IDs on both recto and verso pages
-
-2001-10-08 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile, param.ent, param.xsl, param.xweb:
- Removed param.xsl; it's now generated from param.xweb
-
- * fo.xsl: Added an anchor named template
-
- * table.xsl: Moved several params to param.xsl; also changed hyphens to periods for consistency
-
- * titlepage.templates.xml: Made margin-left a parameter so it's easier to tweak along with page.margin.outer
-
- * titlepage.xsl: Keep section titles together with their sections
-
- * xref.xsl: Added names to the link templates
-
-2001-09-25 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * param.xsl, titlepage.xsl: Support automatic collation of year ranges in copyright
-
-2001-09-24 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl: Whitespace changes
-
-2001-09-23 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl: Patch #460123, fix for <step>s 2 ff. in <procedure>
-
-2001-09-22 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * xref.xsl: Bug #462830: allow %p in templates
-
- * xref.xsl: Bug #463033: allow xref to list items (in orderedlists) and varlistentrys
-
-2001-09-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * formal.xsl: Added keep-together.within-column
-
-2001-08-29 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl: Fix orderedlist numerations
-
-2001-08-09 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * component.xsl, titlepage.templates.xml, titlepage.xsl:
- Support colophon
-
- * graphics.xsl: Forgot curly braces in AVT for height/width
-
- * inline.xsl: Remark|comment must be formatted as a block in case it appears at the paragraph-level in a component
-
-2001-08-05 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * callout.xsl, param.xsl: Removed the FormatDingbatCallout classes, they were the same as the FormatUnicodeCallout classes but with a font wrapper. Added a callout.unicode.font parameter to wrap Unicode callouts
-
-2001-08-02 Robert Stayton <bobstayton@users.sourceforge.net>
-
- * xref.xsl: Changed <xref> with endterm to process the children nodes
- and not just the text by calling a new mode="endterm" template.
-
- Also changed <link> to process its endterm if the element content
- is empty.
-
- Also changed the first use of name() to local-name() to
- match the others in the file and in html/xref.xsl.
-
-2001-08-01 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * graphics.xsl: Use mediaobject.filename to calculate graphic reference
-
- * inline.xsl: Changed vertical-align to baseline-shift; vertical-align is a shortcut
-
- * sections.xsl: Added templates to suppress titleabbrev
-
- * table.xsl: Support table widths
-
- * titlepage.templates.xml, titlepage.xsl: Present othercredit on titlepages
-
-2001-07-31 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * fop.xsl, xep.xsl: Fixes for PDF bookmarks by Pavel Zampach
-
-2001-07-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * block.xsl, param.xsl: Fix title-end punctuation problems on formalparas
-
-2001-07-16 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * table.xsl: Add template for tfoot
-
- * table.xsl: Process thead/tbody/tfoot in the right order (thead/tfoot/tbody)
-
-2001-07-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * graphics.xsl: Fixed graphic height/width calculations
-
- * table.xsl: Output column number when namest is used
-
- * titlepage.xsl: Fix duplicate template bug
-
-2001-07-08 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * qandaset.xsl: Improve QandA formatting; make question bold if defaultlabel=none (FR #419315)
-
- * sections.xsl, xref.xsl: Support xref to bridgehead
-
-2001-07-05 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl, param.xsl: Added format.variablelist.as.list parameter
-
-2001-07-04 <uid48421@users.sourceforge.net>
-
- * biblio.xsl, param.xsl, xref.xsl: Support an external bibliography collection
-
- * docbook.xsl: Turn of indentation
-
- * fo.xsl, param.xsl: Added dingbat.font.family
-
- * qandaset.xsl: Bug #426166, fix duplicate id on qandaentry formatting
-
- * qandaset.xsl, xref.xsl: Bug #429011, fix xref to qandset elements
-
- * sections.xsl: Removed debugging messages; added prio for section title template
-
- * titlepage.templates.xml, titlepage.xsl: Remove internal references to *.titlepage.recto.mode and *.titlepage.verso.mode
-
-2001-06-22 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * docbook.xsl, ebnf.xsl: Support EBNF
-
- * docbook.xsl, xep.xsl: Fix XEP support for pdf bookmarks
-
- * inline.xsl: Support linkend to glossentry on glossterm
-
- * param.xsl, xep.xsl: Initial cut at bookmark and info support for RenderX's XEP--doesn't work yet
-
- * synop.xsl: Support SBR
-
- * xref.xsl: Support anchor
-
-2001-06-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl, param.xsl, xref.xsl: Use common code to calculate step numbers; support xref to procedures and steps; added formal.procedures parameter
-
-2001-06-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * refentry.xsl: Bug 434102: fix refentry inside of chapter and fix refsynopsisdiv formatting in both FO and HTML
-
- * titlepage.xsl, xref.xsl: Use person.name.list to generate author lists; put IDs on authors and author groups if appropriate; support xref to authorgroup
-
-2001-06-19 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * formal.xsl, param.xsl: Fix formatting of formal object titles.
-
-2001-06-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * graphics.xsl: Remove file:; why was I doing this?
-
-2001-06-14 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * sections.xsl: Bug fix: section autolabelling wasn't working in division bodies
-
- * titlepage.templates.xml: Changed text-alignment on centered titles to be 'center' rather than 'justify'
-
- * xref.xsl: Added anchor template
-
-2001-06-13 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * graphics.xsl, param.xsl: Support Arbortext extensions--at the moment, just to turn off the url() stuff in external graphic references
-
- * titlepage.xsl: Bug fix: make a single author in an authorgroup work correctly
-
-2001-06-08 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * callout.xsl, inline.xsl, synop.xsl: Fixed some unparameterized references to specific font families
-
-2001-06-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * block.xsl: Made blockquote indent more reasonable
-
- * graphics.xsl: Omit the url() wrapper around external-graphic srcs for FOP and PT
-
-2001-05-23 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * graphics.xsl: Fix dup. template bug with is.graphic.*
-
- * titlepage.xsl: Add template for publisher
-
-2001-05-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * callout.xsl, verbatim.xsl: Move calculation of linenumber.* parameters into the number.rtf.lines template
-
- * titlepage.templates.xml: Reworked titlepage template processing to support use of more interesting
- predicates.
-
- Note: in previous versions, at most one title, subtitle, or titleabbrev
- element would be processed for each title page. In the new design, if you
- have multiple title, subtitle, or titleabbrev elements inside an info
- wrapper (you shouldn't!), they will all be processed.
-
-2001-05-18 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * sections.xsl: Fix subtitle bug
-
-2001-05-12 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * sections.xsl: Calculate the heading level for bridgeheads
-
-2001-05-04 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * docbook.xsl: Replace hardcoded values on fo:root with parameters
-
-2001-05-03 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * biblio.xsl: Render author names correctly in bibliomixed mode
-
- * graphics.xsl: Tweak available graphics formats
-
-2001-05-03 Jirka Kosek <kosek@users.sourceforge.net>
-
- * inline.xsl: Added support for class="xmlpi" and "emptytag".
- Rendering of attributes is in sync with HTML stylesheet (monospace instead of normal).
-
-2001-05-03 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * param.xsl, verbatim.xsl: Created verbatim and monospace.verbatim property sets
-
- * table.xsl: Process head/body/foot in the right order
-
-2001-04-26 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * lists.xsl: Improve procedure step/substep enumeration
-
-2001-04-21 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * qandaset.xsl: My first crude attempts at support for qandaset
-
-2001-04-20 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * autoidx.xsl: Remove variable references from key functions; use entities instead.
-
-2001-04-19 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * inline.xsl: Add template for constant
-
-2001-04-17 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * component.xsl, division.xsl: Add templates for partinfo, chapterinfo, and appendixinfo
-
- * component.xsl, pagesetup.xsl: Use the new gentext scheme for component titles and running headers
-
- * docbook.xsl: Print warning message when an unhandled tag is encountered
-
- * docbook.xsl, param.xsl: Move label.from.part parameter into param.xsl; default it to 0 so that chapters and appendixes are numbered monotonically throughout a book by default. Moved param.xsl up in the include list, just for good measure
-
-2001-04-16 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * glossary.xsl: Improve formatting of glossseealso
-
- * table.xsl: Fix typo: used xsl:param where xsl:variable was required
-
-2001-04-15 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * division.xsl: Use new toc/lot parameters
-
- * docbook.xsl: Removed unused variable declaration
-
- * formal.xsl: Fixed typo
-
- * param.xsl: Added some new parameters
-
- * toc.xsl: Support DocBook toc markup
-
-2001-04-03 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * callout.xsl: Fix bug 412487, make XSL-generated callout marks honor callout mark parameters
-
- * param.xsl: Documentation fixes
-
-2001-04-02 Norman Walsh <nwalsh@users.sourceforge.net>
-
- * .cvsignore, Makefile, admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, component.xsl, division.xsl, docbook.xsl, fo.xsl, footnote.xsl, fop.xsl, formal.xsl, glossary.xsl, graphics.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, math.xsl, pagesetup.xsl, param.xsl, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl:
- New file.
-
- * Makefile: Use the cvstools version of saxon
-
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/admon.xsl b/wicket-userdocs/lib/docbook-xsl/fo/admon.xsl
deleted file mode 100644
index f9a1c75..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/admon.xsl
+++ /dev/null
@@ -1,126 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: admon.xsl,v 1.1 2004/03/01 10:26:07 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<xsl:template match="note|important|warning|caution|tip">
- <xsl:choose>
- <xsl:when test="$admon.graphics != 0">
- <xsl:call-template name="graphical.admonition"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="nongraphical.admonition"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="admon.graphic.width">
- <xsl:param name="node" select="."/>
- <xsl:text>36pt</xsl:text>
-</xsl:template>
-
-<xsl:template name="admon.graphic">
- <xsl:param name="node" select="."/>
-
- <xsl:variable name="filename">
- <xsl:value-of select="$admon.graphics.path"/>
- <xsl:choose>
- <xsl:when test="name($node)='note'">note</xsl:when>
- <xsl:when test="name($node)='warning'">warning</xsl:when>
- <xsl:when test="name($node)='caution'">caution</xsl:when>
- <xsl:when test="name($node)='tip'">tip</xsl:when>
- <xsl:when test="name($node)='important'">important</xsl:when>
- <xsl:otherwise>note</xsl:otherwise>
- </xsl:choose>
- <xsl:value-of select="$admon.graphics.extension"/>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$passivetex.extensions != 0
- or $fop.extensions != 0
- or $arbortext.extensions != 0">
- <xsl:value-of select="$filename"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text>url(</xsl:text>
- <xsl:value-of select="$filename"/>
- <xsl:text>)</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="graphical.admonition">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
- <xsl:variable name="graphic.width">
- <xsl:call-template name="admon.graphic.width"/>
- </xsl:variable>
-
- <fo:block id="{$id}">
- <fo:list-block provisional-distance-between-starts="{$graphic.width} + 18pt"
- provisional-label-separation="18pt"
- xsl:use-attribute-sets="list.block.spacing">
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>
- <fo:external-graphic width="auto" height="auto"
- content-width="{$graphic.width}" >
- <xsl:attribute name="src">
- <xsl:call-template name="admon.graphic"/>
- </xsl:attribute>
- </fo:external-graphic>
- </fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block xsl:use-attribute-sets="admonition.title.properties">
- <xsl:apply-templates select="." mode="object.title.markup"/>
- </fo:block>
- <fo:block xsl:use-attribute-sets="admonition.properties">
- <xsl:apply-templates/>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
- </fo:list-block>
- </fo:block>
-</xsl:template>
-
-<xsl:template name="nongraphical.admonition">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <fo:block space-before.minimum="0.8em"
- space-before.optimum="1em"
- space-before.maximum="1.2em"
- start-indent="0.25in"
- end-indent="0.25in"
- id="{$id}">
- <fo:block keep-with-next='always'
- xsl:use-attribute-sets="admonition.title.properties">
- <xsl:apply-templates select="." mode="object.title.markup"/>
- </fo:block>
-
- <fo:block xsl:use-attribute-sets="admonition.properties">
- <xsl:apply-templates/>
- </fo:block>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="note/title"></xsl:template>
-<xsl:template match="important/title"></xsl:template>
-<xsl:template match="warning/title"></xsl:template>
-<xsl:template match="caution/title"></xsl:template>
-<xsl:template match="tip/title"></xsl:template>
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/autoidx.xsl b/wicket-userdocs/lib/docbook-xsl/fo/autoidx.xsl
deleted file mode 100644
index 4f46d81..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/autoidx.xsl
+++ /dev/null
@@ -1,792 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE xsl:stylesheet [
-
-<!ENTITY lowercase "'abcdefghijklmnopqrstuvwxyz'">
-<!ENTITY uppercase "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'">
-
-<!ENTITY primary 'normalize-space(concat(primary/@sortas, primary[not(@sortas)]))'>
-<!ENTITY secondary 'normalize-space(concat(secondary/@sortas, secondary[not(@sortas)]))'>
-<!ENTITY tertiary 'normalize-space(concat(tertiary/@sortas, tertiary[not(@sortas)]))'>
-
-<!ENTITY sep '" "'>
-<!ENTITY scope 'count(ancestor::node()|$scope) = count(ancestor::node())'>
-]>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version="1.0">
-
-<!-- ********************************************************************
- $Id: autoidx.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-<!-- Derived from Jeni Tennison's work in the HTML case -->
-
-<xsl:key name="letter"
- match="indexterm"
- use="translate(substring(&primary;, 1, 1),&lowercase;,&uppercase;)"/>
-
-<xsl:key name="primary"
- match="indexterm"
- use="&primary;"/>
-
-<xsl:key name="secondary"
- match="indexterm"
- use="concat(&primary;, &sep;, &secondary;)"/>
-
-<xsl:key name="tertiary"
- match="indexterm"
- use="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;)"/>
-
-<xsl:key name="endofrange"
- match="indexterm[@class='endofrange']"
- use="@startref"/>
-
-<xsl:key name="see-also"
- match="indexterm[seealso]"
- use="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, seealso)"/>
-
-<xsl:key name="see"
- match="indexterm[see]"
- use="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, see)"/>
-
-<xsl:template name="generate-index">
- <xsl:param name="scope" select="(ancestor::book|/)[last()]"/>
-
- <xsl:variable name="terms"
- select="//indexterm[count(.|key('letter',
- translate(substring(&primary;, 1, 1),
- &lowercase;,
- &uppercase;))[&scope;][1]) = 1
- and not(@class = 'endofrange')]"/>
-
- <xsl:variable name="alphabetical"
- select="$terms[contains(concat(&lowercase;, &uppercase;),
- substring(&primary;, 1, 1))]"/>
-
- <xsl:variable name="others" select="$terms[not(contains(concat(&lowercase;,
- &uppercase;),
- substring(&primary;, 1, 1)))]"/>
- <fo:block>
- <xsl:if test="$others">
- <xsl:call-template name="indexdiv.title">
- <xsl:with-param name="titlecontent">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'index symbols'"/>
- </xsl:call-template>
- </xsl:with-param>
- </xsl:call-template>
-
- <fo:block>
- <xsl:apply-templates select="$others[count(.|key('primary',
- &primary;)[&scope;][1]) = 1]"
- mode="index-symbol-div">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-
- <xsl:apply-templates select="$alphabetical[count(.|key('letter',
- translate(substring(&primary;, 1, 1),
- &lowercase;,&uppercase;))[&scope;][1]) = 1]"
- mode="index-div">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-div">
- <xsl:param name="scope" select="."/>
-
- <xsl:variable name="key"
- select="translate(substring(&primary;, 1, 1),&lowercase;,&uppercase;)"/>
-
- <xsl:if test="key('letter', $key)[&scope;]
- [count(.|key('primary', &primary;)[&scope;][1]) = 1]">
- <fo:block>
- <xsl:if test="contains(concat(&lowercase;, &uppercase;), $key)">
- <xsl:call-template name="indexdiv.title">
- <xsl:with-param name="titlecontent">
- <xsl:value-of select="translate($key, &lowercase;, &uppercase;)"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:if>
- <fo:block>
- <xsl:apply-templates select="key('letter', $key)[&scope;]
- [count(.|key('primary', &primary;)[&scope;][1])=1]"
- mode="index-primary">
- <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:apply-templates>
- </fo:block>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-symbol-div">
- <xsl:param name="scope" select="."/>
-
- <xsl:variable name="key"
- select="translate(substring(&primary;, 1, 1),&lowercase;,&uppercase;)"/>
-
- <fo:block>
- <xsl:apply-templates select="key('letter', $key)[&scope;][count(.|key('primary', &primary;)[&scope;][1]) = 1]"
- mode="index-primary">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-primary">
- <xsl:param name="scope" select="."/>
-
- <xsl:variable name="key" select="&primary;"/>
- <xsl:variable name="refs" select="key('primary', $key)[&scope;]"/>
- <fo:block>
- <xsl:value-of select="primary"/>
-
- <xsl:variable name="page-number-citations">
- <xsl:for-each select="$refs[not(see) and not(seealso)]">
- <xsl:apply-templates select="." mode="reference">
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:apply-templates>
- </xsl:for-each>
-
- <xsl:if test="$refs[not(secondary)]/*[self::see]">
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &sep;, &sep;, see))[&scope;][1])]"
- mode="index-see">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(see, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$passivetex.extensions != '0'">
- <fotex:sort xmlns:fotex="http://www.tug.org/fotex">
- <xsl:copy-of select="$page-number-citations"/>
- </fotex:sort>
- </xsl:when>
- <xsl:otherwise>
- <xsl:copy-of select="$page-number-citations"/>
- </xsl:otherwise>
- </xsl:choose>
- </fo:block>
-
- <xsl:if test="$refs/secondary or $refs[not(secondary)]/*[self::seealso]">
- <fo:block start-indent="1pc">
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &sep;, &sep;, seealso))[&scope;][1])]"
- mode="index-seealso">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- <xsl:apply-templates select="$refs[secondary and count(.|key('secondary', concat($key, &sep;, &secondary;))[&scope;][1]) = 1]"
- mode="index-secondary">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&secondary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-secondary">
- <xsl:param name="scope" select="."/>
-
- <xsl:variable name="key" select="concat(&primary;, &sep;, &secondary;)"/>
- <xsl:variable name="refs" select="key('secondary', $key)[&scope;]"/>
- <fo:block>
- <xsl:value-of select="secondary"/>
-
- <xsl:variable name="page-number-citations">
- <xsl:for-each select="$refs[not(see) and not(seealso)]">
- <xsl:apply-templates select="." mode="reference">
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:apply-templates>
- </xsl:for-each>
-
- <xsl:if test="$refs[not(tertiary)]/*[self::see]">
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &secondary;, &sep;, &sep;, see))[&scope;][1])]"
- mode="index-see">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(see, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$passivetex.extensions != '0'">
- <fotex:sort xmlns:fotex="http://www.tug.org/fotex">
- <xsl:copy-of select="$page-number-citations"/>
- </fotex:sort>
- </xsl:when>
- <xsl:otherwise>
- <xsl:copy-of select="$page-number-citations"/>
- </xsl:otherwise>
- </xsl:choose>
- </fo:block>
-
- <xsl:if test="$refs/tertiary or $refs[not(tertiary)]/*[self::seealso]">
- <fo:block start-indent="2pc">
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &secondary;, &sep;, &sep;, seealso))[&scope;][1])]"
- mode="index-seealso">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- <xsl:apply-templates select="$refs[tertiary and count(.|key('tertiary', concat($key, &sep;, &tertiary;))[&scope;][1]) = 1]"
- mode="index-tertiary">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&tertiary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-tertiary">
- <xsl:param name="scope" select="."/>
- <xsl:variable name="key" select="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;)"/>
- <xsl:variable name="refs" select="key('tertiary', $key)[&scope;]"/>
- <fo:block>
- <xsl:value-of select="tertiary"/>
-
- <xsl:variable name="page-number-citations">
- <xsl:for-each select="$refs[not(see) and not(seealso)]">
- <xsl:apply-templates select="." mode="reference">
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:apply-templates>
- </xsl:for-each>
-
- <xsl:if test="$refs/see">
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, see))[&scope;][1])]"
- mode="index-see">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(see, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$passivetex.extensions != '0'">
- <fotex:sort xmlns:fotex="http://www.tug.org/fotex">
- <xsl:copy-of select="$page-number-citations"/>
- </fotex:sort>
- </xsl:when>
- <xsl:otherwise>
- <xsl:copy-of select="$page-number-citations"/>
- </xsl:otherwise>
- </xsl:choose>
- </fo:block>
-
- <xsl:if test="$refs/seealso">
- <fo:block>
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, seealso))[&scope;][1])]"
- mode="index-seealso">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="reference">
- <xsl:param name="scope" select="."/>
- <xsl:param name="separator" select="', '"/>
-
- <xsl:if test="$passivetex.extensions = '0'">
- <xsl:value-of select="$separator"/>
- </xsl:if>
-
- <xsl:choose>
- <xsl:when test="@zone and string(@zone)">
- <xsl:call-template name="reference">
- <xsl:with-param name="zones" select="normalize-space(@zone)"/>
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <fo:basic-link internal-destination="{$id}">
- <fo:page-number-citation ref-id="{$id}"/>
- </fo:basic-link>
-
- <xsl:if test="key('endofrange', @id)[&scope;]">
- <xsl:apply-templates select="key('endofrange', @id)[&scope;][last()]"
- mode="reference">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:with-param name="separator" select="'-'"/>
- </xsl:apply-templates>
- </xsl:if>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="reference">
- <xsl:param name="scope" select="."/>
- <xsl:param name="zones"/>
-
- <xsl:choose>
- <xsl:when test="contains($zones, ' ')">
- <xsl:variable name="zone" select="substring-before($zones, ' ')"/>
- <xsl:variable name="target" select="key('id', $zone)[&scope;]"/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$target[1]"/>
- </xsl:call-template>
- </xsl:variable>
-
- <fo:basic-link internal-destination="{$id}">
- <fo:page-number-citation ref-id="{$id}"/>
- </fo:basic-link>
-
- <xsl:if test="$passivetex.extensions = '0'">
- <xsl:text>, </xsl:text>
- </xsl:if>
- <xsl:call-template name="reference">
- <xsl:with-param name="zones" select="substring-after($zones, ' ')"/>
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:variable name="zone" select="$zones"/>
- <xsl:variable name="target" select="key('id', $zone)[&scope;]"/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$target[1]"/>
- </xsl:call-template>
- </xsl:variable>
-
- <fo:basic-link internal-destination="{$id}">
- <fo:page-number-citation ref-id="{$id}"/>
- </fo:basic-link>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-see">
- <xsl:param name="scope" select="."/>
-
- <fo:inline>
- <xsl:text> (</xsl:text>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'see'"/>
- </xsl:call-template>
- <xsl:text> </xsl:text>
- <xsl:value-of select="see"/>
- <xsl:text>)</xsl:text>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-seealso">
- <xsl:param name="scope" select="."/>
-
- <fo:block>
- <xsl:text>(</xsl:text>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'seealso'"/>
- </xsl:call-template>
- <xsl:text> </xsl:text>
- <xsl:value-of select="seealso"/>
- <xsl:text>)</xsl:text>
- </fo:block>
-</xsl:template>
-
-<!-- ====================================================================== -->
-
-<xsl:template name="generate-index-markup">
- <xsl:param name="scope" select="(ancestor::book|/)[last()]"/>
-
- <xsl:variable name="terms" select="$scope//indexterm[count(.|key('letter',
- translate(substring(&primary;, 1, 1),&lowercase;,&uppercase;))[&scope;][1]) = 1]"/>
- <xsl:variable name="alphabetical"
- select="$terms[contains(concat(&lowercase;, &uppercase;),
- substring(&primary;, 1, 1))]"/>
- <xsl:variable name="others" select="$terms[not(contains(concat(&lowercase;,
- &uppercase;),
- substring(&primary;, 1, 1)))]"/>
-
- <xsl:text><index> </xsl:text>
- <xsl:if test="$others">
- <xsl:text> <indexdiv> </xsl:text>
- <xsl:text><title></xsl:text>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'index symbols'"/>
- </xsl:call-template>
- <xsl:text></title> </xsl:text>
- <xsl:apply-templates select="$others[count(.|key('primary',
- &primary;)[&scope;][1]) = 1]"
- mode="index-symbol-div-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- <xsl:text></indexdiv> </xsl:text>
- </xsl:if>
-
- <xsl:apply-templates select="$alphabetical[count(.|key('letter',
- translate(substring(&primary;, 1, 1),&lowercase;,&uppercase;))[&scope;][1]) = 1]"
- mode="index-div-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- <xsl:text></index> </xsl:text>
-</xsl:template>
-
-<xsl:template match="*" mode="index-markup">
- <xsl:param name="scope" select="."/>
-
- <xsl:text><</xsl:text>
- <xsl:value-of select="name(.)"/>
- <xsl:text>> </xsl:text>
- <xsl:apply-templates mode="index-markup">
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-div-markup">
- <xsl:param name="scope" select="."/>
- <xsl:variable name="key" select="translate(substring(&primary;, 1, 1),&lowercase;,&uppercase;)"/>
- <xsl:text> <indexdiv> </xsl:text>
- <xsl:text><title></xsl:text>
- <xsl:value-of select="translate($key, &lowercase;, &uppercase;)"/>
- <xsl:text></title> </xsl:text>
-
- <xsl:apply-templates select="key('letter', $key)[&scope;][count(.|key('primary', &primary;)[&scope;][1]) = 1]"
- mode="index-primary-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- <xsl:text></indexdiv> </xsl:text>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-symbol-div-markup">
- <xsl:param name="scope" select="."/>
- <xsl:variable name="key" select="translate(substring(&primary;, 1, 1),&lowercase;,&uppercase;)"/>
-
- <xsl:apply-templates select="key('letter', $key)[&scope;][count(.|key('primary', &primary;)[&scope;][1]) = 1]"
- mode="index-primary-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&primary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-primary-markup">
- <xsl:param name="scope" select="."/>
- <xsl:variable name="key" select="&primary;"/>
- <xsl:variable name="refs" select="key('primary', $key)[&scope;]"/>
- <xsl:variable name="pages" select="$refs[not(see) and not(seealso)]"/>
-
- <xsl:text> <indexentry> </xsl:text>
- <xsl:text><primaryie></xsl:text>
- <xsl:text><phrase></xsl:text>
- <xsl:call-template name="escape-text">
- <xsl:with-param name="text" select="string(primary)"/>
- </xsl:call-template>
- <xsl:text></phrase></xsl:text>
- <xsl:if test="$pages">,</xsl:if>
- <xsl:text> </xsl:text>
-
- <xsl:for-each select="$pages">
- <xsl:apply-templates select="." mode="reference-markup">
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:apply-templates>
- </xsl:for-each>
-
- <xsl:text></primaryie> </xsl:text>
-
- <xsl:if test="$refs/secondary or $refs[not(secondary)]/*[self::see or self::seealso]">
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &sep;, &sep;, see))[&scope;][1])]"
- mode="index-see-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(see, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &sep;, &sep;, seealso))[&scope;][1])]"
- mode="index-seealso-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="$refs[secondary and count(.|key('secondary', concat($key, &sep;, &secondary;))[&scope;][1]) = 1]"
- mode="index-secondary-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&secondary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </xsl:if>
- <xsl:text></indexentry> </xsl:text>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-secondary-markup">
- <xsl:param name="scope" select="."/>
- <xsl:variable name="key" select="concat(&primary;, &sep;, &secondary;)"/>
- <xsl:variable name="refs" select="key('secondary', $key)[&scope;]"/>
- <xsl:variable name="pages" select="$refs[not(see) and not(seealso)]"/>
-
- <xsl:text><secondaryie></xsl:text>
- <xsl:text><phrase></xsl:text>
- <xsl:call-template name="escape-text">
- <xsl:with-param name="text" select="string(secondary)"/>
- </xsl:call-template>
- <xsl:text></phrase></xsl:text>
- <xsl:if test="$pages">,</xsl:if>
- <xsl:text> </xsl:text>
-
- <xsl:for-each select="$pages">
- <xsl:apply-templates select="." mode="reference-markup">
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:apply-templates>
- </xsl:for-each>
-
- <xsl:text></secondaryie> </xsl:text>
-
- <xsl:if test="$refs/tertiary or $refs[not(tertiary)]/*[self::see or self::seealso]">
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &secondary;, &sep;, &sep;, see))[&scope;][1])]"
- mode="index-see-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(see, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &secondary;, &sep;, &sep;, seealso))[&scope;][1])]"
- mode="index-seealso-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- <xsl:apply-templates select="$refs[tertiary and count(.|key('tertiary', concat($key, &sep;, &tertiary;))[&scope;][1]) = 1]"
- mode="index-tertiary-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(&tertiary;, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-tertiary-markup">
- <xsl:param name="scope" select="."/>
- <xsl:variable name="key" select="concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;)"/>
- <xsl:variable name="refs" select="key('tertiary', $key)[&scope;]"/>
- <xsl:variable name="pages" select="$refs[not(see) and not(seealso)]"/>
-
- <xsl:text><tertiaryie></xsl:text>
- <xsl:text><phrase></xsl:text>
- <xsl:call-template name="escape-text">
- <xsl:with-param name="text" select="string(tertiary)"/>
- </xsl:call-template>
- <xsl:text></phrase></xsl:text>
- <xsl:if test="$pages">,</xsl:if>
- <xsl:text> </xsl:text>
-
- <xsl:for-each select="$pages">
- <xsl:apply-templates select="." mode="reference-markup">
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:apply-templates>
- </xsl:for-each>
-
- <xsl:text></tertiaryie> </xsl:text>
-
- <xsl:variable name="see" select="$refs/see | $refs/seealso"/>
- <xsl:if test="$see">
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see', concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, see))[&scope;][1])]"
- mode="index-see-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(see, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- <xsl:apply-templates select="$refs[generate-id() = generate-id(key('see-also', concat(&primary;, &sep;, &secondary;, &sep;, &tertiary;, &sep;, seealso))[&scope;][1])]"
- mode="index-seealso-markup">
- <xsl:with-param name="scope" select="$scope"/>
- <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
- </xsl:apply-templates>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="reference-markup">
- <xsl:param name="scope" select="."/>
- <xsl:choose>
- <xsl:when test="@zone and string(@zone)">
- <xsl:call-template name="reference-markup">
- <xsl:with-param name="zones" select="normalize-space(@zone)"/>
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
-
- <xsl:choose>
- <xsl:when test="@startref and @class='endofrange'">
- <xsl:text><phrase role="pageno"></xsl:text>
- <xsl:text><link linkend="</xsl:text>
- <xsl:value-of select="@startref"/>
- <xsl:text>"></xsl:text>
- <fo:basic-link internal-destination="{@startref}">
- <fo:page-number-citation ref-id="{@startref}"/>
- <xsl:text>-</xsl:text>
- <fo:page-number-citation ref-id="{$id}"/>
- </fo:basic-link>
- <xsl:text></link></xsl:text>
- <xsl:text></phrase> </xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text><phrase role="pageno"></xsl:text>
- <xsl:if test="@id">
- <xsl:text><link linkend="</xsl:text>
- <xsl:value-of select="$id"/>
- <xsl:text>"></xsl:text>
- </xsl:if>
- <fo:basic-link internal-destination="{$id}">
- <fo:page-number-citation ref-id="{$id}"/>
- </fo:basic-link>
- <xsl:if test="@id">
- <xsl:text></link></xsl:text>
- </xsl:if>
- <xsl:text></phrase> </xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="reference-markup">
- <xsl:param name="scope" select="."/>
- <xsl:param name="zones"/>
- <xsl:choose>
- <xsl:when test="contains($zones, ' ')">
- <xsl:variable name="zone" select="substring-before($zones, ' ')"/>
- <xsl:variable name="target" select="key('id', $zone)[&scope;]"/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$target[1]"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:text><phrase fole="pageno"></xsl:text>
- <xsl:if test="$target[1]/@id">
- <xsl:text><link linkend="</xsl:text>
- <xsl:value-of select="$id"/>
- <xsl:text>"></xsl:text>
- </xsl:if>
- <fo:basic-link internal-destination="{$id}">
- <fo:page-number-citation ref-id="{$id}"/>
- </fo:basic-link>
- <xsl:if test="$target[1]/@id">
- <xsl:text></link></xsl:text>
- </xsl:if>
- <xsl:text></phrase> </xsl:text>
-
- <xsl:call-template name="reference">
- <xsl:with-param name="zones" select="substring-after($zones, ' ')"/>
- <xsl:with-param name="scope" select="$scope"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:variable name="zone" select="$zones"/>
- <xsl:variable name="target" select="key('id', $zone)[&scope;]"/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$target[1]"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:text><phrase role="pageno"></xsl:text>
- <xsl:if test="$target[1]/@id">
- <xsl:text><link linkend="</xsl:text>
- <xsl:value-of select="$id"/>
- <xsl:text>"></xsl:text>
- </xsl:if>
- <fo:basic-link internal-destination="{$id}">
- <fo:page-number-citation ref-id="{$id}"/>
- </fo:basic-link>
- <xsl:if test="$target[1]/@id">
- <xsl:text></link></xsl:text>
- </xsl:if>
- <xsl:text></phrase> </xsl:text>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-see-markup">
- <xsl:param name="scope" select="."/>
- <fo:block>
- <xsl:text><seeie></xsl:text>
- <xsl:text><phrase></xsl:text>
- <xsl:call-template name="escape-text">
- <xsl:with-param name="text" select="string(see)"/>
- </xsl:call-template>
- <xsl:text></phrase></xsl:text>
- <xsl:text></seeie> </xsl:text>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="index-seealso-markup">
- <xsl:param name="scope" select="."/>
- <fo:block>
- <xsl:text><seealsoie></xsl:text>
- <xsl:text><phrase></xsl:text>
- <xsl:call-template name="escape-text">
- <xsl:with-param name="text" select="string(seealso)"/>
- </xsl:call-template>
- <xsl:text></phrase></xsl:text>
- <xsl:text></seealsoie> </xsl:text>
- </fo:block>
-</xsl:template>
-
-<xsl:template name="escape-text">
- <xsl:param name="text" select="''"/>
-
- <xsl:variable name="ltpos" select="substring-before($text, '<')"/>
- <xsl:variable name="amppos" select="substring-before($text, '&')"/>
-
- <xsl:choose>
- <xsl:when test="contains($text,'<') and contains($text, '&')
- and string-length($ltpos) < string-length($amppos)">
- <xsl:value-of select="$ltpos"/>
- <xsl:text>&lt;</xsl:text>
- <xsl:call-template name="escape-text">
- <xsl:with-param name="text" select="substring-after($text, '<')"/>
- </xsl:call-template>
- </xsl:when>
-
- <xsl:when test="contains($text,'<') and contains($text, '&')
- and string-length($amppos) < string-length($ltpos)">
- <xsl:value-of select="$amppos"/>
- <xsl:text>&amp;</xsl:text>
- <xsl:call-template name="escape-text">
- <xsl:with-param name="text" select="substring-after($text, '&')"/>
- </xsl:call-template>
- </xsl:when>
-
- <xsl:when test="contains($text, '<')">
- <xsl:value-of select="$ltpos"/>
- <xsl:text>&lt;</xsl:text>
- <xsl:call-template name="escape-text">
- <xsl:with-param name="text" select="substring-after($text, '<')"/>
- </xsl:call-template>
- </xsl:when>
-
- <xsl:when test="contains($text, '&')">
- <xsl:value-of select="$amppos"/>
- <xsl:text>&amp;</xsl:text>
- <xsl:call-template name="escape-text">
- <xsl:with-param name="text" select="substring-after($text, '&')"/>
- </xsl:call-template>
- </xsl:when>
-
- <xsl:otherwise>
- <xsl:value-of select="$text"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/autotoc.xsl b/wicket-userdocs/lib/docbook-xsl/fo/autotoc.xsl
deleted file mode 100644
index 7c0eeaa..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/autotoc.xsl
+++ /dev/null
@@ -1,522 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: autotoc.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-
-<xsl:template name="set.toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="nodes" select="book|setindex"/>
-
- <xsl:if test="$nodes">
- <fo:block id="toc...{$id}"
- xsl:use-attribute-sets="toc.margin.properties">
- <xsl:call-template name="table.of.contents.titlepage"/>
- <xsl:apply-templates select="$nodes" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="division.toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="nodes"
- select="$toc-context/part
- |$toc-context/reference
- |$toc-context/preface
- |$toc-context/chapter
- |$toc-context/appendix
- |$toc-context/article
- |$toc-context/bibliography
- |$toc-context/glossary
- |$toc-context/index"/>
-
- <xsl:if test="$nodes">
- <fo:block id="toc...{$cid}"
- xsl:use-attribute-sets="toc.margin.properties">
- <xsl:call-template name="table.of.contents.titlepage"/>
- <xsl:apply-templates select="$nodes" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="component.toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="nodes" select="section|sect1|refentry
- |article|bibliography|glossary
- |appendix"/>
- <xsl:if test="$nodes">
- <fo:block id="toc...{$id}"
- xsl:use-attribute-sets="toc.margin.properties">
- <xsl:call-template name="table.of.contents.titlepage"/>
- <xsl:apply-templates select="$nodes" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="component.toc.separator">
- <!-- Customize to output something between
- component.toc and first output -->
-</xsl:template>
-
-<xsl:template name="section.toc">
- <xsl:param name="toc-context" select="."/>
- <xsl:param name="toc.title.p" select="true()"/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="nodes"
- select="section|sect1|sect2|sect3|sect4|sect5|refentry
- |bridgehead[$bridgehead.in.toc != 0]"/>
-
- <xsl:variable name="level">
- <xsl:call-template name="section.level"/>
- </xsl:variable>
-
- <xsl:if test="$nodes">
- <fo:block id="toc...{$id}"
- xsl:use-attribute-sets="toc.margin.properties">
-
- <xsl:if test="$toc.title.p">
- <xsl:call-template name="section.heading">
- <xsl:with-param name="level" select="$level + 1"/>
- <xsl:with-param name="title">
- <fo:block space-after="0.5em">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'TableofContents'"/>
- </xsl:call-template>
- </fo:block>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:if>
-
- <xsl:apply-templates select="$nodes" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="section.toc.separator">
- <!-- Customize to output something between
- section.toc and first output -->
-</xsl:template>
-<!-- ==================================================================== -->
-
-<xsl:template name="toc.line">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="label">
- <xsl:apply-templates select="." mode="label.markup"/>
- </xsl:variable>
-
- <fo:block text-align-last="justify"
- end-indent="{$toc.indent.width}pt"
- last-line-end-indent="-{$toc.indent.width}pt">
- <fo:inline keep-with-next.within-line="always">
- <fo:basic-link internal-destination="{$id}">
- <xsl:if test="$label != ''">
- <xsl:copy-of select="$label"/>
- <xsl:value-of select="$autotoc.label.separator"/>
- </xsl:if>
- <xsl:apply-templates select="." mode="title.markup"/>
- </fo:basic-link>
- </fo:inline>
- <fo:inline keep-together.within-line="always">
- <xsl:text> </xsl:text>
- <fo:leader leader-pattern="dots"
- leader-pattern-width="3pt"
- leader-alignment="reference-area"
- keep-with-next.within-line="always"/>
- <xsl:text> </xsl:text>
- <fo:basic-link internal-destination="{$id}">
- <fo:page-number-citation ref-id="{$id}"/>
- </fo:basic-link>
- </fo:inline>
- </fo:block>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="book|setindex" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:call-template name="toc.line"/>
-
- <xsl:variable name="nodes" select="glossary|bibliography|preface|chapter
- |reference|part|article|appendix|index"/>
-
- <xsl:if test="$toc.section.depth > 0 and $nodes">
- <fo:block id="toc.{$cid}.{$id}"
- start-indent="{count(ancestor::*)*$toc.indent.width}pt">
- <xsl:apply-templates select="$nodes" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="part" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:call-template name="toc.line"/>
-
- <xsl:variable name="nodes" select="chapter|appendix|preface|reference"/>
-
- <xsl:if test="$toc.section.depth > 0 and $nodes">
- <fo:block id="toc.{$cid}.{$id}"
- start-indent="{count(ancestor::*)*$toc.indent.width}pt">
- <xsl:apply-templates select="$nodes" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="reference" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:call-template name="toc.line"/>
-
- <xsl:if test="$toc.section.depth > 0 and refentry">
- <fo:block id="toc.{$cid}.{$id}"
- start-indent="{count(ancestor::*)*$toc.indent.width}pt">
- <xsl:apply-templates select="refentry" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="refentry" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:call-template name="toc.line"/>
-</xsl:template>
-
-<xsl:template match="preface|chapter|appendix|article"
- mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:call-template name="toc.line"/>
-
- <xsl:variable name="nodes" select="section|sect1"/>
-
- <xsl:if test="$toc.section.depth > 0 and $nodes">
- <fo:block id="toc.{$cid}.{$id}"
- start-indent="{count(ancestor::*)*$toc.indent.width}pt">
- <xsl:apply-templates select="$nodes" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="sect1" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:call-template name="toc.line"/>
-
- <xsl:if test="$toc.section.depth > 1 and sect2">
- <fo:block id="toc.{$cid}.{$id}"
- start-indent="{count(ancestor::*)*$toc.indent.width}pt">
- <xsl:apply-templates select="sect2" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="sect2" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:call-template name="toc.line"/>
-
- <xsl:variable name="reldepth"
- select="count(ancestor::*)-count($toc-context/ancestor::*)"/>
-
- <xsl:if test="$toc.section.depth > 2 and sect3">
- <fo:block id="toc.{$cid}.{$id}"
- start-indent="{$reldepth*$toc.indent.width}pt">
- <xsl:apply-templates select="sect3" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="sect3" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:call-template name="toc.line"/>
-
- <xsl:variable name="reldepth"
- select="count(ancestor::*)-count($toc-context/ancestor::*)"/>
-
- <xsl:if test="$toc.section.depth > 3 and sect4">
- <fo:block id="toc.{$cid}.{$id}"
- start-indent="{$reldepth*$toc.indent.width}pt">
- <xsl:apply-templates select="sect4" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="sect4" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:call-template name="toc.line"/>
-
- <xsl:variable name="reldepth"
- select="count(ancestor::*)-count($toc-context/ancestor::*)"/>
-
- <xsl:if test="$toc.section.depth > 4 and sect5">
- <fo:block id="toc.{$cid}.{$id}"
- start-indent="{$reldepth*$toc.indent.width}pt">
- <xsl:apply-templates select="sect5" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="sect5" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:call-template name="toc.line"/>
-</xsl:template>
-
-<xsl:template match="section" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="cid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$toc-context"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="depth" select="count(ancestor::section) + 1"/>
- <xsl:variable name="reldepth"
- select="count(ancestor::*)-count($toc-context/ancestor::*)"/>
-
- <xsl:if test="$toc.section.depth >= $depth">
- <xsl:call-template name="toc.line"/>
-
- <xsl:if test="$toc.section.depth > $depth and section">
- <fo:block id="toc.{$cid}.{$id}"
- start-indent="{$reldepth*$toc.indent.width}pt">
- <xsl:apply-templates select="section" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="bibliography|glossary"
- mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:call-template name="toc.line"/>
-</xsl:template>
-
-<xsl:template match="index" mode="toc">
- <xsl:param name="toc-context" select="."/>
-
- <xsl:if test="* or $generate.index != 0">
- <xsl:call-template name="toc.line"/>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="title" mode="toc">
- <xsl:apply-templates/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template name="list.of.titles">
- <xsl:param name="titles" select="'table'"/>
- <xsl:param name="nodes" select=".//table"/>
- <xsl:param name="toc-context" select="."/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:if test="$nodes">
- <fo:block id="lot...{$titles}...{$id}">
- <xsl:choose>
- <xsl:when test="$titles='table'">
- <xsl:call-template name="list.of.tables.titlepage"/>
- </xsl:when>
- <xsl:when test="$titles='figure'">
- <xsl:call-template name="list.of.figures.titlepage"/>
- </xsl:when>
- <xsl:when test="$titles='equation'">
- <xsl:call-template name="list.of.equations.titlepage"/>
- </xsl:when>
- <xsl:when test="$titles='example'">
- <xsl:call-template name="list.of.examples.titlepage"/>
- </xsl:when>
- <xsl:when test="$titles='procedure'">
- <xsl:call-template name="list.of.procedures.titlepage"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="list.of.unknowns.titlepage"/>
- </xsl:otherwise>
- </xsl:choose>
- <xsl:apply-templates select="$nodes" mode="toc">
- <xsl:with-param name="toc-context" select="$toc-context"/>
- </xsl:apply-templates>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="figure|table|example|equation|procedure" mode="toc">
- <xsl:call-template name="toc.line"/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/biblio.xsl b/wicket-userdocs/lib/docbook-xsl/fo/biblio.xsl
deleted file mode 100644
index 1e5043e..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/biblio.xsl
+++ /dev/null
@@ -1,1080 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: biblio.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-
-<xsl:template match="bibliography">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="not(parent::*) or parent::book">
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster"/>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="bibliography.titlepage"/>
- <xsl:apply-templates/>
- </fo:flow>
- </fo:page-sequence>
- </xsl:when>
- <xsl:otherwise>
- <fo:block id="{$id}"
- space-before.minimum="1em"
- space-before.optimum="1.5em"
- space-before.maximum="2em">
- <xsl:call-template name="bibliography.titlepage"/>
- <xsl:apply-templates/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="bibliography/bibliographyinfo"></xsl:template>
-<xsl:template match="bibliography/title"></xsl:template>
-<xsl:template match="bibliography/subtitle"></xsl:template>
-<xsl:template match="bibliography/titleabbrev"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="bibliodiv">
- <fo:block>
- <xsl:attribute name="id">
- <xsl:call-template name="object.id"/>
- </xsl:attribute>
- <xsl:call-template name="bibliodiv.titlepage"/>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="bibliodiv/title"/>
-<xsl:template match="bibliodiv/subtitle"/>
-<xsl:template match="bibliodiv/titleabbrev"/>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="biblioentry">
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
- <xsl:choose>
- <xsl:when test="string(.) = ''">
- <xsl:variable name="bib" select="document($bibliography.collection)"/>
- <xsl:variable name="entry" select="$bib/bibliography/*[@id=$id][1]"/>
- <xsl:choose>
- <xsl:when test="$entry">
- <xsl:apply-templates select="$entry"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>No bibliography entry: </xsl:text>
- <xsl:value-of select="$id"/>
- <xsl:text> found in </xsl:text>
- <xsl:value-of select="$bibliography.collection"/>
- </xsl:message>
- <fo:block id="{$id}" xsl:use-attribute-sets="normal.para.spacing">
- <xsl:text>Error: no bibliography entry: </xsl:text>
- <xsl:value-of select="$id"/>
- <xsl:text> found in </xsl:text>
- <xsl:value-of select="$bibliography.collection"/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <fo:block id="{$id}" xsl:use-attribute-sets="normal.para.spacing"
- start-indent="0.5in" text-indent="-0.5in">
- <xsl:call-template name="biblioentry.label"/>
- <xsl:apply-templates mode="bibliography.mode"/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="bibliomixed">
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
- <xsl:choose>
- <xsl:when test="string(.) = ''">
- <xsl:variable name="bib" select="document($bibliography.collection)"/>
- <xsl:variable name="entry" select="$bib/bibliography/*[@id=$id][1]"/>
- <xsl:choose>
- <xsl:when test="$entry">
- <xsl:apply-templates select="$entry"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>No bibliography entry: </xsl:text>
- <xsl:value-of select="$id"/>
- <xsl:text> found in </xsl:text>
- <xsl:value-of select="$bibliography.collection"/>
- </xsl:message>
- <fo:block id="{$id}" xsl:use-attribute-sets="normal.para.spacing">
- <xsl:text>Error: no bibliography entry: </xsl:text>
- <xsl:value-of select="$id"/>
- <xsl:text> found in </xsl:text>
- <xsl:value-of select="$bibliography.collection"/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <fo:block id="{$id}" xsl:use-attribute-sets="normal.para.spacing"
- start-indent="0.5in" text-indent="-0.5in">
- <xsl:call-template name="biblioentry.label"/>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="biblioentry.label">
- <xsl:param name="node" select="."/>
-
- <xsl:choose>
- <xsl:when test="$bibliography.numbered != 0">
- <xsl:text>[</xsl:text>
- <xsl:number from="bibliography" count="biblioentry|bibliomixed"
- level="any" format="1"/>
- <xsl:text>] </xsl:text>
- </xsl:when>
- <xsl:when test="local-name($node/child::*[1]) = 'abbrev'">
- <xsl:text>[</xsl:text>
- <xsl:apply-templates select="$node/abbrev[1]"/>
- <xsl:text>] </xsl:text>
- </xsl:when>
- <xsl:when test="$node/@xreflabel">
- <xsl:text>[</xsl:text>
- <xsl:value-of select="$node/@xreflabel"/>
- <xsl:text>] </xsl:text>
- </xsl:when>
- <xsl:when test="$node/@id">
- <xsl:text>[</xsl:text>
- <xsl:value-of select="$node/@id"/>
- <xsl:text>] </xsl:text>
- </xsl:when>
- <xsl:otherwise><!-- nop --></xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="*" mode="bibliography.mode">
- <xsl:apply-templates select="."/><!-- try the default mode -->
-</xsl:template>
-
-<xsl:template match="abbrev" mode="bibliography.mode">
- <xsl:if test="preceding-sibling::*">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- </fo:inline>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="abstract" mode="bibliography.mode">
- <!-- suppressed -->
-</xsl:template>
-
-<xsl:template match="address" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="affiliation" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="shortaffil" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="jobtitle" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="artheader|articleinfo" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="artpagenums" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="author" mode="bibliography.mode">
- <fo:inline>
- <xsl:call-template name="person.name"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="authorblurb" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="authorgroup" mode="bibliography.mode">
- <fo:inline>
- <xsl:call-template name="person.name.list"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="authorinitials" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="bibliomisc" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="bibliomset" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<!-- ================================================== -->
-
-<xsl:template match="biblioset" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="biblioset/title|biblioset/citetitle"
- mode="bibliography.mode">
- <xsl:variable name="relation" select="../@relation"/>
- <xsl:choose>
- <xsl:when test="$relation='article' or @pubwork='article'">
- <xsl:call-template name="gentext.startquote"/>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:call-template name="gentext.endquote"/>
- </xsl:when>
- <xsl:otherwise>
- <fo:inline font-style="italic">
- <xsl:apply-templates/>
- </fo:inline>
- </xsl:otherwise>
- </xsl:choose>
- <xsl:value-of select="$biblioentry.item.separator"/>
-</xsl:template>
-
-<!-- ================================================== -->
-
-<xsl:template match="bookbiblio" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="citetitle" mode="bibliography.mode">
- <fo:inline>
- <xsl:choose>
- <xsl:when test="@pubwork = 'article'">
- <xsl:call-template name="gentext.startquote"/>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:call-template name="gentext.endquote"/>
- </xsl:when>
- <xsl:otherwise>
- <fo:inline font-style="italic">
- <xsl:apply-templates mode="bibliography.mode"/>
- </fo:inline>
- </xsl:otherwise>
- </xsl:choose>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="collab" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="confgroup" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="contractnum" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="contractsponsor" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="contrib" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<!-- ================================================== -->
-
-<xsl:template match="copyright" mode="bibliography.mode">
- <fo:inline>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Copyright'"/>
- </xsl:call-template>
- <xsl:call-template name="gentext.space"/>
- <xsl:call-template name="dingbat">
- <xsl:with-param name="dingbat">copyright</xsl:with-param>
- </xsl:call-template>
- <xsl:call-template name="gentext.space"/>
- <xsl:apply-templates select="year" mode="bibliography.mode"/>
- <xsl:if test="holder">
- <xsl:call-template name="gentext.space"/>
- <xsl:apply-templates select="holder" mode="bibliography.mode"/>
- </xsl:if>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="year" mode="bibliography.mode">
- <xsl:apply-templates/><xsl:text>, </xsl:text>
-</xsl:template>
-
-<xsl:template match="year[position()=last()]" mode="bibliography.mode">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="holder" mode="bibliography.mode">
- <xsl:apply-templates/>
-</xsl:template>
-
-<!-- ================================================== -->
-
-<xsl:template match="corpauthor" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="corpname" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="date" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="edition" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="editor" mode="bibliography.mode">
- <fo:inline>
- <xsl:call-template name="person.name"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="firstname" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="honorific" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="invpartnumber" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="isbn" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="issn" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="biblioid" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="issuenum" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="lineage" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="orgname" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="othercredit" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="othername" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="pagenums" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="printhistory" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="productname" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="productnumber" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="pubdate" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="publisher" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="publishername" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="pubsnumber" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="releaseinfo" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="revhistory" mode="bibliography.mode">
- <fo:block>
- <xsl:apply-templates select="."/> <!-- use normal mode -->
- </fo:block>
-</xsl:template>
-
-<xsl:template match="seriesinfo" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="seriesvolnums" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="subtitle" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="surname" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="title" mode="bibliography.mode">
- <fo:inline>
- <fo:inline font-style="italic">
- <xsl:apply-templates mode="bibliography.mode"/>
- </fo:inline>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="titleabbrev" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="volumenum" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="orgdiv" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="collabname" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="confdates" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="conftitle" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="confnum" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="confsponsor" mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="bibliocoverage|biblioid|bibliorelation|bibliosource"
- mode="bibliography.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- <xsl:value-of select="$biblioentry.item.separator"/>
- </fo:inline>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="*" mode="bibliomixed.mode">
- <xsl:apply-templates select="."/><!-- try the default mode -->
-</xsl:template>
-
-<xsl:template match="abbrev" mode="bibliomixed.mode">
- <xsl:if test="preceding-sibling::*">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="abstract" mode="bibliomixed.mode">
- <fo:block start-indent="1in">
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="para" mode="bibliomixed.mode">
- <fo:block>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="address" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="affiliation" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="shortaffil" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="jobtitle" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliography.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="artpagenums" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="author" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:call-template name="person.name"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="authorblurb" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="authorgroup" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="authorinitials" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="bibliomisc" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<!-- ================================================== -->
-
-<xsl:template match="bibliomset" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="bibliomset/title|bibliomset/citetitle"
- mode="bibliomixed.mode">
- <xsl:variable name="relation" select="../@relation"/>
- <xsl:choose>
- <xsl:when test="$relation='article' or @pubwork='article'">
- <xsl:call-template name="gentext.startquote"/>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- <xsl:call-template name="gentext.endquote"/>
- </xsl:when>
- <xsl:otherwise>
- <fo:inline font-style="italic">
- <xsl:apply-templates/>
- </fo:inline>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ================================================== -->
-
-<xsl:template match="biblioset" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="citetitle" mode="bibliomixed.mode">
- <xsl:choose>
- <xsl:when test="@pubwork = 'article'">
- <xsl:call-template name="gentext.startquote"/>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- <xsl:call-template name="gentext.endquote"/>
- </xsl:when>
- <xsl:otherwise>
- <fo:inline font-style="italic">
- <xsl:apply-templates mode="bibliography.mode"/>
- </fo:inline>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="collab" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="confgroup" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="contractnum" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="contractsponsor" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="contrib" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="copyright" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="corpauthor" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="corpname" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="date" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="edition" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="editor" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="firstname" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="honorific" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="indexterm" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="invpartnumber" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="isbn" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="issn" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="biblioid" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="issuenum" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="lineage" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="orgname" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="othercredit" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="othername" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="pagenums" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="printhistory" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="productname" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="productnumber" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="pubdate" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="publisher" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="publishername" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="pubsnumber" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="releaseinfo" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="revhistory" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="seriesvolnums" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="subtitle" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="surname" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="title" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="titleabbrev" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="volumenum" mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="bibliocoverage|biblioid|bibliorelation|bibliosource"
- mode="bibliomixed.mode">
- <fo:inline>
- <xsl:apply-templates mode="bibliomixed.mode"/>
- </fo:inline>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/block.xsl b/wicket-userdocs/lib/docbook-xsl/fo/block.xsl
deleted file mode 100644
index 9dab9e0..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/block.xsl
+++ /dev/null
@@ -1,337 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: block.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-
-<xsl:template name="block.object">
- <fo:block>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="para">
- <fo:block xsl:use-attribute-sets="normal.para.spacing">
- <xsl:call-template name="anchor"/>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="simpara">
- <fo:block xsl:use-attribute-sets="normal.para.spacing">
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="formalpara">
- <fo:block xsl:use-attribute-sets="normal.para.spacing">
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="formalpara/title">
- <xsl:variable name="titleStr" select="."/>
- <xsl:variable name="lastChar">
- <xsl:if test="$titleStr != ''">
- <xsl:value-of select="substring($titleStr,string-length($titleStr),1)"/>
- </xsl:if>
- </xsl:variable>
-
- <fo:inline font-weight="bold"
- keep-with-next.within-line="always"
- padding-end="1em">
- <xsl:apply-templates/>
- <xsl:if test="$lastChar != ''
- and not(contains($runinhead.title.end.punct, $lastChar))">
- <xsl:value-of select="$runinhead.default.title.end.punct"/>
- </xsl:if>
- <xsl:text> </xsl:text>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="formalpara/para">
- <xsl:apply-templates/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="blockquote">
- <fo:block xsl:use-attribute-sets="blockquote.properties">
- <xsl:call-template name="anchor"/>
- <fo:block>
- <xsl:if test="title">
- <fo:block xsl:use-attribute-sets="formal.title.properties">
- <xsl:apply-templates select="." mode="object.title.markup"/>
- </fo:block>
- </xsl:if>
- <xsl:apply-templates select="*[local-name(.) != 'title'
- and local-name(.) != 'attribution']"/>
- </fo:block>
- <xsl:if test="attribution">
- <fo:block text-align="right">
- <!-- mdash -->
- <xsl:text>—</xsl:text>
- <xsl:apply-templates select="attribution"/>
- </fo:block>
- </xsl:if>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="epigraph">
- <fo:block>
- <xsl:call-template name="anchor"/>
- <xsl:apply-templates select="para|simpara|formalpara|literallayout"/>
- <fo:inline>
- <xsl:text>--</xsl:text>
- <xsl:apply-templates select="attribution"/>
- </fo:inline>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="attribution">
- <fo:inline><xsl:apply-templates/></fo:inline>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="sidebar">
- <fo:block xsl:use-attribute-sets="sidebar.properties">
- <xsl:if test="./title">
- <fo:block font-weight="bold"
- keep-with-next.within-column="always"
- hyphenate="false">
- <xsl:apply-templates select="./title" mode="sidebar.title.mode"/>
- </fo:block>
- </xsl:if>
-
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="sidebar/title">
-</xsl:template>
-
-<xsl:template match="sidebar/title" mode="sidebar.title.mode">
- <xsl:apply-templates/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="abstract">
- <fo:block>
- <xsl:if test="@id">
- <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
- </xsl:if>
- <xsl:call-template name="formal.object.heading">
- <xsl:with-param name="title">
- <xsl:apply-templates select="." mode="title.markup"/>
- </xsl:with-param>
- </xsl:call-template>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="abstract/title">
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="msgset">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="msgentry">
- <xsl:call-template name="block.object"/>
-</xsl:template>
-
-<xsl:template match="simplemsgentry">
- <xsl:call-template name="block.object"/>
-</xsl:template>
-
-<xsl:template match="msg">
- <xsl:call-template name="block.object"/>
-</xsl:template>
-
-<xsl:template match="msgmain">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="msgsub">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="msgrel">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="msgtext">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="msginfo">
- <xsl:call-template name="block.object"/>
-</xsl:template>
-
-<xsl:template match="msglevel">
- <fo:block>
- <fo:inline font-weight="bold"
- keep-with-next.within-line="always">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'msgset'"/>
- <xsl:with-param name="name" select="'MsgLevel'"/>
- </xsl:call-template>
- </fo:inline>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="msgorig">
- <fo:block>
- <fo:inline font-weight="bold"
- keep-with-next.within-line="always">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'msgset'"/>
- <xsl:with-param name="name" select="'MsgOrig'"/>
- </xsl:call-template>
- </fo:inline>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="msgaud">
- <fo:block>
- <fo:inline font-weight="bold"
- keep-with-next.within-line="always">
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'msgset'"/>
- <xsl:with-param name="name" select="'MsgAud'"/>
- </xsl:call-template>
- </fo:inline>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="msgexplan">
- <xsl:call-template name="block.object"/>
-</xsl:template>
-
-<xsl:template match="msgexplan/title">
- <fo:block font-weight="bold"
- keep-with-next.within-column="always"
- hyphenate="false">
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<!-- ==================================================================== -->
-<!-- For better or worse, revhistory is allowed in content... -->
-
-<xsl:template match="revhistory">
- <fo:table table-layout="fixed">
- <fo:table-column column-number="1" column-width="33%"/>
- <fo:table-column column-number="2" column-width="33%"/>
- <fo:table-column column-number="3" column-width="33%"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell number-columns-spanned="3">
- <fo:block>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'RevHistory'"/>
- </xsl:call-template>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <xsl:apply-templates/>
- </fo:table-body>
- </fo:table>
-</xsl:template>
-
-<xsl:template match="revhistory/revision">
- <xsl:variable name="revnumber" select=".//revnumber"/>
- <xsl:variable name="revdate" select=".//date"/>
- <xsl:variable name="revauthor" select=".//authorinitials"/>
- <xsl:variable name="revremark" select=".//revremark|.//revdescription"/>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>
- <xsl:if test="$revnumber">
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'Revision'"/>
- </xsl:call-template>
- <xsl:call-template name="gentext.space"/>
- <xsl:apply-templates select="$revnumber[1]"/>
- </xsl:if>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>
- <xsl:apply-templates select="$revdate[1]"/>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>
- <xsl:apply-templates select="$revauthor[1]"/>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <xsl:if test="$revremark">
- <fo:table-row>
- <fo:table-cell number-columns-spanned="3">
- <fo:block>
- <xsl:apply-templates select="$revremark[1]"/>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="revision/revnumber">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="revision/date">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="revision/authorinitials">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="revision/revremark">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="revision/revdescription">
- <xsl:apply-templates/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="ackno">
- <fo:block xsl:use-attribute-sets="normal.para.spacing">
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="highlights">
- <xsl:call-template name="block.object"/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/callout.xsl b/wicket-userdocs/lib/docbook-xsl/fo/callout.xsl
deleted file mode 100644
index eab23de..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/callout.xsl
+++ /dev/null
@@ -1,198 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:sverb="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.Verbatim"
- xmlns:xverb="com.nwalsh.xalan.Verbatim"
- xmlns:lxslt="http://xml.apache.org/xslt"
- exclude-result-prefixes="sverb xverb lxslt"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: callout.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<lxslt:component prefix="xverb"
- functions="insertCallouts"/>
-
-<xsl:template match="programlistingco|screenco">
- <xsl:variable name="verbatim" select="programlisting|screen"/>
- <xsl:variable name="vendor" select="system-property('xsl:vendor')"/>
-
- <xsl:choose>
- <xsl:when test="$use.extensions != '0'
- and $callouts.extension != '0'">
- <xsl:variable name="rtf">
- <xsl:apply-templates select="$verbatim">
- <xsl:with-param name="suppress-numbers" select="'1'"/>
- </xsl:apply-templates>
- </xsl:variable>
-
- <xsl:variable name="rtf-with-callouts">
- <xsl:choose>
- <xsl:when test="contains($vendor, 'SAXON ')">
- <xsl:copy-of select="sverb:insertCallouts(areaspec,$rtf)"/>
- </xsl:when>
- <xsl:when test="contains($vendor, 'Apache Software Foundation')">
- <xsl:copy-of select="xverb:insertCallouts(areaspec,$rtf)"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message terminate="yes">
- <xsl:text>Don't know how to do callouts with </xsl:text>
- <xsl:value-of select="$vendor"/>
- </xsl:message>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$verbatim/@linenumbering = 'numbered'
- and $linenumbering.extension != '0'">
- <xsl:call-template name="number.rtf.lines">
- <xsl:with-param name="rtf" select="$rtf-with-callouts"/>
- <xsl:with-param name="pi.context"
- select="programlisting|screen"/>
- </xsl:call-template>
- <xsl:apply-templates select="calloutlist"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:copy-of select="$rtf-with-callouts"/>
- <xsl:apply-templates select="calloutlist"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="areaspec|areaset|area">
-</xsl:template>
-
-<xsl:template match="areaset" mode="conumber">
- <xsl:number count="area|areaset" format="1"/>
-</xsl:template>
-
-<xsl:template match="area" mode="conumber">
- <xsl:number count="area|areaset" format="1"/>
-</xsl:template>
-
-<xsl:template match="co">
- <fo:inline id="{@id}">
- <xsl:apply-templates select="." mode="callout-bug"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="co" mode="callout-bug">
- <xsl:call-template name="callout-bug">
- <xsl:with-param name="conum">
- <xsl:number count="co" format="1"/>
- </xsl:with-param>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template name="callout-bug">
- <xsl:param name="conum" select='1'/>
-
- <xsl:choose>
- <!-- Draw callouts as images -->
- <xsl:when test="$callout.graphics != '0'
- and $conum <= $callout.graphics.number.limit">
- <xsl:variable name="filename"
- select="concat($callout.graphics.path,$conum,$callout.graphics.extension)"/>
-
- <fo:external-graphic>
- <xsl:attribute name="src">
- <xsl:choose>
- <xsl:when test="$passivetex.extensions != 0
- or $fop.extensions != 0
- or $arbortext.extensions != 0">
- <xsl:value-of select="$filename"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text>url(</xsl:text>
- <xsl:value-of select="$filename"/>
- <xsl:text>)</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- </fo:external-graphic>
- </xsl:when>
-
- <xsl:when test="$callout.unicode != 0
- and $conum <= $callout.unicode.number.limit">
- <xsl:variable name="comarkup">
- <xsl:choose>
- <xsl:when test="$callout.unicode.start.character = 10102">
- <xsl:choose>
- <xsl:when test="$conum = 1">❶</xsl:when>
- <xsl:when test="$conum = 2">❷</xsl:when>
- <xsl:when test="$conum = 3">❸</xsl:when>
- <xsl:when test="$conum = 4">❹</xsl:when>
- <xsl:when test="$conum = 5">❺</xsl:when>
- <xsl:when test="$conum = 6">❻</xsl:when>
- <xsl:when test="$conum = 7">❼</xsl:when>
- <xsl:when test="$conum = 8">❽</xsl:when>
- <xsl:when test="$conum = 9">❾</xsl:when>
- <xsl:when test="$conum = 10">❿</xsl:when>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>Don't know how to generate Unicode callouts </xsl:text>
- <xsl:text>when $callout.unicode.start.character is </xsl:text>
- <xsl:value-of select="$callout.unicode.start.character"/>
- </xsl:message>
- <fo:inline background-color="#404040"
- color="white"
- padding-top="0.1em"
- padding-bottom="0.1em"
- padding-start="0.2em"
- padding-end="0.2em"
- baseline-shift="0.1em"
- font-family="{$body.font.family}"
- font-weight="bold"
- font-size="75%">
- <xsl:value-of select="$conum"/>
- </fo:inline>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$callout.unicode.font != ''">
- <fo:inline font-family="{$callout.unicode.font}">
- <xsl:copy-of select="$comarkup"/>
- </fo:inline>
- </xsl:when>
- <xsl:otherwise>
- <xsl:copy-of select="$comarkup"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
-
- <!-- Most safe: draw a dark gray square with a white number inside -->
- <xsl:otherwise>
- <fo:inline background-color="#404040"
- color="white"
- padding-top="0.1em"
- padding-bottom="0.1em"
- padding-start="0.2em"
- padding-end="0.2em"
- baseline-shift="0.1em"
- font-family="{$body.font.family}"
- font-weight="bold"
- font-size="75%">
- <xsl:value-of select="$conum"/>
- </fo:inline>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/component.xsl b/wicket-userdocs/lib/docbook-xsl/fo/component.xsl
deleted file mode 100644
index c25c223..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/component.xsl
+++ /dev/null
@@ -1,437 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: component.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-
-<xsl:template name="component.title">
- <xsl:param name="node" select="."/>
- <xsl:param name="pagewide" select="0"/>
- <xsl:variable name="id">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$node"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:variable name="title">
- <xsl:apply-templates select="$node" mode="object.title.markup">
- <xsl:with-param name="allow-anchors" select="1"/>
- </xsl:apply-templates>
- </xsl:variable>
- <xsl:variable name="titleabbrev">
- <xsl:apply-templates select="$node" mode="titleabbrev.markup"/>
- </xsl:variable>
-
- <xsl:if test="$passivetex.extensions != 0">
- <fotex:bookmark xmlns:fotex="http://www.tug.org/fotex"
- fotex-bookmark-level="2"
- fotex-bookmark-label="{$id}">
- <xsl:value-of select="$titleabbrev"/>
- </fotex:bookmark>
- </xsl:if>
-
- <fo:block keep-with-next.within-column="always"
- space-before.optimum="{$body.font.master}pt"
- space-before.minimum="{$body.font.master * 0.8}pt"
- space-before.maximum="{$body.font.master * 1.2}pt"
- hyphenate="false">
- <xsl:if test="$pagewide != 0">
- <xsl:attribute name="span">all</xsl:attribute>
- </xsl:if>
- <xsl:copy-of select="$title"/>
- </fo:block>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="dedication" mode="dedication">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster"/>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:choose>
- <xsl:when test="not(preceding::chapter
- or preceding::preface
- or preceding::appendix
- or preceding::article
- or preceding::dedication
- or parent::part
- or parent::reference)">
- <!-- if there is a preceding component or we're in a part, the -->
- <!-- page numbering will already be adjusted -->
- <xsl:attribute name="initial-page-number">1</xsl:attribute>
- </xsl:when>
- <xsl:when test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:when>
- </xsl:choose>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="dedication.titlepage"/>
- <xsl:apply-templates/>
- </fo:flow>
- </fo:page-sequence>
-</xsl:template>
-
-<xsl:template match="dedication"></xsl:template> <!-- see mode="dedication" -->
-<xsl:template match="dedication/docinfo"></xsl:template>
-<xsl:template match="dedication/title"></xsl:template>
-<xsl:template match="dedication/subtitle"></xsl:template>
-<xsl:template match="dedication/titleabbrev"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="colophon">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster"/>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="colophon.titlepage"/>
- <xsl:apply-templates/>
- </fo:flow>
- </fo:page-sequence>
-</xsl:template>
-
-<xsl:template match="colophon/title"></xsl:template>
-<xsl:template match="colophon/subtitle"></xsl:template>
-<xsl:template match="colophon/titleabbrev"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="preface">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster"/>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
-
- <!-- Page numbering for a preface doesn't restart; it continues from the ToC -->
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="preface.titlepage"/>
-
- <xsl:variable name="toc.params">
- <xsl:call-template name="find.path.params">
- <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:if test="contains($toc.params, 'toc')">
- <xsl:call-template name="component.toc"/>
- <xsl:call-template name="component.toc.separator"/>
- </xsl:if>
-
- <xsl:apply-templates/>
- </fo:flow>
- </fo:page-sequence>
-</xsl:template>
-
-<xsl:template match="preface/docinfo|prefaceinfo"></xsl:template>
-<xsl:template match="preface/title"></xsl:template>
-<xsl:template match="preface/titleabbrev"></xsl:template>
-<xsl:template match="preface/subtitle"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="chapter">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster"/>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:choose>
- <xsl:when test="not(preceding::chapter
- or preceding::appendix
- or preceding::article
- or preceding::dedication
- or parent::part
- or parent::reference)">
- <!-- if there is a preceding component or we're in a part, the -->
- <!-- page numbering will already be adjusted -->
- <xsl:attribute name="initial-page-number">1</xsl:attribute>
- </xsl:when>
- <xsl:when test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:when>
- </xsl:choose>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="chapter.titlepage"/>
-
- <xsl:variable name="toc.params">
- <xsl:call-template name="find.path.params">
- <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:if test="contains($toc.params, 'toc')">
- <xsl:call-template name="component.toc"/>
- <xsl:call-template name="component.toc.separator"/>
- </xsl:if>
- <xsl:apply-templates/>
- </fo:flow>
- </fo:page-sequence>
-</xsl:template>
-
-<xsl:template match="chapter/docinfo|chapterinfo"></xsl:template>
-<xsl:template match="chapter/title"></xsl:template>
-<xsl:template match="chapter/titleabbrev"></xsl:template>
-<xsl:template match="chapter/subtitle"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="appendix">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster"/>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:choose>
- <xsl:when test="not(preceding::chapter
- or preceding::appendix
- or preceding::article
- or preceding::dedication
- or parent::part
- or parent::reference)">
- <!-- if there is a preceding component or we're in a part, the -->
- <!-- page numbering will already be adjusted -->
- <xsl:attribute name="initial-page-number">1</xsl:attribute>
- </xsl:when>
- <xsl:when test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:when>
- </xsl:choose>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="appendix.titlepage"/>
-
- <xsl:variable name="toc.params">
- <xsl:call-template name="find.path.params">
- <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="contains($toc.params, 'toc')">
- <xsl:call-template name="component.toc"/>
- <xsl:call-template name="component.toc.separator"/>
- </xsl:if>
- <xsl:apply-templates/>
- </fo:flow>
- </fo:page-sequence>
-</xsl:template>
-
-<xsl:template match="appendix/docinfo|appendixinfo"></xsl:template>
-<xsl:template match="appendix/title"></xsl:template>
-<xsl:template match="appendix/titleabbrev"></xsl:template>
-<xsl:template match="appendix/subtitle"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="article">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster"/>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:choose>
- <xsl:when test="not(preceding::chapter
- or preceding::preface
- or preceding::appendix
- or preceding::article
- or preceding::dedication
- or parent::part
- or parent::reference)">
- <!-- if there is a preceding component or we're in a part, the -->
- <!-- page numbering will already be adjusted -->
- <xsl:attribute name="initial-page-number">1</xsl:attribute>
- </xsl:when>
- <xsl:when test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:when>
- </xsl:choose>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="article.titlepage"/>
-
- <xsl:variable name="toc.params">
- <xsl:call-template name="find.path.params">
- <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="contains($toc.params, 'toc')">
- <xsl:call-template name="component.toc"/>
- <xsl:call-template name="component.toc.separator"/>
- </xsl:if>
- <xsl:apply-templates/>
- </fo:flow>
- </fo:page-sequence>
-</xsl:template>
-
-<xsl:template match="article/artheader"></xsl:template>
-<xsl:template match="article/articleinfo"></xsl:template>
-<xsl:template match="article/title"></xsl:template>
-<xsl:template match="article/subtitle"></xsl:template>
-
-<xsl:template match="article/appendix">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <fo:block id='{$id}'>
- <xsl:call-template name="section.heading">
- <xsl:with-param name="level" select="2"/>
- <xsl:with-param name="title">
- <xsl:apply-templates select="." mode="object.title.markup"/>
- </xsl:with-param>
- <xsl:with-param name="titleabbrev">
- <xsl:apply-templates select="." mode="titleabbrev.markup"/>
- </xsl:with-param>
- </xsl:call-template>
-
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/division.xsl b/wicket-userdocs/lib/docbook-xsl/fo/division.xsl
deleted file mode 100644
index ca2810f..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/division.xsl
+++ /dev/null
@@ -1,563 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: division.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-
-<xsl:template name="division.title">
- <xsl:param name="node" select="."/>
- <xsl:variable name="id">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$node"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:variable name="title">
- <xsl:apply-templates select="$node" mode="object.title.markup"/>
- </xsl:variable>
-
- <xsl:if test="$passivetex.extensions != 0">
- <fotex:bookmark xmlns:fotex="http://www.tug.org/fotex"
- fotex-bookmark-level="1"
- fotex-bookmark-label="{$id}">
- <xsl:value-of select="$title"/>
- </fotex:bookmark>
- </xsl:if>
-
- <fo:block keep-with-next.within-column="always"
- hyphenate="false">
- <xsl:copy-of select="$title"/>
- </fo:block>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="set">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="preamble"
- select="*[not(self::book or self::setindex)]"/>
-
- <xsl:variable name="content" select="book|setindex"/>
-
- <xsl:variable name="titlepage-master-reference">
- <xsl:call-template name="select.pagemaster">
- <xsl:with-param name="pageclass" select="'titlepage'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="lot-master-reference">
- <xsl:call-template name="select.pagemaster">
- <xsl:with-param name="pageclass" select="'lot'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="$preamble">
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$titlepage-master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$titlepage-master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$titlepage-master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="set.titlepage"/>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-
- <xsl:variable name="toc.params">
- <xsl:call-template name="find.path.params">
- <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="contains($toc.params, 'toc')">
- <fo:page-sequence hyphenate="{$hyphenate}"
- format="i"
- master-reference="{$lot-master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format">
- <xsl:with-param name="element" select="'toc'"/>
- </xsl:call-template>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="set.toc"/>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-
- <xsl:apply-templates select="$content"/>
-</xsl:template>
-
-<xsl:template match="set/setinfo"></xsl:template>
-<xsl:template match="set/title"></xsl:template>
-<xsl:template match="set/subtitle"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="book">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="preamble"
- select="title|subtitle|titleabbrev|bookinfo"/>
-
- <xsl:variable name="content"
- select="*[not(self::title or self::subtitle
- or self::titleabbrev
- or self::bookinfo)]"/>
-
- <xsl:variable name="titlepage-master-reference">
- <xsl:call-template name="select.pagemaster">
- <xsl:with-param name="pageclass" select="'titlepage'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="lot-master-reference">
- <xsl:call-template name="select.pagemaster">
- <xsl:with-param name="pageclass" select="'lot'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="$preamble">
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$titlepage-master-reference}"
- initial-page-number="1">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$titlepage-master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$titlepage-master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="book.titlepage"/>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-
- <xsl:apply-templates select="dedication" mode="dedication"/>
-
- <xsl:variable name="toc.params">
- <xsl:call-template name="find.path.params">
- <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="contains($toc.params, 'toc')">
- <fo:page-sequence hyphenate="{$hyphenate}"
- format="i"
- master-reference="{$lot-master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format">
- <xsl:with-param name="element" select="'toc'"/>
- </xsl:call-template>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'TableofContents'"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'TableofContents'"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="division.toc"/>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-
- <xsl:if test="contains($toc.params,'figure') and .//figure">
- <fo:page-sequence hyphenate="{$hyphenate}"
- format="i"
- master-reference="{$lot-master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format">
- <xsl:with-param name="element" select="'toc'"/>
- </xsl:call-template>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'ListofFigures'"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'ListofFigures'"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="list.of.titles">
- <xsl:with-param name="titles" select="'figure'"/>
- <xsl:with-param name="nodes" select=".//figure"/>
- </xsl:call-template>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-
- <xsl:if test="contains($toc.params,'table') and .//table">
- <fo:page-sequence hyphenate="{$hyphenate}"
- format="i"
- master-reference="{$lot-master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format">
- <xsl:with-param name="element" select="'toc'"/>
- </xsl:call-template>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'ListofTables'"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'ListofTables'"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="list.of.titles">
- <xsl:with-param name="titles" select="'table'"/>
- <xsl:with-param name="nodes" select=".//table"/>
- </xsl:call-template>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-
- <xsl:if test="contains($toc.params,'example') and .//example">
- <fo:page-sequence hyphenate="{$hyphenate}"
- format="i"
- master-reference="{$lot-master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format">
- <xsl:with-param name="element" select="'toc'"/>
- </xsl:call-template>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'ListofExamples'"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'ListofExamples'"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="list.of.titles">
- <xsl:with-param name="titles" select="'example'"/>
- <xsl:with-param name="nodes" select=".//example"/>
- </xsl:call-template>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-
- <xsl:if test="contains($toc.params,'equation') and .//equation">
- <fo:page-sequence hyphenate="{$hyphenate}"
- format="i"
- master-reference="{$lot-master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format">
- <xsl:with-param name="element" select="'toc'"/>
- </xsl:call-template>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'ListofEquations'"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'ListofEquations'"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="list.of.titles">
- <xsl:with-param name="titles" select="'equation'"/>
- <xsl:with-param name="nodes" select=".//equation[title]"/>
- </xsl:call-template>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-
- <xsl:if test="contains($toc.params,'procedure') and .//procedure">
- <fo:page-sequence hyphenate="{$hyphenate}"
- format="i"
- master-reference="{$lot-master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format">
- <xsl:with-param name="element" select="'toc'"/>
- </xsl:call-template>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'ListofProcedures'"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- <xsl:with-param name="gentext-key" select="'ListofProcedures'"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="list.of.titles">
- <xsl:with-param name="titles" select="'procedure'"/>
- <xsl:with-param name="nodes" select=".//procedure[title]"/>
- </xsl:call-template>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-
- <xsl:apply-templates select="$content"/>
-</xsl:template>
-
-<xsl:template match="book/bookinfo"></xsl:template>
-<xsl:template match="book/title"></xsl:template>
-<xsl:template match="book/subtitle"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="part">
- <xsl:if test="not(partintro)">
- <xsl:apply-templates select="." mode="part.titlepage.mode"/>
- <xsl:call-template name="generate.part.toc"/>
- </xsl:if>
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="part" mode="part.titlepage.mode">
- <!-- done this way to force the context node to be the part -->
- <xsl:param name="additional.content"/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="titlepage-master-reference">
- <xsl:call-template name="select.pagemaster">
- <xsl:with-param name="pageclass" select="'titlepage'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$titlepage-master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
-
- <xsl:choose>
- <xsl:when test="not(preceding::chapter)
- and not(preceding::part)">
- <!-- if there is a preceding chapter or part, page numbering will already -->
- <!-- be adjusted, otherwise restart the page numbers -->
- <xsl:attribute name="initial-page-number">1</xsl:attribute>
- </xsl:when>
- <xsl:when test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:when>
- </xsl:choose>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$titlepage-master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$titlepage-master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="part.titlepage"/>
- <xsl:copy-of select="$additional.content"/>
- </fo:flow>
- </fo:page-sequence>
-</xsl:template>
-
-<xsl:template match="part/docinfo|partinfo"></xsl:template>
-<xsl:template match="part/title"></xsl:template>
-<xsl:template match="part/subtitle"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template name="generate.part.toc">
- <xsl:param name="part" select="."/>
-
- <xsl:variable name="lot-master-reference">
- <xsl:call-template name="select.pagemaster">
- <xsl:with-param name="pageclass" select="'lot'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="toc.params">
- <xsl:call-template name="find.path.params">
- <xsl:with-param name="node" select="$part"/>
- <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="contains($toc.params, 'toc')">
- <fo:page-sequence hyphenate="{$hyphenate}"
- master-reference="{$lot-master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format">
- <xsl:with-param name="element" select="'toc'"/>
- </xsl:call-template>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="$part" mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- </xsl:apply-templates>
-
- <xsl:apply-templates select="$part" mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$lot-master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="division.toc">
- <xsl:with-param name="toc-context" select="$part"/>
- </xsl:call-template>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="part/partintro">
- <xsl:apply-templates select=".." mode="part.titlepage.mode">
- <xsl:with-param name="additional.content">
- <xsl:if test="title">
- <xsl:call-template name="partintro.titlepage"/>
- </xsl:if>
- <xsl:apply-templates/>
- </xsl:with-param>
- </xsl:apply-templates>
-
- <xsl:call-template name="generate.part.toc">
- <xsl:with-param name="part" select=".."/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template match="partintro/title"></xsl:template>
-<xsl:template match="partintro/subtitle"></xsl:template>
-<xsl:template match="partintro/titleabbrev"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="book" mode="division.number">
- <xsl:number from="set" count="book" format="1."/>
-</xsl:template>
-
-<xsl:template match="part" mode="division.number">
- <xsl:number from="book" count="part" format="I."/>
-</xsl:template>
-
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/docbook.xsl b/wicket-userdocs/lib/docbook-xsl/fo/docbook.xsl
deleted file mode 100644
index 1258476..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/docbook.xsl
+++ /dev/null
@@ -1,197 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- exclude-result-prefixes="doc"
- version='1.0'>
-
-<!-- It is important to use indent="no" here, otherwise verbatim -->
-<!-- environments get broken by indented tags...at least when the -->
-<!-- callout extension is used...at least with some processors -->
-<xsl:output method="xml" indent="no"/>
-
-<!-- ********************************************************************
- $Id: docbook.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-
-<xsl:include href="../VERSION"/>
-<xsl:include href="param.xsl"/>
-<xsl:include href="../lib/lib.xsl"/>
-<xsl:include href="../common/l10n.xsl"/>
-<xsl:include href="../common/common.xsl"/>
-<xsl:include href="../common/labels.xsl"/>
-<xsl:include href="../common/titles.xsl"/>
-<xsl:include href="../common/subtitles.xsl"/>
-<xsl:include href="../common/gentext.xsl"/>
-<xsl:include href="autotoc.xsl"/>
-<xsl:include href="autoidx.xsl"/>
-<xsl:include href="lists.xsl"/>
-<xsl:include href="callout.xsl"/>
-<xsl:include href="verbatim.xsl"/>
-<xsl:include href="graphics.xsl"/>
-<xsl:include href="xref.xsl"/>
-<xsl:include href="formal.xsl"/>
-<xsl:include href="table.xsl"/>
-<xsl:include href="sections.xsl"/>
-<xsl:include href="inline.xsl"/>
-<xsl:include href="footnote.xsl"/>
-<xsl:include href="fo.xsl"/>
-<xsl:include href="fo-rtf.xsl"/>
-<xsl:include href="info.xsl"/>
-<xsl:include href="keywords.xsl"/>
-<xsl:include href="division.xsl"/>
-<xsl:include href="index.xsl"/>
-<xsl:include href="toc.xsl"/>
-<xsl:include href="refentry.xsl"/>
-<xsl:include href="math.xsl"/>
-<xsl:include href="admon.xsl"/>
-<xsl:include href="component.xsl"/>
-<xsl:include href="biblio.xsl"/>
-<xsl:include href="glossary.xsl"/>
-<xsl:include href="block.xsl"/>
-<xsl:include href="qandaset.xsl"/>
-<xsl:include href="synop.xsl"/>
-<xsl:include href="titlepage.xsl"/>
-<xsl:include href="titlepage.templates.xsl"/>
-<xsl:include href="pagesetup.xsl"/>
-<xsl:include href="pi.xsl"/>
-<xsl:include href="ebnf.xsl"/>
-
-<xsl:include href="fop.xsl"/>
-<xsl:include href="passivetex.xsl"/>
-<xsl:include href="xep.xsl"/>
-
-<xsl:param name="stylesheet.result.type" select="'fo'"/>
-
-<!-- ==================================================================== -->
-
-<xsl:key name="id" match="*" use="@id"/>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="*">
- <xsl:message>
- <xsl:value-of select="name(.)"/>
- <xsl:text> encountered</xsl:text>
- <xsl:if test="parent::*">
- <xsl:text> in </xsl:text>
- <xsl:value-of select="name(parent::*)"/>
- </xsl:if>
- <xsl:text>, but no template matches.</xsl:text>
- </xsl:message>
- <fo:block color="red">
- <xsl:text><</xsl:text>
- <xsl:value-of select="name(.)"/>
- <xsl:text>></xsl:text>
- <xsl:apply-templates/>
- <xsl:text></</xsl:text>
- <xsl:value-of select="name(.)"/>
- <xsl:text>></xsl:text>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="/">
- <xsl:call-template name="root.messages"/>
-
- <xsl:variable name="document.element" select="*[1]"/>
-
- <xsl:variable name="title">
- <xsl:choose>
- <xsl:when test="$document.element/title[1]">
- <xsl:value-of select="$document.element/title[1]"/>
- </xsl:when>
- <xsl:otherwise>[could not find document title]</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <fo:root font-family="{$body.font.family}"
- font-size="{$body.font.size}"
- text-align="{$alignment}"
- line-height="{$line-height}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language">
- <xsl:with-param name="target" select="/*[1]"/>
- </xsl:call-template>
- </xsl:attribute>
-
- <xsl:if test="$xep.extensions != 0">
- <xsl:call-template name="xep-document-information"/>
- </xsl:if>
- <xsl:call-template name="setup.pagemasters"/>
- <xsl:choose>
- <xsl:when test="$rootid != ''">
- <xsl:choose>
- <xsl:when test="count(key('id',$rootid)) = 0">
- <xsl:message terminate="yes">
- <xsl:text>ID '</xsl:text>
- <xsl:value-of select="$rootid"/>
- <xsl:text>' not found in document.</xsl:text>
- </xsl:message>
- </xsl:when>
- <xsl:otherwise>
- <xsl:if test="$fop.extensions != 0">
- <xsl:apply-templates select="key('id',$rootid)" mode="fop.outline"/>
- </xsl:if>
- <xsl:if test="$xep.extensions != 0">
- <xsl:variable name="bookmarks">
- <xsl:apply-templates select="key('id',$rootid)" mode="xep.outline"/>
- </xsl:variable>
- <xsl:if test="string($bookmarks) != ''">
- <rx:outline xmlns:rx="http://www.renderx.com/XSL/Extensions">
- <xsl:copy-of select="$bookmarks"/>
- </rx:outline>
- </xsl:if>
- </xsl:if>
- <xsl:apply-templates select="key('id',$rootid)"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:if test="$fop.extensions != 0">
- <xsl:apply-templates mode="fop.outline"/>
- </xsl:if>
- <xsl:if test="$xep.extensions != 0">
- <xsl:variable name="bookmarks">
- <xsl:apply-templates mode="xep.outline"/>
- </xsl:variable>
- <xsl:if test="string($bookmarks) != ''">
- <rx:outline xmlns:rx="http://www.renderx.com/XSL/Extensions">
- <xsl:copy-of select="$bookmarks"/>
- </rx:outline>
- </xsl:if>
- </xsl:if>
- <xsl:apply-templates/>
- </xsl:otherwise>
- </xsl:choose>
-
- </fo:root>
-</xsl:template>
-
-
-<xsl:template name="root.messages">
- <!-- redefine this any way you'd like to output messages -->
- <!-- DO NOT OUTPUT ANYTHING FROM THIS TEMPLATE -->
- <xsl:message>
- <xsl:text>Making </xsl:text>
- <xsl:value-of select="$page.orientation"/>
- <xsl:text> pages on </xsl:text>
- <xsl:value-of select="$paper.type"/>
- <xsl:text> paper (</xsl:text>
- <xsl:value-of select="$page.width"/>
- <xsl:text>x</xsl:text>
- <xsl:value-of select="$page.height"/>
- <xsl:text>)</xsl:text>
- </xsl:message>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/ebnf.xsl b/wicket-userdocs/lib/docbook-xsl/fo/ebnf.xsl
deleted file mode 100644
index 9205eca..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/ebnf.xsl
+++ /dev/null
@@ -1,318 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- exclude-result-prefixes="doc"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: ebnf.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<doc:reference xmlns="">
-<referenceinfo>
-<releaseinfo role="meta">
-$Id: ebnf.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
-</releaseinfo>
-<author><surname>Walsh</surname>
-<firstname>Norman</firstname></author>
-<copyright><year>1999</year><year>2000</year><year>2001</year>
-<holder>Norman Walsh</holder>
-</copyright>
-</referenceinfo>
-<title>HTML EBNF Reference</title>
-
-<partintro>
-<section><title>Introduction</title>
-
-<para>This is technical reference documentation for the DocBook XSL
-Stylesheets; it documents (some of) the parameters, templates, and
-other elements of the stylesheets.</para>
-
-<para>This reference describes the templates and parameters relevant
-to formatting EBNF markup.</para>
-
-<para>This is not intended to be <quote>user</quote> documentation.
-It is provided for developers writing customization layers for the
-stylesheets, and for anyone who's interested in <quote>how it
-works</quote>.</para>
-
-<para>Although I am trying to be thorough, this documentation is known
-to be incomplete. Don't forget to read the source, too :-)</para>
-</section>
-</partintro>
-</doc:reference>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="productionset">
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
-
- <xsl:choose>
- <xsl:when test="title">
- <fo:table-and-caption id="{$id}"
- xsl:use-attribute-sets="formal.object.properties">
- <fo:table-caption>
- <fo:block xsl:use-attribute-sets="formal.title.properties">
- <xsl:apply-templates select="." mode="object.title.markup"/>
- </fo:block>
- </fo:table-caption>
- <fo:table table-layout="fixed" width="100%">
- <fo:table-body>
- <xsl:apply-templates select="production|productionrecap"/>
- </fo:table-body>
- </fo:table>
- </fo:table-and-caption>
- </xsl:when>
- <xsl:otherwise>
- <fo:table table-layout="fixed" width="100%">
- <fo:table-body>
- <xsl:apply-templates select="production|productionrecap"/>
- </fo:table-body>
- </fo:table>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="productionset/title">
- <!-- suppressed -->
-</xsl:template>
-
-<xsl:template match="production">
- <xsl:param name="recap" select="false()"/>
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
- <fo:table-row>
- <fo:table-cell width="3%">
- <fo:block text-align="start">
- <xsl:text>[</xsl:text>
- <xsl:number count="production" level="any"/>
- <xsl:text>]</xsl:text>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell width="10%">
- <fo:block text-align="end">
- <xsl:choose>
- <xsl:when test="$recap">
- <fo:basic-link internal-destination="{$id}"
- xsl:use-attribute-sets="xref.properties">
- <xsl:apply-templates select="lhs"/>
- </fo:basic-link>
- </xsl:when>
- <xsl:otherwise>
- <fo:wrapper id="{$id}">
- <xsl:apply-templates select="lhs"/>
- </fo:wrapper>
- </xsl:otherwise>
- </xsl:choose>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell width="5%">
- <fo:block text-align="center">
- <fo:inline font-family="{$monospace.font.family}">
- <xsl:text>::=</xsl:text>
- </fo:inline>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell width="52%">
- <fo:block>
- <xsl:apply-templates select="rhs"/>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell width="30%" border-start-width="3pt">
- <fo:block text-align="start">
- <xsl:choose>
- <xsl:when test="rhs/lineannotation|constraint">
- <xsl:apply-templates select="rhs/lineannotation" mode="rhslo"/>
- <xsl:apply-templates select="constraint"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text> </xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-</xsl:template>
-
-<xsl:template match="productionrecap">
- <xsl:variable name="targets" select="key('id',@linkend)"/>
- <xsl:variable name="target" select="$targets[1]"/>
-
- <xsl:if test="count($targets)=0">
- <xsl:message>
- <xsl:text>Error: no ID for productionrecap linkend: </xsl:text>
- <xsl:value-of select="@linkend"/>
- <xsl:text>.</xsl:text>
- </xsl:message>
- </xsl:if>
-
- <xsl:if test="count($targets)>1">
- <xsl:message>
- <xsl:text>Warning: multiple "IDs" for productionrecap linkend: </xsl:text>
- <xsl:value-of select="@linkend"/>
- <xsl:text>.</xsl:text>
- </xsl:message>
- </xsl:if>
-
- <xsl:apply-templates select="$target">
- <xsl:with-param name="recap" select="true()"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="lhs">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="rhs">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="nonterminal">
- <xsl:variable name="linkend">
- <xsl:call-template name="xpointer.idref">
- <xsl:with-param name="xpointer" select="@def"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:call-template name="check.id.unique">
- <xsl:with-param name="linkend" select="$linkend"/>
- </xsl:call-template>
-
- <xsl:call-template name="check.idref.targets">
- <xsl:with-param name="linkend" select="$linkend"/>
- <xsl:with-param name="element-list">production</xsl:with-param>
- </xsl:call-template>
-
- <!-- If you don't provide content, you can't point outside this doc. -->
- <xsl:choose>
- <xsl:when test="*|text()"><!--nop--></xsl:when>
- <xsl:otherwise>
- <xsl:if test="$linkend = ''">
- <xsl:message>
- <xsl:text>Non-terminals with no content must point to </xsl:text>
- <xsl:text>production elements in the current document.</xsl:text>
- </xsl:message>
- <xsl:message>
- <xsl:text>Invalid xpointer for empty nt: </xsl:text>
- <xsl:value-of select="@def"/>
- </xsl:message>
- </xsl:if>
- </xsl:otherwise>
- </xsl:choose>
-
- <xsl:variable name="href">
- <xsl:choose>
- <xsl:when test="$linkend != ''">
- <xsl:variable name="targets" select="key('id',$linkend)"/>
- <xsl:variable name="target" select="$targets[1]"/>
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$target"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="@def"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <fo:basic-link internal-destination="{$href}"
- xsl:use-attribute-sets="xref.properties">
- <xsl:choose>
- <xsl:when test="*|text()">
- <xsl:apply-templates/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="$linkend != ''">
- <xsl:variable name="targets" select="key('id',$linkend)"/>
- <xsl:variable name="target" select="$targets[1]"/>
- <xsl:apply-templates select="$target/lhs"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text>???</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
- </fo:basic-link>
-</xsl:template>
-
-<xsl:template match="rhs/lineannotation">
- <!--nop-->
-</xsl:template>
-
-<xsl:template match="rhs/lineannotation" mode="rhslo">
- <xsl:text>/* </xsl:text>
- <xsl:apply-templates/>
- <xsl:text> */</xsl:text>
-</xsl:template>
-
-<xsl:template match="constraint">
- <xsl:call-template name="check.id.unique">
- <xsl:with-param name="linkend" select="@linkend"/>
- </xsl:call-template>
-
- <xsl:call-template name="check.idref.targets">
- <xsl:with-param name="linkend" select="@linkend"/>
- <xsl:with-param name="element-list">constraintdef</xsl:with-param>
- </xsl:call-template>
-
- <xsl:variable name="href">
- <xsl:variable name="targets" select="key('id',@linkend)"/>
- <xsl:variable name="target" select="$targets[1]"/>
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$target"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="preceding-sibling::constraint">
- <fo:inline linefeed-treatment="preserve">
</fo:inline>
- </xsl:if>
- <xsl:text>[ </xsl:text>
-
- <xsl:choose>
- <xsl:when test="@role">
- <xsl:value-of select="@role"/>
- <xsl:text>: </xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:variable name="targets" select="key('id',@linkend)"/>
- <xsl:variable name="target" select="$targets[1]"/>
- <xsl:if test="$target/@role">
- <xsl:value-of select="$target/@role"/>
- <xsl:text>: </xsl:text>
- </xsl:if>
- </xsl:otherwise>
- </xsl:choose>
-
- <fo:basic-link internal-destination="{$href}"
- xsl:use-attribute-sets="xref.properties">
- <xsl:variable name="targets" select="key('id',@linkend)"/>
- <xsl:variable name="target" select="$targets[1]"/>
- <xsl:apply-templates select="$target" mode="title.markup"/>
- </fo:basic-link>
- <xsl:text> ]</xsl:text>
-</xsl:template>
-
-<xsl:template match="constraintdef">
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
- <fo:block id="{$id}">
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="constraintdef/title">
- <fo:block font-weight="bold">
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/fo-patch-for-fop.xsl b/wicket-userdocs/lib/docbook-xsl/fo/fo-patch-for-fop.xsl
deleted file mode 100644
index ca24d1f..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/fo-patch-for-fop.xsl
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:fox="http://xml.apache.org/fop/extensions"
- version="1.0">
-
-<!-- ********************************************************************
- $Id: fo-patch-for-fop.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<xsl:output method="xml"/>
-
-<xsl:template match="*">
- <xsl:element name="{name(.)}">
- <xsl:copy-of select="@*"/>
- <xsl:apply-templates/>
- </xsl:element>
-</xsl:template>
-
-<xsl:template match="fo:page-sequence
- |fo:single-page-master-reference
- |fo:repeatable-page-master-reference
- |fo:conditional-page-master-reference">
- <xsl:element name="{name(.)}">
- <xsl:for-each select="@*">
- <xsl:choose>
- <xsl:when test="name(.) = 'master-reference'">
- <xsl:attribute name="master-name">
- <xsl:value-of select="."/>
- </xsl:attribute>
- </xsl:when>
- <xsl:otherwise>
- <xsl:attribute name="{name(.)}">
- <xsl:value-of select="."/>
- </xsl:attribute>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:for-each>
- <xsl:apply-templates/>
- </xsl:element>
-</xsl:template>
-
-<!-- a clever idea that doesn't quite work. fop 0.20.1 doesn't understand % -->
-<!-- and fop 0.20.2 doesn't work for me at all... -->
-<xsl:template match="fo:table-column">
- <xsl:element name="{name(.)}">
- <xsl:if test="not(@column-width)">
- <xsl:attribute name="column-width">
- <xsl:value-of select="100 div count(../fo:table-column)"/>
- <xsl:text>%</xsl:text>
- </xsl:attribute>
- </xsl:if>
- <xsl:copy-of select="@*"/>
- <xsl:apply-templates/>
- </xsl:element>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/fo-rtf.xsl b/wicket-userdocs/lib/docbook-xsl/fo/fo-rtf.xsl
deleted file mode 100644
index ecef47d..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/fo-rtf.xsl
+++ /dev/null
@@ -1,154 +0,0 @@
-<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:exsl="http://exslt.org/common"
- xmlns:set="http://exslt.org/sets"
- exclude-result-prefixes="exsl set"
- version="1.0">
-
-<!-- ********************************************************************
- $Id: fo-rtf.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- This module contains templates that match against FO nodes. It is used
- to post-process result tree fragments for some sorts of cleanup.
- These templates can only ever be fired by a processor that supports
- exslt:node-set(). -->
-
-<!-- ==================================================================== -->
-
-<!-- insert.fo.fnum mode templates insert a particular RTF at the beginning
- of the first paragraph in the primary RTF. In fact, they are inserting
- a footnote-number, so we tinker a few other things too, like spacing and
- font-sizes. -->
-
-<xsl:template match="/" mode="insert.fo.fnum">
- <xsl:param name="mark" select="'?'"/>
- <xsl:apply-templates mode="insert.fo.fnum">
- <xsl:with-param name="mark" select="$mark"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="*" mode="insert.fo.fnum">
- <xsl:param name="mark" select="'?'"/>
- <xsl:copy>
- <xsl:copy-of select="@*"/>
- <xsl:apply-templates mode="insert.fo.fnum">
- <xsl:with-param name="mark" select="$mark"/>
- </xsl:apply-templates>
- </xsl:copy>
-</xsl:template>
-
-<xsl:template match="fo:block" mode="insert.fo.fnum">
- <xsl:param name="mark" select="'?'"/>
- <xsl:copy>
- <xsl:for-each select="@*">
- <xsl:choose>
- <xsl:when test="starts-with(name(.), 'space-before')"/>
- <xsl:when test="starts-with(name(.), 'space-after')"/>
- <xsl:when test="starts-with(name(.), 'font-size')"/>
- <xsl:otherwise>
- <xsl:copy-of select="."/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:for-each>
- <xsl:if test="not(preceding::fo:block)">
- <xsl:copy-of select="$mark"/>
- </xsl:if>
- <xsl:apply-templates mode="insert.fo.fnum">
- <xsl:with-param name="mark" select="$mark"/>
- </xsl:apply-templates>
- </xsl:copy>
-</xsl:template>
-
-<xsl:template match="text()|processing-instruction()|comment()" mode="insert.fo.fnum">
- <xsl:param name="mark" select="'?'"/>
- <xsl:copy/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<!-- insert.fo.block mode templates insert a particular RTF at the beginning
- of the first paragraph in the primary RTF. -->
-
-<xsl:template match="/" mode="insert.fo.block">
- <xsl:param name="mark" select="'?'"/>
- <xsl:apply-templates mode="insert.fo.block">
- <xsl:with-param name="mark" select="$mark"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="*" mode="insert.fo.block">
- <xsl:param name="mark" select="'?'"/>
- <xsl:copy>
- <xsl:copy-of select="@*"/>
- <xsl:apply-templates mode="insert.fo.block">
- <xsl:with-param name="mark" select="$mark"/>
- </xsl:apply-templates>
- </xsl:copy>
-</xsl:template>
-
-<xsl:template match="fo:block" mode="insert.fo.block">
- <xsl:param name="mark" select="'?'"/>
- <xsl:copy>
- <xsl:copy-of select="@*"/>
- <xsl:if test="not(preceding::fo:block)">
- <xsl:copy-of select="$mark"/>
- </xsl:if>
- <xsl:apply-templates mode="insert.fo.block">
- <xsl:with-param name="mark" select="$mark"/>
- </xsl:apply-templates>
- </xsl:copy>
-</xsl:template>
-
-<xsl:template match="text()|processing-instruction()|comment()" mode="insert.fo.block">
- <xsl:param name="mark" select="'?'"/>
- <xsl:copy/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<!-- insert.fo.text mode templates insert a particular RTF at the beginning
- of the first text-node in the primary RTF. -->
-
-<xsl:template match="/" mode="insert.fo.text">
- <xsl:param name="mark" select="'?'"/>
- <xsl:apply-templates mode="insert.fo.text">
- <xsl:with-param name="mark" select="$mark"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="*" mode="insert.fo.text">
- <xsl:param name="mark" select="'?'"/>
- <xsl:copy>
- <xsl:copy-of select="@*"/>
- <xsl:apply-templates mode="insert.fo.text">
- <xsl:with-param name="mark" select="$mark"/>
- </xsl:apply-templates>
- </xsl:copy>
-</xsl:template>
-
-<xsl:template match="text()|processing-instruction()|comment()" mode="insert.fo.text">
- <xsl:param name="mark" select="'?'"/>
-
- <xsl:if test="not(preceding::text())">
- <xsl:copy-of select="$mark"/>
- </xsl:if>
-
- <xsl:copy/>
-</xsl:template>
-
-<xsl:template match="processing-instruction()|comment()" mode="insert.fo.text">
- <xsl:param name="mark" select="'?'"/>
- <xsl:copy/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/fo.xsl b/wicket-userdocs/lib/docbook-xsl/fo/fo.xsl
deleted file mode 100644
index ead2d1b..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/fo.xsl
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: fo.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<xsl:template name="anchor">
- <xsl:param name="node" select="."/>
- <xsl:param name="conditional" select="1"/>
- <xsl:variable name="id">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$node"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:if test="$conditional = 0 or $node/@id">
- <xsl:attribute name="id"><xsl:value-of select="$id"/></xsl:attribute>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="dingbat">
- <xsl:param name="dingbat">bullet</xsl:param>
- <xsl:variable name="symbol">
- <xsl:choose>
- <xsl:when test="$dingbat='bullet'">o</xsl:when>
- <xsl:when test="$dingbat='copyright'">©</xsl:when>
- <xsl:when test="$dingbat='trademark'">™</xsl:when>
- <xsl:when test="$dingbat='trade'">™</xsl:when>
- <xsl:when test="$dingbat='registered'">®</xsl:when>
- <xsl:when test="$dingbat='service'">(SM)</xsl:when>
- <xsl:when test="$dingbat='ldquo'">"</xsl:when>
- <xsl:when test="$dingbat='rdquo'">"</xsl:when>
- <xsl:when test="$dingbat='lsquo'">'</xsl:when>
- <xsl:when test="$dingbat='rsquo'">'</xsl:when>
- <xsl:when test="$dingbat='em-dash'">--</xsl:when>
- <xsl:when test="$dingbat='en-dash'">-</xsl:when>
- <xsl:otherwise>o</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$dingbat.font.family = ''">
- <xsl:copy-of select="$symbol"/>
- </xsl:when>
- <xsl:otherwise>
- <fo:inline font-family="{$dingbat.font.family}">
- <xsl:copy-of select="$symbol"/>
- </fo:inline>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/footnote.xsl b/wicket-userdocs/lib/docbook-xsl/fo/footnote.xsl
deleted file mode 100644
index ea33c27..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/footnote.xsl
+++ /dev/null
@@ -1,173 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:exsl="http://exslt.org/common"
- exclude-result-prefixes="exsl"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: footnote.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<xsl:template name="format.footnote.mark">
- <xsl:param name="mark" select="'?'"/>
- <fo:inline baseline-shift="super" font-size="90%">
- <xsl:copy-of select="$mark"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="footnote">
- <xsl:choose>
- <xsl:when test="ancestor::tgroup">
- <xsl:call-template name="format.footnote.mark">
- <xsl:with-param name="mark">
- <xsl:apply-templates select="." mode="footnote.number"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <fo:footnote>
- <fo:inline>
- <xsl:call-template name="format.footnote.mark">
- <xsl:with-param name="mark">
- <xsl:apply-templates select="." mode="footnote.number"/>
- </xsl:with-param>
- </xsl:call-template>
- </fo:inline>
- <fo:footnote-body font-family="{$body.font.family}"
- font-size="{$footnote.font.size}">
- <xsl:apply-templates/>
- </fo:footnote-body>
- </fo:footnote>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="footnoteref">
- <xsl:variable name="footnote" select="key('id',@linkend)"/>
- <xsl:call-template name="format.footnote.mark">
- <xsl:with-param name="mark">
- <xsl:apply-templates select="$footnote" mode="footnote.number"/>
- </xsl:with-param>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template match="footnote" mode="footnote.number">
- <xsl:choose>
- <xsl:when test="ancestor::tgroup">
- <xsl:variable name="tfnum">
- <xsl:number level="any" from="table|informaltable" format="1"/>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="string-length($table.footnote.number.symbols) >= $tfnum">
- <xsl:value-of select="substring($table.footnote.number.symbols, $tfnum, 1)"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:number level="any" from="tgroup"
- format="{$table.footnote.number.format}"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:variable name="pfoot" select="preceding::footnote"/>
- <xsl:variable name="ptfoot" select="preceding::tgroup//footnote"/>
- <xsl:variable name="fnum" select="count($pfoot) - count($ptfoot) + 1"/>
-
- <xsl:choose>
- <xsl:when test="string-length($footnote.number.symbols) >= $fnum">
- <xsl:value-of select="substring($footnote.number.symbols, $fnum, 1)"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:number value="$fnum" format="{$footnote.number.format}"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="*" mode="footnote.body.number">
- <xsl:variable name="footnote.mark">
- <xsl:call-template name="format.footnote.mark">
- <xsl:with-param name="mark">
- <xsl:apply-templates select="ancestor::footnote" mode="footnote.number"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="fo">
- <xsl:apply-templates select="."/>
- </xsl:variable>
-
- <xsl:variable name="fo-nodes" select="exsl:node-set($fo)"/>
-
- <xsl:choose>
- <xsl:when test="$fo-nodes//fo:block">
- <xsl:apply-templates select="$fo-nodes" mode="insert.fo.fnum">
- <xsl:with-param name="mark" select="$footnote.mark"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="$fo-nodes" mode="insert.fo.text">
- <xsl:with-param name="mark" select="$footnote.mark"/>
- </xsl:apply-templates>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="footnote/para[1]
- |footnote/simpara[1]
- |footnote/formalpara[1]"
- priority="2">
- <!-- this only works if the first thing in a footnote is a para, -->
- <!-- which is ok, because it usually is. -->
- <fo:block>
- <xsl:call-template name="format.footnote.mark">
- <xsl:with-param name="mark">
- <xsl:apply-templates select="ancestor::footnote" mode="footnote.number"/>
- </xsl:with-param>
- </xsl:call-template>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="footnote" name="process.footnote" mode="table.footnote.mode">
- <xsl:choose>
- <xsl:when test="local-name(*[1]) = 'para' or local-name(*[1]) = 'simpara'">
- <fo:block>
- <xsl:apply-templates/>
- </fo:block>
- </xsl:when>
-
- <xsl:when test="function-available('exsl:node-set')">
- <fo:block>
- <xsl:apply-templates select="*[1]" mode="footnote.body.number"/>
- <xsl:apply-templates select="*[position() > 1]"/>
- </fo:block>
- </xsl:when>
-
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>Warning: footnote number may not be generated </xsl:text>
- <xsl:text>correctly; </xsl:text>
- <xsl:value-of select="local-name(*[1])"/>
- <xsl:text> unexpected as first child of footnote.</xsl:text>
- </xsl:message>
- <fo:block>
- <xsl:apply-templates/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/fop.xsl b/wicket-userdocs/lib/docbook-xsl/fo/fop.xsl
deleted file mode 100644
index 81e9d65..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/fop.xsl
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version='1.0' encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:fox="http://xml.apache.org/fop/extensions"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: fop.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
- (c) Stephane Bline Peregrine Systems 2001
- Driver file to allow pdf bookmarking (based on fop implementation).
- ******************************************************************** -->
-<!--
-In PDF bookmarks can't be used characters with code>255. This version of file
-translates characters with code>255 back to ASCII.
-
- Pavel Zampach (zampach@volny.cz)
--->
-
-<xsl:variable name="a-dia" select=
-"'āăąćĉċčďđēĕėęěœĝğġģĥħĩīĭįıĵķĺļľŀłńņňŋōŏőŕŗřśŝşšţťŧũūŭůűųŵŷźżžĀĂĄĆĈĊČĎĐĒĔĖĘĚŒĜĞĠĢĤĦĨĪĬĮİĴĶĹĻĽĿŁŃŅŇŊŌŎŐŔŖŘŚŜŞŠŢŤŦŨŪŬŮŰŲŴŶŸŹŻŽ'"/>
-<xsl:variable name="a-asc" select=
-"'aaaccccddeeeeeegggghhiiiiijklllllnnnnooorrrsssstttuuuuuuwyzzzAAACCCCDDEEEEEEGGGGHHIIIIIJKLLLLLNNNNOOORRRSSSSTTTUUUUUUWYYZZZ'"/>
-
-<xsl:template match="*" mode="fop.outline">
- <xsl:apply-templates select="*" mode="fop.outline"/>
-</xsl:template>
-
-<xsl:template match="set|book|part|reference|preface|chapter|appendix|article
- |glossary|bibliography|index|setindex
- |refentry
- |sect1|sect2|sect3|sect4|sect5|section"
- mode="fop.outline">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
- <xsl:variable name="bookmark-label">
- <xsl:apply-templates select="." mode="object.title.markup"/>
- </xsl:variable>
-
- <!-- Put the root element bookmark at the same level as its children -->
- <!-- If the object is a set or book, generate a bookmark for the toc -->
-
- <xsl:choose>
- <xsl:when test="parent::*">
- <fox:outline internal-destination="{$id}">
- <fox:label>
- <xsl:value-of select="normalize-space(translate($bookmark-label, $a-dia, $a-asc))"/>
- </fox:label>
- <xsl:apply-templates select="*" mode="fop.outline"/>
- </fox:outline>
- </xsl:when>
- <xsl:otherwise>
- <fox:outline internal-destination="{$id}">
- <fox:label>
- <xsl:value-of select="normalize-space(translate($bookmark-label, $a-dia, $a-asc))"/>
- </fox:label>
- </fox:outline>
-
- <xsl:variable name="toc.params">
- <xsl:call-template name="find.path.params">
- <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:if test="contains($toc.params, 'toc')
- and section|sect1|refentry
- |article|bibliography|glossary
- |appendix">
- <fox:outline internal-destination="toc...{$id}">
- <fox:label>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'TableofContents'"/>
- </xsl:call-template>
- </fox:label>
- </fox:outline>
- </xsl:if>
- <xsl:apply-templates select="*" mode="fop.outline"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/formal.xsl b/wicket-userdocs/lib/docbook-xsl/fo/formal.xsl
deleted file mode 100644
index c448602..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/formal.xsl
+++ /dev/null
@@ -1,680 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: formal.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<xsl:template name="formal.object">
- <xsl:param name="placement" select="'before'"/>
-
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="content">
- <xsl:if test="$placement = 'before'">
- <xsl:call-template name="formal.object.heading">
- <xsl:with-param name="placement" select="$placement"/>
- </xsl:call-template>
- </xsl:if>
- <xsl:apply-templates/>
- <xsl:if test="$placement != 'before'">
- <xsl:call-template name="formal.object.heading">
- <xsl:with-param name="placement" select="$placement"/>
- </xsl:call-template>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="local-name(.) = 'figure'">
- <fo:block id="{$id}"
- xsl:use-attribute-sets="figure.properties">
- <xsl:copy-of select="$content"/>
- </fo:block>
- </xsl:when>
- <xsl:when test="local-name(.) = 'example'">
- <fo:block id="{$id}"
- xsl:use-attribute-sets="example.properties">
- <xsl:copy-of select="$content"/>
- </fo:block>
- </xsl:when>
- <xsl:when test="local-name(.) = 'equation'">
- <fo:block id="{$id}"
- xsl:use-attribute-sets="equation.properties">
- <xsl:copy-of select="$content"/>
- </fo:block>
- </xsl:when>
- <xsl:when test="local-name(.) = 'table'">
- <fo:block id="{$id}"
- xsl:use-attribute-sets="table.properties">
- <xsl:copy-of select="$content"/>
- </fo:block>
- </xsl:when>
- <xsl:when test="local-name(.) = 'procedure'">
- <fo:block id="{$id}"
- xsl:use-attribute-sets="procedure.properties">
- <xsl:copy-of select="$content"/>
- </fo:block>
- </xsl:when>
- <xsl:otherwise>
- <fo:block id="{$id}"
- xsl:use-attribute-sets="formal.object.properties">
- <xsl:copy-of select="$content"/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="formal.object.heading">
- <xsl:param name="object" select="."/>
- <xsl:param name="placement" select="'before'"/>
-
- <fo:block xsl:use-attribute-sets="formal.title.properties">
- <xsl:choose>
- <xsl:when test="$placement = 'before'">
- <xsl:attribute
- name="keep-with-next.within-column">always</xsl:attribute>
- </xsl:when>
- <xsl:otherwise>
- <xsl:attribute
- name="keep-with-previous.within-column">always</xsl:attribute>
- </xsl:otherwise>
- </xsl:choose>
- <xsl:apply-templates select="$object" mode="object.title.markup">
- <xsl:with-param name="allow-anchors" select="1"/>
- </xsl:apply-templates>
- </fo:block>
-</xsl:template>
-
-<xsl:template name="informal.object">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="local-name(.) = 'equation'">
- <fo:block id="{$id}"
- xsl:use-attribute-sets="equation.properties">
- <xsl:apply-templates/>
- </fo:block>
- </xsl:when>
- <xsl:when test="local-name(.) = 'procedure'">
- <fo:block id="{$id}"
- xsl:use-attribute-sets="procedure.properties">
- <xsl:apply-templates/>
- </fo:block>
- </xsl:when>
- <xsl:otherwise>
- <fo:block id="{$id}">
- <xsl:apply-templates/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="semiformal.object">
- <xsl:param name="placement" select="'before'"/>
- <xsl:choose>
- <xsl:when test="./title">
- <xsl:call-template name="formal.object">
- <xsl:with-param name="placement" select="$placement"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="informal.object"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="figure">
- <xsl:variable name="param.placement"
- select="substring-after(normalize-space($formal.title.placement),
- concat(local-name(.), ' '))"/>
-
- <xsl:variable name="placement">
- <xsl:choose>
- <xsl:when test="contains($param.placement, ' ')">
- <xsl:value-of select="substring-before($param.placement, ' ')"/>
- </xsl:when>
- <xsl:when test="$param.placement = ''">before</xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$param.placement"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <!-- Get align value from internal mediaobject -->
- <xsl:variable name="align">
- <xsl:if test="mediaobject|mediaobjectco|screenshot|graphic|graphicco">
- <xsl:variable name="olist" select="mediaobject/imageobject
- |mediaobject/imageobjectco
- |mediaobject/videoobject
- |mediaobject/audioobject
- |mediaobject/textobject
-
- |mediaobjectco/imageobject
- |mediaobjectco/imageobjectco
- |mediaobjectco/videoobject
- |mediaobjectco/audioobject
- |mediaobjectco/textobject
-
- |screenshot/mediaobject/imageobject
- |screenshot/mediaobject/imageobjectco
- |screenshot/mediaobject/videoobject
- |screenshot/mediaobject/audioobject
- |screenshot/mediaobject/textobject
-
- |screenshot/mediaobjectco/imageobject
- |screenshot/mediaobjectco/imageobjectco
- |screenshot/mediaobjectco/videoobject
- |screenshot/mediaobjectco/audioobject
- |screenshot/mediaobjectco/textobject
-
- |graphic
- |graphicco/graphic
- |screenshot/graphic
- |screenshot/graphicco/graphic"/>
-
- <xsl:variable name="object.index">
- <xsl:call-template name="select.mediaobject.index">
- <xsl:with-param name="olist" select="$olist"/>
- <xsl:with-param name="count" select="1"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="object" select="$olist[position() = $object.index]"/>
-
- <xsl:value-of select="$object/imagedata[@align][1]/@align"/>
- </xsl:if>
- </xsl:variable>
-
-
- <xsl:variable name="figure">
- <xsl:choose>
- <xsl:when test="$align != ''">
- <fo:block>
- <xsl:attribute name="text-align">
- <xsl:value-of select="$align"/>
- </xsl:attribute>
- <xsl:call-template name="formal.object">
- <xsl:with-param name="placement" select="$placement"/>
- </xsl:call-template>
- </fo:block>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="formal.object">
- <xsl:with-param name="placement" select="$placement"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="@float and @float != 0">
- <fo:float>
- <xsl:attribute name="float">
- <xsl:choose>
- <xsl:when test="@float = 1">
- <xsl:value-of select="$default.float.class"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="@float"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- <xsl:copy-of select="$figure"/>
- </fo:float>
- </xsl:when>
- <xsl:otherwise>
- <xsl:copy-of select="$figure"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="example">
- <xsl:variable name="param.placement"
- select="substring-after(normalize-space($formal.title.placement),
- concat(local-name(.), ' '))"/>
-
- <xsl:variable name="placement">
- <xsl:choose>
- <xsl:when test="contains($param.placement, ' ')">
- <xsl:value-of select="substring-before($param.placement, ' ')"/>
- </xsl:when>
- <xsl:when test="$param.placement = ''">before</xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$param.placement"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <!-- Get align value from internal mediaobject -->
- <xsl:variable name="align">
- <xsl:if test="mediaobject">
- <xsl:variable name="olist" select="mediaobject/imageobject
- |mediaobject/imageobjectco
- |mediaobject/videoobject
- |mediaobject/audioobject
- |mediaobject/textobject"/>
-
- <xsl:variable name="object.index">
- <xsl:call-template name="select.mediaobject.index">
- <xsl:with-param name="olist" select="$olist"/>
- <xsl:with-param name="count" select="1"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="object" select="$olist[position() = $object.index]"/>
-
- <xsl:value-of select="$object/imagedata[@align][1]/@align"/>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$align != ''">
- <fo:block>
- <xsl:attribute name="text-align">
- <xsl:value-of select="$align"/>
- </xsl:attribute>
- <xsl:call-template name="formal.object">
- <xsl:with-param name="placement" select="$placement"/>
- </xsl:call-template>
- </fo:block>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="formal.object">
- <xsl:with-param name="placement" select="$placement"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-
-</xsl:template>
-
-<xsl:template name="table.frame">
- <xsl:variable name="frame">
- <xsl:choose>
- <xsl:when test="@frame">
- <xsl:value-of select="@frame"/>
- </xsl:when>
- <xsl:otherwise>all</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$frame='all'">
- <xsl:attribute name="border-left-style">
- <xsl:value-of select="$table.frame.border.style"/>
- </xsl:attribute>
- <xsl:attribute name="border-right-style">
- <xsl:value-of select="$table.frame.border.style"/>
- </xsl:attribute>
- <xsl:attribute name="border-top-style">
- <xsl:value-of select="$table.frame.border.style"/>
- </xsl:attribute>
- <xsl:attribute name="border-bottom-style">
- <xsl:value-of select="$table.frame.border.style"/>
- </xsl:attribute>
- <xsl:attribute name="border-left-width">
- <xsl:value-of select="$table.frame.border.thickness"/>
- </xsl:attribute>
- <xsl:attribute name="border-right-width">
- <xsl:value-of select="$table.frame.border.thickness"/>
- </xsl:attribute>
- <xsl:attribute name="border-top-width">
- <xsl:value-of select="$table.frame.border.thickness"/>
- </xsl:attribute>
- <xsl:attribute name="border-bottom-width">
- <xsl:value-of select="$table.frame.border.thickness"/>
- </xsl:attribute>
- <xsl:attribute name="border-left-color">
- <xsl:value-of select="$table.frame.border.color"/>
- </xsl:attribute>
- <xsl:attribute name="border-right-color">
- <xsl:value-of select="$table.frame.border.color"/>
- </xsl:attribute>
- <xsl:attribute name="border-top-color">
- <xsl:value-of select="$table.frame.border.color"/>
- </xsl:attribute>
- <xsl:attribute name="border-bottom-color">
- <xsl:value-of select="$table.frame.border.color"/>
- </xsl:attribute>
- </xsl:when>
- <xsl:when test="$frame='bottom'">
- <xsl:attribute name="border-left-style">none</xsl:attribute>
- <xsl:attribute name="border-right-style">none</xsl:attribute>
- <xsl:attribute name="border-top-style">none</xsl:attribute>
- <xsl:attribute name="border-bottom-style">
- <xsl:value-of select="$table.frame.border.style"/>
- </xsl:attribute>
- <xsl:attribute name="border-bottom-width">
- <xsl:value-of select="$table.frame.border.thickness"/>
- </xsl:attribute>
- <xsl:attribute name="border-bottom-color">
- <xsl:value-of select="$table.frame.border.color"/>
- </xsl:attribute>
- </xsl:when>
- <xsl:when test="$frame='sides'">
- <xsl:attribute name="border-left-style">
- <xsl:value-of select="$table.frame.border.style"/>
- </xsl:attribute>
- <xsl:attribute name="border-right-style">
- <xsl:value-of select="$table.frame.border.style"/>
- </xsl:attribute>
- <xsl:attribute name="border-top-style">none</xsl:attribute>
- <xsl:attribute name="border-bottom-style">none</xsl:attribute>
- <xsl:attribute name="border-left-width">
- <xsl:value-of select="$table.frame.border.thickness"/>
- </xsl:attribute>
- <xsl:attribute name="border-right-width">
- <xsl:value-of select="$table.frame.border.thickness"/>
- </xsl:attribute>
- <xsl:attribute name="border-left-color">
- <xsl:value-of select="$table.frame.border.color"/>
- </xsl:attribute>
- <xsl:attribute name="border-right-color">
- <xsl:value-of select="$table.frame.border.color"/>
- </xsl:attribute>
- </xsl:when>
- <xsl:when test="$frame='top'">
- <xsl:attribute name="border-left-style">none</xsl:attribute>
- <xsl:attribute name="border-right-style">none</xsl:attribute>
- <xsl:attribute name="border-top-style">
- <xsl:value-of select="$table.frame.border.style"/>
- </xsl:attribute>
- <xsl:attribute name="border-bottom-style">none</xsl:attribute>
- <xsl:attribute name="border-top-width">
- <xsl:value-of select="$table.frame.border.thickness"/>
- </xsl:attribute>
- <xsl:attribute name="border-top-color">
- <xsl:value-of select="$table.frame.border.color"/>
- </xsl:attribute>
- </xsl:when>
- <xsl:when test="$frame='topbot'">
- <xsl:attribute name="border-left-style">none</xsl:attribute>
- <xsl:attribute name="border-right-style">none</xsl:attribute>
- <xsl:attribute name="border-top-style">
- <xsl:value-of select="$table.frame.border.style"/>
- </xsl:attribute>
- <xsl:attribute name="border-bottom-style">
- <xsl:value-of select="$table.frame.border.style"/>
- </xsl:attribute>
- <xsl:attribute name="border-top-width">
- <xsl:value-of select="$table.frame.border.thickness"/>
- </xsl:attribute>
- <xsl:attribute name="border-bottom-width">
- <xsl:value-of select="$table.frame.border.thickness"/>
- </xsl:attribute>
- <xsl:attribute name="border-top-color">
- <xsl:value-of select="$table.frame.border.color"/>
- </xsl:attribute>
- <xsl:attribute name="border-bottom-color">
- <xsl:value-of select="$table.frame.border.color"/>
- </xsl:attribute>
- </xsl:when>
- <xsl:when test="$frame='none'">
- <xsl:attribute name="border-left-style">none</xsl:attribute>
- <xsl:attribute name="border-right-style">none</xsl:attribute>
- <xsl:attribute name="border-top-style">none</xsl:attribute>
- <xsl:attribute name="border-bottom-style">none</xsl:attribute>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>Impossible frame on table: </xsl:text>
- <xsl:value-of select="$frame"/>
- </xsl:message>
- <xsl:attribute name="border-left-style">none</xsl:attribute>
- <xsl:attribute name="border-right-style">none</xsl:attribute>
- <xsl:attribute name="border-top-style">none</xsl:attribute>
- <xsl:attribute name="border-bottom-style">none</xsl:attribute>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="table">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="param.placement"
- select="substring-after(normalize-space($formal.title.placement),
- concat(local-name(.), ' '))"/>
-
- <xsl:variable name="placement">
- <xsl:choose>
- <xsl:when test="contains($param.placement, ' ')">
- <xsl:value-of select="substring-before($param.placement, ' ')"/>
- </xsl:when>
- <xsl:when test="$param.placement = ''">before</xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$param.placement"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="table.content">
- <fo:block id="{$id}"
- xsl:use-attribute-sets="formal.object.properties">
-
- <xsl:if test="$placement = 'before'">
- <xsl:call-template name="formal.object.heading">
- <xsl:with-param name="placement" select="$placement"/>
- </xsl:call-template>
- </xsl:if>
-
- <xsl:for-each select="tgroup">
- <xsl:variable name="prop-columns"
- select=".//colspec[contains(@colwidth, '*')]"/>
- <fo:table border-collapse="collapse">
- <xsl:call-template name="table.frame"/>
- <xsl:if test="following-sibling::tgroup">
- <xsl:attribute name="border-bottom-width">0pt</xsl:attribute>
- <xsl:attribute name="border-bottom-style">none</xsl:attribute>
- <xsl:attribute name="padding-bottom">0pt</xsl:attribute>
- <xsl:attribute name="margin-bottom">0pt</xsl:attribute>
- <xsl:attribute name="space-after">0pt</xsl:attribute>
- <xsl:attribute name="space-after.minimum">0pt</xsl:attribute>
- <xsl:attribute name="space-after.optimum">0pt</xsl:attribute>
- <xsl:attribute name="space-after.maximum">0pt</xsl:attribute>
- </xsl:if>
- <xsl:if test="preceding-sibling::tgroup">
- <xsl:attribute name="border-top-width">0pt</xsl:attribute>
- <xsl:attribute name="border-top-style">none</xsl:attribute>
- <xsl:attribute name="padding-top">0pt</xsl:attribute>
- <xsl:attribute name="margin-top">0pt</xsl:attribute>
- <xsl:attribute name="space-before">0pt</xsl:attribute>
- <xsl:attribute name="space-before.minimum">0pt</xsl:attribute>
- <xsl:attribute name="space-before.optimum">0pt</xsl:attribute>
- <xsl:attribute name="space-before.maximum">0pt</xsl:attribute>
- </xsl:if>
- <xsl:if test="count($prop-columns) != 0">
- <xsl:attribute name="table-layout">fixed</xsl:attribute>
- </xsl:if>
- <xsl:apply-templates select="."/>
- </fo:table>
- </xsl:for-each>
-
- <xsl:if test="$placement != 'before'">
- <xsl:call-template name="formal.object.heading">
- <xsl:with-param name="placement" select="$placement"/>
- </xsl:call-template>
- </xsl:if>
- </fo:block>
- </xsl:variable>
-
- <xsl:variable name="footnotes">
- <xsl:if test="tgroup//footnote">
- <fo:block font-family="{$body.font.family}"
- font-size="{$footnote.font.size}"
- keep-with-previous="always">
- <xsl:apply-templates select="tgroup//footnote" mode="table.footnote.mode"/>
- </fo:block>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="@orient='land'">
- <fo:block-container reference-orientation="90">
- <fo:block>
- <xsl:attribute name="span">
- <xsl:choose>
- <xsl:when test="@pgwide=1">all</xsl:when>
- <xsl:otherwise>none</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- <xsl:copy-of select="$table.content"/>
- <xsl:copy-of select="$footnotes"/>
- </fo:block>
- </fo:block-container>
- </xsl:when>
- <xsl:otherwise>
- <fo:block>
- <xsl:attribute name="span">
- <xsl:choose>
- <xsl:when test="@pgwide=1">all</xsl:when>
- <xsl:otherwise>none</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- <xsl:copy-of select="$table.content"/>
- <xsl:copy-of select="$footnotes"/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="equation">
- <xsl:variable name="param.placement"
- select="substring-after(normalize-space($formal.title.placement),
- concat(local-name(.), ' '))"/>
-
- <xsl:variable name="placement">
- <xsl:choose>
- <xsl:when test="contains($param.placement, ' ')">
- <xsl:value-of select="substring-before($param.placement, ' ')"/>
- </xsl:when>
- <xsl:when test="$param.placement = ''">before</xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$param.placement"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:call-template name="semiformal.object">
- <xsl:with-param name="placement" select="$placement"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template match="figure/title"></xsl:template>
-<xsl:template match="figure/titleabbrev"></xsl:template>
-<xsl:template match="table/title"></xsl:template>
-<xsl:template match="table/titleabbrev"></xsl:template>
-<xsl:template match="table/textobject"></xsl:template>
-<xsl:template match="example/title"></xsl:template>
-<xsl:template match="example/titleabbrev"></xsl:template>
-<xsl:template match="equation/title"></xsl:template>
-<xsl:template match="equation/titleabbrev"></xsl:template>
-
-<xsl:template match="informalfigure">
- <xsl:call-template name="informal.object"/>
-</xsl:template>
-
-<xsl:template match="informalexample">
- <xsl:call-template name="informal.object"/>
-</xsl:template>
-
-<xsl:template match="informaltable">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="table.content">
- <xsl:for-each select="tgroup">
- <xsl:variable name="prop-columns"
- select=".//colspec[contains(@colwidth, '*')]"/>
- <fo:table id="{$id}"
- border-collapse="collapse"
- xsl:use-attribute-sets="informal.object.properties">
- <xsl:call-template name="table.frame"/>
- <xsl:if test="following-sibling::tgroup">
- <xsl:attribute name="border-bottom-width">0pt</xsl:attribute>
- <xsl:attribute name="border-bottom-style">none</xsl:attribute>
- <xsl:attribute name="padding-bottom">0pt</xsl:attribute>
- <xsl:attribute name="margin-bottom">0pt</xsl:attribute>
- <xsl:attribute name="space-after">0pt</xsl:attribute>
- <xsl:attribute name="space-after.minimum">0pt</xsl:attribute>
- <xsl:attribute name="space-after.optimum">0pt</xsl:attribute>
- <xsl:attribute name="space-after.maximum">0pt</xsl:attribute>
- </xsl:if>
- <xsl:if test="preceding-sibling::tgroup">
- <xsl:attribute name="border-top-width">0pt</xsl:attribute>
- <xsl:attribute name="border-top-style">none</xsl:attribute>
- <xsl:attribute name="padding-top">0pt</xsl:attribute>
- <xsl:attribute name="margin-top">0pt</xsl:attribute>
- <xsl:attribute name="space-before">0pt</xsl:attribute>
- <xsl:attribute name="space-before.minimum">0pt</xsl:attribute>
- <xsl:attribute name="space-before.optimum">0pt</xsl:attribute>
- <xsl:attribute name="space-before.maximum">0pt</xsl:attribute>
- </xsl:if>
- <xsl:if test="count($prop-columns) != 0">
- <xsl:attribute name="table-layout">fixed</xsl:attribute>
- </xsl:if>
- <xsl:apply-templates select="."/>
- </fo:table>
- </xsl:for-each>
- </xsl:variable>
-
- <xsl:variable name="footnotes">
- <xsl:if test="tgroup//footnote">
- <fo:block font-family="{$body.font.family}"
- font-size="{$footnote.font.size}"
- keep-with-previous="always">
- <xsl:apply-templates select="tgroup//footnote" mode="table.footnote.mode"/>
- </fo:block>
- </xsl:if>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="@orient='land'">
- <fo:block-container reference-orientation="90">
- <fo:block>
- <xsl:attribute name="span">
- <xsl:choose>
- <xsl:when test="@pgwide=1">all</xsl:when>
- <xsl:otherwise>none</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- <xsl:copy-of select="$table.content"/>
- <xsl:copy-of select="$footnotes"/>
- </fo:block>
- </fo:block-container>
- </xsl:when>
- <xsl:otherwise>
- <fo:block>
- <xsl:attribute name="span">
- <xsl:choose>
- <xsl:when test="@pgwide=1">all</xsl:when>
- <xsl:otherwise>none</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- <xsl:copy-of select="$table.content"/>
- <xsl:copy-of select="$footnotes"/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="informaltable/textobject"></xsl:template>
-
-<xsl:template match="informalequation">
- <xsl:call-template name="informal.object"/>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/glossary.xsl b/wicket-userdocs/lib/docbook-xsl/fo/glossary.xsl
deleted file mode 100644
index 7b78938..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/glossary.xsl
+++ /dev/null
@@ -1,811 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: glossary.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-
-<xsl:template match="glossary">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
- <fo:block id="{$id}">
- <xsl:call-template name="make-glossary"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="glossdiv/title"/>
-<xsl:template match="glossdiv/subtitle"/>
-<xsl:template match="glossdiv/titleabbrev"/>
-
-<!-- ==================================================================== -->
-
-<xsl:template name="make-glossary">
- <xsl:param name="divs" select="glossdiv"/>
- <xsl:param name="entries" select="glossentry"/>
- <xsl:param name="preamble" select="*[not(self::title
- or self::subtitle
- or self::glossdiv
- or self::glossentry)]"/>
-
- <xsl:variable name="presentation">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'glossary-presentation'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="term-width">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'glossterm-width'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="width">
- <xsl:choose>
- <xsl:when test="$term-width = ''">
- <xsl:value-of select="$glossterm.width"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$term-width"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:call-template name="glossary.titlepage"/>
-
- <xsl:if test="$preamble">
- <xsl:apply-templates select="$preamble"/>
- </xsl:if>
-
- <xsl:choose>
- <xsl:when test="$presentation = 'list'">
- <xsl:apply-templates select="$divs" mode="glossary.as.list">
- <xsl:with-param name="width" select="$width"/>
- </xsl:apply-templates>
- <xsl:if test="$entries">
- <fo:list-block provisional-distance-between-starts="{$width}"
- provisional-label-separation="{$glossterm.separation}"
- xsl:use-attribute-sets="normal.para.spacing">
- <xsl:apply-templates select="$entries" mode="glossary.as.list"/>
- </fo:list-block>
- </xsl:if>
- </xsl:when>
- <xsl:when test="$presentation = 'blocks'">
- <xsl:apply-templates select="$divs" mode="glossary.as.blocks"/>
- <xsl:apply-templates select="$entries" mode="glossary.as.blocks"/>
- </xsl:when>
- <xsl:when test="$glossary.as.blocks != 0">
- <xsl:apply-templates select="$divs" mode="glossary.as.blocks"/>
- <xsl:apply-templates select="$entries" mode="glossary.as.blocks"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="$divs" mode="glossary.as.list">
- <xsl:with-param name="width" select="$width"/>
- </xsl:apply-templates>
- <xsl:if test="$entries">
- <fo:list-block provisional-distance-between-starts="{$width}"
- provisional-label-separation="{$glossterm.separation}"
- xsl:use-attribute-sets="normal.para.spacing">
- <xsl:apply-templates select="$entries" mode="glossary.as.list"/>
- </fo:list-block>
- </xsl:if>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="book/glossary|/glossary" priority="2">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster"/>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="make-glossary"/>
- </fo:flow>
- </fo:page-sequence>
-</xsl:template>
-
-<xsl:template match="glossary/glossaryinfo"></xsl:template>
-<xsl:template match="glossary/title"></xsl:template>
-<xsl:template match="glossary/subtitle"></xsl:template>
-<xsl:template match="glossary/titleabbrev"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="glosslist">
- <xsl:variable name="presentation">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'glosslist-presentation'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="term-width">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'glossterm-width'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="width">
- <xsl:choose>
- <xsl:when test="$term-width = ''">
- <xsl:value-of select="$glossterm.width"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$term-width"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$presentation = 'list'">
- <fo:list-block provisional-distance-between-starts="{$width}"
- provisional-label-separation="{$glossterm.separation}"
- xsl:use-attribute-sets="normal.para.spacing">
- <xsl:apply-templates mode="glossary.as.list"/>
- </fo:list-block>
- </xsl:when>
- <xsl:when test="$presentation = 'blocks'">
- <xsl:apply-templates mode="glossary.as.blocks"/>
- </xsl:when>
- <xsl:when test="$glosslist.as.blocks != 0">
- <xsl:apply-templates mode="glossary.as.blocks"/>
- </xsl:when>
- <xsl:otherwise>
- <fo:list-block provisional-distance-between-starts="{$width}"
- provisional-label-separation="{$glossterm.separation}"
- xsl:use-attribute-sets="normal.para.spacing">
- <xsl:apply-templates mode="glossary.as.list"/>
- </fo:list-block>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-<!-- Glossary collection -->
-
-<xsl:template match="glossary[@role='auto']" priority="2">
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
-
- <xsl:if test="$glossary.collection = ''">
- <xsl:message>
- <xsl:text>Warning: processing automatic glossary </xsl:text>
- <xsl:text>without a glossary.collection file.</xsl:text>
- </xsl:message>
- </xsl:if>
-
- <fo:block id="{$id}">
- <xsl:call-template name="make-auto-glossary"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template name="make-auto-glossary">
- <xsl:param name="collection" select="document($glossary.collection, .)"/>
- <xsl:param name="terms" select="//glossterm[not(parent::glossdef)]|//firstterm"/>
- <xsl:param name="preamble" select="*[not(self::title
- or self::subtitle
- or self::glossdiv
- or self::glossentry)]"/>
-
- <xsl:variable name="presentation">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'glossary-presentation'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="term-width">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'glossterm-width'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="width">
- <xsl:choose>
- <xsl:when test="$term-width = ''">
- <xsl:value-of select="$glossterm.width"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$term-width"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:if test="$glossary.collection = ''">
- <xsl:message>
- <xsl:text>Warning: processing automatic glossary </xsl:text>
- <xsl:text>without a glossary.collection file.</xsl:text>
- </xsl:message>
- </xsl:if>
-
- <xsl:call-template name="glossary.titlepage"/>
-
- <xsl:if test="$preamble">
- <xsl:apply-templates select="$preamble"/>
- </xsl:if>
-
- <xsl:choose>
- <xsl:when test="glossdiv and $collection//glossdiv">
- <xsl:for-each select="$collection//glossdiv">
- <!-- first see if there are any in this div -->
- <xsl:variable name="exist.test">
- <xsl:for-each select="glossentry">
- <xsl:variable name="cterm" select="glossterm"/>
- <xsl:if test="$terms[@baseform = $cterm or . = $cterm]">
- <xsl:value-of select="glossterm"/>
- </xsl:if>
- </xsl:for-each>
- </xsl:variable>
-
- <xsl:if test="$exist.test != ''">
- <xsl:choose>
- <xsl:when test="$presentation = 'list'">
- <xsl:apply-templates select="." mode="auto-glossary-as-list">
- <xsl:with-param name="width" select="$width"/>
- <xsl:with-param name="terms" select="$terms"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:when test="$presentation = 'blocks'">
- <xsl:apply-templates select="." mode="auto-glossary-as-blocks">
- <xsl:with-param name="terms" select="$terms"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:when test="$glossary.as.blocks != 0">
- <xsl:apply-templates select="." mode="auto-glossary-as-blocks">
- <xsl:with-param name="terms" select="$terms"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="." mode="auto-glossary-as-list">
- <xsl:with-param name="width" select="$width"/>
- <xsl:with-param name="terms" select="$terms"/>
- </xsl:apply-templates>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:if>
- </xsl:for-each>
- </xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="$presentation = 'list'">
- <fo:list-block provisional-distance-between-starts="{$width}"
- provisional-label-separation="{$glossterm.separation}"
- xsl:use-attribute-sets="normal.para.spacing">
- <xsl:for-each select="$collection//glossentry">
- <xsl:variable name="cterm" select="glossterm"/>
- <xsl:if test="$terms[@baseform = $cterm or . = $cterm]">
- <xsl:apply-templates select="." mode="auto-glossary-as-list"/>
- </xsl:if>
- </xsl:for-each>
- </fo:list-block>
- </xsl:when>
- <xsl:when test="$presentation = 'blocks'">
- <xsl:for-each select="$collection//glossentry">
- <xsl:variable name="cterm" select="glossterm"/>
- <xsl:if test="$terms[@baseform = $cterm or . = $cterm]">
- <xsl:apply-templates select="." mode="auto-glossary-as-blocks"/>
- </xsl:if>
- </xsl:for-each>
- </xsl:when>
- <xsl:when test="$glossary.as.blocks != 0">
- <xsl:for-each select="$collection//glossentry">
- <xsl:variable name="cterm" select="glossterm"/>
- <xsl:if test="$terms[@baseform = $cterm or . = $cterm]">
- <xsl:apply-templates select="." mode="auto-glossary-as-blocks"/>
- </xsl:if>
- </xsl:for-each>
- </xsl:when>
- <xsl:otherwise>
- <fo:list-block provisional-distance-between-starts="{$width}"
- provisional-label-separation="{$glossterm.separation}"
- xsl:use-attribute-sets="normal.para.spacing">
- <xsl:for-each select="$collection//glossentry">
- <xsl:variable name="cterm" select="glossterm"/>
- <xsl:if test="$terms[@baseform = $cterm or . = $cterm]">
- <xsl:apply-templates select="." mode="auto-glossary-as-list"/>
- </xsl:if>
- </xsl:for-each>
- </fo:list-block>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="book/glossary[@role='auto']|/glossary[@role='auto']" priority="2.5">
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
-
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster"/>
- </xsl:variable>
-
- <xsl:if test="$glossary.collection = ''">
- <xsl:message>
- <xsl:text>Warning: processing automatic glossary </xsl:text>
- <xsl:text>without a glossary.collection file.</xsl:text>
- </xsl:message>
- </xsl:if>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="make-auto-glossary"/>
- </fo:flow>
- </fo:page-sequence>
-</xsl:template>
-
-<xsl:template match="glossdiv" mode="auto-glossary-as-list">
- <xsl:param name="width" select="$glossterm.width"/>
- <xsl:param name="terms" select="."/>
-
- <xsl:variable name="preamble"
- select="*[not(self::title
- or self::subtitle
- or self::glossentry)]"/>
-
- <xsl:call-template name="glossdiv.titlepage"/>
-
- <xsl:apply-templates select="$preamble"/>
-
- <fo:list-block provisional-distance-between-starts="{$width}"
- provisional-label-separation="{$glossterm.separation}"
- xsl:use-attribute-sets="normal.para.spacing">
- <xsl:for-each select="glossentry">
- <xsl:variable name="cterm" select="glossterm"/>
- <xsl:if test="$terms[@baseform = $cterm or . = $cterm]">
- <xsl:apply-templates select="." mode="auto-glossary-as-list"/>
- </xsl:if>
- </xsl:for-each>
- </fo:list-block>
-</xsl:template>
-
-<xsl:template match="glossentry" mode="auto-glossary-as-list">
- <xsl:apply-templates select="." mode="glossary.as.list"/>
-</xsl:template>
-
-<xsl:template match="glossdiv" mode="auto-glossary-as-blocks">
- <xsl:param name="terms" select="."/>
-
- <xsl:variable name="preamble"
- select="*[not(self::title
- or self::subtitle
- or self::glossentry)]"/>
-
- <xsl:call-template name="glossdiv.titlepage"/>
-
- <xsl:apply-templates select="$preamble"/>
-
- <xsl:for-each select="glossentry">
- <xsl:variable name="cterm" select="glossterm"/>
- <xsl:if test="$terms[@baseform = $cterm or . = $cterm]">
- <xsl:apply-templates select="." mode="auto-glossary-as-blocks"/>
- </xsl:if>
- </xsl:for-each>
-</xsl:template>
-
-<xsl:template match="glossentry" mode="auto-glossary-as-blocks">
- <xsl:apply-templates select="." mode="glossary.as.blocks"/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-<!-- Format glossary as a list -->
-
-<xsl:template match="glossdiv" mode="glossary.as.list">
- <xsl:param name="width" select="$glossterm.width"/>
-
- <xsl:variable name="entries" select="glossentry"/>
- <xsl:variable name="preamble"
- select="*[not(self::title
- or self::subtitle
- or self::glossentry)]"/>
-
- <xsl:call-template name="glossdiv.titlepage"/>
-
- <xsl:apply-templates select="$preamble"/>
-
- <fo:list-block provisional-distance-between-starts="{$width}"
- provisional-label-separation="{$glossterm.separation}"
- xsl:use-attribute-sets="normal.para.spacing">
- <xsl:apply-templates select="$entries" mode="glossary.as.list"/>
- </fo:list-block>
-</xsl:template>
-
-<!--
-GlossEntry ::=
- GlossTerm, Acronym?, Abbrev?,
- (IndexTerm)*,
- RevHistory?,
- (GlossSee | GlossDef+)
--->
-
-<xsl:template match="glossentry" mode="glossary.as.list">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <fo:list-item xsl:use-attribute-sets="normal.para.spacing">
- <xsl:call-template name="anchor">
- <xsl:with-param name="conditional">
- <xsl:choose>
- <xsl:when test="$glossterm.auto.link != 0
- or $glossary.collection != ''">0</xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
-
- <fo:list-item-label end-indent="label-end()">
- <fo:block>
- <xsl:choose>
- <xsl:when test="$glossentry.show.acronym = 'primary'">
- <xsl:choose>
- <xsl:when test="acronym|abbrev">
- <xsl:apply-templates select="acronym|abbrev" mode="glossary.as.list"/>
- <xsl:text> (</xsl:text>
- <xsl:apply-templates select="glossterm" mode="glossary.as.list"/>
- <xsl:text>)</xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="glossterm" mode="glossary.as.list"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
-
- <xsl:when test="$glossentry.show.acronym = 'yes'">
- <xsl:apply-templates select="glossterm" mode="glossary.as.list"/>
-
- <xsl:if test="acronym|abbrev">
- <xsl:text> (</xsl:text>
- <xsl:apply-templates select="acronym|abbrev" mode="glossary.as.list"/>
- <xsl:text>)</xsl:text>
- </xsl:if>
- </xsl:when>
-
- <xsl:otherwise>
- <xsl:apply-templates select="glossterm" mode="glossary.as.list"/>
- </xsl:otherwise>
- </xsl:choose>
- <xsl:apply-templates select="indexterm"/>
- </fo:block>
- </fo:list-item-label>
-
- <fo:list-item-body start-indent="body-start()">
- <xsl:apply-templates select="glosssee|glossdef" mode="glossary.as.list"/>
- </fo:list-item-body>
- </fo:list-item>
-</xsl:template>
-
-<xsl:template match="glossentry/glossterm" mode="glossary.as.list">
- <xsl:apply-templates/>
- <xsl:if test="following-sibling::glossterm">, </xsl:if>
-</xsl:template>
-
-<xsl:template match="glossentry/acronym" mode="glossary.as.list">
- <xsl:apply-templates/>
- <xsl:if test="following-sibling::acronym|following-sibling::abbrev">, </xsl:if>
-</xsl:template>
-
-<xsl:template match="glossentry/abbrev" mode="glossary.as.list">
- <xsl:apply-templates/>
- <xsl:if test="following-sibling::acronym|following-sibling::abbrev">, </xsl:if>
-</xsl:template>
-
-<xsl:template match="glossentry/revhistory" mode="glossary.as.list">
-</xsl:template>
-
-<xsl:template match="glossentry/glosssee" mode="glossary.as.list">
- <xsl:variable name="otherterm" select="@otherterm"/>
- <xsl:variable name="targets" select="//node()[@id=$otherterm]"/>
- <xsl:variable name="target" select="$targets[1]"/>
-
- <fo:block>
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'glossary'"/>
- <xsl:with-param name="name" select="'see'"/>
- </xsl:call-template>
- <xsl:choose>
- <xsl:when test="$target">
- <xsl:apply-templates select="$target" mode="xref"/>
- </xsl:when>
- <xsl:when test="$otherterm != '' and not($target)">
- <xsl:message>
- <xsl:text>Warning: glosssee @otherterm reference not found: </xsl:text>
- <xsl:value-of select="$otherterm"/>
- </xsl:message>
- <xsl:apply-templates mode="glossary.as.list"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates mode="glossary.as.list"/>
- </xsl:otherwise>
- </xsl:choose>
- <xsl:text>.</xsl:text>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="glossentry/glossdef" mode="glossary.as.list">
- <xsl:apply-templates select="*[local-name(.) != 'glossseealso']"/>
- <xsl:if test="glossseealso">
- <fo:block>
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'glossary'"/>
- <xsl:with-param name="name" select="'seealso'"/>
- </xsl:call-template>
- <xsl:apply-templates select="glossseealso" mode="glossary.as.list"/>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="glossentry/glossdef/para[1]|glossentry/glossdef/simpara[1]"
- mode="glossary.as.list">
- <fo:block>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="glossseealso" mode="glossary.as.list">
- <xsl:variable name="otherterm" select="@otherterm"/>
- <xsl:variable name="targets" select="//node()[@id=$otherterm]"/>
- <xsl:variable name="target" select="$targets[1]"/>
-
- <xsl:choose>
- <xsl:when test="$target">
- <xsl:apply-templates select="$target" mode="xref"/>
- </xsl:when>
- <xsl:when test="$otherterm != '' and not($target)">
- <xsl:message>
- <xsl:text>Warning: glossseealso @otherterm reference not found: </xsl:text>
- <xsl:value-of select="$otherterm"/>
- </xsl:message>
- <xsl:apply-templates mode="glossary.as.list"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates mode="glossary.as.list"/>
- </xsl:otherwise>
- </xsl:choose>
-
- <xsl:choose>
- <xsl:when test="position() = last()">
- <xsl:text>.</xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text>, </xsl:text>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-<!-- Format glossary blocks -->
-
-<xsl:template match="glossdiv" mode="glossary.as.blocks">
- <xsl:variable name="entries" select="glossentry"/>
- <xsl:variable name="preamble"
- select="*[not(self::title
- or self::subtitle
- or self::glossentry)]"/>
-
- <xsl:call-template name="glossdiv.titlepage"/>
-
- <xsl:apply-templates select="$preamble"/>
-
- <xsl:apply-templates select="$entries" mode="glossary.as.blocks"/>
-</xsl:template>
-
-<!--
-GlossEntry ::=
- GlossTerm, Acronym?, Abbrev?,
- (IndexTerm)*,
- RevHistory?,
- (GlossSee | GlossDef+)
--->
-
-<xsl:template match="glossentry" mode="glossary.as.blocks">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <fo:block xsl:use-attribute-sets="list.block.spacing">
- <xsl:call-template name="anchor">
- <xsl:with-param name="conditional">
- <xsl:choose>
- <xsl:when test="$glossterm.auto.link != 0
- or $glossary.collection != ''">0</xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
-
- <xsl:choose>
- <xsl:when test="$glossentry.show.acronym = 'primary'">
- <xsl:choose>
- <xsl:when test="acronym|abbrev">
- <xsl:apply-templates select="acronym|abbrev" mode="glossary.as.blocks"/>
- <xsl:text> (</xsl:text>
- <xsl:apply-templates select="glossterm" mode="glossary.as.blocks"/>
- <xsl:text>)</xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="glossterm" mode="glossary.as.blocks"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
-
- <xsl:when test="$glossentry.show.acronym = 'yes'">
- <xsl:apply-templates select="glossterm" mode="glossary.as.blocks"/>
-
- <xsl:if test="acronym|abbrev">
- <xsl:text> (</xsl:text>
- <xsl:apply-templates select="acronym|abbrev" mode="glossary.as.blocks"/>
- <xsl:text>)</xsl:text>
- </xsl:if>
- </xsl:when>
-
- <xsl:otherwise>
- <xsl:apply-templates select="glossterm" mode="glossary.as.blocks"/>
- </xsl:otherwise>
- </xsl:choose>
-
- <xsl:apply-templates select="indexterm"/>
- </fo:block>
-
- <fo:block margin-left="0.25in">
- <xsl:apply-templates select="glosssee|glossdef" mode="glossary.as.blocks"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="glossentry/glossterm" mode="glossary.as.blocks">
- <xsl:apply-templates/>
- <xsl:if test="following-sibling::glossterm">, </xsl:if>
-</xsl:template>
-
-<xsl:template match="glossentry/acronym" mode="glossary.as.blocks">
- <xsl:apply-templates/>
- <xsl:if test="following-sibling::acronym|following-sibling::abbrev">, </xsl:if>
-</xsl:template>
-
-<xsl:template match="glossentry/abbrev" mode="glossary.as.blocks">
- <xsl:apply-templates/>
- <xsl:if test="following-sibling::acronym|following-sibling::abbrev">, </xsl:if>
-</xsl:template>
-
-<xsl:template match="glossentry/glosssee" mode="glossary.as.blocks">
- <xsl:variable name="otherterm" select="@otherterm"/>
- <xsl:variable name="targets" select="//node()[@id=$otherterm]"/>
- <xsl:variable name="target" select="$targets[1]"/>
-
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'glossary'"/>
- <xsl:with-param name="name" select="'see'"/>
- </xsl:call-template>
- <xsl:choose>
- <xsl:when test="$target">
- <xsl:apply-templates select="$target" mode="xref"/>
- </xsl:when>
- <xsl:when test="$otherterm != '' and not($target)">
- <xsl:message>
- <xsl:text>Warning: glosssee @otherterm reference not found: </xsl:text>
- <xsl:value-of select="$otherterm"/>
- </xsl:message>
- <xsl:apply-templates mode="glossary.as.blocks"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates mode="glossary.as.blocks"/>
- </xsl:otherwise>
- </xsl:choose>
- <xsl:text>.</xsl:text>
-</xsl:template>
-
-<xsl:template match="glossentry/glossdef" mode="glossary.as.blocks">
- <xsl:apply-templates select="*[local-name(.) != 'glossseealso']"/>
- <xsl:if test="glossseealso">
- <fo:block>
- <xsl:call-template name="gentext.template">
- <xsl:with-param name="context" select="'glossary'"/>
- <xsl:with-param name="name" select="'seealso'"/>
- </xsl:call-template>
- <xsl:apply-templates select="glossseealso" mode="glossary.as.blocks"/>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="glossentry/glossdef/para[1]|glossentry/glossdef/simpara[1]"
- mode="glossary.as.blocks">
- <fo:block>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="glossseealso" mode="glossary.as.blocks">
- <xsl:variable name="otherterm" select="@otherterm"/>
- <xsl:variable name="targets" select="//node()[@id=$otherterm]"/>
- <xsl:variable name="target" select="$targets[1]"/>
-
- <xsl:choose>
- <xsl:when test="$target">
- <xsl:apply-templates select="$target" mode="xref"/>
- </xsl:when>
- <xsl:when test="$otherterm != '' and not($target)">
- <xsl:message>
- <xsl:text>Warning: glossseealso @otherterm reference not found: </xsl:text>
- <xsl:value-of select="$otherterm"/>
- </xsl:message>
- <xsl:apply-templates mode="glossary.as.blocks"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates mode="glossary.as.blocks"/>
- </xsl:otherwise>
- </xsl:choose>
-
- <xsl:choose>
- <xsl:when test="position() = last()">
- <xsl:text>.</xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text>, </xsl:text>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/graphics.xsl b/wicket-userdocs/lib/docbook-xsl/fo/graphics.xsl
deleted file mode 100644
index 4243829..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/graphics.xsl
+++ /dev/null
@@ -1,520 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:stext="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.TextFactory"
- xmlns:xtext="com.nwalsh.xalan.Text"
- xmlns:lxslt="http://xml.apache.org/xslt"
- exclude-result-prefixes="xlink stext xtext lxslt"
- extension-element-prefixes="stext xtext"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: graphics.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- Contributors:
- Colin Paul Adams, <colin@colina.demon.co.uk>
- Paul Grosso, <pgrosso@arbortext.com>
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-<!-- Graphic format tests for the FO backend -->
-
-<xsl:param name="graphic.notations">
- <!-- n.b. exactly one leading space, one trailing space, and one inter-word space -->
- <xsl:choose>
- <xsl:when test="$passivetex.extensions != 0">
- <xsl:text> PNG PDF JPG JPEG linespecific </xsl:text>
- </xsl:when>
- <xsl:when test="$fop.extensions != 0">
- <xsl:text> SVG PNG PDF JPG JPEG linespecific </xsl:text>
- </xsl:when>
- <xsl:when test="$arbortext.extensions != 0">
- <xsl:text> PNG PDF JPG JPEG linespecific GIF GIF87a GIF89a TIFF BMP </xsl:text>
- </xsl:when>
- <xsl:when test="$xep.extensions != 0">
- <xsl:text> SVG PNG PDF JPG JPEG linespecific GIF GIF87a GIF89a TIFF BMP </xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text> PNG PDF JPG JPEG linespecific GIF GIF87a GIF89a TIFF BMP </xsl:text>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:param>
-
-<xsl:template name="is.graphic.format">
- <xsl:param name="format"/>
- <xsl:if test="contains($graphic.notations, concat(' ',$format,' '))">1</xsl:if>
-</xsl:template>
-
-<xsl:param name="graphic.extensions">
- <!-- n.b. exactly one leading space, one trailing space, and one inter-word space -->
- <xsl:choose>
- <xsl:when test="$passivetex.extensions != 0">
- <xsl:text> png pdf jpg jpeg </xsl:text>
- </xsl:when>
- <xsl:when test="$fop.extensions != 0">
- <xsl:text> svg png pdf jpg jpeg </xsl:text>
- </xsl:when>
- <xsl:when test="$arbortext.extensions != 0">
- <xsl:text> png pdf jpg jpeg gif tif tiff bmp </xsl:text>
- </xsl:when>
- <xsl:when test="$xep.extensions != 0">
- <xsl:text> svg png pdf jpg jpeg gif tif tiff bmp </xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text> png pdf jpg jpeg gif tif tiff bmp </xsl:text>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:param>
-
-<xsl:template name="is.graphic.extension">
- <xsl:param name="ext"/>
- <xsl:if test="contains($graphic.extensions, concat(' ', $ext, ' '))">1</xsl:if>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="screenshot">
- <fo:block>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="screeninfo">
-</xsl:template>
-
-<!-- ==================================================================== -->
-<!-- Override these templates for FO -->
-<!-- ==================================================================== -->
-
-<xsl:template name="process.image">
- <!-- When this template is called, the current node should be -->
- <!-- a graphic, inlinegraphic, imagedata, or videodata. All -->
- <!-- those elements have the same set of attributes, so we can -->
- <!-- handle them all in one place. -->
-
- <xsl:variable name="scalefit">
- <xsl:choose>
- <xsl:when test="$ignore.image.scaling != 0">0</xsl:when>
- <xsl:when test="@contentwidth or @contentdepth">0</xsl:when>
- <xsl:when test="@scale">0</xsl:when>
- <xsl:when test="@scalefit"><xsl:value-of select="@scalefit"/></xsl:when>
- <xsl:when test="@width or @depth">1</xsl:when>
- <xsl:otherwise>0</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="scale">
- <xsl:choose>
- <xsl:when test="$ignore.image.scaling != 0">0</xsl:when>
- <xsl:when test="@contentwidth or @contentdepth">1.0</xsl:when>
- <xsl:when test="@scale">
- <xsl:value-of select="@scale div 100.0"/>
- </xsl:when>
- <xsl:otherwise>1.0</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="filename">
- <xsl:choose>
- <xsl:when test="local-name(.) = 'graphic'
- or local-name(.) = 'inlinegraphic'">
- <!-- handle legacy graphic and inlinegraphic by new template -->
- <xsl:call-template name="mediaobject.filename">
- <xsl:with-param name="object" select="."/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <!-- imagedata, videodata, audiodata -->
- <xsl:call-template name="mediaobject.filename">
- <xsl:with-param name="object" select=".."/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="bgcolor">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="../processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'background-color'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <fo:external-graphic>
- <xsl:attribute name="src">
- <xsl:call-template name="fo-external-image">
- <xsl:with-param name="filename" select="$filename"/>
- </xsl:call-template>
- </xsl:attribute>
-
- <xsl:attribute name="width">
- <xsl:choose>
- <xsl:when test="$ignore.image.scaling != 0">auto</xsl:when>
- <xsl:when test="contains(@width,'%')">
- <xsl:value-of select="@width"/>
- </xsl:when>
- <xsl:when test="@width">
- <xsl:call-template name="length-spec">
- <xsl:with-param name="length" select="@width"/>
- <xsl:with-param name="default.units" select="'px'"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>auto</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
-
- <xsl:attribute name="height">
- <xsl:choose>
- <xsl:when test="$ignore.image.scaling != 0">auto</xsl:when>
- <xsl:when test="contains(@depth,'%')">
- <xsl:value-of select="@depth"/>
- </xsl:when>
- <xsl:when test="@depth">
- <xsl:call-template name="length-spec">
- <xsl:with-param name="length" select="@depth"/>
- <xsl:with-param name="default.units" select="'px'"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>auto</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
-
- <xsl:attribute name="content-width">
- <xsl:choose>
- <xsl:when test="$ignore.image.scaling != 0">auto</xsl:when>
- <xsl:when test="contains(@contentwidth,'%')">
- <xsl:value-of select="@contentwidth"/>
- </xsl:when>
- <xsl:when test="@contentwidth">
- <xsl:call-template name="length-spec">
- <xsl:with-param name="length" select="@contentwidth"/>
- <xsl:with-param name="default.units" select="'px'"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="number($scale) != 1.0">
- <xsl:value-of select="$scale * 100"/>
- <xsl:text>%</xsl:text>
- </xsl:when>
- <xsl:otherwise>auto</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
-
- <xsl:attribute name="content-height">
- <xsl:choose>
- <xsl:when test="$ignore.image.scaling != 0">auto</xsl:when>
- <xsl:when test="contains(@contentdepth,'%')">
- <xsl:value-of select="@contentdepth"/>
- </xsl:when>
- <xsl:when test="@contentdepth">
- <xsl:call-template name="length-spec">
- <xsl:with-param name="length" select="@contentdepth"/>
- <xsl:with-param name="default.units" select="'px'"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="number($scale) != 1.0">
- <xsl:value-of select="$scale * 100"/>
- <xsl:text>%</xsl:text>
- </xsl:when>
- <xsl:otherwise>auto</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
-
- <xsl:if test="$bgcolor != ''">
- <xsl:attribute name="background-color">
- <xsl:value-of select="$bgcolor"/>
- </xsl:attribute>
- </xsl:if>
-
- <xsl:if test="@align">
- <xsl:attribute name="text-align">
- <xsl:value-of select="@align"/>
- </xsl:attribute>
- </xsl:if>
-
- <xsl:if test="@valign">
- <xsl:attribute name="display-align">
- <xsl:choose>
- <xsl:when test="@valign = 'top'">before</xsl:when>
- <xsl:when test="@valign = 'middle'">center</xsl:when>
- <xsl:when test="@valign = 'bottom'">after</xsl:when>
- <xsl:otherwise>auto</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- </xsl:if>
- </fo:external-graphic>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="graphic">
- <xsl:choose>
- <xsl:when test="../inlineequation">
- <xsl:call-template name="process.image"/>
- </xsl:when>
- <xsl:otherwise>
- <fo:block>
- <xsl:if test="@align">
- <xsl:attribute name="text-align">
- <xsl:value-of select="@align"/>
- </xsl:attribute>
- </xsl:if>
- <xsl:call-template name="process.image"/>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="inlinegraphic">
- <xsl:variable name="vendor" select="system-property('xsl:vendor')"/>
- <xsl:variable name="filename">
- <xsl:choose>
- <xsl:when test="@entityref">
- <xsl:value-of select="unparsed-entity-uri(@entityref)"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="@fileref"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="@format='linespecific'">
- <xsl:choose>
- <xsl:when test="$use.extensions != '0'
- and $textinsert.extension != '0'">
- <xsl:choose>
- <xsl:when test="contains($vendor, 'SAXON')">
- <stext:insertfile href="{$filename}"/>
- </xsl:when>
- <xsl:when test="contains($vendor, 'Apache Software Foundation')">
- <xtext:insertfile href="{$filename}"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message terminate="yes">
- <xsl:text>Don't know how to insert files with </xsl:text>
- <xsl:value-of select="$vendor"/>
- </xsl:message>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <a xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"
- href="{$filename}"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="process.image"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="mediaobject|mediaobjectco">
-
- <xsl:variable name="olist" select="imageobject|imageobjectco
- |videoobject|audioobject
- |textobject"/>
-
- <xsl:variable name="object.index">
- <xsl:call-template name="select.mediaobject.index">
- <xsl:with-param name="olist" select="$olist"/>
- <xsl:with-param name="count" select="1"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="object" select="$olist[position() = $object.index]"/>
-
- <xsl:variable name="align">
- <xsl:value-of select="$object/imagedata[@align][1]/@align"/>
- </xsl:variable>
-
- <fo:block>
- <xsl:if test="$align != '' ">
- <xsl:attribute name="text-align">
- <xsl:value-of select="$align"/>
- </xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="$object"/>
- <xsl:apply-templates select="caption"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="inlinemediaobject">
- <xsl:call-template name="select.mediaobject"/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="imageobjectco">
- <xsl:apply-templates select="imageobject"/>
- <xsl:apply-templates select="calloutlist"/>
-</xsl:template>
-
-<xsl:template match="imageobject">
- <xsl:choose>
- <xsl:when test="imagedata">
- <xsl:apply-templates select="imagedata"/>
- </xsl:when>
- <xsl:otherwise>
- <fo:instream-foreign-object>
- <xsl:apply-templates mode="copy-all"/>
- </fo:instream-foreign-object>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="*" mode="copy-all">
- <xsl:copy>
- <xsl:for-each select="@*">
- <xsl:copy/>
- </xsl:for-each>
- <xsl:apply-templates mode="copy-all"/>
- </xsl:copy>
-</xsl:template>
-
-<xsl:template match="text()|comment()|processing-instruction()" mode="copy-all">
- <xsl:copy/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="imagedata">
- <xsl:variable name="vendor" select="system-property('xsl:vendor')"/>
- <xsl:variable name="filename">
- <xsl:call-template name="mediaobject.filename">
- <xsl:with-param name="object" select=".."/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="@format='linespecific'">
- <xsl:choose>
- <xsl:when test="$use.extensions != '0'
- and $textinsert.extension != '0'">
- <xsl:choose>
- <xsl:when test="contains($vendor, 'SAXON')">
- <stext:insertfile href="{$filename}"/>
- </xsl:when>
- <xsl:when test="contains($vendor, 'Apache Software Foundation')">
- <xtext:insertfile href="{$filename}"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message terminate="yes">
- <xsl:text>Don't know how to insert files with </xsl:text>
- <xsl:value-of select="$vendor"/>
- </xsl:message>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <a xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"
- href="{$filename}"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="process.image"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="videoobject">
- <xsl:apply-templates select="videodata"/>
-</xsl:template>
-
-<xsl:template match="videodata">
- <xsl:call-template name="process.image"/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="audioobject">
- <xsl:apply-templates select="audiodata"/>
-</xsl:template>
-
-<xsl:template match="audiodata">
- <xsl:call-template name="process.image"/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="textobject">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="textdata">
- <xsl:variable name="filename">
- <xsl:choose>
- <xsl:when test="@entityref">
- <xsl:value-of select="unparsed-entity-uri(@entityref)"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="@fileref"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$use.extensions != '0'
- and $textinsert.extension != '0'">
- <xsl:choose>
- <xsl:when test="element-available('stext:insertfile')">
- <stext:insertfile href="{$filename}"/>
- </xsl:when>
- <xsl:when test="element-available('xtext:insertfile')">
- <xtext:insertfile href="{$filename}"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message terminate="yes">
- <xsl:text>No insertfile extension available.</xsl:text>
- </xsl:message>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <a xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"
- href="{$filename}"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="caption">
- <fo:block>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template name="fo-external-image">
- <xsl:param name="filename"/>
-
- <xsl:choose>
- <xsl:when test="$passivetex.extensions != 0
- or $fop.extensions != 0
- or $arbortext.extensions != 0">
- <xsl:value-of select="$filename"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="concat('url(', $filename, ')')"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/index.xsl b/wicket-userdocs/lib/docbook-xsl/fo/index.xsl
deleted file mode 100644
index e32f3f3..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/index.xsl
+++ /dev/null
@@ -1,326 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: index.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-
-<xsl:template match="index">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:if test="$generate.index != 0">
- <xsl:choose>
- <xsl:when test="$make.index.markup != 0">
- <fo:block>
- <xsl:call-template name="generate-index-markup">
- <xsl:with-param name="scope" select="(ancestor::book|/)[last()]"/>
- </xsl:call-template>
- </fo:block>
- </xsl:when>
- <xsl:otherwise>
- <fo:block id="{$id}">
- <xsl:call-template name="index.titlepage"/>
- <xsl:apply-templates/>
- <xsl:if test="count(indexentry) = 0 and count(indexdiv) = 0">
- <xsl:call-template name="generate-index">
- <xsl:with-param name="scope" select="(ancestor::book|/)[last()]"/>
- </xsl:call-template>
- </xsl:if>
- </fo:block>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="book/index|part/index">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:if test="$generate.index != 0">
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster">
- <xsl:with-param name="pageclass">
- <xsl:if test="$make.index.markup != 0">body</xsl:if>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="index.titlepage"/>
- <xsl:apply-templates/>
- <xsl:if test="count(indexentry) = 0 and count(indexdiv) = 0">
-
- <xsl:choose>
- <xsl:when test="$make.index.markup != 0">
- <fo:block wrap-option='no-wrap'
- white-space-collapse='false'
- xsl:use-attribute-sets="monospace.verbatim.properties"
- linefeed-treatment="preserve">
- <xsl:call-template name="generate-index-markup">
- <xsl:with-param name="scope" select="(ancestor::book|/)[last()]"/>
- </xsl:call-template>
- </fo:block>
- </xsl:when>
- <xsl:when test="indexentry|indexdiv/indexentry">
- <xsl:apply-templates/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="generate-index">
- <xsl:with-param name="scope" select="(ancestor::book|/)[last()]"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:if>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="setindex">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:if test="$generate.index != 0">
- <xsl:variable name="master-reference">
- <xsl:call-template name="select.pagemaster">
- <xsl:with-param name="pageclass">
- <xsl:choose>
- <xsl:when test="$make.index.markup != 0">body</xsl:when>
- <xsl:otherwise>index</xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:variable>
-
- <fo:page-sequence id="{$id}"
- hyphenate="{$hyphenate}"
- master-reference="{$master-reference}">
- <xsl:attribute name="language">
- <xsl:call-template name="l10n.language"/>
- </xsl:attribute>
- <xsl:attribute name="format">
- <xsl:call-template name="page.number.format"/>
- </xsl:attribute>
- <xsl:if test="$double.sided != 0">
- <xsl:attribute name="initial-page-number">auto-odd</xsl:attribute>
- </xsl:if>
-
- <xsl:apply-templates select="." mode="running.head.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
- <xsl:apply-templates select="." mode="running.foot.mode">
- <xsl:with-param name="master-reference" select="$master-reference"/>
- </xsl:apply-templates>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:call-template name="setindex.titlepage"/>
- <xsl:apply-templates/>
- <xsl:if test="count(indexentry) = 0 and count(indexdiv) = 0">
-
- <xsl:choose>
- <xsl:when test="$make.index.markup != 0">
- <fo:block wrap-option='no-wrap'
- white-space-collapse='false'
- xsl:use-attribute-sets="monospace.verbatim.properties"
- linefeed-treatment="preserve">
- <xsl:call-template name="generate-index-markup">
- <xsl:with-param name="scope" select="/"/>
- </xsl:call-template>
- </fo:block>
- </xsl:when>
- <xsl:when test="indexentry|indexdiv/indexentry">
- <xsl:apply-templates/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="generate-index">
- <xsl:with-param name="scope" select="/"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:if>
- </fo:flow>
- </fo:page-sequence>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="index/title"></xsl:template>
-<xsl:template match="index/subtitle"></xsl:template>
-<xsl:template match="index/titleabbrev"></xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template name="indexdiv.title">
- <xsl:param name="title"/>
- <xsl:param name="titlecontent"/>
-
- <fo:block margin-left="{$title.margin.left}"
- font-size="14.4pt"
- font-family="{$title.font.family}"
- font-weight="bold"
- keep-with-next.within-column="always"
- space-before.optimum="{$body.font.master}pt"
- space-before.minimum="{$body.font.master * 0.8}pt"
- space-before.maximum="{$body.font.master * 1.2}pt">
- <xsl:choose>
- <xsl:when test="$title">
- <xsl:apply-templates select="$title" mode="object.title.markup">
- <xsl:with-param name="allow-anchors" select="1"/>
- </xsl:apply-templates>
- </xsl:when>
- <xsl:otherwise>
- <xsl:copy-of select="$titlecontent"/>
- </xsl:otherwise>
- </xsl:choose>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="indexdiv">
- <fo:block>
- <xsl:call-template name="indexdiv.titlepage"/>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="indexdiv/title"/>
-<xsl:template match="indexdiv/subtitle"/>
-<xsl:template match="indexdiv/titleabbrev"/>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="indexterm">
- <fo:wrapper>
- <xsl:attribute name="id">
- <xsl:call-template name="object.id"/>
- </xsl:attribute>
- <xsl:comment>
- <xsl:call-template name="comment-escape-string">
- <xsl:with-param name="string">
- <xsl:value-of select="primary"/>
- <xsl:if test="secondary">
- <xsl:text>, </xsl:text>
- <xsl:value-of select="secondary"/>
- </xsl:if>
- <xsl:if test="tertiary">
- <xsl:text>, </xsl:text>
- <xsl:value-of select="tertiary"/>
- </xsl:if>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:comment>
- </fo:wrapper>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="indexentry">
- <fo:block>
- <!-- don't process 'seeie's from here -->
- <xsl:apply-templates select="primaryie|secondaryie|tertiaryie|seealsoie"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="primaryie">
- <fo:block>
- <xsl:apply-templates/>
- <xsl:if test="following-sibling::seeie">
- <xsl:text> (</xsl:text>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'see'"/>
- </xsl:call-template>
- <xsl:text> </xsl:text>
- <xsl:apply-templates select="following-sibling::seeie"/>
- <xsl:text>)</xsl:text>
- </xsl:if>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="secondaryie">
- <fo:block start-indent="1pc">
- <xsl:apply-templates/>
- <xsl:if test="following-sibling::seeie">
- <xsl:text> (</xsl:text>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'see'"/>
- </xsl:call-template>
- <xsl:text> </xsl:text>
- <xsl:apply-templates select="following-sibling::seeie"/>
- <xsl:text>)</xsl:text>
- </xsl:if>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="tertiaryie">
- <fo:block start-indent="2pc">
- <xsl:apply-templates/>
- <xsl:if test="following-sibling::seeie">
- <xsl:text> (</xsl:text>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'see'"/>
- </xsl:call-template>
- <xsl:text> </xsl:text>
- <xsl:apply-templates select="following-sibling::seeie"/>
- <xsl:text>)</xsl:text>
- </xsl:if>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="seeie">
- <fo:inline>
- <xsl:apply-templates/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="seealsoie">
- <fo:block>
- <xsl:attribute name="start-indent">
- <xsl:choose>
- <xsl:when test="preceding-sibling::tertiaryie">3pc</xsl:when>
- <xsl:when test="preceding-sibling::secondaryie">2pc</xsl:when>
- <xsl:otherwise>1pc</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- <xsl:text>(</xsl:text>
- <xsl:call-template name="gentext">
- <xsl:with-param name="key" select="'seealso'"/>
- </xsl:call-template>
- <xsl:text> </xsl:text>
- <xsl:apply-templates/>
- <xsl:text>)</xsl:text>
- </fo:block>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/info.xsl b/wicket-userdocs/lib/docbook-xsl/fo/info.xsl
deleted file mode 100644
index 2f8b029..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/info.xsl
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: info.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- These templates define the "default behavior" for info
- elements. Even if you don't process the *info wrappers,
- some of these elements are needed because the elements are
- processed from named templates that are called with modes.
- Since modes aren't sticky, these rules apply.
- (TODO: clarify this comment) -->
-
-<!-- ==================================================================== -->
-<!-- called from named templates in a given mode -->
-
-<xsl:template match="corpauthor">
- <fo:inline>
- <xsl:apply-templates/>
- </fo:inline>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/inline.xsl b/wicket-userdocs/lib/docbook-xsl/fo/inline.xsl
deleted file mode 100644
index 0eff334..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/inline.xsl
+++ /dev/null
@@ -1,872 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:xlink='http://www.w3.org/1999/xlink'
- exclude-result-prefixes="xlink"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: inline.xsl,v 1.1 2004/03/01 10:26:07 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<xsl:template name="simple.xlink">
- <xsl:param name="node" select="."/>
- <xsl:param name="content">
- <xsl:apply-templates/>
- </xsl:param>
-
- <xsl:choose>
- <xsl:when test="$node/@xlink:type='simple' and $node/@xlink:href">
- <fo:basic-link>
- <xsl:attribute name="href">
- <xsl:choose>
- <!-- if the href starts with # and does not contain an "(" -->
- <!-- or if the href starts with #xpointer(id(, it's just an ID -->
- <xsl:when test="starts-with(@xlink:href,'#')
- and (not(contains(@xlink:href,'('))
- or starts-with(@xlink:href,'#xpointer(id('))">
- <xsl:variable name="idref">
- <xsl:call-template name="xpointer.idref">
- <xsl:with-param name="xpointer" select="@xlink:href"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="targets" select="key('id',$idref)"/>
- <xsl:variable name="target" select="$targets[1]"/>
-
- <xsl:call-template name="check.id.unique">
- <xsl:with-param name="linkend" select="@linkend"/>
- </xsl:call-template>
-
- <xsl:choose>
- <xsl:when test="count($target) = 0">
- <xsl:message>
- <xsl:text>XLink to nonexistent id: </xsl:text>
- <xsl:value-of select="$idref"/>
- </xsl:message>
- <xsl:text>???</xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:attribute name="internal-destination">
- <xsl:value-of select="$target/@id"/>
- </xsl:attribute>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
-
- <!-- otherwise it's a URI -->
- <xsl:otherwise>
- <xsl:attribute name="internal-destination">
- <xsl:value-of select="@xlink.href"/>
- </xsl:attribute>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- <xsl:copy-of select="$content"/>
- </fo:basic-link>
- </xsl:when>
- <xsl:otherwise>
- <xsl:copy-of select="$content"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="inline.charseq">
- <xsl:param name="content">
- <xsl:apply-templates/>
- </xsl:param>
- <xsl:copy-of select="$content"/>
-</xsl:template>
-
-<xsl:template name="inline.monoseq">
- <xsl:param name="content">
- <xsl:apply-templates/>
- </xsl:param>
- <fo:inline xsl:use-attribute-sets="monospace.properties">
- <xsl:copy-of select="$content"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template name="inline.boldseq">
- <xsl:param name="content">
- <xsl:apply-templates/>
- </xsl:param>
- <fo:inline font-weight="bold">
- <xsl:copy-of select="$content"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template name="inline.italicseq">
- <xsl:param name="content">
- <xsl:apply-templates/>
- </xsl:param>
- <fo:inline font-style="italic">
- <xsl:copy-of select="$content"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template name="inline.boldmonoseq">
- <xsl:param name="content">
- <xsl:apply-templates/>
- </xsl:param>
- <fo:inline font-weight="bold" xsl:use-attribute-sets="monospace.properties">
- <xsl:copy-of select="$content"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template name="inline.italicmonoseq">
- <xsl:param name="content">
- <xsl:apply-templates/>
- </xsl:param>
- <fo:inline font-style="italic" xsl:use-attribute-sets="monospace.properties">
- <xsl:copy-of select="$content"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template name="inline.superscriptseq">
- <xsl:param name="content">
- <xsl:apply-templates/>
- </xsl:param>
- <fo:inline baseline-shift="super">
- <xsl:copy-of select="$content"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template name="inline.subscriptseq">
- <xsl:param name="content">
- <xsl:apply-templates/>
- </xsl:param>
- <fo:inline baseline-shift="sub">
- <xsl:copy-of select="$content"/>
- </fo:inline>
-</xsl:template>
-
-<!-- ==================================================================== -->
-<!-- some special cases -->
-
-<xsl:template match="author">
- <xsl:call-template name="person.name"/>
-</xsl:template>
-
-<xsl:template match="editor">
- <xsl:call-template name="person.name"/>
-</xsl:template>
-
-<xsl:template match="othercredit">
- <xsl:call-template name="person.name"/>
-</xsl:template>
-
-<xsl:template match="authorinitials">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="accel">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="action">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="application">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="classname">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="exceptionname">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="interfacename">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="methodname">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="command">
- <xsl:call-template name="inline.boldseq"/>
-</xsl:template>
-
-<xsl:template match="computeroutput">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="constant">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="database">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="errorcode">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="errorname">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="errortype">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="errortext">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="envar">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="filename">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="function">
- <xsl:choose>
- <xsl:when test="$function.parens != '0'
- and (parameter or function or replaceable)">
- <xsl:variable name="nodes" select="text()|*"/>
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <xsl:call-template name="simple.xlink">
- <xsl:with-param name="content">
- <xsl:apply-templates select="$nodes[1]"/>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:with-param>
- </xsl:call-template>
- <xsl:text>(</xsl:text>
- <xsl:apply-templates select="$nodes[position()>1]"/>
- <xsl:text>)</xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="inline.monoseq"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="function/parameter" priority="2">
- <xsl:call-template name="inline.italicmonoseq"/>
- <xsl:if test="following-sibling::*">
- <xsl:text>, </xsl:text>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="function/replaceable" priority="2">
- <xsl:call-template name="inline.italicmonoseq"/>
- <xsl:if test="following-sibling::*">
- <xsl:text>, </xsl:text>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="guibutton">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="guiicon">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="guilabel">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="guimenu">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="guimenuitem">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="guisubmenu">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="hardware">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="interface">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="interfacedefinition">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="keycap">
- <xsl:call-template name="inline.boldseq"/>
-</xsl:template>
-
-<xsl:template match="keycode">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="keysym">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="literal">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="medialabel">
- <xsl:call-template name="inline.italicseq"/>
-</xsl:template>
-
-<xsl:template match="shortcut">
- <xsl:call-template name="inline.boldseq"/>
-</xsl:template>
-
-<xsl:template match="mousebutton">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="option">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="parameter">
- <xsl:call-template name="inline.italicmonoseq"/>
-</xsl:template>
-
-<xsl:template match="property">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="prompt">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="replaceable">
- <xsl:call-template name="inline.italicmonoseq"/>
-</xsl:template>
-
-<xsl:template match="returnvalue">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="structfield">
- <xsl:call-template name="inline.italicmonoseq"/>
-</xsl:template>
-
-<xsl:template match="structname">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="symbol">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="systemitem">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="token">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="type">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="userinput">
- <xsl:call-template name="inline.boldmonoseq"/>
-</xsl:template>
-
-<xsl:template match="abbrev">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="acronym">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="citerefentry">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="citetitle">
- <xsl:choose>
- <xsl:when test="@pubwork = 'article'">
- <xsl:call-template name="gentext.startquote"/>
- <xsl:call-template name="inline.charseq"/>
- <xsl:call-template name="gentext.endquote"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="inline.italicseq"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="emphasis">
- <xsl:variable name="depth">
- <xsl:call-template name="dot.count">
- <xsl:with-param name="string"><xsl:number level="multiple"/></xsl:with-param>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="@role='bold'">
- <xsl:call-template name="inline.boldseq"/>
- </xsl:when>
- <xsl:when test="@role='underline'">
- <fo:inline text-decoration="underline">
- <xsl:call-template name="inline.charseq"/>
- </fo:inline>
- </xsl:when>
- <xsl:when test="@role='strikethrough'">
- <fo:inline text-decoration="line-through">
- <xsl:call-template name="inline.charseq"/>
- </fo:inline>
- </xsl:when>
- <xsl:otherwise>
- <xsl:choose>
- <xsl:when test="$depth mod 2 = 1">
- <fo:inline font-style="normal">
- <xsl:apply-templates/>
- </fo:inline>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="inline.italicseq"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="foreignphrase">
- <xsl:call-template name="inline.italicseq"/>
-</xsl:template>
-
-<xsl:template match="markup">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="phrase">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="quote">
- <xsl:variable name="depth">
- <xsl:call-template name="dot.count">
- <xsl:with-param name="string"><xsl:number level="multiple"/></xsl:with-param>
- </xsl:call-template>
- </xsl:variable>
- <xsl:choose>
- <xsl:when test="$depth mod 2 = 0">
- <xsl:call-template name="gentext.startquote"/>
- <xsl:call-template name="inline.charseq"/>
- <xsl:call-template name="gentext.endquote"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="gentext.nestedstartquote"/>
- <xsl:call-template name="inline.charseq"/>
- <xsl:call-template name="gentext.nestedendquote"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="varname">
- <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
-<xsl:template match="wordasword">
- <xsl:call-template name="inline.italicseq"/>
-</xsl:template>
-
-<xsl:template match="lineannotation">
- <fo:inline font-style="italic">
- <xsl:call-template name="inline.charseq"/>
- </fo:inline>
-</xsl:template>
-
-<xsl:template match="superscript">
- <xsl:call-template name="inline.superscriptseq"/>
-</xsl:template>
-
-<xsl:template match="subscript">
- <xsl:call-template name="inline.subscriptseq"/>
-</xsl:template>
-
-<xsl:template match="trademark">
- <xsl:call-template name="inline.charseq"/>
- <xsl:if test="@class">
- <xsl:call-template name="dingbat">
- <xsl:with-param name="dingbat" select="@class"/>
- </xsl:call-template>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="firstterm">
- <xsl:call-template name="glossterm">
- <xsl:with-param name="firstterm" select="1"/>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template match="glossterm" name="glossterm">
- <xsl:param name="firstterm" select="0"/>
-
- <xsl:choose>
- <xsl:when test="($firstterm.only.link = 0 or $firstterm = 1) and @linkend">
- <fo:basic-link internal-destination="{@linkend}"
- xsl:use-attribute-sets="xref.properties">
- <xsl:call-template name="inline.charseq"/>
- </fo:basic-link>
- </xsl:when>
-
- <xsl:when test="not(@linkend)
- and ($firstterm.only.link = 0 or $firstterm = 1)
- and $glossary.collection != ''">
- <xsl:variable name="term">
- <xsl:choose>
- <xsl:when test="@baseform"><xsl:value-of select="@baseform"/></xsl:when>
- <xsl:otherwise><xsl:value-of select="."/></xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
- <xsl:variable name="cterm"
- select="(document($glossary.collection,.)//glossentry[glossterm=$term])[1]"/>
-
- <xsl:choose>
- <xsl:when test="not($cterm)">
- <xsl:message>
- <xsl:text>There's no entry for </xsl:text>
- <xsl:value-of select="$term"/>
- <xsl:text> in </xsl:text>
- <xsl:value-of select="$glossary.collection"/>
- </xsl:message>
- <xsl:call-template name="inline.italicseq"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:variable name="id">
- <xsl:text>gl.</xsl:text>
- <xsl:choose>
- <xsl:when test="$cterm/@id">
- <xsl:value-of select="$cterm/@id"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="generate-id($cterm)"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
- <fo:basic-link internal-destination="{$id}"
- xsl:use-attribute-sets="xref.properties">
- <xsl:call-template name="inline.italicseq"/>
- </fo:basic-link>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
-
- <xsl:when test="not(@linkend)
- and ($firstterm.only.link = 0 or $firstterm = 1)
- and $glossterm.auto.link != 0">
- <xsl:variable name="term">
- <xsl:choose>
- <xsl:when test="@baseform">
- <xsl:value-of select="@baseform"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="."/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="targets"
- select="//glossentry[glossterm=$term or glossterm/@baseform=$term]"/>
-
- <xsl:variable name="target" select="$targets[1]"/>
-
- <xsl:choose>
- <xsl:when test="count($targets)=0">
- <xsl:message>
- <xsl:text>Error: no glossentry for glossterm: </xsl:text>
- <xsl:value-of select="."/>
- <xsl:text>.</xsl:text>
- </xsl:message>
- <xsl:call-template name="inline.italicseq"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:variable name="termid">
- <xsl:call-template name="object.id">
- <xsl:with-param name="object" select="$target"/>
- </xsl:call-template>
- </xsl:variable>
-
- <fo:basic-link internal-destination="{$termid}"
- xsl:use-attribute-sets="xref.properties">
- <xsl:call-template name="inline.charseq"/>
- </fo:basic-link>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="inline.italicseq"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="sgmltag">
- <xsl:variable name="class">
- <xsl:choose>
- <xsl:when test="@class">
- <xsl:value-of select="@class"/>
- </xsl:when>
- <xsl:otherwise>element</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$class='attribute'">
- <xsl:call-template name="inline.monoseq"/>
- </xsl:when>
- <xsl:when test="$class='attvalue'">
- <xsl:call-template name="inline.monoseq"/>
- </xsl:when>
- <xsl:when test="$class='element'">
- <xsl:call-template name="inline.monoseq"/>
- </xsl:when>
- <xsl:when test="$class='endtag'">
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <xsl:text></</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>></xsl:text>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$class='genentity'">
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <xsl:text>&</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>;</xsl:text>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$class='numcharref'">
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <xsl:text>&#</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>;</xsl:text>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$class='paramentity'">
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <xsl:text>%</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>;</xsl:text>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$class='pi'">
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <xsl:text><?</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>></xsl:text>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$class='xmlpi'">
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <xsl:text><?</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>?></xsl:text>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$class='starttag'">
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <xsl:text><</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>></xsl:text>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$class='emptytag'">
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <xsl:text><</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>/></xsl:text>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:when test="$class='sgmlcomment'">
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <xsl:text><!--</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>--></xsl:text>
- </xsl:with-param>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="inline.charseq"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="email">
- <xsl:call-template name="inline.monoseq">
- <xsl:with-param name="content">
- <fo:inline keep-together.within-line="always" hyphenate="false">
- <xsl:text><</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>></xsl:text>
- </fo:inline>
- </xsl:with-param>
- </xsl:call-template>
-</xsl:template>
-
-<xsl:template match="keycombo">
- <xsl:variable name="action" select="@action"/>
- <xsl:variable name="joinchar">
- <xsl:choose>
- <xsl:when test="$action='seq'"><xsl:text> </xsl:text></xsl:when>
- <xsl:when test="$action='simul'">+</xsl:when>
- <xsl:when test="$action='press'">-</xsl:when>
- <xsl:when test="$action='click'">-</xsl:when>
- <xsl:when test="$action='double-click'">-</xsl:when>
- <xsl:when test="$action='other'"></xsl:when>
- <xsl:otherwise>-</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
- <xsl:for-each select="*">
- <xsl:if test="position()>1"><xsl:value-of select="$joinchar"/></xsl:if>
- <xsl:apply-templates select="."/>
- </xsl:for-each>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="menuchoice">
- <xsl:variable name="shortcut" select="./shortcut"/>
- <xsl:call-template name="process.menuchoice"/>
- <xsl:if test="$shortcut">
- <xsl:text> (</xsl:text>
- <xsl:apply-templates select="$shortcut"/>
- <xsl:text>)</xsl:text>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="process.menuchoice">
- <xsl:param name="nodelist" select="guibutton|guiicon|guilabel|guimenu|guimenuitem|guisubmenu|interface"/><!-- not(shortcut) -->
- <xsl:param name="count" select="1"/>
-
- <xsl:choose>
- <xsl:when test="$count>count($nodelist)"></xsl:when>
- <xsl:when test="$count=1">
- <xsl:apply-templates select="$nodelist[$count=position()]"/>
- <xsl:call-template name="process.menuchoice">
- <xsl:with-param name="nodelist" select="$nodelist"/>
- <xsl:with-param name="count" select="$count+1"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:variable name="node" select="$nodelist[$count=position()]"/>
- <xsl:choose>
- <xsl:when test="name($node)='guimenuitem'
- or name($node)='guisubmenu'">
- <xsl:value-of select="$menuchoice.menu.separator"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$menuchoice.separator"/>
- </xsl:otherwise>
- </xsl:choose>
- <xsl:apply-templates select="$node"/>
- <xsl:call-template name="process.menuchoice">
- <xsl:with-param name="nodelist" select="$nodelist"/>
- <xsl:with-param name="count" select="$count+1"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="optional">
- <xsl:value-of select="$arg.choice.opt.open.str"/>
- <xsl:call-template name="inline.charseq"/>
- <xsl:value-of select="$arg.choice.opt.close.str"/>
-</xsl:template>
-
-<xsl:template match="citation">
- <!-- todo: biblio-citation-check -->
- <xsl:text>[</xsl:text>
- <xsl:call-template name="inline.charseq"/>
- <xsl:text>]</xsl:text>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="comment|remark">
- <xsl:if test="$show.comments != 0">
- <fo:block font-style="italic">
- <xsl:call-template name="inline.charseq"/>
- </fo:block>
- </xsl:if>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="productname">
- <xsl:call-template name="inline.charseq"/>
- <xsl:if test="@class">
- <xsl:call-template name="dingbat">
- <xsl:with-param name="dingbat" select="@class"/>
- </xsl:call-template>
- </xsl:if>
-</xsl:template>
-
-<xsl:template match="productnumber">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="pob|street|city|state|postcode|country|otheraddr">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<xsl:template match="phone|fax">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<!-- in Addresses, for example -->
-<xsl:template match="honorific|firstname|surname|lineage|othername">
- <xsl:call-template name="inline.charseq"/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="personname">
- <xsl:call-template name="anchor"/>
- <xsl:call-template name="person.name"/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
-
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/keywords.xsl b/wicket-userdocs/lib/docbook-xsl/fo/keywords.xsl
deleted file mode 100644
index 6789824..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/keywords.xsl
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: keywords.xsl,v 1.1 2004/03/01 10:26:06 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<xsl:template match="keywordset"></xsl:template>
-<xsl:template match="subjectset"></xsl:template>
-
-<!-- ==================================================================== -->
-
-</xsl:stylesheet>
diff --git a/wicket-userdocs/lib/docbook-xsl/fo/lists.xsl b/wicket-userdocs/lib/docbook-xsl/fo/lists.xsl
deleted file mode 100644
index 6c7b961..0000000
--- a/wicket-userdocs/lib/docbook-xsl/fo/lists.xsl
+++ /dev/null
@@ -1,917 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version='1.0'>
-
-<!-- ********************************************************************
- $Id: lists.xsl,v 1.1 2004/03/01 10:26:07 eelco12 Exp $
- ********************************************************************
-
- This file is part of the XSL DocBook Stylesheet distribution.
- See ../README or http://nwalsh.com/docbook/xsl/ for copyright
- and other information.
-
- ******************************************************************** -->
-
-<!-- ==================================================================== -->
-
-<xsl:template match="itemizedlist">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="label-width">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'label-width'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="title">
- <xsl:apply-templates select="title" mode="list.title.mode"/>
- </xsl:if>
-
- <xsl:apply-templates select="*[not(self::listitem or self::title)]"/>
-
- <fo:list-block id="{$id}" xsl:use-attribute-sets="list.block.spacing"
- provisional-label-separation="0.2em">
- <xsl:attribute name="provisional-distance-between-starts">
- <xsl:choose>
- <xsl:when test="$label-width != ''">
- <xsl:value-of select="$label-width"/>
- </xsl:when>
- <xsl:otherwise>1.5em</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- <xsl:apply-templates select="listitem"/>
- </fo:list-block>
-</xsl:template>
-
-<xsl:template match="itemizedlist/title|orderedlist/title">
- <!--nop-->
-</xsl:template>
-
-<xsl:template match="variablelist/title" mode="vl.as.list">
- <!--nop-->
-</xsl:template>
-
-<xsl:template match="variablelist/title" mode="vl.as.blocks">
- <!--nop-->
-</xsl:template>
-
-<xsl:template match="itemizedlist/listitem">
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
-
- <xsl:variable name="itemsymbol">
- <xsl:call-template name="list.itemsymbol">
- <xsl:with-param name="node" select="parent::itemizedlist"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="item.contents">
- <fo:list-item-label end-indent="label-end()">
- <fo:block>
- <xsl:choose>
- <xsl:when test="$itemsymbol='disc'">•</xsl:when>
- <xsl:when test="$itemsymbol='bullet'">•</xsl:when>
- <!-- why do these symbols not work? -->
- <!--
- <xsl:when test="$itemsymbol='circle'">∘</xsl:when>
- <xsl:when test="$itemsymbol='round'">∘</xsl:when>
- <xsl:when test="$itemsymbol='square'">☐</xsl:when>
- <xsl:when test="$itemsymbol='box'">☐</xsl:when>
- -->
- <xsl:otherwise>•</xsl:otherwise>
- </xsl:choose>
- </fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <xsl:apply-templates/>
- </fo:list-item-body>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="parent::*/@spacing = 'compact'">
- <fo:list-item id="{$id}" xsl:use-attribute-sets="compact.list.item.spacing">
- <xsl:copy-of select="$item.contents"/>
- </fo:list-item>
- </xsl:when>
- <xsl:otherwise>
- <fo:list-item id="{$id}" xsl:use-attribute-sets="list.item.spacing">
- <xsl:copy-of select="$item.contents"/>
- </fo:list-item>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="orderedlist">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="label-width">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'label-width'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:if test="title">
- <xsl:apply-templates select="title" mode="list.title.mode"/>
- </xsl:if>
-
- <xsl:apply-templates select="*[not(self::listitem or self::title)]"/>
-
- <fo:list-block id="{$id}" xsl:use-attribute-sets="list.block.spacing"
- provisional-label-separation="0.2em">
- <xsl:attribute name="provisional-distance-between-starts">
- <xsl:choose>
- <xsl:when test="$label-width != ''">
- <xsl:value-of select="$label-width"/>
- </xsl:when>
- <xsl:otherwise>2em</xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- <xsl:apply-templates select="listitem"/>
- </fo:list-block>
-</xsl:template>
-
-<xsl:template match="orderedlist/listitem" mode="item-number">
- <xsl:variable name="numeration">
- <xsl:call-template name="list.numeration">
- <xsl:with-param name="node" select="parent::orderedlist"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="type">
- <xsl:choose>
- <xsl:when test="$numeration='arabic'">1.</xsl:when>
- <xsl:when test="$numeration='loweralpha'">a.</xsl:when>
- <xsl:when test="$numeration='lowerroman'">i.</xsl:when>
- <xsl:when test="$numeration='upperalpha'">A.</xsl:when>
- <xsl:when test="$numeration='upperroman'">I.</xsl:when>
- <!-- What!? This should never happen -->
- <xsl:otherwise>
- <xsl:message>
- <xsl:text>Unexpected numeration: </xsl:text>
- <xsl:value-of select="$numeration"/>
- </xsl:message>
- <xsl:value-of select="1."/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:variable name="item-number">
- <xsl:call-template name="orderedlist-item-number"/>
- </xsl:variable>
-
- <xsl:if test="parent::orderedlist/@inheritnum='inherit'
- and ancestor::listitem[parent::orderedlist]">
- <xsl:apply-templates select="ancestor::listitem[parent::orderedlist][1]"
- mode="item-number"/>
- </xsl:if>
-
- <xsl:number value="$item-number" format="{$type}"/>
-</xsl:template>
-
-<xsl:template match="orderedlist/listitem">
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
-
- <xsl:variable name="item.contents">
- <fo:list-item-label end-indent="label-end()">
- <fo:block>
- <xsl:apply-templates select="." mode="item-number"/>
- </fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <xsl:apply-templates/>
- </fo:list-item-body>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="parent::*/@spacing = 'compact'">
- <fo:list-item id="{$id}" xsl:use-attribute-sets="compact.list.item.spacing">
- <xsl:copy-of select="$item.contents"/>
- </fo:list-item>
- </xsl:when>
- <xsl:otherwise>
- <fo:list-item id="{$id}" xsl:use-attribute-sets="list.item.spacing">
- <xsl:copy-of select="$item.contents"/>
- </fo:list-item>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="listitem/*[1][local-name()='para' or
- local-name()='simpara' or
- local-name()='formalpara']
- |step/*[1][local-name()='para' or
- local-name()='simpara' or
- local-name()='formalpara']
- |callout/*[1][local-name()='para' or
- local-name()='simpara' or
- local-name()='formalpara']"
- priority="2">
- <fo:block>
- <xsl:call-template name="anchor"/>
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="variablelist">
- <xsl:variable name="presentation">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'list-presentation'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$presentation = 'list'">
- <xsl:apply-templates select="." mode="vl.as.list"/>
- </xsl:when>
- <xsl:when test="$presentation = 'blocks'">
- <xsl:apply-templates select="." mode="vl.as.blocks"/>
- </xsl:when>
- <xsl:when test="$variablelist.as.blocks != 0">
- <xsl:apply-templates select="." mode="vl.as.blocks"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:apply-templates select="." mode="vl.as.list"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="variablelist" mode="vl.as.list">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <xsl:variable name="term-width">
- <xsl:call-template name="dbfo-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbfo')"/>
- <xsl:with-param name="attribute" select="'term-width'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="termlength">
- <xsl:choose>
- <xsl:when test="$term-width != ''">
- <xsl:value-of select="$term-width"/>
- </xsl:when>
- <xsl:when test="@termlength">
- <xsl:variable name="termlength.is.number">
- <xsl:value-of select="@termlength + 0"/>
- </xsl:variable>
- <xsl:choose>
- <xsl:when test="$termlength.is.number = 'NaN'">
- <!-- if the term length isn't just a number, assume it's a measurement -->
- <xsl:value-of select="@termlength"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="@termlength"/>
- <xsl:text>em</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <!-- FIXME: this should be a parameter! -->
- <xsl:call-template name="longest.term">
- <xsl:with-param name="terms" select="varlistentry/term"/>
- <xsl:with-param name="maxlength" select="12"/>
- </xsl:call-template>
- <xsl:text>em</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
-<!--
- <xsl:message>
- <xsl:text>term width: </xsl:text>
- <xsl:value-of select="$termlength"/>
- </xsl:message>
--->
-
- <xsl:if test="title">
- <xsl:apply-templates select="title" mode="list.title.mode"/>
- </xsl:if>
-
- <fo:list-block id="{$id}"
- provisional-distance-between-starts="{$termlength}"
- provisional-label-separation="0.25in"
- xsl:use-attribute-sets="list.block.spacing">
- <xsl:apply-templates mode="vl.as.list"/>
- </fo:list-block>
-</xsl:template>
-
-<xsl:template name="longest.term">
- <xsl:param name="longest" select="0"/>
- <xsl:param name="terms" select="."/>
- <xsl:param name="maxlength" select="-1"/>
-
- <xsl:choose>
- <xsl:when test="$longest > $maxlength and $maxlength > 0">
- <xsl:value-of select="$maxlength"/>
- </xsl:when>
- <xsl:when test="not($terms)">
- <xsl:value-of select="$longest"/>
- </xsl:when>
- <xsl:when test="string-length($terms[1]) > $longest">
- <xsl:call-template name="longest.term">
- <xsl:with-param name="longest" select="string-length($terms[1])"/>
- <xsl:with-param name="maxlength" select="$maxlength"/>
- <xsl:with-param name="terms" select="$terms[position() > 1]"/>
- </xsl:call-template>
- </xsl:when>
- <xsl:otherwise>
- <xsl:call-template name="longest.term">
- <xsl:with-param name="longest" select="$longest"/>
- <xsl:with-param name="maxlength" select="$maxlength"/>
- <xsl:with-param name="terms" select="$terms[position() > 1]"/>
- </xsl:call-template>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template match="varlistentry" mode="vl.as.list">
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
- <fo:list-item id="{$id}" xsl:use-attribute-sets="list.item.spacing">
- <fo:list-item-label end-indent="label-end()" text-align="start">
- <fo:block>
- <xsl:apply-templates select="term"/>
- </fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <xsl:apply-templates select="listitem"/>
- </fo:list-item-body>
- </fo:list-item>
-</xsl:template>
-
-<xsl:template match="variablelist" mode="vl.as.blocks">
- <xsl:variable name="id">
- <xsl:call-template name="object.id"/>
- </xsl:variable>
-
- <!-- termlength is irrelevant -->
-
- <xsl:if test="title">
- <xsl:apply-templates select="title" mode="list.title.mode"/>
- </xsl:if>
-
- <fo:block id="{$id}" xsl:use-attribute-sets="list.block.spacing">
- <xsl:apply-templates mode="vl.as.blocks"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="varlistentry" mode="vl.as.blocks">
- <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
-
- <fo:block id="{$id}" xsl:use-attribute-sets="list.item.spacing"
- keep-together.within-column="always"
- keep-with-next.within-column="always">
- <xsl:apply-templates select="term"/>
- </fo:block>
-
- <fo:block margin-left="0.25in">
- <xsl:apply-templates select="listitem"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="varlistentry/term">
- <fo:inline><xsl:apply-templates/>, </fo:inline>
-</xsl:template>
-
-<xsl:template match="varlistentry/term[position()=last()]" priority="2">
- <fo:inline><xsl:apply-templates/></fo:inline>
-</xsl:template>
-
-<xsl:template match="varlistentry/listitem">
- <xsl:apply-templates/>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="title" mode="list.title.mode">
- <xsl:call-template name="formal.object.heading">
- <xsl:with-param name="object" select=".."/>
- </xsl:call-template>
-</xsl:template>
-
-<!-- ==================================================================== -->
-
-<xsl:template match="simplelist">
- <!-- with no type specified, the default is 'vert' -->
- <fo:table xsl:use-attribute-sets="normal.para.spacing">
- <xsl:call-template name="simplelist.table.columns">
- <xsl:with-param name="cols">
- <xsl:choose>
- <xsl:when test="@columns">
- <xsl:value-of select="@columns"/>
- </xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
- <fo:table-body>
- <xsl:call-template name="simplelist.vert">
- <xsl:with-param name="cols">
- <xsl:choose>
- <xsl:when test="@columns">
- <xsl:value-of select="@columns"/>
- </xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
- </fo:table-body>
- </fo:table>
-</xsl:template>
-
-<xsl:template match="simplelist[@type='inline']">
- <fo:inline><xsl:apply-templates/></fo:inline>
-</xsl:template>
-
-<xsl:template match="simplelist[@type='horiz']">
- <fo:table xsl:use-attribute-sets="normal.para.spacing">
- <xsl:call-template name="simplelist.table.columns">
- <xsl:with-param name="cols">
- <xsl:choose>
- <xsl:when test="@columns">
- <xsl:value-of select="@columns"/>
- </xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
- <fo:table-body>
- <xsl:call-template name="simplelist.horiz">
- <xsl:with-param name="cols">
- <xsl:choose>
- <xsl:when test="@columns">
- <xsl:value-of select="@columns"/>
- </xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
- </fo:table-body>
- </fo:table>
-</xsl:template>
-
-<xsl:template match="simplelist[@type='vert']">
- <fo:table xsl:use-attribute-sets="normal.para.spacing">
- <xsl:call-template name="simplelist.table.columns">
- <xsl:with-param name="cols">
- <xsl:choose>
- <xsl:when test="@columns">
- <xsl:value-of select="@columns"/>
- </xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
- <fo:table-body>
- <xsl:call-template name="simplelist.vert">
- <xsl:with-param name="cols">
- <xsl:choose>
- <xsl:when test="@columns">
- <xsl:value-of select="@columns"/>
- </xsl:when>
- <xsl:otherwise>1</xsl:otherwise>
- </xsl:choose>
- </xsl:with-param>
- </xsl:call-template>
- </fo:table-body>
- </fo:table>
-</xsl:template>
-
-<xsl:template name="simplelist.table.columns">
- <xsl:param name="cols" select="1"/>
- <xsl:param name="curcol" select="1"/>
- <fo:table-column column-number="{$curcol}"/>
- <xsl:if test="$curcol < $cols">
- <xsl:call-template name="simplelist.table.columns">
- <xsl:with-param name="cols" select="$cols"/>
- <xsl:with-param name="curcol" select="$curcol + 1"/>
- </xsl:call-template>
- </xsl:if>
-</xsl:template>
-
-<xsl:template name="simplelist.horiz">
- <xsl:param name="cols">1</xsl:param>
- <xsl:param name="cell">1</xsl:param>
- <xsl:param name="members" select="./member"/>
-
- <xsl:if test="$cell &