source: Main/trunk/README.tmpl@ 353

Last change on this file since 353 was 352, checked in by Nishi, on Oct 16, 2024 at 5:48:51 AM

readme update

File size: 2.0 KB
Line 
1
2Tewi HTTPd version @VERSION@
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 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
48NeXTSTEP Working, missing module support
49PlayStation Portable Working, missing module support
50 TODO: Get multi-threading working (maybe)
51PlayStation 3 Working, missing module support
52 TODO: Get multi-threading working (maybe)
53
54Not supported
55-----------------------
56I sometimes check they do compile, but does not work:
57
58NetWare Cannot run fopen somehow
59PlayStation 2 Does not boot
Note: See TracBrowser for help on using the repository browser.