source: Main/trunk/README@ 380

Last change on this file since 380 was 372, checked in by Nishi, on Oct 17, 2024 at 1:39:49 PM

update readme

File size: 2.1 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
71. https://pnsk-lab.github.io/tewi
82. https://trac.nishi.boats/tewi
9
10Distribution Contents
11-------------------------------
12You should have received the following with this distribution:
13
14LICENSE License which applies to this distribution
15README This file
16Makefile Top level makefile
17Server/ Directory containing source code for the server
18Module/ Directory containing source code for the module
19Tool/ Directory containing source code for the compile time configs
20Common/ Directory containing source code for the common codes
21Binary/ Directory containing binary stuff
22Icons/ Directory containing icons for directory indexing
23
24Files of note;
25config.h.tmpl Compile time configuration file template, copy to config.h
26
27Version Number Defined
28--------------------------------
291.06C
30| | |
31| | +- Bug fixes / security fixes
32| +--- Minor features
33+----- Breaking changes
34
35Platform support
36--------------------------
37Currently, these platforms are supported:
38
39Windows 9x Working if I compile it using Borland C++ 5.x
40 or Visual C++ 6.0/Open Watcom 2.0
41Windows NT Working on NT 4.0 SP6a
42Linux Working on Debian GNU/Linux 12 (x86_64)
43NetBSD Working on NetBSD/amd64 10.0
44OpenBSD Working
45Haiku Working
46Minix Working
47UnixWare Working on 7.1.1
48OS/2 Working
49NetWare Working on 6.5 SP8, missing module support
50DOS Working, missing module support and multi-threading
51NeXTSTEP Working, missing module support
52PlayStation Portable Working, missing module support
53 TODO: Get multi-threading working (maybe)
54PlayStation 3 Working, missing module support
55 TODO: Get multi-threading working (maybe)
56
57Not supported
58-----------------------
59I sometimes check they do compile, but does not work:
60
61PlayStation 2 Does not boot
Note: See TracBrowser for help on using the repository browser.