Blog articles/Web
From HaskellWiki
(Difference between revisions)
| Line 20: | Line 20: | ||
* [http://cale.yi.org/index.php/HRSS A simple RSS aggregator in 50 lines of Haskell using HXT] | * [http://cale.yi.org/index.php/HRSS A simple RSS aggregator in 50 lines of Haskell using HXT] | ||
* [http://www.haskell.org/haskellwiki/HXT Using the Haskell XML Toolbox] | * [http://www.haskell.org/haskellwiki/HXT Using the Haskell XML Toolbox] | ||
| + | |||
| + | === Further reading === | ||
| + | |||
| + | * [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] | ||
Revision as of 08:24, 18 July 2007
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
