summaryrefslogtreecommitdiff
blob: 0b2d7cfcc1b00be576c70a6616fb66d7132fcd85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		Hamlet gives you a type-safe tool for generating HTML code. It works via Quasi-Quoting, and generating extremely efficient output code. The syntax is white-space sensitive, and it helps you avoid cross-site scripting issues and 404 errors. Please see the documentation at &lt;http://docs.yesodweb.com/book/hamlet/&gt; for more details.
		
		Here is a quick overview of hamlet html. Due to haddock escaping issues, we can&#39;t properly show variable insertion, but we are still going to show some conditionals. Please see &lt;http://www.yesodweb.com/book/templates&gt; for a thorough description
		
		&gt; !!!
		&gt; &lt;html&gt;
		&gt;     &lt;head&gt;
		&gt;         &lt;title&gt;Hamlet Demo
		&gt;     &lt;body&gt;
		&gt;         &lt;h1&gt;Information on John Doe
		&gt;         &lt;h2&gt;
		&gt;             $if isMarried person
		&gt;                 Married
		&gt;             $else
		&gt;                 Not married
	</longdescription>
</pkgmetadata>