source: Main/trunk/README.tmpl@ 188

Last change on this file since 188 was 188, checked in by Nishi, on Sep 28, 2024 at 9:08:27 AM

update readme

File size: 1.7 KB
RevLine 
[152]1
2Tewi HTTPd version @VERSION@
3
4Original by Nishi <nishi@nishi.boats>
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
38Windows 9x Experimental port, buggy
39 TODO: Get it more stable
40 TODO: Use MinGW not Cygwin
41Windows NT 4.0 and later Working on NT 4.0 SP6a
42Linux Working on Debian GNU/Linux 12 (x86_64)
43NetBSD Working on NetBSD/amd64 10.0
44Haiku Working
45PlayStation Portable Working, missing module support
46 TODO: Get multi-threading working (maybe)
[188]47PlayStation 3 Working, missing module support
48 TODO: Get multi-threading working (maybe)
Note: See TracBrowser for help on using the repository browser.