|
28 | 28 | <div class="span4">
|
29 | 29 | <h2><i class="icon-twitter-sign icon-large"></i> Twitter Bootstrap</h2>
|
30 | 30 | <p>
|
31 |
| - Twitter's <a target="_blank" href="http://twitter.github.com/bootstrap/index.html">bootstrap</a> is a simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions. |
| 31 | + Twitter's <a target="_blank" href="http://twitter.github.com/bootstrap/index.html">bootstrap</a> is simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions. |
32 | 32 | </p>
|
33 | 33 | <p>
|
34 | 34 | This <b>Dancer</b> template is pre-configured to use bootstrap, and contains a script to easily upgrade to the latest bootstrap version.
|
|
46 | 46 | </div>
|
47 | 47 |
|
48 | 48 | <div class="span4">
|
49 |
| - <h2><i class="icon-cogs icon-large"></i> JQuery-1.7.2</h2> |
| 49 | + <h2><i class="icon-cogs icon-large"></i> jQuery-1.7.2</h2> |
50 | 50 | <p>
|
51 | 51 | <a target="_blank" href="http://jquery.com/">jQuery</a> is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
|
52 | 52 | </p>
|
53 | 53 | <p>
|
54 |
| - Dancer always used JQuery by default, so there's nothing really new here, except upgrading to 1.7.2 (and not using CDN). |
| 54 | + Dancer always used jQuery by default, so there's nothing really new here, except upgrading to 1.7.2 (and not using CDN). |
55 | 55 | </p>
|
56 | 56 | </div>
|
57 | 57 | </div>
|
|
66 | 66 | Dancer always worked with Template::Toolkit, so there's nothing really new here, except:
|
67 | 67 | <ul>
|
68 | 68 | <li>Dancer's default template was <a href="https://metacpan.org/module/Template::Simple" target="_blank">Template::Simple</a>, and in this template it's changed to the more powerful Template::Toolkit.</li>
|
69 |
| - <li>Dancer's default tags were <span class="label"><%</span> and <span class="label">%></span>,<br/>and in this template there are changed to <span class="label">[%</span> and <span class="label">%]</span>, |
| 69 | + <li>Dancer's default tags were <span class="label"><%</span> and <span class="label">%></span>,<br/>and in this template there are changed to <span class="label">[%</span> and <span class="label">%]</span>.</li> |
70 | 70 | </ul>
|
71 | 71 |
|
72 | 72 | </p>
|
|
83 | 83 |
|
84 | 84 | <div class="span4">
|
85 | 85 | <h2><i class="icon-gift icon-large"></i> Working Examples</h2>
|
86 |
| - Don't re-invernt the wheel! Here are ready-to-use examples, just copy,paste,adapt to code & templates to your needs: |
| 86 | + Don't re-invent the wheel! Here are ready-to-use examples, just copy, paste & adapt the code & templates to your needs: |
87 | 87 | <ul>
|
88 | 88 | <li><a href="[% request.uri_for("/simple_form")%]">Simple <FORM> processing</a></li>
|
89 | 89 | <li><a href="[% request.uri_for("/navbar_login")%]">Login Form and NavBar Dropdown Menu</a></li>
|
|
118 | 118 | <li><a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template/zipball/master">Download</a> the latest template files</li>
|
119 | 119 | <li>Extract the files</li>
|
120 | 120 | <li>run <code>update_bootstrap</code> and <code>update_fontawesome</code> to download the latest versions</li>
|
121 |
| - <li>run <code>update_app_name</code> to set your application name (instead of the hardcoded <b>dancer_bootstrap_fontawesome_template</b>.</li> |
| 121 | + <li>run <code>update_app_name</code> to set your application name (instead of the hardcoded <b>dancer_bootstrap_fontawesome_template</b>).</li> |
122 | 122 | <li>run <code>./bin/app.pl</code> (in the usual Dancer way)</li>
|
123 | 123 | </ol>
|
124 | 124 |
|
@@ -152,7 +152,7 @@ $ ./bin/app.pl
|
152 | 152 | <li>Add Javascript code to be loaded when the document is ready: see <code><dancer_directory>/views/layout/main.tt</code> (the <code><javascript></code> at the bottom).</li>
|
153 | 153 | <li>Update bootstrap: run <code><dancer_directory>/bin/update_bootstrap</code></li>
|
154 | 154 | <li>Update Font-Awesome: run <code><dancer_directory>/bin/update_fontawesome</code></li>
|
155 |
| - <li>Update JQuery: You'll have to do it manually. See the <a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template/blob/master/README" target="_blank">README</a> file.</li> |
| 155 | + <li>Update jQuery: You'll have to do it manually. See the <a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template/blob/master/README" target="_blank">README</a> file.</li> |
156 | 156 | </ul>
|
157 | 157 |
|
158 | 158 | </div>
|
|
0 commit comments