4 $dictionary['Akelos Framework: Welcome aboard'] = 'Akelos Framework: Welcome aboard';
8 <h1>Welcome aboard</h1>
9 <h2>You’re using The Akelos Framework!</h2>
12 <div id="main-content">
13 <h1>Getting started</h1>
16 <h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
17 <p>To see all available options, run it without parameters.</p>
21 <h2>Set up a default routes (config/routes.php) or edit the default controller (app/controllers/page_controller.php)</h2>
28 <h1>Welcome aboard</h1>
29 <h2>You’re using The Akelos Framework!</h2>
32 <div id="main-content">
33 <h1>Getting started</h1>
36 <h2>Use <tt>script/generate</tt> to create your models and controllers</h2>
37 <p>To see all available options, run it without parameters.</p>
41 <h2>Set up a default routes (config/routes.php) or edit the default controller (app/controllers/page_controller.php)</h2>
48 // 2006-06-19 12:13:51
51 $dictionary['Akelos Framework'] = 'Akelos Framework';