Web/Content Management: Difference between revisions
(Added some wikis and CMSes) |
No edit summary |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Web|*]] | |||
{{Web infobox}} | |||
Systems made for content management. Items on this page may intersect with the frameworks page if necessary. Mostly things like wikis, blogs, etc. | 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 | As of early 2015, many of the below are defunct or just really old. The more recent, working libraries are therefore at the top. | ||
== hakyll == | == hakyll == | ||
Line 7: | 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 | |||
|- | |||
! Author: | |||
| Jasper Van der Jeugt | |||
|- | |||
! Maintainer: | |||
| jaspervdj@gmail.com | |||
|- | |||
! Home page: | |||
| http://jaspervdj.be/hakyll | |||
|- | |||
! Packages & repositories | |||
| [http://hackage.haskell.org/package/hakyll Hackage] - [http://github.com/jaspervdj/Hakyll Github] | |||
|} | |||
== gitit == | |||
A full-featured wiki using git (or darcs or mercurial) as a backend and pandoc to generate content. | |||
{| class="wikitable" | |||
! License: | |||
| GPL | |||
|- | |||
! Author: | |||
| John MacFarlane | |||
|- | |||
! Maintainer: | |||
| John MacFarlane | |||
|- | |||
! Home page: | |||
| http://gitit.net | |||
|- | |||
! Packages & repositories | |||
| [http://hackage.haskell.org/package/gitit Hackage] - [http://github.com/jgm/gitit Github] | |||
|} | |||
== Clckwrks == | |||
Aims to compete | |||
directly with popular PHP-based blogging and CMS | |||
platforms. Clckwrks aims to support one-click | |||
installation of plugins and themes. End users | |||
should be able to use it with zero Haskell | |||
knowledge. | |||
== | {| class="wikitable" | ||
! License: | |||
| 3BSD | |||
|- | |||
! Author: | |||
| Jeremy Shaw | |||
|- | |||
! Maintainer: | |||
| Jeremy Shaw | |||
|- | |||
! Home page: | |||
| http://www.clckwrks.com | |||
|- | |||
! Packages & repositories | |||
| [http://hackage.haskell.org/package/gitit Hackage] - [https://github.com/clckwrks Github] | |||
|} | |||
== LambdaCms == | |||
LambdaCms is a Content Management System (CMS) in Haskell | |||
using Yesod. It uses packaged Yesod subsites. | |||
{| class="wikitable" | |||
! License: | |||
| MIT | |||
|- | |||
! Authors: | |||
| Cies Breijs, Mats Rietdijk, Rutger van Aalst | |||
|- | |||
! Maintainer: | |||
| Cies Breijs | |||
|- | |||
! Home page: | |||
| http://lambdacms.org | |||
|- | |||
! Packages & repositories | |||
| [http://hackage.haskell.org/package/lambdacms Hackage] - [https://github.com/lambdacms Github] | |||
|} | |||
== yst == | |||
A tool for generating a static website by filling string templates with data taken from YAML or CSV text files. | |||
{| class="wikitable" | |||
! License: | |||
| GPL | |||
|- | |||
! Author: | |||
| John MacFarlane | |||
|- | |||
! Maintainer: | |||
| John MacFarlane | |||
|- | |||
! Packages & repositories | |||
| [http://hackage.haskell.org/package/yst Hackage] - [http://github.com/jgm/yst Github] | |||
|} | |||
'''Unmaintained''' | |||
== Flippi == | |||
Flippi is a Wiki clone written in Haskell. | |||
{| class="wikitable" | |||
! License: | |||
| BSD3 | |||
|- | |||
! Author: | |||
| Philippa Cowderoy | |||
|- | |||
! Maintainer: | |||
| Philippa Cowderoy <flippa@flippac.org> | |||
|- | |||
! Home page: | |||
| http://www.flippac.org/projects/flippi/ | |||
|- | |||
! Package and repositories | |||
| [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Flippi Hackage] | |||
|} | |||
== latexki == | == latexki == | ||
Line 54: | Line 150: | ||
* 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 | |||
|- | |||
! Home page: | |||
| http://latexki.nomeata.de/ | |||
|} | |||
== hope == | == hope == | ||
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/ | |||
|} |
Latest revision as of 13:58, 8 February 2015
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 early 2015, 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 |
Clckwrks
Aims to compete directly with popular PHP-based blogging and CMS platforms. Clckwrks aims to support one-click installation of plugins and themes. End users should be able to use it with zero Haskell knowledge.
License: | 3BSD |
---|---|
Author: | Jeremy Shaw |
Maintainer: | Jeremy Shaw |
Home page: | http://www.clckwrks.com |
Packages & repositories | Hackage - Github |
LambdaCms
LambdaCms is a Content Management System (CMS) in Haskell using Yesod. It uses packaged Yesod subsites.
License: | MIT |
---|---|
Authors: | Cies Breijs, Mats Rietdijk, Rutger van Aalst |
Maintainer: | Cies Breijs |
Home page: | http://lambdacms.org |
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 |
Unmaintained
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/ |