README.md in ramaze-2010.03 vs README.md in ramaze-2010.04
- old
+ new
@@ -345,38 +345,35 @@
# A couple of Examples
There are some examples for your instant pleasure inside the examples-directory
in the Ramaze-distribution.
-To start up an example, you can use the Ramaze binary located in bin/ramaze
-for example:
+You can start up an example just as you usually would any other ruby program:
- $ ramaze examples/hello.rb
+ $ ruby examples/basic/hello.rb
Or:
- $ cd examples/blog
- $ ramaze
-
-Since ramaze uses the start.rb by default if you don't pass anything else.
-
+ $ cd examples/app/blog
+ $ ruby start.rb
+
For more information about the usage of ramaze try:
$ ramaze --help
Examples include:
-* examples/hello.rb
+* examples/basic/hello.rb
Hello, World!
-* examples/simple.rb
+* examples/basic/simple.rb
A bit more advanced than the hello-example, but still very basic.
-* examples/blog
+* examples/app/blog
Not yet fully functional, but coming along.
-* examples/whywiki
+* examples/app/whywiki
A basic examples of a minimalistic application, based on the Wiki of \_why in
his camping-framework.
* examples/templates
examples of real usage of the templating-engines. Tries to implement the same