[ANN] webgen 0.4.5

T

Thomas Leitner

Hey everybody!
--------------

I just release a new webgen version which fixes some bugs and brings
one new feature: customizable links to any file handled by webgen.
Have a look at http://webgen.rubyforge.org/news.html to see a
complete list of changes!

Best regards,
Thomas


What's webgen?
--------------

webgen is a tool to generate static websites by combining content
with 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. You can use a variety of markup languages like Textile or
Markdown to define your content and you can add dynamic parts via ERB
or by using webgen tags. This allows the automatic generation of
menus, breadcrumb trails and much more!

Have a look at the examples page at http://webgen.rubyforge.org/
examples/index.html to get a first impression of webgen!
 
G

Gilbert Rebhan

Hi, Thomas

Thomas said:
Hey everybody!

that's good news :)
i wanted to install the new version immediately,
but with =

C:\WINNT\system32>ruby -v
ruby 1.8.5 (2006-08-25) [i386-mswin32]

it gave me =

C:\WINNT\system32>gem install webgen
ERROR: While executing gem ... (Zlib::BufError)
buffer error


Regards, Gilbert
 
T

Thomas Leitner

Hi,

I tried it out on Windows XP with the One-Click-Installer, failed for
me, too. However, after updating Rubygems from 0.9.2 to 0.9.4 it
worked for me. So try a:

gem install rubygems_update
update_rubygems
gem install -y webgen

*hth*,
Thomas

ps. Ruby 1.8.6 on Windows installed using One-Click-Installer has a
bug which prevents webgen from working correctly, so stay with the
1.8.5 version till the next release of 1.8.6 (bug has already been
fixed)
 
G

Gilbert Rebhan

Thomas said:
Hi,

I tried it out on Windows XP with the One-Click-Installer, failed for
me, too. However, after updating Rubygems from 0.9.2 to 0.9.4 it worked
for me. So try a:

gem install rubygems_update
update_rubygems
gem install -y webgen
ruby -v
ruby 1.8.5 (2006-08-25) [i386-mswin32]

gem -v
0.9.0

updating gem worked only with =
gem update --system

now it's 0.9.4
and gem install webgen worked :)


Gilbert
 

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

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top