Static website generation

Anyone have a static site generation tool to recommend? I'm looking at
webgen, which seems pretty good, but if there are other nice ones out
there I'd like to spend a few days comparing them before diving in.

martin

I just write all my source in [Markdown][1] (processing it with
[BlueCloth][2]) and have a little script rummage through them
processing the ones that are newer than their generated html
counterparts. Actually, I should probably be using rake for that, but
am doing it manually at the moment.

---John

···

On 7/10/06, Martin DeMello <martindemello@gmail.com> wrote:

Anyone have a static site generation tool to recommend? I'm looking at
webgen, which seems pretty good, but if there are other nice ones out
there I'd like to spend a few days comparing them before diving in.

martin

Gah!

[1]: Daring Fireball: Markdown
[2]: dev(E)iate

···

On 7/10/06, John Gabriele <jmg3000@gmail.com> wrote:

On 7/10/06, Martin DeMello <martindemello@gmail.com> wrote:
> Anyone have a static site generation tool to recommend? I'm looking at
> webgen, which seems pretty good, but if there are other nice ones out
> there I'd like to spend a few days comparing them before diving in.
>
> martin

I just write all my source in [Markdown][1] (processing it with
[BlueCloth][2]) and have a little script rummage through them
processing the ones that are newer than their generated html
counterparts. Actually, I should probably be using rake for that, but
am doing it manually at the moment.

---John

Thanks John; I did consider that sort of approach, but this is a
rather large site, so I'm looking for something that will give me a
bit more of a "helping hand" in terms of standardised navigation,
central configuration of repeated elements, etc.

martin

···

On 7/10/06, John Gabriele <jmg3000@gmail.com> wrote:

On 7/10/06, Martin DeMello <martindemello@gmail.com> wrote:
> Anyone have a static site generation tool to recommend? I'm looking at
> webgen, which seems pretty good, but if there are other nice ones out
> there I'd like to spend a few days comparing them before diving in.
>
> martin

I just write all my source in [Markdown][1] (processing it with
[BlueCloth][2]) and have a little script rummage through them
processing the ones that are newer than their generated html
counterparts. Actually, I should probably be using rake for that, but
am doing it manually at the moment.

Martin DeMello wrote:

rather large site, so I'm looking for something that will give me a
bit more of a "helping hand" in terms of standardised navigation,
central configuration of repeated elements, etc.

Never used it but...

http://www.zenspider.com/ZSS/Products/ZenWeb/

I'll be curious know what you end up with.

···

--
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Thanks - will give it a spin too!

martin

···

On 7/11/06, Joel VanderWerf <vjoel@path.berkeley.edu> wrote:

Martin DeMello wrote:
> rather large site, so I'm looking for something that will give me a
> bit more of a "helping hand" in terms of standardised navigation,
> central configuration of repeated elements, etc.

Never used it but...

zenspider projects | software projects | by ryan davis

I'll be curious know what you end up with.