You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.gitignore | 5 months ago | |
LICENSE | 5 months ago | |
Makefile | 5 months ago | |
README | 3 months ago | |
gopher2html2.awk | 3 months ago | |
gopher2html2.c | 3 months ago |
README
gopher2html2
============
Converts Gophermaps/RFC1436 to HTML2/RFC1866.
Dependencies
------------
- C89 compiler or any AWK
- POSIX environment to redirect stdin/out
Usage
-----
gopher2html2 <Gophermap >index.html
awk -f /path/to/gopher2html2.awk <Gophermap >index.html
or
gopher2html2 Gophermap >index.html
awk -f /path/to/gopher2html2.awk Gophermap >index.html