Blog articles/Web
From HaskellWiki
(Difference between revisions)
(→HTML) |
|||
| Line 31: | Line 31: | ||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Web Web libraries on Hackage] | * [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Web Web libraries on Hackage] | ||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Network Network libraries on Hackage] | * [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Network Network libraries on Hackage] | ||
| + | |||
| + | [[Category:Web]] | ||
Revision as of 16:37, 28 November 2008
Contents |
1 Web and XML
- Haskell and Web Applications
- Ruby and Haskell: write your Rails backend code in Haskell instead of C
- Writing a Simple Search Engine in Haskell
- Haskell and the web: some ideas in progress
- A search engine (core) written in Haskell
- Haskell Transactional Cache
1.1 HTML
1.2 XML, Atom, RSS
- Really simple Atom syndication
- A simple RSS aggregator in 50 lines of Haskell using HXT
- Using the Haskell XML Toolbox
- Transcending the limits of DOM, SAX, and XSLT: The HaXml functional programming model for XML
- A news aggregator
- Haskell Web Spider, Part 1: HaXML
- Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects
- Practical Examples of HXT in Action
