• Gopher digest

    From Finnigann@VERT/BNB to All on Wed Apr 5 09:17:00 2006
    Approximately what lines in gopherservice.js pertain to the display ofãthe messages (The screen between the list of subs and the actual messageãitself)ãããããã Don't just wish for a better life...ãã Vote for it! ããã... Incontinence Hotline...Can you hold, please?ã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes - bnb.dtdns.net /
    bnb.synchro.netã
  • From Digital Man@VERT to Finnigann on Wed Apr 5 11:33:09 2006
    Re: Gopher digestã By: Finnigann to All on Wed Apr 05 2006 09:17 amãã > Approximately what lines in gopherservice.js pertain to the display ofã > the messages (The screen between the list of subs and the actual messageã > itself)ãã msginfo=format("%-25.25s %-25.25s %-25.25s %s"ã ,hdr.subjectã ,hdr.fromã ,hdr.toã ,dateã );ã writeln("0" + msginfo + "\tsub:"ã + field[1] + ":" + i + "\t"ã + system.host_name + "\t"ã + GOPHER_PORTã );ãã digital manããSnapple "Real Fact" #133:ãHoneybees navigate by using the sun as a compass. ãNorco, CA WX: 54.1øF, 72% humidity, 6 mph SW wind, 1.32 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Finnigann@VERT/BNB to Digital Man on Wed Apr 5 19:18:00 2006
    With interpidation and the MAGIC of QWK Mail Digital Man wrote to Finnigannã<=-ãã DM> Re: Gopher digestã DM> By: Finnigann to All on Wed Apr 05 2006 09:17 amãã > Approximately what lines in gopherservice.js pertain to the display ofã > the messages (The screen between the list of subs and the actual messageã > itself)ãã This part creates the text...ãã DM> msginfo=format("%-25.25s %-25.25s %-25.25s %s"ã DM> ,hdr.subjectã DM> ,hdr.fromã DM> ,hdr.toã DM> ,dateã DM> );ãã This part creates the link to the message...ãã DM> writeln("0" + msginfo + "\tsub:"ã DM> + field[1] + ":" + i + "\t"ã DM> + system.host_name + "\t"ã DM> + GOPHER_PORTã DM> );ããã To add column seperators to the msginfo line I would include somethingãã "%-25.25s + " :: " + %-25.25s + " :: " + %-25.25s + " :: " + %s"ãã Well let's see...ãã Nope, that didn't work. I got 'empty directory' with that alteration.ã Thank goodness for comment markers (-:ãã If you were of a mind to add something like that (maybe colons are theã problem...) What would you use?ãã Is there a shorter varible dor DATE. I mean shorter as in output.ã Sat Apr 01 2006 00:16:00ã 04/01/06 Sat 00:16:00 (hmmm not much shorter is it?)ãããããã Don't just wish for a better life...ãã Vote for it! ããã... BAD PASSWORD... it's WAY to Shortã--- MultiMail/Win32 v0.46ã þ Synchronet þ Bits-N-Bytes - bnb.dtdns.net /
    bnb.synchro.netã