https://github.com/sirwumpus/ioccc-mynx
Best use of the WWW - IOCCC 2005 Winner - web client
https://github.com/sirwumpus/ioccc-mynx
browser c ioccc text-browser
Last synced: 2 months ago
JSON representation
Best use of the WWW - IOCCC 2005 Winner - web client
- Host: GitHub
- URL: https://github.com/sirwumpus/ioccc-mynx
- Owner: SirWumpus
- License: 0bsd
- Created: 2017-08-12T00:02:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:27:32.000Z (over 2 years ago)
- Last Synced: 2025-01-28T02:26:50.680Z (4 months ago)
- Topics: browser, c, ioccc, text-browser
- Language: C
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
I was rather impressed by last year's mini web server. So much so that it inspired me to try my hand at writing the client side complement.
A typical build would be command would be:
$ gcc -omynx mynx.c
While some others like to be a little different:
$ gcc -omynx mynx.c -lnsl -lsocket
I even managed to figure out a basic configure script, given last year's example, which is kinda of useful when you consider how many OSes put all the network functions in a variety of places. So a simpler build command sequence would be:
$ ./configure
$ makeAfter which, the rest of the documentation can be read by saying:
$ mynx manual.html
Manifest:
mynx.c
makefile pre-built generic Un*x
README.md
manual.html
makefile.in makefile template
entities.txt ISO 8859-1 entites
configure.in configure script description
configure pre-built configure script