Difference between revisions of "Web/Content Management"

From HaskellWiki
< Web
Jump to navigation Jump to search
m (Adding info box)
(→‎hope: Added a link to the Darcs repository)
(One intermediate revision by one other user not shown)
Line 10: Line 10:
 
A simple static site generator library, mainly aimed at creating blogs and brochure sites.
 
A simple static site generator library, mainly aimed at creating blogs and brochure sites.
   
  +
{| class="wikitable"
'''License:''' BSD3
 
  +
! License:
 
  +
| BSD3
'''Author:''' Jasper Van der Jeugt
 
  +
|-
 
  +
! Author:
'''Maintainer:''' jaspervdj@gmail.com
 
  +
| Jasper Van der Jeugt
 
  +
|-
'''Home page:''' http://jaspervdj.be/hakyll
 
  +
! Maintainer:
 
  +
| jaspervdj@gmail.com
'''Packages & repositories'''
 
  +
|-
 
  +
! Home page:
* Hackage: http://hackage.haskell.org/package/hakyll
 
* Github: http://github.com/jaspervdj/Hakyll
+
| http://jaspervdj.be/hakyll
  +
|-
  +
! Packages & repositories
  +
| [http://hackage.haskell.org/package/hakyll Hackage] - [http://github.com/jaspervdj/Hakyll Github]
  +
|}
   
 
== gitit ==
 
== gitit ==
Line 27: Line 31:
 
A full-featured wiki using git (or darcs or mercurial) as a backend and pandoc to generate content.
 
A full-featured wiki using git (or darcs or mercurial) as a backend and pandoc to generate content.
   
  +
{| class="wikitable"
'''License:''' GPL
 
  +
! License:
 
  +
| GPL
'''Author:''' John MacFarlane
 
  +
|-
 
  +
! Author:
'''Maintainer:''' John MacFarlane
 
  +
| John MacFarlane
 
  +
|-
'''Home page:''' http://gitit.net
 
  +
! Maintainer:
 
  +
| John MacFarlane
'''Packages & repositories'''
 
  +
|-
 
  +
! Home page:
* Hackage: http://hackage.haskell.org/package/gitit
 
* Github: http://github.com/jgm/gitit
+
| http://gitit.net
  +
|-
  +
! Packages & repositories
  +
| [http://hackage.haskell.org/package/gitit Hackage] - [http://github.com/jgm/gitit Github]
  +
|}
   
 
== yst ==
 
== yst ==
Line 44: Line 52:
 
A tool for generating a static website by filling string templates with data taken from YAML or CSV text files.
 
A tool for generating a static website by filling string templates with data taken from YAML or CSV text files.
   
  +
{| class="wikitable"
'''License:''' GPL
 
  +
! License:
 
  +
| GPL
'''Author:''' John MacFarlane
 
  +
|-
 
  +
! Author:
'''Maintainer:''' John MacFarlane
 
  +
| John MacFarlane
 
  +
|-
'''Packages & repositories'''
 
  +
! Maintainer:
 
  +
| John MacFarlane
* Hackage: http://hackage.haskell.org/package/yst
 
  +
|-
* Github: http://github.com/jgm/yst
 
  +
! Packages & repositories
  +
| [http://hackage.haskell.org/package/yst Hackage] - [http://github.com/jgm/yst Github]
  +
|}
   
 
== Flippi ==
 
== Flippi ==
Line 59: Line 70:
 
Flippi is a Wiki clone written in Haskell.
 
Flippi is a Wiki clone written in Haskell.
   
  +
{| class="wikitable"
'''License:''' BSD3
 
  +
! License:
 
  +
| BSD3
'''Author:''' Philippa Cowderoy
 
  +
|-
 
  +
! Author:
'''Maintainer:''' Philippa Cowderoy <flippa@flippac.org>
 
  +
| Philippa Cowderoy
 
  +
|-
'''Home page:''' http://www.flippac.org/projects/flippi/
 
  +
! Maintainer:
 
  +
| Philippa Cowderoy <flippa@flippac.org>
'''Package and repositories'''
 
  +
|-
 
  +
! Home page:
* Hackage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Flippi
 
  +
| http://www.flippac.org/projects/flippi/
  +
|-
  +
! Package and repositories
  +
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Flippi Hackage]
  +
|}
   
 
== latexki ==
 
== latexki ==
Line 81: Line 97:
 
* Should replace the old software http://lkwiki.nomeata.de/ fully
 
* Should replace the old software http://lkwiki.nomeata.de/ fully
   
  +
{| class="wikitable"
'''Author:''' Joachim Breitner
 
  +
! Author:
 
  +
| Joachim Breitner
'''Home page:''' http://latexki.nomeata.de/
 
  +
|-
  +
! Home page:
  +
| http://latexki.nomeata.de/
  +
|}
   
 
== hope ==
 
== hope ==
 
As of 2010, I am unable to even find the source code or repository or package files for this library on Bjorn Bringert's site. Here is the text from another entry in the Wiki:
 
   
 
Not maintained since 2007; does not compile on Windows, since it depends on package unix
 
Not maintained since 2007; does not compile on Windows, since it depends on package unix
  +
  +
{| class="wikitable"
  +
! Author:
  +
| Björn Bringert
  +
|-
  +
! Home page:
  +
| http://www.cse.chalmers.se/alumni/bringert/darcs/hope/
  +
|}

Revision as of 06:50, 15 May 2013

Haskell Web Development

Software:
Servers - Libraries - Frameworks
Deploy - Cloud
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

Systems made for content management. Items on this page may intersect with the frameworks page if necessary. Mostly things like wikis, blogs, etc.

As of late 2010, many of the below are defunct or just really old. The more recent, working libraries are therefore at the top.

hakyll

A simple static site generator library, mainly aimed at creating blogs and brochure sites.

License: BSD3
Author: Jasper Van der Jeugt
Maintainer: jaspervdj@gmail.com
Home page: http://jaspervdj.be/hakyll
Packages & repositories Hackage - Github

gitit

A full-featured wiki using git (or darcs or mercurial) as a backend and pandoc to generate content.

License: GPL
Author: John MacFarlane
Maintainer: John MacFarlane
Home page: http://gitit.net
Packages & repositories Hackage - Github

yst

A tool for generating a static website by filling string templates with data taken from YAML or CSV text files.

License: GPL
Author: John MacFarlane
Maintainer: John MacFarlane
Packages & repositories Hackage - Github

Flippi

Flippi is a Wiki clone written in Haskell.

License: BSD3
Author: Philippa Cowderoy
Maintainer: Philippa Cowderoy <flippa@flippac.org>
Home page: http://www.flippac.org/projects/flippi/
Package and repositories Hackage

latexki

Aims and Goals

  • Not a general purpose wiki, but a collaboration tool to create LaTeX documents
  • Focus on LaTeX document creation, the "regular" wiki pages are just supporting this
  • Subversion access for advanced users
  • Editing via CGI should be safe (e.g. conflicts are either solved by subversion or displayed to the user)
  • Should replace the old software http://lkwiki.nomeata.de/ fully
Author: Joachim Breitner
Home page: http://latexki.nomeata.de/

hope

Not maintained since 2007; does not compile on Windows, since it depends on package unix

Author: Björn Bringert
Home page: http://www.cse.chalmers.se/alumni/bringert/darcs/hope/