source: Main/trunk/README.tmpl

Last change on this file was 415, checked in by Nishi, on Nov 15, 2024 at 11:45:11 PM

freebsd support

File size: 2.4 KB
Line 
1
2Tewi HTTPd version @VERSION@
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
45FreeBSD Working on FreeBSD/amd64 14.1
46BSD/OS Working
47Haiku Working
48Minix Working
49UnixWare Working on 7.1.1
50OS/2 Working
51Darwin Working on 8.0.1
52Solaris Working on 9
53GNU/Hurd Working
54NetWare Working on 6.5 SP8, missing module support
55DOS Working, missing module support and multi-threading
56NeXTSTEP Working, missing module support
57PlayStation Portable Working, missing module support
58 TODO: Get multi-threading working (maybe)
59PlayStation 3 Working, missing module support
60 TODO: Get multi-threading working (maybe)
61
62Not supported
63-----------------------
64I sometimes check they do compile, but does not work:
65
66PlayStation 2 Does not boot
67Windows NT (MIPS) Cannot read file properly
68Amiga Cannot connect
Note: See TracBrowser for help on using the repository browser.