Personal tools

Web/Literature

From HaskellWiki

< Web(Difference between revisions)
Jump to: navigation, search
m
Current revision (21:29, 17 February 2011) (edit) (undo)
(Hosting: fix bad link)
 
(4 intermediate revisions not shown.)
Line 1: Line 1:
[[Category:Web|*]]
[[Category:Web|*]]
 +
{{Web infobox}}
Below are blogs, papers and web sites which discuss and research topics in Haskell-based web development.
Below are blogs, papers and web sites which discuss and research topics in Haskell-based web development.
Line 6: Line 7:
* [[Web/Literature/Practical_web_programming_in_Haskell|Practical web programming in Haskell]]
* [[Web/Literature/Practical_web_programming_in_Haskell|Practical web programming in Haskell]]
 +
* [[Web/Literature/Static linking|Deploying statically linked applications]]
== General: external links ==
== General: external links ==
Line 15: Line 17:
* [http://haskell-web.blogspot.com/2006/11/search-engine-written-in-haskell.html A search engine (core) written in Haskell]
* [http://haskell-web.blogspot.com/2006/11/search-engine-written-in-haskell.html A search engine (core) written in Haskell]
* [http://haskell-web.blogspot.com/2006/11/transactional-cache-for-haskell.html Haskell Transactional Cache]
* [http://haskell-web.blogspot.com/2006/11/transactional-cache-for-haskell.html Haskell Transactional Cache]
 +
* [http://gitit.net/paste.lhs A simple “pasteboard” web application in Haskell, using happstack-server and HDBC]
== HTML ==
== HTML ==
Line 36: Line 39:
* [http://kevin.scaldeferri.com/blog/2007/09/30/UrlSpider2HXT.html Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects]
* [http://kevin.scaldeferri.com/blog/2007/09/30/UrlSpider2HXT.html Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects]
* [http://haskell.org/haskellwiki/HXT/Practical Practical Examples of HXT in Action]
* [http://haskell.org/haskellwiki/HXT/Practical Practical Examples of HXT in Action]
 +
 +
== Hosting ==
 +
 +
* [http://wrwills.webfactional.com/30/10/2009/Haskell-on-a-Webfaction-Host Haskell on a Webfaction Host].

Current revision

Haskell Web Development

Software:
Servers - Libraries - Frameworks
Interfaces to frameworks
Databases and Persistence
Testing and Verification
Content Management

Community & Research:
Forums and Discussion
Literature (research, talks and blogs)
Existing Haskell web applications
Ongoing projects and ideas

Below are blogs, papers and web sites which discuss and research topics in Haskell-based web development.

Contents

1 General: wiki pages

2 General: external links

3 HTML

4 Persistence

5 XML, Atom, RSS

6 Hosting