POV-Ray : Newsgroups : povray.general : pov2html Server Time
6 Aug 2024 16:59:10 EDT (-0400)
  pov2html (Message 7 to 16 of 16)  
<<< Previous 6 Messages Goto Initial 10 Messages
From: Lutz-Peter Hooge
Subject: Re: pov2html
Date: 13 Mar 2002 18:09:34
Message: <MPG.16f9fae41c5997c49896e5@news.povray.org>
In article <3c8fc801$1@news.povray.org>, "Greg M. Johnson" <gregj:-
)565### [at] aolcom> says...

> Isn't there a bunch of extra bloody crap to get HTML 2.0 compliant?

Yes. Add:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 2.0//EN">

Lutz-Peter


Post a reply to this message

From: bruce
Subject: Re: pov2html
Date: 13 Mar 2002 18:37:30
Message: <slrna8vp4n.1dr.bruce@pingouin.rez-gif.supelec.fr>
In article <3c8fca52$1@news.povray.org>, Gleb wrote:
> 
> "Thorsten Froehlich" <tho### [at] trfde> wrote in message
> news:3c8fc4f5@news.povray.org...
>> In article <3c8fb46e$1@news.povray.org> , "Gleb" <gk1### [at] sotonacuk> wrote:
> 
> So is there any such converters available?
> 
Never heard of such a converter, but it shouldn't be too hard to code (that's
juste recognizing some keywords). I'll try to make it in perl as soon as I'll
get a few free time....

	-- Bruce


Post a reply to this message

From: Peter Popov
Subject: Re: pov2html
Date: 14 Mar 2002 00:20:23
Message: <7bc09uc7trevq3s47c6g5p0e9loplvko0a@4ax.com>
On Wed, 13 Mar 2002 20:19:57 -0000, "Gleb" <gk1### [at] sotonacuk> wrote:

>Can anybody advise any easy way to convert pov files to html format?

For common programming languages, I'd use SciTE (www.scintilla.org).
Unfortunately, there's no lexer for POV. I suppose Emacs can do this
(they say it can do anything) so if you're nice, Warp may come up with
something :)


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From: Peter Popov
Subject: Re: pov2html
Date: 14 Mar 2002 00:23:35
Message: <imc09ukchjs746kdceoaisi24k1mt93quv@4ax.com>
On Wed, 13 Mar 2002 20:19:57 -0000, "Gleb" <gk1### [at] sotonacuk> wrote:

>Can anybody advise any easy way to convert pov files to html format?

Forgot to say the most important. Vim can convert anything it reads
(and it can ready virtually anything :) ) into HTML. The only thing I
don't like is that it uses FONT tags and not CSS, but I guess you
could always grep that away.


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From:
Subject: Re: pov2html
Date: 14 Mar 2002 02:16:27
Message: <f4j09ugpt0h7evj8j64kmef9qg5jon7jht@4ax.com>
On Wed, 13 Mar 2002 16:42:08 -0500, "Greg M. Johnson" <gregj:-)565### [at] aolcom>
wrote:
> Isn't there a bunch of extra bloody crap to get HTML 2.0 compliant?

Thorsten's example is very HTML compliant. Compliant to any version and any
browser. It use no more 5 tags so there is no place to make mistake. All of
tags are used according to its destination. Non of tags is used with
decoration destination. But you would make mistake in it too becouse you
always ommit HEAD tag as it was pointed you before. In fact I'm still
surprized of your obstinacy to not use my corrected version of your file
uploaded to http://www.abx.art.pl/pov/shortest/shortvote.html which is HTML
compliant.

ABX


Post a reply to this message

From:
Subject: Re: pov2html
Date: 14 Mar 2002 02:22:47
Message: <vij09uora9ld6ptms9v31dda1uhvl937r7@4ax.com>
On Wed, 13 Mar 2002 20:19:57 -0000, "Gleb" <gk1### [at] sotonacuk> wrote:
> Can anybody advise any easy way to convert pov files to html format?

http://www.palfrader.org/code2html/

It is online converter so it saves space on drives but uses power of
webserver. It also requires privilages and extensions of webserver. But
probably you can install your own webserver on your localhost and use it as
converter. POV-Ray support was added at 2001-03-25 so I suppose it supports
3.1 syntax. I have never tested this package.

ABX


Post a reply to this message

From: Gleb
Subject: Re: pov2html
Date: 14 Mar 2002 04:54:02
Message: <3c90733a$1@news.povray.org>
"ingo" <ing### [at] homenl> wrote in message
news:Xns### [at] povrayorg...
> The vim editor has an option to save, any file, as html. vim 6 comes with
> syntax clouration for POV-Ray 3.5.

I'd like to try vim, but for the moment
it seems to be unavailable at ftp://ftp.vim.org/pub/vim/pc/
I'll retry later.
Thanks!

Gleb


Post a reply to this message

From: Grey Knight
Subject: Re: pov2html
Date: 14 Mar 2002 07:03:07
Message: <3C9091AA.12BE3326@namtar.qub.ac.uk>
Gleb wrote:
> ...
> it seems to be unavailable at ftp://ftp.vim.org/pub/vim/pc/
> ...
Hmm. I've tried every mirror I can find of the vim ftp stuff, and my ftp
program disconnects as soon as I enter the /pc directory, every time.
The rest of it works fine, just /pc Anyone else have this?

-- 
signature{
  "Grey Knight" contact{ email "gre### [at] yahoocom" }
  site_of_week{ url "http://digilander.iol.it/jrgpov" }
}


Post a reply to this message

From:
Subject: Re: pov2html
Date: 14 Mar 2002 07:09:43
Message: <5m419uck02kodqkur7gg6gnvt2mg56ivl1@4ax.com>
On Thu, 14 Mar 2002 12:03:54 +0000, Grey Knight <s16### [at] namtarqubacuk>
wrote:
> > it seems to be unavailable at ftp://ftp.vim.org/pub/vim/pc/
> Hmm. I've tried every mirror I can find of the vim ftp stuff, and my ftp
> program disconnects as soon as I enter the /pc directory, every time.
> The rest of it works fine, just /pc Anyone else have this?

works fine for me

ABX


Post a reply to this message

From: Grey Knight
Subject: Re: pov2html
Date: 14 Mar 2002 07:10:50
Message: <3C90937E.2B7FE12D@namtar.qub.ac.uk>
Grey Knight wrote:
> 
> Gleb wrote:
> > ...
> > it seems to be unavailable at ftp://ftp.vim.org/pub/vim/pc/
> > ...
> Hmm. I've tried every mirror I can find of the vim ftp stuff, and my ftp
> program disconnects as soon as I enter the /pc directory, every time.
> The rest of it works fine, just /pc Anyone else have this?
Possible solution: go to http://www.vim.org/faq/download.html and use
the direct links just down the page.

-- 
signature{
  "Grey Knight" contact{ email "gre### [at] yahoocom" }
  site_of_week{ url "http://digilander.iol.it/jrgpov" }
}


Post a reply to this message

<<< Previous 6 Messages Goto Initial 10 Messages

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