paddymcall / teistuff

Bits and pieces of TEI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A repository for collecting useful TEI things

This is a container for TEI related software that is useful in my projects, plus scripts that tie that software together.

The idea is to add this repository as a submodule to your project.

E.g., to produce a schema for your-tei-edition.xml:

git submodule add https://github.com/paddymcall/teistuff.git teistuff && \
    git submodule update --init --recursive teistuff/ && \
    ./teistuff/bin/make-schemas.sh --ignore-git-status your-tei-edition.xml

KNOWN BUG: the path to your project should not contain any spaces (this is a problem with file:./Stylesheets/bin/teitorelaxng).

About

Bits and pieces of TEI


Languages

Language:Shell 100.0%