source: Main/trunk/README@ 255

Last change on this file since 255 was 255, checked in by Nishi, on Oct 4, 2024 at 1:08:58 PM

get listdir working [release 2.03E]

File size: 1.7 KB
RevLine 
[32]1
[221]2Tewi HTTPd version 2.03D
[41]3
[152]4Original by Nishi <nishi@nishi.boats>
[115]5
[155]6All documentations for Tewi HTTPd will be able to be found on-line at
7https://trac.nishi.boats/tewi
8
[152]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
[185]33
34Platform support
35--------------------------
36Currently, these platforms are supported:
37
[221]38Windows 9x Working if I compile it using Borland C++ 5.x
39 or Visual C++ 6.0/Open Watcom 2.0
[194]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
[252]43OpenBSD Working
[194]44Haiku Working
45PlayStation Portable Working, missing module support
46 TODO: Get multi-threading working (maybe)
47PlayStation 2 Not working
[199]48PlayStation 3 Working, missing module support
[194]49 TODO: Get multi-threading working (maybe)
Note: See TracBrowser for help on using the repository browser.