Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/cdli-gh/atf2tei
TEI XML converter for CDLI ATF cuneiform tablet markup.
https://github.com/cdli-gh/atf2tei
We get the description from the &-line of the atf, which itself
sometimes contains characters li...
We have unicode text. This apparently helps the interpreter
interpret correctly.
Capitains requires a urn on the <text> element of each document
file. We still need to append a ...
Handle translation objects in a second pass, writing them out
in a sibling tei:div to the editio...
Some of the replacements, like j->ŋ, corrupt text in other
languages. Just return these without ...
It was converting every capital S into Ṣ and dropping the
subsequent character. Period is very d...
Codestyle lint. Also don't add the xml:lang tag if we don't
have a language from the parser.
This helps pass some of the Capitains tests, although the levels
don't match as well with our da...
These get in the way when dumping the output to a file for
serving by cdli-cts-server. Should re...
This helps the CTS server with refrence resolution.
fc624f1d76794c2102779842e674d4220bbe8062 authored over 5 years ago by Ralph Giles <[email protected]>
Replace diglyphs with unicode, and use some simple TEI elements
to mark superscripts and logograms.
Even in Python 3.7, the open() call defaults to a non-UTF-8
character encoding for text files on...
Per encoding guidelines propagate the primary language
of the tablet to the xml:lang attribute f...
This configures jobs for running on a gitlab instance's
continuous integration service.
Use doc...
0d7fc65b9a4831396b96e942428a95b3e30b3704 authored over 5 years ago by Ralph Giles <[email protected]>Report the current build status of the master branch.
d74fa3d4bed395e29f1079ab43052dd7bb09ab37 authored over 5 years ago by Ralph Giles <[email protected]>
This lets us parse more of the files, although it adds considerable
noise to the output as pyora...
This is a built-in templating sugar added in Python 3.6. It's
equivalent to calling .format on t...
Transliteration markup can contain sequences ilike `<missing>`
which are interpreted as xml tags...
0b047ec69e633b2b38e459083d6004a75e5b5c60 authored over 5 years ago by Ralph Giles <[email protected]>
Travis defaults don't know about pipenv, so we need
and explicit script.
pycodestyle needs to b...
259db3893c8df98c8d76b1a13e07df8918bcb0e8 authored over 5 years ago by Ralph Giles <[email protected]>
Travis-ci.org is a continuous-integration service which provides
automatic build and test feedba...
Add a minimal test that just runs the included atf example through
the converter.
pipenv in...
699e60ad3b46f1657fdbbadbc638754272dabfb6 authored over 5 years ago by Ralph Giles <[email protected]>
Use pyoracc to parse a given ATF file and manually construct
and print an TEI document containin...
- Pretty-print the xml.
- Remove line numbers.
- Adjust the header so that it validates.
Core T...
55f56c643474e33ef02a331708f7204fbe301331 authored over 5 years ago by Ralph Giles <[email protected]>We want to use this atf parser.
e20447c67c01cdec0b5f63eb6fea60ce93da1796 authored over 5 years ago by Ralph Giles <[email protected]>Result of `pipenv --python 3.7`.
fdae719f1adfcf96bf98d364fd2e644faa80582b authored over 5 years ago by Ralph Giles <[email protected]>
The oracc parser we rely on is GPLv3+. While the previous
MIT+Apache2 licensing was compatible w...
These links aren't historically very stable, but I'd like to
give some credit.
Someday I'll internalize markdown but today wasn't that day.
a3a99fdd0075aabdfb55b70550fb564bdbce99e1 authored over 5 years ago by Ralph Giles <[email protected]>
Add copyright licenses for clarity. These are generally permissive
in terms of copyright while o...
Make it easier to find context for the project.
85ab1e76875edd3acac757ccafe4c07f85e8c86e authored over 5 years ago by Ralph Giles <[email protected]>
Only a description so far, but an essential part for people visiting
repository hosting pages.
This is copied from the database dump at
https://github.com/cdli-gh/data
commit 6af8fed37e7d...
78b9ff77665157ee8eb80eb3c029ed1a3cd803b5 authored over 5 years ago by Ralph Giles <[email protected]>
This is a manually constructed example of how a tablet might
look encoded in Text Encoding Initi...