Skip to content

sbsdev/update-dtbook-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

update-dtbook-metadata

A tiny xml transformer that will update the meta data in your DTBook file and only that. No entity expansion, no anything! You get your original xml back with the updated meta data.

Installation

Clone and build with

mvn clean package

Versioning

The maven build uses the maven-git-versioning-extension which will label the build artifacts accordingly. In order for this to work you will have to tag the source and checkout this tag before building (see https://github.com/qoomon/maven-git-versioning-extension#configure-extension).

Usage

java -Ddc:Title="New Title" -jar update-dtbook-metadata-1.0-jar-with-dependencies.jar < original.xml > updated.xml

Valid meta data properties

The following meta data names are recognized.

  • dc:Title
  • dc:Creator
  • dc:Subject
  • dc:Description
  • dc:Publisher
  • dc:Date
  • dc:Type
  • dc:Format
  • dc:Identifier
  • dc:Source
  • dc:Language
  • dc:Rights
  • dtb:uid
  • dtb:sourceEdition
  • dtb:sourcePublisher
  • dtb:sourceRights
  • prod:series
  • prod:seriesNumber
  • prod:source

Contributing

If you have any improvements or comments please feel free to file a pull request or an issue.

Credits

Based on ideas on how to make a StaX transformer, a Java and XML tutorial and most importantly on how to disable entity expansion.

License

Copyright © 2019 Swiss Library for the Blind, Visually Impaired and Print Disabled.

Distributed under the GNU General Public License. See the file LICENSE.