Displaying 5 results from an estimated 5 matches for "heinrichmeyer".
2005 Dec 13
0
Features for next webgen release [comp.lang.ruby]
...e, 13 Dec 2005 12:50:08 -0000, Thomas Leitner <thomas_leitner at gmx.at>
wrote [in comp.lang.ruby]:
> I''m currently gathering ideas for new features for the next big webgen
> release (0.4.0). Some of the planned features are:
>
> * RSS feed generation (proposed by Friz Heinrichmeyer)
That would be very nice - I''m planning a blog-ish section and a photo
album that I''d like to generate RSS from :)
> * blog module (proposed by Fritz Heinrichmeyer)
(Maybe this overlaps with what I propose below? I''d love to know more
about it).
> * template...
2005 Dec 13
3
Features for next webgen release
...05 12:50:08 -0000, Thomas Leitner <thomas_leitner at
| gmx.at> wrote [in comp.lang.ruby]:
|
| > I''m currently gathering ideas for new features for the next big
| > webgen release (0.4.0). Some of the planned features are:
| >
| > * RSS feed generation (proposed by Friz Heinrichmeyer)
|
| That would be very nice - I''m planning a blog-ish section and a photo
| album that I''d like to generate RSS from :)
|
| > * blog module (proposed by Fritz Heinrichmeyer)
|
| (Maybe this overlaps with what I propose below? I''d love to know more
| about it)....
2007 Mar 17
1
Webgen and incremental generation (nukumi2 did it)
> There is already a plugin in the feature request tracker (created by
> Fritz Heinrichmeyer) which provides blogging and rss support
> (although for webgen 0.3.8). Based on this and comments of other
> people I have taken notes so as to what one would expect from such a
> plugin and when I have enough time I will post them to this mailing
> list for further discussion!
I add...
2011 Nov 25
6
Use RbConfig instead of obsolete and deprecated Config
Hi everyone,
since my last gem update, I get the following error when using webgen:
/home/dams/opt/ruby/gems/webgen-0.5.14/lib/webgen/cli/utils.rb:10: Use
RbConfig instead of obsolete and deprecated Config.
/usr/lib/ruby/1.9.1/psych.rb:154:in `parse'': (<unknown>): couldn''t parse
YAML at line 21 column 9 (Psych::SyntaxError)
from /usr/libb/ruby/1.9.1/psych.rb:154:in
2007 Mar 09
3
Transformation order
I see that the well-defined order for transforming a page to HTML is:
- Transform the content using the content converter
...
- Replace tags
I think it should be the other way around.
I wrote this plugin that transform
{flickr: <url of the photo>}
into something like:
<div> Foto, caption, etc. </div>
Now, because of the order of transformations, the