public
Description: A blog, powered by Sinatra (http://sinatrarb.com/). An experiment.
Clone URL: git://github.com/jw-00000/sinatra-blog.git
Search Repo:
Add a section "Other cool things" to the README.
jw-00000 (author)
Tue Jun 10 12:04:41 -0700 2008
commit  b815a5483a528bcf9506db1ca51502113760704a
tree    36a55e9324a032b2768f75a280f3aac64c3c4190
parent  44af7b7f8ea3a471ba6c4935c0dbc29c60871bf3
0
...
27
28
29
 
 
 
 
 
 
 
...
27
28
29
30
31
32
33
34
35
36
0
@@ -27,3 +27,10 @@ engines I haven't even written yet, but this may interest you:
0
   command line.
0
 * There's some preliminary configuration in config.yml.
0
 * We also use JSON a lot, most REST actions can respond in both HTML and JSON.
0
+
0
+== Other cool things
0
+* Camping (http://code.whytheluckystiff.net/camping/): A small web framework by
0
+ _why, that makes it easy to implement little applications, like a blog.
0
+* Reststop (http://reststop.rubyforge.org/) is a library on top of camping, that
0
+ makes it easy to write RESTful applications in Camping. For a blog implemented
0
+ in Reststop, see http://reststop.rubyforge.org/svn/trunk/examples/blog.rb.

Comments

    No one has commented yet.