opentorah-fop

FOP MathJax plugin

License

License

GroupId

GroupId

org.opentorah
ArtifactId

ArtifactId

opentorah-fop
Last Version

Last Version

0.8.2
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

opentorah-fop
FOP MathJax plugin
Project Organization

Project Organization

Open Torah Project
Source Code Management

Source Code Management

https://github.com/opentorah/opentorah

Download opentorah-fop

Dependencies

runtime (12)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.5
org.opentorah : opentorah-xml jar 0.2.5
org.opentorah : opentorah-util jar 0.2.5
org.xmlresolver : xmlresolver jar 1.1.0
saxon : saxon jar 6.5.2
net.sf.saxon : Saxon-HE jar 10.3
org.apache.xmlgraphics : fop jar 2.6
net.sf.offo : fop-hyph jar 2.0
org.apache.xmlgraphics : batik-transcoder jar 1.14
org.apache.xmlgraphics : batik-extension jar 1.14
de.rototor.jeuclid : jeuclid-fop jar 3.1.14
com.eclipsesource.j2v8 : j2v8_linux_x86_64 jar 4.8.0

Project Modules

There are no modules declared in this project.

Digital Judaica Done Right :)

Writings on the subject.

Monorepo

Inspired by Advantages of monorepos and Unorthodocs: Abandon your DVCS and Return to Sanity (what a gem!), I switched to using monorepo for the opentorah.org projects (with the number and sizes of projects, I think I am safe from the issues that Google and FaceBook experienced ;)).

One never knows when there will arise a need to split or merge repositories, so this is how I did it:

To extract directories from a repository into a separate one:

  $ git filter-repo --path <path1> --path <path2> ...

Since filter-repo does not try to preserve history for the files that were renamed, before extracting the directories, one should figure out what other directories files in them previously resided in. Looking through the output of $ git log is one way; another is to look at the renames report that $ git filter-repo --analyze generates.

To merge repository old into repository new preserving history (one hopes!):

  $ cd <new>
  $ git remote add -f old <old>
  $ git merge ald/master --allow-unrelated-histories

Since it is impossible to have a file in Git where only the last revision is kept but revision history is automatically discarded, and for the generated files (like HTML, PDF and EPUB of the papers) to be visible on the site they need to be checked in, I might end up pruning their history periodically using $ git filter-repo...

Module Dependencies

util         *used by all*
xml          fop   docbook[xml]             (xml, but not metadata)
metadata     tei[api metadata]
calendar                                    (metadata, but no tei)
             texts[api metadata, api tei]
             collector[api metadata, tei]   (tei, but no texts or calendar(yet))  
schedule[api calendar, api texts]
calendar-service             
org.opentorah

Open Torah Project

Versions

Version
0.8.2
0.8.1