Web/Existing software
From HaskellWiki
m (Edited license) |
(Reformatted to use tables) |
||
| Line 6: | Line 6: | ||
A pastebin site for Haskell, written with FastCGI and nginx. | A pastebin site for Haskell, written with FastCGI and nginx. | ||
| - | + | {| class="wikitable" | |
| - | + | |- | |
| - | + | ! License | |
| - | + | | GPL | |
| - | + | |- | |
| - | + | ! Author(s) | |
| - | + | | Chris Done | |
| - | + | |- | |
| - | + | ! Maintainer(s) | |
| - | + | | chrisdone@gmail.com | |
| - | + | |- | |
| + | ! Home page | ||
| + | | http://hpaste.org/ | ||
| + | |- | ||
| + | ! Package & repositories | ||
| + | | [http://github.com/chrisdone/amelie Github] | ||
| + | |} | ||
== hpaste == | == hpaste == | ||
| - | A pastebin site for Haskell running on top of [[HAppS]]. | + | A pastebin site for Haskell running on top of [[HAppS]]. |
| - | + | {| class="wikitable" | |
| - | + | |- | |
| - | + | ! License | |
| - | + | | BSD3 | |
| - | + | |- | |
| - | + | ! Author(s) | |
| - | + | | Eric Mertens | |
| - | + | |- | |
| - | + | ! Maintainer(s) | |
| - | + | | emertens@gmail.com | |
| + | |- | ||
| + | ! Package & repositories | ||
| + | | [http://hackage.haskell.org/package/hpaste Hackage] - [http://github.com/glguy/hpaste Github] | ||
| + | |} | ||
== Juicy == | == Juicy == | ||
| Line 37: | Line 47: | ||
A simple web site that shows the relative "juiciness" of reddit, Hacker News, Digg, etc, written with FastCGI and nginx. | A simple web site that shows the relative "juiciness" of reddit, Hacker News, Digg, etc, written with FastCGI and nginx. | ||
| - | + | {| class="wikitable" | |
| - | + | |- | |
| - | + | ! License | |
| - | + | | BSD3 | |
| - | + | |- | |
| - | + | ! Author(s) | |
| - | + | | Chris Done | |
| - | + | |- | |
| - | + | ! Maintainer(s) | |
| - | + | | chrisdone@gmail.com | |
| - | + | |- | |
| + | ! Home page | ||
| + | | http://chrisdone.com/juicy | ||
| + | |- | ||
| + | ! Package & repositories | ||
| + | | [http://github.com/chrisdone/juicy Github] | ||
| + | |} | ||
== Pass.net == | == Pass.net == | ||
| Line 53: | Line 69: | ||
Replaces registration, confirmation mails, and multiple passwords with a single login. at your email domain. Runs on HAppS. | Replaces registration, confirmation mails, and multiple passwords with a single login. at your email domain. Runs on HAppS. | ||
| - | + | {| class="wikitable" | |
| + | |- | ||
| + | ! Home page | ||
| + | | http://pass.net/ | ||
| + | |} | ||
== Parallel web == | == Parallel web == | ||
| Line 59: | Line 79: | ||
Suggests that you travel through a parallel web with translated content. It's based on Simon Marlow's Haskell Web Server. | Suggests that you travel through a parallel web with translated content. It's based on Simon Marlow's Haskell Web Server. | ||
| - | + | {| class="wikitable" | |
| - | + | |- | |
| - | + | ! Home page | |
| - | + | | http://www.parallelnetz.de/ | |
| - | + | |- | |
| - | + | ! For Haskellers | |
| - | + | | Test the Monad Transformer in [http://www.haskell.org.MonadTransformer.parallelnetz.de/haskellwiki/Category:Monad a parallel Haskell wiki]. | |
| - | + | |- | |
| - | + | ! For Germans | |
| + | | Search in [http://www.google.de.saxophone.parallelnetz.de/ Saxon dialect] or check out the [http://www.stoiber.de.Ehmulator.parallelnetz.de/ Ehmulator]. | ||
| + | |- | ||
| + | ! Package & repositories | ||
| + | | [http://sourceforge.net/projects/parallelweb SourceForge] | ||
| + | |} | ||
Revision as of 00:05, 4 October 2010
| Haskell Web Development
Software: Community & Research: |
Contents |
1 amelie
A pastebin site for Haskell, written with FastCGI and nginx.
| License | GPL |
|---|---|
| Author(s) | Chris Done |
| Maintainer(s) | chrisdone@gmail.com |
| Home page | http://hpaste.org/ |
| Package & repositories | Github |
2 hpaste
A pastebin site for Haskell running on top of HAppS.
| License | BSD3 |
|---|---|
| Author(s) | Eric Mertens |
| Maintainer(s) | emertens@gmail.com |
| Package & repositories | Hackage - Github |
3 Juicy
A simple web site that shows the relative "juiciness" of reddit, Hacker News, Digg, etc, written with FastCGI and nginx.
| License | BSD3 |
|---|---|
| Author(s) | Chris Done |
| Maintainer(s) | chrisdone@gmail.com |
| Home page | http://chrisdone.com/juicy |
| Package & repositories | Github |
4 Pass.net
Replaces registration, confirmation mails, and multiple passwords with a single login. at your email domain. Runs on HAppS.
| Home page | http://pass.net/ |
|---|
5 Parallel web
Suggests that you travel through a parallel web with translated content. It's based on Simon Marlow's Haskell Web Server.
| Home page | http://www.parallelnetz.de/ |
|---|---|
| For Haskellers | Test the Monad Transformer in a parallel Haskell wiki. |
| For Germans | Search in Saxon dialect or check out the Ehmulator. |
| Package & repositories | SourceForge |
