diff --git a/config/routes b/config/routes index 87441ee..66ea9e3 100644 --- a/config/routes +++ b/config/routes @@ -8,6 +8,7 @@ /mailing-lists MailingListsR GET /documentation DocumentationR GET /news NewsR GET -/report/#Int ReportR GET +/report/#Int/#FilePath ReportR GET +/report/#Int ReportHomeR GET /wiki/#Text WikiR GET /wiki/ WikiHomeR GET diff --git a/static/markdown/documentation.md b/static/markdown/documentation.md deleted file mode 100644 index 8c11811..0000000 --- a/static/markdown/documentation.md +++ /dev/null @@ -1,17 +0,0 @@ -# Documentation - -## Online Resources - -There are various online resources for learning Haskell; books, -articles, videos, etc. below are some of the highlights: - -## Language Report - -The Haskell 2010 language report is available -[online here](http://localhost:1990/report/2010). - -A PDF version is [available here](http://haskell.org/definition/haskell2010.pdf). - -It can also be downloaded as a darcs repository: - - $ darcs get http://darcs.haskell.org/haskell2010-report diff --git a/report/haskell2010/haskell.css b/static/report/haskell2010/haskell.css similarity index 100% rename from report/haskell2010/haskell.css rename to static/report/haskell2010/haskell.css diff --git a/report/haskell2010/haskell.html b/static/report/haskell2010/haskell.html similarity index 100% rename from report/haskell2010/haskell.html rename to static/report/haskell2010/haskell.html diff --git a/report/haskell2010/haskell0x.png b/static/report/haskell2010/haskell0x.png similarity index 100% rename from report/haskell2010/haskell0x.png rename to static/report/haskell2010/haskell0x.png diff --git a/report/haskell2010/haskell12.html b/static/report/haskell2010/haskell12.html similarity index 100% rename from report/haskell2010/haskell12.html rename to static/report/haskell2010/haskell12.html diff --git a/report/haskell2010/haskell1x.png b/static/report/haskell2010/haskell1x.png similarity index 100% rename from report/haskell2010/haskell1x.png rename to static/report/haskell2010/haskell1x.png diff --git a/report/haskell2010/haskell2x.png b/static/report/haskell2010/haskell2x.png similarity index 100% rename from report/haskell2010/haskell2x.png rename to static/report/haskell2010/haskell2x.png diff --git a/report/haskell2010/haskell3x.png b/static/report/haskell2010/haskell3x.png similarity index 100% rename from report/haskell2010/haskell3x.png rename to static/report/haskell2010/haskell3x.png diff --git a/report/haskell2010/haskell4.html b/static/report/haskell2010/haskell4.html similarity index 100% rename from report/haskell2010/haskell4.html rename to static/report/haskell2010/haskell4.html diff --git a/report/haskell2010/haskell4x.png b/static/report/haskell2010/haskell4x.png similarity index 100% rename from report/haskell2010/haskell4x.png rename to static/report/haskell2010/haskell4x.png diff --git a/report/haskell2010/haskell9.html b/static/report/haskell2010/haskell9.html similarity index 100% rename from report/haskell2010/haskell9.html rename to static/report/haskell2010/haskell9.html diff --git a/report/haskell2010/haskellch1.html b/static/report/haskell2010/haskellch1.html similarity index 100% rename from report/haskell2010/haskellch1.html rename to static/report/haskell2010/haskellch1.html diff --git a/report/haskell2010/haskellch10.html b/static/report/haskell2010/haskellch10.html similarity index 100% rename from report/haskell2010/haskellch10.html rename to static/report/haskell2010/haskellch10.html diff --git a/report/haskell2010/haskellch11.html b/static/report/haskell2010/haskellch11.html similarity index 100% rename from report/haskell2010/haskellch11.html rename to static/report/haskell2010/haskellch11.html diff --git a/report/haskell2010/haskellch12.html b/static/report/haskell2010/haskellch12.html similarity index 100% rename from report/haskell2010/haskellch12.html rename to static/report/haskell2010/haskellch12.html diff --git a/report/haskell2010/haskellch13.html b/static/report/haskell2010/haskellch13.html similarity index 100% rename from report/haskell2010/haskellch13.html rename to static/report/haskell2010/haskellch13.html diff --git a/report/haskell2010/haskellch14.html b/static/report/haskell2010/haskellch14.html similarity index 100% rename from report/haskell2010/haskellch14.html rename to static/report/haskell2010/haskellch14.html diff --git a/report/haskell2010/haskellch15.html b/static/report/haskell2010/haskellch15.html similarity index 100% rename from report/haskell2010/haskellch15.html rename to static/report/haskell2010/haskellch15.html diff --git a/report/haskell2010/haskellch16.html b/static/report/haskell2010/haskellch16.html similarity index 100% rename from report/haskell2010/haskellch16.html rename to static/report/haskell2010/haskellch16.html diff --git a/report/haskell2010/haskellch17.html b/static/report/haskell2010/haskellch17.html similarity index 100% rename from report/haskell2010/haskellch17.html rename to static/report/haskell2010/haskellch17.html diff --git a/report/haskell2010/haskellch18.html b/static/report/haskell2010/haskellch18.html similarity index 100% rename from report/haskell2010/haskellch18.html rename to static/report/haskell2010/haskellch18.html diff --git a/report/haskell2010/haskellch19.html b/static/report/haskell2010/haskellch19.html similarity index 100% rename from report/haskell2010/haskellch19.html rename to static/report/haskell2010/haskellch19.html diff --git a/report/haskell2010/haskellch2.html b/static/report/haskell2010/haskellch2.html similarity index 100% rename from report/haskell2010/haskellch2.html rename to static/report/haskell2010/haskellch2.html diff --git a/report/haskell2010/haskellch20.html b/static/report/haskell2010/haskellch20.html similarity index 100% rename from report/haskell2010/haskellch20.html rename to static/report/haskell2010/haskellch20.html diff --git a/report/haskell2010/haskellch21.html b/static/report/haskell2010/haskellch21.html similarity index 100% rename from report/haskell2010/haskellch21.html rename to static/report/haskell2010/haskellch21.html diff --git a/report/haskell2010/haskellch22.html b/static/report/haskell2010/haskellch22.html similarity index 100% rename from report/haskell2010/haskellch22.html rename to static/report/haskell2010/haskellch22.html diff --git a/report/haskell2010/haskellch23.html b/static/report/haskell2010/haskellch23.html similarity index 100% rename from report/haskell2010/haskellch23.html rename to static/report/haskell2010/haskellch23.html diff --git a/report/haskell2010/haskellch24.html b/static/report/haskell2010/haskellch24.html similarity index 100% rename from report/haskell2010/haskellch24.html rename to static/report/haskell2010/haskellch24.html diff --git a/report/haskell2010/haskellch25.html b/static/report/haskell2010/haskellch25.html similarity index 100% rename from report/haskell2010/haskellch25.html rename to static/report/haskell2010/haskellch25.html diff --git a/report/haskell2010/haskellch26.html b/static/report/haskell2010/haskellch26.html similarity index 100% rename from report/haskell2010/haskellch26.html rename to static/report/haskell2010/haskellch26.html diff --git a/report/haskell2010/haskellch27.html b/static/report/haskell2010/haskellch27.html similarity index 100% rename from report/haskell2010/haskellch27.html rename to static/report/haskell2010/haskellch27.html diff --git a/report/haskell2010/haskellch28.html b/static/report/haskell2010/haskellch28.html similarity index 100% rename from report/haskell2010/haskellch28.html rename to static/report/haskell2010/haskellch28.html diff --git a/report/haskell2010/haskellch29.html b/static/report/haskell2010/haskellch29.html similarity index 100% rename from report/haskell2010/haskellch29.html rename to static/report/haskell2010/haskellch29.html diff --git a/report/haskell2010/haskellch3.html b/static/report/haskell2010/haskellch3.html similarity index 100% rename from report/haskell2010/haskellch3.html rename to static/report/haskell2010/haskellch3.html diff --git a/report/haskell2010/haskellch30.html b/static/report/haskell2010/haskellch30.html similarity index 100% rename from report/haskell2010/haskellch30.html rename to static/report/haskell2010/haskellch30.html diff --git a/report/haskell2010/haskellch31.html b/static/report/haskell2010/haskellch31.html similarity index 100% rename from report/haskell2010/haskellch31.html rename to static/report/haskell2010/haskellch31.html diff --git a/report/haskell2010/haskellch32.html b/static/report/haskell2010/haskellch32.html similarity index 100% rename from report/haskell2010/haskellch32.html rename to static/report/haskell2010/haskellch32.html diff --git a/report/haskell2010/haskellch33.html b/static/report/haskell2010/haskellch33.html similarity index 100% rename from report/haskell2010/haskellch33.html rename to static/report/haskell2010/haskellch33.html diff --git a/report/haskell2010/haskellch34.html b/static/report/haskell2010/haskellch34.html similarity index 100% rename from report/haskell2010/haskellch34.html rename to static/report/haskell2010/haskellch34.html diff --git a/report/haskell2010/haskellch35.html b/static/report/haskell2010/haskellch35.html similarity index 100% rename from report/haskell2010/haskellch35.html rename to static/report/haskell2010/haskellch35.html diff --git a/report/haskell2010/haskellch36.html b/static/report/haskell2010/haskellch36.html similarity index 100% rename from report/haskell2010/haskellch36.html rename to static/report/haskell2010/haskellch36.html diff --git a/report/haskell2010/haskellch37.html b/static/report/haskell2010/haskellch37.html similarity index 100% rename from report/haskell2010/haskellch37.html rename to static/report/haskell2010/haskellch37.html diff --git a/report/haskell2010/haskellch38.html b/static/report/haskell2010/haskellch38.html similarity index 100% rename from report/haskell2010/haskellch38.html rename to static/report/haskell2010/haskellch38.html diff --git a/report/haskell2010/haskellch39.html b/static/report/haskell2010/haskellch39.html similarity index 100% rename from report/haskell2010/haskellch39.html rename to static/report/haskell2010/haskellch39.html diff --git a/report/haskell2010/haskellch4.html b/static/report/haskell2010/haskellch4.html similarity index 100% rename from report/haskell2010/haskellch4.html rename to static/report/haskell2010/haskellch4.html diff --git a/report/haskell2010/haskellch40.html b/static/report/haskell2010/haskellch40.html similarity index 100% rename from report/haskell2010/haskellch40.html rename to static/report/haskell2010/haskellch40.html diff --git a/report/haskell2010/haskellch41.html b/static/report/haskell2010/haskellch41.html similarity index 100% rename from report/haskell2010/haskellch41.html rename to static/report/haskell2010/haskellch41.html diff --git a/report/haskell2010/haskellch42.html b/static/report/haskell2010/haskellch42.html similarity index 100% rename from report/haskell2010/haskellch42.html rename to static/report/haskell2010/haskellch42.html diff --git a/report/haskell2010/haskellch5.html b/static/report/haskell2010/haskellch5.html similarity index 100% rename from report/haskell2010/haskellch5.html rename to static/report/haskell2010/haskellch5.html diff --git a/report/haskell2010/haskellch6.html b/static/report/haskell2010/haskellch6.html similarity index 100% rename from report/haskell2010/haskellch6.html rename to static/report/haskell2010/haskellch6.html diff --git a/report/haskell2010/haskellch7.html b/static/report/haskell2010/haskellch7.html similarity index 100% rename from report/haskell2010/haskellch7.html rename to static/report/haskell2010/haskellch7.html diff --git a/report/haskell2010/haskellch8.html b/static/report/haskell2010/haskellch8.html similarity index 100% rename from report/haskell2010/haskellch8.html rename to static/report/haskell2010/haskellch8.html diff --git a/report/haskell2010/haskellch9.html b/static/report/haskell2010/haskellch9.html similarity index 100% rename from report/haskell2010/haskellch9.html rename to static/report/haskell2010/haskellch9.html diff --git a/report/haskell2010/haskellli1.html b/static/report/haskell2010/haskellli1.html similarity index 100% rename from report/haskell2010/haskellli1.html rename to static/report/haskell2010/haskellli1.html diff --git a/report/haskell2010/haskellli2.html b/static/report/haskell2010/haskellli2.html similarity index 100% rename from report/haskell2010/haskellli2.html rename to static/report/haskell2010/haskellli2.html diff --git a/report/haskell2010/haskellli3.html b/static/report/haskell2010/haskellli3.html similarity index 100% rename from report/haskell2010/haskellli3.html rename to static/report/haskell2010/haskellli3.html diff --git a/report/haskell2010/haskellpa1.html b/static/report/haskell2010/haskellpa1.html similarity index 100% rename from report/haskell2010/haskellpa1.html rename to static/report/haskell2010/haskellpa1.html diff --git a/report/haskell2010/haskellpa2.html b/static/report/haskell2010/haskellpa2.html similarity index 100% rename from report/haskell2010/haskellpa2.html rename to static/report/haskell2010/haskellpa2.html