Flexible static sites generator suitable even for big and complex sites with dynamically generated pages such as pages for each tag etc (not on the fly obviously as it just produces HTML).
 
 
 
 
Go to file
Denis Knauf af9e6aebe5 server_path: fix 2013-01-21 14:09:09 +01:00
bin ace: uniq generating files. SassFilter: sass possible too; instead substitude extention, .scss|.sass will be removed 2013-01-19 21:13:15 +01:00
example Update ace. 2011-06-14 10:45:48 +01:00
lib server_path: fix 2013-01-21 14:09:09 +01:00
project_generator Ups, no helpers. 2011-06-14 14:17:32 +01:00
.gitignore Initial import 2010-10-20 14:42:17 +01:00
CHANGELOG Added --no-generate, released 0.4.3. 2011-07-10 13:40:59 +01:00
LICENSE Updated copyright. 2011-02-23 04:50:23 +00:00
README.textile Note about installation. 2011-06-05 20:00:55 +02:00
TODO Initial import 2010-10-20 14:42:17 +01:00
ace.gemspec No cert shite. 2011-06-14 14:41:24 +01:00
ace.pre.gemspec Initial import 2010-10-20 14:42:17 +01:00
simple-templater.scope Initial import 2010-10-20 14:42:17 +01:00

README.textile

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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>