source: Main/trunk/README.tmpl@ 358

Last change on this file since 358 was 358, checked in by Nishi, on Oct 16, 2024 at 7:49:46 PM

add src-archive

File size: 2.1 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
[358]71. https://pnsk-lab.github.io/tewi
82. https://trac.nishi.boats/tewi
[155]9
[152]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
[185]34
35Platform support
36--------------------------
37Currently, these platforms are supported:
38
[221]39Windows 9x Working if I compile it using Borland C++ 5.x
40 or Visual C++ 6.0/Open Watcom 2.0
[352]41Windows NT Working on NT 4.0 SP6a
[194]42Linux Working on Debian GNU/Linux 12 (x86_64)
43NetBSD Working on NetBSD/amd64 10.0
[252]44OpenBSD Working
[194]45Haiku Working
[277]46Minix Working
[309]47UnixWare Working on 7.1.1
[314]48OS/2 Working
[352]49NeXTSTEP Working, missing module support
[194]50PlayStation Portable Working, missing module support
51 TODO: Get multi-threading working (maybe)
[199]52PlayStation 3 Working, missing module support
[194]53 TODO: Get multi-threading working (maybe)
[346]54
55Not supported
56-----------------------
57I sometimes check they do compile, but does not work:
58
59NetWare Cannot run fopen somehow
60PlayStation 2 Does not boot
Note: See TracBrowser for help on using the repository browser.