Sha256: 64b4a05d72fb6dfce1e1faace2ad7b13b2255118fc693a0e0defb196c504f24c

Contents?: true

Size: 1.09 KB

Versions: 11

Compression:

Stored size: 1.09 KB

Contents

h1. About

Ace is a static page generator like "Nanoc":http://nanoc.stoneship.org, "Jekyll":https://github.com/mojombo/jekyll or "Webby":http://webby.rubyforge.org/tutorial. How is it different? Well, it's better :) ! I really like Nanoc and I used it for quite a while, but it's not flexible enough. If you need to generate a lot of pages on the fly, it's a hassle. It provides helpers, but helpers are – let's face it – programming style we used to use years back when we yet believed that PHP is actually a really nice language.

Also, last but not least, Ace has a real template inheritance. Layouts are for kids, real men use template inheritance! What's the advantage? It's incredibly flexible.

Check "Ace: Static Sites Generator":http://blog.101ideas.cz/posts/ace-static-site-generator.html for more information or you can take a look at "sources":https://github.com/botanicus/blog.101ideas.cz of "my blog":http://blog.101ideas.cz to have something to play with!

h1. Installation

If you want to use @ace-gen@:

<pre>
gem install ace --development
</pre>

Without @ace-gen@:

<pre>
gem install ace
</pre>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ace-0.4.9 README.textile
ace-0.4.8 README.textile
ace-0.4.7 README.textile
ace-0.4.6 README.textile
ace-0.4.5 README.textile
ace-0.4.4 README.textile
ace-0.4.3 README.textile
ace-0.4.2 README.textile
ace-0.4.1 README.textile
ace-0.4 README.textile
ace-0.3.3 README.textile