[ANN] webgen 0.4.2

T

Thomas Leitner

Hey everybody,

I just released webgen 0.4.2 which closes some bugs and adds some new
features. For a complete change log have a look at http://webgen.rubyforge.org/news.html.

-- Thomas

About webgen
==========

webgen is used to generate web pages from page and template files. You
create one or more template files in which you define the layout of
your page and where the content should go. After that you create page
files in which you only define the content.

When webgen is run it combines the template with each of the page
files and generates the HTML output files. During this process special
tags are substituted so that, for example, dynamic menus or breadcrumb
trails are generated.

Installation
========

gem install webgen
 
T

Thomas Leitner

[ ... ]http://webgen.rubyforge.org/news.html.
[ ... ]

Oops, gives me a page with :

Code corrupted. Insert fresh copy.

Regards, Gilbert


Hm... I can open the page without problems in Safari/Opera on Mac OS X
and Opera/Konqueror on Linux. However, I do see this message using
Firefox 1.5.0.9 on Linux... strange.

Although nothing is displayed, I can view the source and from the
looks of it (syntax highlighting) it seems that Firefox does not like
the HTML closed script tag in the header or something like that. Be
aware that the W3C HTML validation service says that the page is valid
XHTML 1.1!

I will have a look at the Firefox problem and update the homepage as
soon as possible!

Bye,
Thomas
 
R

Rebhan, Gilbert

=20
Hi,


-----Original Message-----
From: Thomas Leitner [mailto:[email protected]]=20
Sent: Thursday, March 01, 2007 2:55 PM
To: ruby-talk ML
Subject: Re: webgen 0.4.2
[ ... ]http://webgen.rubyforge.org/news.html.
[ ... ]

Oops, gives me a page with :

Code corrupted. Insert fresh copy.

Regards, Gilbert

/*
Hm... I can open the page without problems in Safari/Opera on Mac OS X
and Opera/Konqueror on Linux. However, I do see this message using
Firefox 1.5.0.9 on Linux... strange.

[ ... ]

I will have a look at the Firefox problem and update the homepage as
soon as possible!
*/

same problem with Firefox 2 and IE 6

Regards, Gilbert
 
D

Dimitri Aivaliotis

Hi,

Although nothing is displayed, I can view the source and from the
looks of it (syntax highlighting) it seems that Firefox does not like
the HTML closed script tag in the header or something like that. Be
aware that the W3C HTML validation service says that the page is valid
XHTML 1.1!

A self-closed script tag violates the DTD/Schema definition:

http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Scripting
http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_scriptmodule

It has a "Minimal Content Model" of "PCDATA", not "EMPTY", so you'll
need to use the dual-tag form: <script></script>.

The W3C validator is probably running up against one of its limitations:

http://openjade.sourceforge.net/doc/xml.htm

HTH,

- Dimitri
 
B

Ben Bleything

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,235
Messages
2,571,181
Members
47,817
Latest member
BartHeckma

Latest Threads

Top