]> git.immae.eu Git - github/fretlink/blazeT.git/commit
Initial
authorJohannes Gerer <oss@johannesgerer.com>
Wed, 26 Oct 2016 00:07:02 +0000 (02:07 +0200)
committerJohannes Gerer <oss@johannesgerer.com>
Wed, 26 Oct 2016 00:07:02 +0000 (02:07 +0200)
commit675085c2e0b0b851378da08b7d73024766107c87
tree5a927de4a9576aef7e6129b96e74aa5c96f9ffb6
Initial
47 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
Setup.hs [new file with mode: 0644]
blazeT.cabal [new file with mode: 0644]
src/BackwardsCompatibilty.hs [new file with mode: 0644]
src/Benchmarks/BenchmarkUtils.hs [new file with mode: 0644]
src/Benchmarks/BlazeTBenchmarks.hs [new file with mode: 0644]
src/Benchmarks/HtmlBenchmarks.hs [new file with mode: 0644]
src/Benchmarks/LICENSE [new file with mode: 0644]
src/Benchmarks/RunHtmlBenchmarks.hs [new file with mode: 0644]
src/Benchmarks/ServerChunkSize.hs [new file with mode: 0644]
src/Benchmarks/bigtable/erb.rb [new file with mode: 0644]
src/Benchmarks/bigtable/erubis.rb [new file with mode: 0644]
src/Benchmarks/bigtable/hamlet.hs [new file with mode: 0644]
src/Benchmarks/bigtable/html-minimalist.hs [new file with mode: 0644]
src/Benchmarks/bigtable/html.hs [new file with mode: 0644]
src/Benchmarks/bigtable/php.php [new file with mode: 0644]
src/Benchmarks/bigtable/xhtml.hs [new file with mode: 0644]
src/Text/BlazeT.hs [new file with mode: 0644]
src/Text/BlazeT/Html.hs [new file with mode: 0644]
src/Text/BlazeT/Html4/FrameSet.hs [new file with mode: 0644]
src/Text/BlazeT/Html4/FrameSet/Attributes.hs [new file with mode: 0644]
src/Text/BlazeT/Html4/Strict.hs [new file with mode: 0644]
src/Text/BlazeT/Html4/Strict/Attributes.hs [new file with mode: 0644]
src/Text/BlazeT/Html4/Transitional.hs [new file with mode: 0644]
src/Text/BlazeT/Html4/Transitional/Attributes.hs [new file with mode: 0644]
src/Text/BlazeT/Html5.hs [new file with mode: 0644]
src/Text/BlazeT/Html5/Attributes.hs [new file with mode: 0644]
src/Text/BlazeT/Internal.hs [new file with mode: 0644]
src/Text/BlazeT/Renderer/Pretty.hs [new file with mode: 0644]
src/Text/BlazeT/Renderer/String.hs [new file with mode: 0644]
src/Text/BlazeT/Renderer/Text.hs [new file with mode: 0644]
src/Text/BlazeT/Renderer/Utf8.hs [new file with mode: 0644]
src/Text/BlazeT/XHtml1/FrameSet.hs [new file with mode: 0644]
src/Text/BlazeT/XHtml1/FrameSet/Attributes.hs [new file with mode: 0644]
src/Text/BlazeT/XHtml1/Strict.hs [new file with mode: 0644]
src/Text/BlazeT/XHtml1/Strict/Attributes.hs [new file with mode: 0644]
src/Text/BlazeT/XHtml1/Transitional.hs [new file with mode: 0644]
src/Text/BlazeT/XHtml1/Transitional/Attributes.hs [new file with mode: 0644]
src/Text/BlazeT/XHtml5.hs [new file with mode: 0644]
src/Text/BlazeT/XHtml5/Attributes.hs [new file with mode: 0644]
src/Util/GenerateHtmlCombinators.hs [new file with mode: 0644]
src/Util/GenerateHtmlTCombinators.hs [new file with mode: 0755]
src/Util/Sanitize.hs [new file with mode: 0644]