]> Nishi Git Mirror - dataworks.git/commitdiff
add directory structure
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 06:10:49 +0000 (06:10 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 06:10:49 +0000 (06:10 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@257 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

README.md

index 58c668963e1b50067a2227bc11cf68f9436ad34c..ffcb0e1eae2eedc8702df4241734a34788a07462 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,16 +15,16 @@ DataWorks is a simple DBMS written in C.
 
 ## Platform support
 1. DOS (16-bit)
-
        Works on 80286 with 1MB RAM.
 2. DOS with DOS/4GW or its compatibles
-
        Works on 80386 with 2MB RAM.
 3. Windows 32-bit/64-bit
-       
        Works on Windows 7 or later.
 4. NetBSD
-
        Works on amd64 10.0, and macppc 9.3.
 5. Linux
 
@@ -40,3 +40,39 @@ DataWorks is a simple DBMS written in C.
 Original: http://sw.nishi.boats/svn/nishi-dataworks
 1. [Nishi](https://git-mirror.nishi.boats/?p=dataworks.git)
 2. [GitHub](https://github.com/pnsk-lab/dataworks)
+
+## Directory Structure
+ - `Binary`
+
+       Contains images
+ - `Client`
+       Contains client source code
+ - `Document`
+       Contains files related to generate a document
+ - `Grammar`
+       Contains Yacc/Flex files
+ - `Library`
+       Contains base library source code
+ - `Makefiles`
+       Contains Makefiles used to build DataWorks
+       - `Makefiles/Platforms`
+        
+               Contains Makefiles to solve platform-dependent stuff
+ - `Package`
+       Contains files related to package manager
+ - `Server`
+       Contains server source code
+ - `Tool`
+       Contains tools used for source codes formatting, and etc
+ - `Vim`
+       Contains syntax file for Vim