packages feed

wai-accept-language 0.1.0.0 → 0.1.0.1

raw patch · 7 files changed

+43/−2 lines, 7 files

Files

+ static/en/index.htm view
@@ -0,0 +1,6 @@+<html>+  <body>+    <h1>en</h1>+  </body>+</html>+  
+ static/en/sub/sub.htm view
@@ -0,0 +1,6 @@+<html>+  <body>+    <h1>sub:en</h1>+  </body>+</html>+  
+ static/index.htm view
@@ -0,0 +1,6 @@+<html>+  <body>+    <h1>none</h1>+  </body>+</html>+  
+ static/ja/index.htm view
@@ -0,0 +1,6 @@+<html>+  <body>+    <h1>ja</h1>+  </body>+</html>+  
+ static/ja/sub/sub.htm view
@@ -0,0 +1,6 @@+<html>+  <body>+    <h1>sub:ja</h1>+  </body>+</html>+  
+ static/sub/sub.htm view
@@ -0,0 +1,6 @@+<html>+  <body>+    <h1>sub:none</h1>+  </body>+</html>+  
wai-accept-language.cabal view
@@ -1,5 +1,5 @@ name:                wai-accept-language-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Rewrite based on Accept-Language header description:         Please see README.md homepage:            https://github.com/mitsuji/wai-accept-language@@ -10,7 +10,12 @@ --copyright:           2010 Author Here category:            Web build-type:          Simple--- extra-source-files:+extra-source-files:  static/index.htm+                   , static/sub/sub.htm+                   , static/en/index.htm+                   , static/en/sub/sub.htm+                   , static/ja/index.htm+                   , static/ja/sub/sub.htm cabal-version:       >=1.10  library