add # to prevent fusing words at line breaks (only one actual problem on line 5)
This commit is contained in:
parent
be5999d2b0
commit
10f3f81920
@ -2,29 +2,29 @@
|
|||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Now that you have a working project you should use the #
|
<li>Now that you have a working project you should use the #
|
||||||
<a href="http://www.yesodweb.com/book/">Yesod book</a> to learn more.
|
<a href="http://www.yesodweb.com/book/">Yesod book</a> to learn more. #
|
||||||
You can also use this scaffolded site to explore some basic concepts.
|
You can also use this scaffolded site to explore some basic concepts.
|
||||||
|
|
||||||
<li> This page was generated by the #{handlerName} handler in
|
<li> This page was generated by the #{handlerName} handler in #
|
||||||
<em>Handler/Root.hs</em>.
|
<em>Handler/Root.hs</em>.
|
||||||
|
|
||||||
<li> The #{handlerName} handler is set to generate your site's home screen in Routes file
|
<li> The #{handlerName} handler is set to generate your site's home screen in Routes file #
|
||||||
<em>config/routes</em>
|
<em>config/routes</em>
|
||||||
|
|
||||||
<li> The HTML you are seeing now is actually composed by a number of <em>widgets</em>,
|
<li> The HTML you are seeing now is actually composed by a number of <em>widgets</em>, #
|
||||||
most of them are brought together by the <em>defaultLayout</em> function which
|
most of them are brought together by the <em>defaultLayout</em> function which #
|
||||||
is defined in the <em>Foundation.hs</em> module, and used by <em>#{handlerName}</em>.
|
is defined in the <em>Foundation.hs</em> module, and used by <em>#{handlerName}</em>. #
|
||||||
All the files for templates and wigdets are in <em>templates</em>.
|
All the files for templates and wigdets are in <em>templates</em>.
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
A Widget's Html, Css and Javascript are separated in three files with the
|
A Widget's Html, Css and Javascript are separated in three files with the #
|
||||||
<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
<em>.hamlet</em>, <em>.lucius</em> and <em>.julius</em> extensions.
|
||||||
|
|
||||||
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
<li ##{aDomId}>If you had javascript enabled then you wouldn't be seeing this.
|
||||||
|
|
||||||
<li #form>
|
<li #form>
|
||||||
This is an example trivial Form. Read the
|
This is an example trivial Form. Read the #
|
||||||
<a href="http://www.yesodweb.com/book/forms">Forms chapter</a>
|
<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
|
||||||
on the yesod book to learn more about them.
|
on the yesod book to learn more about them.
|
||||||
$maybe (info,con) <- submission
|
$maybe (info,con) <- submission
|
||||||
<div .message>
|
<div .message>
|
||||||
@ -33,6 +33,6 @@
|
|||||||
^{formWidget}
|
^{formWidget}
|
||||||
<input type="submit" value="Send it!">
|
<input type="submit" value="Send it!">
|
||||||
|
|
||||||
<li> And last but not least, Testing. In <em>tests/main.hs</em> you will find a
|
<li> And last but not least, Testing. In <em>tests/main.hs</em> you will find a #
|
||||||
test suite that performs tests on this page.
|
test suite that performs tests on this page. #
|
||||||
You can run your tests by doing: <pre>cabal install --enable-tests && cabal test</pre>
|
You can run your tests by doing: <pre>cabal install --enable-tests && cabal test</pre>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user