From 7b7a18a92ff1e47d1e742874ed2fcfa898ec03f0 Mon Sep 17 00:00:00 2001
From: pixel <pixel>
Date: Thu, 13 Feb 2003 00:17:37 +0000
Subject: Some modifs...

---
 doc/README | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'doc/README')

diff --git a/doc/README b/doc/README
index ec5e4ca..e8b001c 100644
--- a/doc/README
+++ b/doc/README
@@ -20,14 +20,17 @@ I've classified the classes:
  o  Low level:
 Base       - Override memory allocations routines.
 Exception  - Declines a few exceptions classes.
+Main       - To encapsulate the main() routine.
 String     - A mere fool-prof String class.
 Regex      - A class to compile and test regexes.
 Variables  - A class that can store a variables table.
 
  o  Middle level:
 Handle     - Encapsulate basic handles functions, has to be derivated:
+  Archive  - Special thing to handle archives transparantly.
   Input    - Open a file for input.
   Output   - Open a file for output.
+  Image    - Build a framebuffer to write down a TGA file.
   Buffer   - A virtual handle that reads and writes in memory. Foolproof.
   InPipe   - A pipe that redirect stdout.
   OutPipe  - A pipe that redirect stdin.
@@ -47,7 +50,6 @@ Action     - Actions from the Http server, has to be derivated:
   Message  - Display a simple message window.
   Table    - To show a table.
 
-
 There is also general objects that can be used:
 Stdio  - An input handle to read from stdio.
 Stdout - An output handle to write to stdout.
-- 
cgit v1.2.3