opentorah-metadata

Open Torah Metadata

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

org.opentorah
Идентификатор

Идентификатор

opentorah-metadata
Последняя версия

Последняя версия

0.2.5
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

opentorah-metadata
Open Torah Metadata
Организация-разработчик

Организация-разработчик

Open Torah Project
Система контроля версий

Система контроля версий

https://github.com/opentorah/opentorah

Скачать opentorah-metadata

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.opentorah : opentorah-xml jar 0.2.5

runtime (2)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.13.5
org.opentorah : opentorah-util jar 0.2.5

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.2.5
0.2.4