[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Static web site generators

Brian Adkins

3/7/2009 10:17:00 PM

After Googling a bit, it appears that nanoc, webby & webgen seem to be
the prominent Ruby candidates for tools to generate static web sites.

Any recommendations/warnings from folks who have used any of them?

--
Brian Adkins
http://...
5 Answers

Tom Cloyd

3/7/2009 10:26:00 PM

0

Brian Adkins wrote:
> After Googling a bit, it appears that nanoc, webby & webgen seem to be
> the prominent Ruby candidates for tools to generate static web sites.
>
> Any recommendations/warnings from folks who have used any of them?
>
>
I'll jump right up and say that there cannot be enough praise for Webby.
I use it for a great many sites, including a number I've designed
professionally, and all my personal sites. It's wonderfully designed,
easy to use, with a lively and helpful discussion list, and Tim P., the
developer, couldn't be a more helpful fellow. You might wanna give it a
whirl. If you do, make free use of the discussion list, to help you move
things along fast, but you may not need it at all.

t.

--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< tc@tomcloyd.com >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Trans

3/7/2009 10:27:00 PM

0



On Mar 7, 5:18=A0pm, Brian Adkins <lojicdot...@gmail.com> wrote:
> After Googling a bit, it appears that nanoc, webby & webgen seem to be
> the prominent Ruby candidates for tools to generate static web sites.
>
> Any recommendations/warnings from folks who have used any of them?

There certainly nothing wrong with static site generation --in some
ways static sites are better. And those are all good tools and there
are others as well. But, I always find myself moving to a dynamic site
in the end. It's just a hell of a lot more convenient.

I would be cool if some of these static site generators had a cache
and generate on demand mode.

T.

Brian Adkins

3/7/2009 11:24:00 PM

0

trans <transfire@gmail.com> writes:

> On Mar 7, 5:18 pm, Brian Adkins <lojicdot...@gmail.com> wrote:
>> After Googling a bit, it appears that nanoc, webby & webgen seem to be
>> the prominent Ruby candidates for tools to generate static web sites.
>>
>> Any recommendations/warnings from folks who have used any of them?
>
> There certainly nothing wrong with static site generation --in some
> ways static sites are better. And those are all good tools and there
> are others as well. But, I always find myself moving to a dynamic site
> in the end. It's just a hell of a lot more convenient.

For sites that have a reasonable chance of becoming dynamic, I
probably would just start out that way, but the memory requirements
for mongrel are quite heavy and I don't think passenger or other
options have reduced it *that* much, so for some simple sites, I just
want to avoid copy/paste or server side includes.

Also, I think I might find them useful for generating other files.

> I would be cool if some of these static site generators had a cache
> and generate on demand mode.
>
> T.
>

--
Brian Adkins
http://...

Peter Booth

3/7/2009 11:52:00 PM

0

I did a similar survey a few months ago and went with nanoc because
the documentation was good. I'm very happy with it and it's easily the
most productive static site development tool ive encountered.

Make sure you have a firefox with the web developer tools installed.

Peter Booth
(917) 445 5663 peter_booth@mac.com

On Mar 7, 2009, at 5:18 PM, Brian Adkins <lojicdotcom@gmail.com> wrote:

> After Googling a bit, it appears that nanoc, webby & webgen seem to be
> the prominent Ruby candidates for tools to generate static web sites.
>
> Any recommendations/warnings from folks who have used any of them?
>
> --
> Brian Adkins
> http://...
>

Jack Christensen

3/8/2009 3:39:00 AM

0

Brian Adkins wrote:
> After Googling a bit, it appears that nanoc, webby & webgen seem to be
> the prominent Ruby candidates for tools to generate static web sites.
>
> Any recommendations/warnings from folks who have used any of them?
>
>
I've been happy with webby.