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