source: Main/trunk/README.tmpl@ 395

Last change on this file since 395 was 385, checked in by Nishi, on Oct 17, 2024 at 7:33:12 PM

bsd/os is supported

File size: 2.2 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
[385]45BSD/OS Working
[194]46Haiku Working
[277]47Minix Working
[309]48UnixWare Working on 7.1.1
[314]49OS/2 Working
[372]50NetWare Working on 6.5 SP8, missing module support
[359]51DOS Working, missing module support and multi-threading
[352]52NeXTSTEP Working, missing module support
[194]53PlayStation Portable Working, missing module support
54 TODO: Get multi-threading working (maybe)
[199]55PlayStation 3 Working, missing module support
[194]56 TODO: Get multi-threading working (maybe)
[346]57
58Not supported
59-----------------------
60I sometimes check they do compile, but does not work:
61
62PlayStation 2 Does not boot
Note: See TracBrowser for help on using the repository browser.