From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/hamlet/metadata.xml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 dev-haskell/hamlet/metadata.xml (limited to 'dev-haskell/hamlet/metadata.xml') diff --git a/dev-haskell/hamlet/metadata.xml b/dev-haskell/hamlet/metadata.xml deleted file mode 100644 index c842c33be2f7..000000000000 --- a/dev-haskell/hamlet/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - - 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 <http://docs.yesodweb.com/book/hamlet/> for more details. - - Here is a quick overview of hamlet html. Due to haddock escaping issues, we can't properly show variable insertion, but we are still going to show some conditionals. Please see <http://www.yesodweb.com/book/templates> for a thorough description - - > !!! - > <html> - > <head> - > <title>Hamlet Demo - > <body> - > <h1>Information on John Doe - > <h2> - > $if isMarried person - > Married - > $else - > Not married - - -- cgit v1.2.3