diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2017-01-29 16:34:26 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2017-01-29 16:34:26 +0100 |
commit | baea3b695f3bee33a2536651a3228681ccaee0eb (patch) | |
tree | b9e818656e8e4a0214191ce555b4cd2b6eab735a | |
parent | a6d474471dddc2d7a187a66358aafcb86235ca69 (diff) | |
download | eumel-baea3b695f3bee33a2536651a3228681ccaee0eb.tar.gz eumel-baea3b695f3bee33a2536651a3228681ccaee0eb.tar.bz2 eumel-baea3b695f3bee33a2536651a3228681ccaee0eb.zip |
internals: Point to git repositories
-rw-r--r-- | internals.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/internals.rst b/internals.rst index 690cc4d..8d4a3e3 100644 --- a/internals.rst +++ b/internals.rst @@ -1,14 +1,18 @@ Internals --------- -For the disk archive format see `<tools/extractArchive.py>`_ and EUMEL packet *basic archive* [source86]_. - -Documentation for the dataspace FILE can be found in `<tools/convertFileDs.py>`_ and EUMEL packet *file handling*. +There are several tools_ for dealing with EUMEL data structures. +``extractArchive.py`` reads archive disks, which are similar to tarballs, and +extracts their contents. The packet *basic archive* has more information on +that [source86]_. Documentation for the dataspace FILE can be found in the +packet *file handling*. ``convertFileDs.py`` converts this dataspace into a +plain text file. Additionally extracted source code from `floppy disk images`_ can be found here__. .. _floppy disk images: artifacts_ -__ src/ +.. _tools: https://github.com/PromyLOPh/eumel-tools +__ https://github.com/PromyLOPh/eumel-src Bootstrapping ^^^^^^^^^^^^^ |