POV-Ray : Newsgroups : povray.general : Announcement: Kens Newest Links Server Time
11 Aug 2024 21:22:00 EDT (-0400)
  Announcement: Kens Newest Links (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Ron Parker
Subject: Re: Announcement: Kens Newest Links
Date: 22 Jun 1999 14:11:16
Message: <376fd1c4@news.povray.org>
On Tue, 22 Jun 1999 10:17:19 -0700, Ken wrote:
>
>
>Ron Parker wrote:
>
>> Agent: it shows up as a netscape icon which I have to launch to see.
>
>Once in netscape I presume it if fully functional ?

Yes.

>> slrn: it shows up as pure HTML code, which I have to save to disk and
>>       manually launch netscape to see.
>
>Is this bad ?
>
>What other options do I have for distributing it to the widest number of
>platforms and what then is the best format to post links of this kind ?

Nope, not bad.  In fact, I'd say this is your best option for such
distribution, considering the content.  Perhaps a note at the top
in plain text for those of us whose newsreaders don't understand 
HTML directly would be in order, explaining that what follows is
HTML and should be viewed in a web browser.  I know that's obvious
to most of us, but others might be put off by all the funny angle-
brackets (and the warning Netscape puts at the top of the file in 
comments.)


Post a reply to this message

From: Nieminen Mika
Subject: Re: Announcement: Kens Newest Links
Date: 23 Jun 1999 09:13:14
Message: <3770dd6a@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote:
:   Bear in mind that when I post these in html format it keeps intact all
: of my bookmark descriptions that took a considerable amount of time to add
: to each link. If I were to simply copy and past the links as plain text
: I would lose these valuable link discriptions. I type too slow and do
: not really feel inspired to type in 500+ new descriptions thank you.

  If you are using unix you can use the sed command to automatically
reformat all those 500+ lines. For example suppose that the original file
(let's name it 'links.html') has the following lines:

<p><a href="http://some.place/some/file.html">Very cool page!</a>
<p><a href="http://other.place/ugly/file.html">This page sux.</a>

  Now the command:

sed 's/<p><a href="//;s/">/: /;s/<\/a>//' links.html

prints the following lines:

http://some.place/some/file.html: Very cool page!
http://other.place/ugly/file.html: This page sux.

  This way you could automatically reformat any amount of lines in seconds.

  Of course, if you are not using unix, you have a problem... :)

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.