summaryrefslogtreecommitdiff
path: root/README.rst
blob: f9dba99cc1e61ba84b1f9909195c7e1c6aafbd46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
EUMEL source code
=================

Source code and documentation for the `EUMEL operating system`_. Most files
have been extracted from archive disks using `EUMEL utilities`_.

.. _EUMEL operating system: https://6xq.net/eumel/
.. _EUMEL utilities: https://github.com/PromyLOPh/eumel-tools

`This repository`_ is organized as follows:

.. _This repository: https://github.com/PromyLOPh/eumel-src

``<category>/<package>/<version>/{data,doc,src}``

*Category* is one of these:

app
    User applications
devel
    Developer tools, mainly for debugging the system
doc
    Documentation for EUMEL, not belonging to any package
lang
    Programming language support (BASIC, PROLOG, LISP, DYNAMO)
system
    System packages (base, printer, …)

*Package* is the software’s name (not to be confused by EUMEL’s packet
concept), *version* is the package’s version (sometimes a best-guess) and these
subdirectories may exist inside each version directory:

data
    Supplementary dataspaces
doc
    Documentation, usually EUMEL text files
src
    Source code, usually ELAN or assembly

.. contents::

Packages
--------

.. include:: _build/packages.rst