From 88dc5c48a1766d9440a1e176d579dfe4714f6ed4 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 12 Mar 2011 20:24:59 +0100 Subject: initial import --- views/index.tt | 147 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 views/index.tt (limited to 'views/index.tt') diff --git a/views/index.tt b/views/index.tt new file mode 100644 index 0000000..5b6c304 --- /dev/null +++ b/views/index.tt @@ -0,0 +1,147 @@ + + + +
+ + +
+ + +
+

Getting started

+

Here’s how to get dancing:

+ +

About your application's environment

+ + + + + + +
    +
  1. +

    Tune your application

    + +

    + Your application is configured via a global configuration file, + config.yml and an "environment" configuration file, + environments/development.yml. Edit those files if you + want to change the settings of your application. +

    +
  2. + +
  3. +

    Add your own routes

    + +

    + The default route that displays this page can be removed, + it's just here to help you get started. The template used to + generate this content is located in + views/index.tt. + You can add some routes to lib/ballet.pm. +

    +
  4. + +
  5. +

    Enjoy web development again

    + +

    + Once you've made your changes, restart your standalone server + (bin/app.pl) and you're ready to test your web application. +

    +
  6. + +
+
+
+
-- cgit 1.4.1