|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Can I suggest addition to www interface of this news server ? I prefer reading
via news reader but sometimes some content I want show to my friends. I don't
want "double" electrons in the net and than I send only urls to povray news
interface. But if it is first url to news.povray.org for my friend then he is
redirected to configuration of interface. And my friend without my comment
thinks I send him url to configuration page. Could it be possible to add to
first configuration another redirection to first requested url ? I'm affraid
this problem specification is not clear :-(
--
#macro Sig(A,B,X)_(A,B)_(B,X)_(X,A)#end#macro _(A,B)cylinder{<A.x,A.y,3>,<B.u,
B.v,3>.1,9}#end global_settings{max_trace_level 9}light_source{0 1}camera{up y
*4right-3*x}blob{_(<3,1>,<1,-5>)_(<2,-2>,<4,-2>)Sig(x,<-1,1.5>,<1,3>)_(z-1,z-4
)pigment{rgb 1}}box{-3 3pigment{rgb 0}finish{reflection 1}hollow} // POV-Ray31
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Try: http://news.povray.org
Note that the protocol definition at the beginning of the URL is very
important (and way too overlooked nowadays). If you use 'news://' instead
of 'http://', you will end up in a completely different place.
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
>
> Try: http://news.povray.org
That will not work. We have reasons why we want ALL visitors to visit the
introduction page on their first visit and I doubt it will be changed. Those
reasons are detailed in the text on the introduction page concerning cookies
and email protection.
--
Ken Tyler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote in message <3b938faa@news.povray.org>...
> Try: http://news.povray.org
>
> Note that the protocol definition at the beginning of the URL is very
>important (and way too overlooked nowadays). If you use 'news://' instead
>of 'http://', you will end up in a completely different place.
you not understand, please read my post again.
I read via news:// (stupid Outlook underlined it) but I send to my friends
something like http://news.povray.org/povray.general/17887/ This is for example
link to html version of this thread. But if it is first visit at
http://news.povray.org/ for my friend than he is redirected to configuration
page and loses linked content. Without my comment he don't know that after
configuration he must call original link again. And without his answer I don't
know he saw wrong content. That's useless.
--
#macro Sig(A,B,X)_(A,B)_(B,X)_(X,A)#end#macro _(A,B)cylinder{<A.x,A.y,3>,<B.u,
B.v,3>.1,9}#end global_settings{max_trace_level 9}light_source{0 1}camera{up y
*4right-3*x}blob{_(<3,1>,<1,-5>)_(<2,-2>,<4,-2>)Sig(x,<-1,1.5>,<1,3>)_(z-1,z-4
)pigment{rgb 1}}box{-3 3pigment{rgb 0}finish{reflection 1}hollow} // POV-Ray31
Post a reply to this message
|
|
| |
| |
|
|
From: Wlodzimierz ABX Skiba
Subject: Re: www news interface suggestion
Date: 3 Sep 2001 11:16:17
Message: <3b939ec1@news.povray.org>
|
|
|
| |
| |
|
|
Ken wrote in message <3B93999C.88B10CDC@pacbell.net>...
> We have reasons why we want ALL visitors to visit the
> introduction page on their first visit and I doubt it will be changed. Those
> reasons are detailed in the text on the introduction page concerning cookies
> and email protection.
That's ok. But if you use cookies why you can't store there original url and
back to it after introduction page ?
--
#macro Sig(A,B,X)_(A,B)_(B,X)_(X,A)#end#macro _(A,B)cylinder{<A.x,A.y,3>,<B.u,
B.v,3>.1,9}#end global_settings{max_trace_level 9}light_source{0 1}camera{up y
*4right-3*x}blob{_(<3,1>,<1,-5>)_(<2,-2>,<4,-2>)Sig(x,<-1,1.5>,<1,3>)_(z-1,z-4
)pigment{rgb 1}}box{-3 3pigment{rgb 0}finish{reflection 1}hollow} // POV-Ray31
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wlodzimierz ABX Skiba wrote:
> That's ok. But if you use cookies why you can't store there original url and
> back to it after introduction page ?
>
I really don't know how difficult (or easy) that would be to do. I didn't
design the interface. It seems to me that it would be easier to simply
give your friends instructions on how it works the first time they use it
and then they will have no problems with it. I understand that it is a
minor inconvience but unless Thorsten steps in and says otherwise I doubt
that it will be changed in the near future. The team is very busy with
the beta release of 3.5 right now.
--
Ken Tyler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wlodzimierz ABX Skiba <abx### [at] abxartpl> wrote:
: you not understand
Quite common in me... Sorry. :)
But as Ken said, there are some protections in the news interface in order
to avoid misuse. These protections also avoid what you want to do.
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3b938c0c@news.povray.org> , "Wlodzimierz ABX Skiba"
<abx### [at] abxartpl> wrote:
> Can I suggest addition to www interface of this news server ? I prefer reading
> via news reader but sometimes some content I want show to my friends. I don't
> want "double" electrons in the net and than I send only urls to povray news
> interface. But if it is first url to news.povray.org for my friend then he is
> redirected to configuration of interface. And my friend without my comment
> thinks I send him url to configuration page. Could it be possible to add to
> first configuration another redirection to first requested url ? I'm affraid
> this problem specification is not clear :-(
I know what you mean. It is a good idea and will eventually be added in the
near (=a few weeks or months) future as time permits.
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|