[152] | 1 |
|
---|
| 2 | Tewi HTTPd version @VERSION@
|
---|
| 3 |
|
---|
| 4 | Original by Nishi <nishi@nishi.boats>
|
---|
| 5 |
|
---|
[155] | 6 | All documentations for Tewi HTTPd will be able to be found on-line at
|
---|
[358] | 7 | 1. https://pnsk-lab.github.io/tewi
|
---|
| 8 | 2. https://trac.nishi.boats/tewi
|
---|
[155] | 9 |
|
---|
[152] | 10 | Distribution Contents
|
---|
| 11 | -------------------------------
|
---|
| 12 | You should have received the following with this distribution:
|
---|
| 13 |
|
---|
| 14 | LICENSE License which applies to this distribution
|
---|
| 15 | README This file
|
---|
| 16 | Makefile Top level makefile
|
---|
| 17 | Server/ Directory containing source code for the server
|
---|
| 18 | Module/ Directory containing source code for the module
|
---|
| 19 | Tool/ Directory containing source code for the compile time configs
|
---|
| 20 | Common/ Directory containing source code for the common codes
|
---|
| 21 | Binary/ Directory containing binary stuff
|
---|
| 22 | Icons/ Directory containing icons for directory indexing
|
---|
| 23 |
|
---|
| 24 | Files of note;
|
---|
| 25 | config.h.tmpl Compile time configuration file template, copy to config.h
|
---|
| 26 |
|
---|
| 27 | Version Number Defined
|
---|
| 28 | --------------------------------
|
---|
| 29 | 1.06C
|
---|
| 30 | | | |
|
---|
| 31 | | | +- Bug fixes / security fixes
|
---|
| 32 | | +--- Minor features
|
---|
| 33 | +----- Breaking changes
|
---|
[185] | 34 |
|
---|
| 35 | Platform support
|
---|
| 36 | --------------------------
|
---|
| 37 | Currently, these platforms are supported:
|
---|
| 38 |
|
---|
[221] | 39 | Windows 9x Working if I compile it using Borland C++ 5.x
|
---|
| 40 | or Visual C++ 6.0/Open Watcom 2.0
|
---|
[352] | 41 | Windows NT Working on NT 4.0 SP6a
|
---|
[194] | 42 | Linux Working on Debian GNU/Linux 12 (x86_64)
|
---|
| 43 | NetBSD Working on NetBSD/amd64 10.0
|
---|
[252] | 44 | OpenBSD Working
|
---|
[385] | 45 | BSD/OS Working
|
---|
[194] | 46 | Haiku Working
|
---|
[277] | 47 | Minix Working
|
---|
[309] | 48 | UnixWare Working on 7.1.1
|
---|
[314] | 49 | OS/2 Working
|
---|
[399] | 50 | Darwin Working on 8.0.1
|
---|
[372] | 51 | NetWare Working on 6.5 SP8, missing module support
|
---|
[359] | 52 | DOS Working, missing module support and multi-threading
|
---|
[352] | 53 | NeXTSTEP Working, missing module support
|
---|
[194] | 54 | PlayStation Portable Working, missing module support
|
---|
| 55 | TODO: Get multi-threading working (maybe)
|
---|
[199] | 56 | PlayStation 3 Working, missing module support
|
---|
[194] | 57 | TODO: Get multi-threading working (maybe)
|
---|
[346] | 58 |
|
---|
| 59 | Not supported
|
---|
| 60 | -----------------------
|
---|
| 61 | I sometimes check they do compile, but does not work:
|
---|
| 62 |
|
---|
| 63 | PlayStation 2 Does not boot
|
---|
[401] | 64 | Windows NT (MIPS) Cannot read file properly
|
---|