manuscript 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -0
- data/VERSION +1 -1
- data/lib/manuscript/base.rb +6 -0
- data/manuscript.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -71,6 +71,11 @@ shown above.
|
|
71
71
|
|
72
72
|
Template files will be saved into a directory '/template_files' alongside <tt>config.ru</tt>. They'll also be served from there. Now deploy away.
|
73
73
|
|
74
|
+
== Development plans
|
75
|
+
|
76
|
+
Expect to see editable stylesheet and javascript template files, as well as special processing for images. Page caching is also a priority. If you have others
|
77
|
+
you'd like to see, please file an issue.
|
78
|
+
|
74
79
|
== Note on Patches/Pull Requests
|
75
80
|
|
76
81
|
* Fork the project.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.4
|
data/lib/manuscript/base.rb
CHANGED
data/manuscript.gemspec
CHANGED