[Haskell] Re: [Haskell-cafe] ANN: gitit 0.5.1
Hugo Pacheco
hpacheco at gmail.com
Thu Feb 26 09:30:17 EST 2009
Hi all,
Under gitit 0.5.3 I always get "Prelude.read: no parse" when trying to
load a configuration file.
My previous file goes attached, but the sample config file from
http://github.com/jgm/gitit/tree/master does not work also.
Has anything changed that is not documented?
Thanks,
hugo
On Sun, Feb 1, 2009 at 5:07 PM, John MacFarlane <jgm at berkeley.edu> wrote:
> I've just uploaded gitit 0.5.1 to HackageDb. Gitit is a wiki program
> that uses git or darcs as a filestore and HAppS as a server.
>
> Changes:
>
> * Major code reorganization, making gitit more modular.
> * Gitit can now optionally be built using Happstack instead of HAppS
> (just use -fhappstack when cabal installing).
> * Fixed bug with directories that had the same names as pages.
> * Added code from HAppS-Extra to fix cookie parsing problems.
> * New command-line options for --port, --debug.
> * New debug feature prints the date, the raw request, and
> the processed request data to standard output on each request.
> * Files with ".page" extension can no longer be uploaded.
> * Apostrophes and quotation marks now allowed in page names.
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
--
www.di.uminho.pt/~hpacheco
-------------- next part --------------
{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
\f0\fs24 \cf0 Config \{\
repositoryPath = "/var/www/wiki/wikidata",\
userFile = "/var/www/wiki/gitit-users",\
templateFile = "/var/www/wiki/template.html",\
staticDir = "/var/www/wiki/static",\
tableOfContents = False,\
maxUploadSize = 100000,\
portNumber = 8080,\
passwordSalt = "l91snthoae8eou2340987",\
debugMode = True,\
frontPage = "Front Page",\
noEdit = ["Help"],\
noDelete = ["Help", "Front Page"],\
accessQuestion = Nothing\
\}\
}
More information about the Haskell
mailing list