- Timestamp:
- Sep 25, 2024, 7:23:21 PM (7 weeks ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r146 r152 34 34 $(MAKE) -C $@ $(FLAGS) 35 35 36 ./README: ./README.tmpl 37 sed "s/@VERSION@/`grep "define TW_VERSION" Server/tw_version.h | grep -Eo '"[^\]+' | sed -E 's/^"//g'`/g" ./README.tmpl > $@ 38 36 39 install: all ./Tool/genconf ./Tool/itworks 37 40 mkdir -p $(PREFIX)/bin $(PREFIX)/lib/tewi $(PREFIX)/share/man/man5 $(PREFIX)/etc $(PREFIX)/www -
trunk/README
r115 r152 1 Simple HTTP daemon2 1 3 Put under public domain, except Server/strptime.{c,h} and Icons/*. 2 Tewi HTTPd version 1.06C 4 3 5 Original : http://svn.nishi.boats/repo/tewi 6 Git Mirror #1: http://git-mirror.nishi.boats/?p=tewi.git 7 Git Mirror #2: https://git.chaotic.ninja/YakumoLabs/tewi 8 Git Mirror #3: https://github.com/pnsk-lab/tewi 4 Original by Nishi <nishi@nishi.boats> 9 5 10 Installers for Windows: http://f.nishi.boats/f/g/tewi 11 or, GitHub releases 12 Website : http://nishi.boats/tewi 13 Trac : https://trac.nishi.boats/tewi 6 Distribution Contents 7 ------------------------------- 8 You should have received the following with this distribution: 9 10 LICENSE License which applies to this distribution 11 README This file 12 README This file 13 Makefile Top level makefile 14 Server/ Directory containing source code for the server 15 Module/ Directory containing source code for the module 16 Tool/ Directory containing source code for the compile time configs 17 Common/ Directory containing source code for the common codes 18 Manpage/ Directory containing manpage 19 Binary/ Directory containing binary stuff 20 Icons/ Directory containing icons for directory indexing 21 22 Files of note; 23 config.h.tmpl Compile time configuration file template, copy to config.h 24 25 Version Number Defined 26 -------------------------------- 27 1.06C 28 | | | 29 | | +- Bug fixes / security fixes 30 | +--- Minor features 31 +----- Breaking changes
Note:
See TracChangeset
for help on using the changeset viewer.