aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index cfa3e0a..c0a0258 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,8 @@
-unalf project README.
+unalf is a decompressor for the ALF file format, as used on the Atari
+8-bit computers in the late 1980s.
+
+Currently, unalf is working and has been fairly well tested against
+various ALF archives.
The ultimate goal of this project is to reimplement the ALF
compression and decompression algorithms on modern systems aka
@@ -6,6 +10,12 @@ Linux and anything else that's POSIX-ish. It's also intended to
be a repository of information about the ALF archiver (and UNALF
dearchiver).
+The original ALF/UNALF programs for the Atari were written by Alfred.
+This project is by B. Watson (urchlay@slackware.uk).
+
+The rest of this file is a list of the contents of the git repository
+or distribution tar/zip file.
+
Included in both the source and binary distributions:
- README.txt - you're reading it now.