Readme.md in milksteak-0.0.3 vs Readme.md in milksteak-0.0.4

- old
+ new

@@ -1,7 +1,12 @@ -# Installation +Milksteak is a little experiment in tiny-cms-land. My goal with it is to build the minimum structure necessary +and keep it as far from anything like rails as possible, with minimum requirements, fast tests, and simple +structure. Expect the project to change rather dramatically as I add to it, feel free to fork and do whatever +you like, and as always, pull requests are very welcome. +# Install + gem install milksteak gem 'milksteak' # if using bundler # Configuration @@ -33,5 +38,18 @@ and_then_you: can use them below in content. --- Here's the sidebar content. I can use the {{yml_variables}} and such. +# Roadmap + +* Blog/News engine +* Photo galleries +* Flexible collection types for data lists and content types (kinda hard to bullet-point intention here) +* Support for storage back-ends rather than YML, if necessary +* Tie into Tonic CMS (v3) API +* Dynamic page routes (currently pages are treated as content fragments) +* ... Contact me with your requests and ideas, or fork and add your own + +# License + +Milksteak is released under the MIT license and is copyright (c) 2012 Bryan Thompson