POV-Ray : Newsgroups : povray.general : HTML insert menu update Server Time
6 Aug 2024 10:23:41 EDT (-0400)
  HTML insert menu update (Message 1 to 8 of 8)  
From: Christoph Hormann
Subject: HTML insert menu update
Date: 16 Apr 2002 18:09:10
Message: <3CBCA104.14E54760@gmx.de>
I have updated the HTML version of the insert menu:

http://www-public.tu-bs.de:8080/~y0013390/imenu/insert_menu.html

I completely rewrote the generation program and tried to improve
navigation possibilities in the file.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 16 Apr. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Hugo
Subject: Re: HTML insert menu update
Date: 17 Apr 2002 10:12:23
Message: <3cbd82c7@news.povray.org>
Makes me a proud POV-Ray user.  :o)  Your page is bookmarked. Generally I
don't like so long pages but, maybe it's quick to have all the info like
this. And there's many nice illustrations!

Regards,
Hugo


Post a reply to this message

From:
Subject: Re: HTML insert menu update
Date: 17 Apr 2002 10:19:59
Message: <6q0rbu8vqaeo3laqd7kuim6vsdt6udou9e@4ax.com>
On Wed, 17 Apr 2002 16:21:13 +0200, "Hugo" <hua### [at] post3teledk> wrote:
> maybe it's quick to have all the info like
> this. And there's many nice illustrations!

Header of your post suggest you are using some kind of Windows. IIRC you have
3.5 installed. Am I right ? Have you noted this page contains things already
included in official distribution of 3.5 (release candidate) ?

ABX


Post a reply to this message

From: Christoph Hormann
Subject: Re: HTML insert menu update
Date: 17 Apr 2002 11:22:03
Message: <3CBD9318.9964303@gmx.de>
Hugo wrote:
> 
> Makes me a proud POV-Ray user.  :o)  Your page is bookmarked. Generally I
> don't like so long pages but, maybe it's quick to have all the info like
> this. And there's many nice illustrations!

I will consider making a version with several files, maybe using frames
would not be so bad for this purpose.  If you have a slow connection you
can also download without the graphics and generate the images with WinPov
yourself (you just need to write all pictures to one directory and replace
the spaces in the filenames with underscores.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 16 Apr. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Anders K 
Subject: Re: HTML insert menu update
Date: 17 Apr 2002 21:21:39
Message: <3cbe1fa3@news.povray.org>
You should properly escape the special characters <, >, and & in the code so
the browser doesn't try to interpret them. For example,
  location  <0.0, 0.5, -4.0>
becomes:
  location  <0.0, 0.5, -4.0>
and
  #if (A & B)
becomes:
  #if (A & B)

The lack of these is causing everything after the lathe entry to be
underlined in Mozilla.

Anders

--
light_source{6#local D=#macro B(E)#macro A(D)#declare E=(E-#declare
C=mod(E D);C)/D;C#end#while(E)#if(A(8)=7)#declare D=D+2.8;#else#if(
C>2)}torus{1..2clipped_by{box{-2y}}rotate<1 0C>*90translate<D+1A(2)
*2+1#else}cylinder{0(C-v=1).2translate<D+C*A(2)A(4)#end-2 13>finish
{specular 1}pigment{rgb x}#end#end#end-8;1B(445000298)B(519053970)B
(483402386)B(1445571258)B(77778740)B(541684549)B(42677491)B(70)}


Post a reply to this message

From: Christoph Hormann
Subject: Re: HTML insert menu update
Date: 18 Apr 2002 14:53:34
Message: <3CBF162C.A640310C@gmx.de>
"Anders K." wrote:
> 
> You should properly escape the special characters <, >, and & in the code so
> the browser doesn't try to interpret them. For example,
>   location  <0.0, 0.5, -4.0>
> becomes:
>   location  <0.0, 0.5, -4.0>
> and
>   #if (A & B)
> becomes:
>   #if (A & B)
> 
> The lack of these is causing everything after the lathe entry to be
> underlined in Mozilla.

That's fixed now.  I also made a version using frames and javascript with
separate files for each entry:

http://www.tu-bs.de/~y0013390/imenu/index.html

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 16 Apr. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Steve
Subject: Re: HTML insert menu update
Date: 21 Apr 2002 17:17:09
Message: <slrnac68pr.p3l.steve@zeropps.org.uk>
On Wed, 17 Apr 2002 00:09:08 +0200, Christoph Hormann wrote:
> 
> I have updated the HTML version of the insert menu:
> 
> http://www-public.tu-bs.de:8080/~y0013390/imenu/insert_menu.html
> 
> I completely rewrote the generation program and tried to improve
> navigation possibilities in the file.
> 
> Christoph
> 

Hi Christoph I found your insert menu thingie really useful, but _very_
difficult to download for offline use, do you have a zipped up version
available for download?

-- 
sphere{z*5,1pigment{rgb.5}finish{reflection.3specular.5}}box{<-50,-3,-50>
<50,-2,50>pigment{checker/*\__\\__/  * \_\\__*/scale 2}finish{ambient.7}}
light_source/*__\\__\\__\\__\\__\(    ~ )\__\\__\\__\\__\\*/{<2,5,1>*4,1} 
/*\\__\\__\\__\\__\\__\\__\\__\\__\~  -/__\\__\\__\\__\\__\\*//* Steve */


Post a reply to this message

From: Christoph Hormann
Subject: Re: HTML insert menu update
Date: 22 Apr 2002 12:31:33
Message: <3CC43AE2.2405202A@gmx.de>
Steve wrote:
> 
> [...]
> 
> Hi Christoph I found your insert menu thingie really useful, but _very_
> difficult to download for offline use, do you have a zipped up version
> available for download?

I know it's difficult, i did not yet get a definitive answer from Mark
Gordon if this will be included in the official unix version of Povray
3.5, if not, i will surely make a zip for downloading (probably without
images, but with a script for generating them.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 20 Apr. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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