source: Main/trunk/README.tmpl@ 313

Last change on this file since 313 was 313, checked in by Nishi, on Oct 14, 2024 at 8:22:06 AM

dll does not work somehow

File size: 1.9 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 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 Mostly working, module is broken. Help required!
48PlayStation Portable Working, missing module support
49 TODO: Get multi-threading working (maybe)
50PlayStation 2 Not working
51PlayStation 3 Working, missing module support
52 TODO: Get multi-threading working (maybe)
Note: See TracBrowser for help on using the repository browser.