source: Main/trunk/README@ 345

Last change on this file since 345 was 345, checked in by Nishi, on Oct 15, 2024 at 3:53:56 AM

readme update

File size: 1.9 KB
Line 
1
2Tewi HTTPd version 2.04
3
4Original by Nishi <nishi@nishi.boats>
5
6All documentations for Tewi HTTPd will be able to be found on-line at
7https://trac.nishi.boats/tewi
8
9Distribution Contents
10-------------------------------
11You should have received the following with this distribution:
12
13LICENSE License which applies to this distribution
14README This file
15Makefile Top level makefile
16Server/ Directory containing source code for the server
17Module/ Directory containing source code for the module
18Tool/ Directory containing source code for the compile time configs
19Common/ Directory containing source code for the common codes
20Binary/ Directory containing binary stuff
21Icons/ Directory containing icons for directory indexing
22
23Files of note;
24config.h.tmpl Compile time configuration file template, copy to config.h
25
26Version Number Defined
27--------------------------------
281.06C
29| | |
30| | +- Bug fixes / security fixes
31| +--- Minor features
32+----- Breaking changes
33
34Platform support
35--------------------------
36Currently, these platforms are supported:
37
38Windows 9x Working if I compile it using Borland C++ 5.x
39 or Visual C++ 6.0/Open Watcom 2.0
40Windows NT 4.0/later Working on NT 4.0 SP6a
41Linux Working on Debian GNU/Linux 12 (x86_64)
42NetBSD Working on NetBSD/amd64 10.0
43OpenBSD Working
44Haiku Working
45Minix Working
46UnixWare Working on 7.1.1
47OS/2 Working
48NetWare WIP, cannot run fopen somehow (left as-is)
49NeXTSTEP Working
50PlayStation Portable Working, missing module support
51 TODO: Get multi-threading working (maybe)
52PlayStation 2 Not working (left as-is)
53PlayStation 3 Working, missing module support
54 TODO: Get multi-threading working (maybe)
Note: See TracBrowser for help on using the repository browser.