kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
59 stars 65 forks source link

Free pagination #620

Closed matthias-ronge closed 7 years ago

matthias-ronge commented 7 years ago

Archives need a far more flexible approach for pagination. They use both parentheses (()) and brackets ([]) and have both fixed and incrementing numbers in the pagination value. An additional “free” pagination mode shall be added to account for this.

Approach: A new “free” pagination mode will be added which allows to specify all of the required parts by a special syntax. Numbers in back-ticks (``) will be treated as literals, where bare numbers will be incremented. Superscript numbers (¹²³) can be used to modify the increment value. ½ will cause a half-increment, as required for verso/recto pagination. Supports latin numbers and roman numerals in both uppercase and lowercase. A wiki page with usage examples will be provided. The free pagination mode can be hidden in the configuration.

The development of this feature is funded by Landratsamt Esslingen.

henning-gerhardt commented 7 years ago

Is this feature for Kitodo.Production 2.x or 3.x (DFG based development)?

matthias-ronge commented 7 years ago

2.x − developed on behalf of Landratsamt Esslingen

henning-gerhardt commented 7 years ago

Thank you. I added general Kitodo.Production 2.x milestone and change this milestone after merged pull request or before next 2.x release.