This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a change to branch 
OPENNLP-1792-Add-docbkx-plugin-config-to-produce-PDF-of-dev-manual
in repository https://gitbox.apache.org/repos/asf/opennlp.git


 discard 2bd3085f OPENNLP-1792: Add docbkx plugin config to produce PDF of dev 
manual - modernizes xml files of the OpenNLP dev manual to use Docbook dtd in 
version 5.x - adds plugin configuration to produce the PDF as separate outcome 
- adds xsl file for customization of the layout of text in the PDF - adds 
hyphenation support for PDF version - introduces specific profiles for html, 
pdf, and potentially epub3 targets - fixes inconsistencies in dev manual's 
structure (duplicate ids...) -  [...]
     add 24e75b4d OPENNLP-1792: Add docbkx plugin config to produce PDF of dev 
manual - modernizes xml files of the OpenNLP dev manual to use Docbook dtd in 
version 5.x - adds plugin configuration to produce the PDF as separate outcome 
- adds xsl file for customization of the layout of text in the PDF - adds 
hyphenation support for PDF version - introduces specific profiles for html, 
pdf, and potentially epub3 targets - fixes inconsistencies in dev manual's 
structure (duplicate ids...) -  [...]

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2bd3085f)
            \
             N -- N -- N   
refs/heads/OPENNLP-1792-Add-docbkx-plugin-config-to-produce-PDF-of-dev-manual 
(24e75b4d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 opennlp-docs/pom.xml                         |   2 +-
 opennlp-docs/src/docbkx/css/opennlp-docs.css |   4 +-
 opennlp-docs/src/docbkx/doccat.xml           |  46 ++++------
 opennlp-docs/src/docbkx/introduction.xml     |  86 ++++++++---------
 opennlp-docs/src/docbkx/langdetect.xml       |  30 ++----
 opennlp-docs/src/docbkx/namefinder.xml       | 102 ++++++++-------------
 opennlp-docs/src/docbkx/sentdetect.xml       | 116 ++++++++++-------------
 opennlp-docs/src/docbkx/tokenizer.xml        | 132 +++++++++++----------------
 opennlp-docs/src/docbkx/xsl/docbook-fo.xsl   |  54 -----------
 opennlp-docs/src/main/resources/xsl/pdf.xsl  |  78 ++++++++++++++++
 10 files changed, 286 insertions(+), 364 deletions(-)
 delete mode 100644 opennlp-docs/src/docbkx/xsl/docbook-fo.xsl
 create mode 100644 opennlp-docs/src/main/resources/xsl/pdf.xsl

Reply via email to