Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.misc    |    General topics about computers not cover    |    21,759 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 20,433 of 21,759    |
|    yeti to Computer Nerd Kev    |
|    Re: web    |
|    17 Jan 25 04:58:19    |
      From: yeti@tilde.institute              not@telling.you.invalid (Computer Nerd Kev) wrote:              > Curl supports Gopher. Not Gemini though.              Ncat and Netcat (check the existence of '-c' and '-T') can fetch stuff       from Gemini servers:              ------------------------------------------------------------------------       $ printf 'gemini://geminiprotocol.net/\r\n' \       | ncat --ssl geminiprotocol.net 1965 | less       ------------------------------------------------------------------------              ------------------------------------------------------------------------       $ printf 'gemini://geminiprotocol.net/\r\n' \       | nc -c -T noverify geminiprotocol.net 1965 | less       ------------------------------------------------------------------------              Wrapping that in some hands full of AWK to find links and iterate over       them should not require deep magic.              Some browsers capable of accessing gemini: can save the fetched files'       and gemini pages' source, maybe they would even be easier to integrate       in own scripts?              TL;DR: There is no showstopper.              --       Trust me, I know what I'm doing...              --- SoupGate-DOS v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca