summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2019-02-25 21:51:49 +0100
committerLars-Dominik Braun <lars@6xq.net>2019-02-25 21:51:49 +0100
commit824f86c7eb555e1f16826f6fbb6b7838f96f9f80 (patch)
tree6079144328b31418edf911b2b4ba42c090622682 /README.rst
parent4548b7fdd98f158333a9db3e45dc41554f78fd17 (diff)
downloadeumel-tools-824f86c7eb555e1f16826f6fbb6b7838f96f9f80.tar.gz
eumel-tools-824f86c7eb555e1f16826f6fbb6b7838f96f9f80.tar.bz2
eumel-tools-824f86c7eb555e1f16826f6fbb6b7838f96f9f80.zip
README: Describe tools
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 2b83812..4aecec7 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,16 @@
EUMEL-python
============
-Tools for dealing with EUMEL datastructures and files, mostly written in Python.
+Tools for dealing with EUMEL_ datastructures and files, mostly written in Python.
+.. _EUMEL: https://6xq.net/eumel/
+
+``elan.py``
+ is a lexer for pygments and used to highlight the packages found
+ `here <https://6xq.net/eumel/src/>`__.
+``extractAll.sh``
+ bulk-extracts all archive disk images whose paths are read from stdin. It
+ also converts text dataspaces to text files usable with modern computers.
+
+ Calls ``convertCharset.py``, ``convertFileDs.py``, ``extractArchive.py``
+ and ``linearizeDisk.py``.