Site News | |
------------------------------------------------------------ | |
2025-06-07 | |
------------------------------------------------------------ | |
So my Web site now has TLS using stunnel. Try it out[1]! | |
[1] https://asciz.com | |
------------------------------------------------------------ | |
2025-06-04 | |
------------------------------------------------------------ | |
Made my own Gopher menu icons in my WWW-to-Gopher proxy to | |
replace the Floodgap icons. | |
Also moved my proxy over to port 80 (the standard HTTP | |
port). This means it’s officially my Web site. | |
If you find any issues with the proxy, please let me | |
know[2]. | |
[2] /7/feedback | |
------------------------------------------------------------ | |
2025-06-02 | |
------------------------------------------------------------ | |
My WWW-to-Gopher proxy is almost fully functional! I’m still | |
working on icons and little things here and there (I copied | |
icons from Floodgap’s proxy as placeholder images—I needed | |
_something_ during development). | |
------------------------------------------------------------ | |
2025-05-20 | |
------------------------------------------------------------ | |
Started developing a proxy so you can view this hole over | |
WWW. If it’s up it’ll be at http://asciz.com:8000[3]. | |
Eventually I plan to use it as my main Web site. | |
[3] http://asciz.com:8000 | |
------------------------------------------------------------ | |
2025-05-13 | |
------------------------------------------------------------ | |
Added `URL:` selector support to my site. Now you can follow | |
WWW (and other) links from non–hURL-aware Gopher clients, | |
such as w3m. | |
------------------------------------------------------------ | |
2025-05-12 | |
------------------------------------------------------------ | |
Tested this site in Lagrange and fixed a handful of info | |
lines (type `i` menu items) which were missing a host and | |
port (Lagrange doesn’t display those). | |
------------------------------------------------------------ | |
2025-05-09 | |
------------------------------------------------------------ | |
Refactored path handling in my Gopher server. Now it allows | |
selectors without a leading `/` or with `.` or `..` path | |
components (the path is lexically normalized: `/x/y/.././.` | |
is condensed to `/x`, so there’s no issues with following a | |
symlink’s parent or the like). This will allow it to support | |
selectors like `URL:http://example.com/` or `robots.txt` | |
(without a leading `/`) in the future. | |
Also, I’m about ready to unleash my server’s source code | |
upon the world at this point. I’m polishing up documentation | |
and an included example Gopher site. |