public
Fork of dalager/oiorest-rails-examples
Description: Rails examples for the oiorest project
Clone URL: git://github.com/olleolleolle/oiorest-rails-examples.git
Search Repo:
Better wording, better formatting.
olleolleolle (author)
Tue May 13 23:03:27 -0700 2008
commit  bcb968d3c5456dd5acf21494b27aa34dd932ca2d
tree    a6b46acfd2031d76b2937d7cf0babf08c3d65329
parent  82b2400aa52da8794289b1eafe59a79ecb01bf86
...
1
 
2
3
 
 
 
4
5
 
6
7
 
 
 
 
 
 
 
 
 
 
 
8
9
10
...
13
14
15
16
 
17
18
19
...
 
1
2
 
3
4
5
6
 
7
8
 
9
10
11
12
13
14
15
16
17
18
19
20
21
22
...
25
26
27
 
28
29
30
31
0
@@ -1,10 +1,22 @@
0
-# What is oiorest? #
0
+# A Rails example app for oiorest #
0
 
0
-See its own project page at github:
0
+Instead of you having to type up an application that uses the
0
+[oiorest](http://github.com/dalager/oiorest/ "oiorest source code")
0
+ActiveResource-based plugin, use this Rails app to try out oiorest.
0
 
0
-http://github.com/dalager/oiorest/tree/master
0
+## What is oiorest? ##
0
 
0
-# Getting started #
0
+See the oiorest project page at GitHub:
0
+
0
+[http://github.com/dalager/oiorest/tree/master](http://github.com/dalager/oiorest/tree/master "oiorest source code")
0
+
0
+Oiorest in short: an experimental plugin for a project to help an
0
+experiment with public Danish data about municipalities.
0
+
0
+[oiorest at Google Code](http://code.google.com/p/oiorest/) has
0
+some wiki information to be moved to GitHub.
0
+
0
+## Getting started ##
0
 
0
 You have checked out the source code, now run these commands to
0
 install the plugin from source, and set up a database.
0
@@ -13,7 +25,7 @@ git-submodule init
0
 git-submodule update
0
 rake db:migrate
0
 
0
-# How To Use the Examples #
0
+## How To Use the Examples ##
0
 
0
 Start that server, run the application, and have a look.
0
 

Comments

    No one has commented yet.