2 Synopsis: Wiki engine with Subversion backend
7 Author: PHO <phonohawk at ps dot sakura dot ne dot jp>
8 Maintainer: PHO <phonohawk at ps dot sakura dot ne dot jp>
9 Stability: experimental
10 Homepage: http://ccm.sherry.jp/Rakka/
12 Tested-With: GHC == 6.6.1
17 defaultpages/Help/SampleImage/Large.xml
18 defaultpages/Help/SampleImage/Small.xml
19 defaultPages/Help/Syntax.xml
20 defaultPages/MainPage.xml
21 defaultPages/PageTitle.xml
22 defaultPages/SideBar/Left.xml
23 defaultPages/SideBar/Right.xml
24 defaultPages/StyleSheet/CieloNegro/Logo.xml
25 defaultPages/StyleSheet/CieloNegro/Moon.xml
26 defaultPages/StyleSheet/CieloNegro.xml
27 defaultPages/StyleSheet/Default.xml
28 schemas/rakka-page-1.0.rng
47 Description: Build the test suite.
51 Description: Enable profiling of the executable
54 Flag hardest-optimization
55 Description: Make the executable as fast as possible
60 Crypto, FileManip, HTTP, HUnit, HsHyperEstraier, HsSVN, Lucu,
61 base, bytestring, containers, dataenc, directory, utf8-string,
62 filepath, hslogger, hxt, magic, mtl, network, parsec, stm,
72 Rakka.Resource.CheckAuth
74 Rakka.Resource.JavaScript
76 Rakka.Resource.PageEntity
79 Rakka.Resource.SystemConfig
80 Rakka.Resource.TrackBack
82 Rakka.Storage.DefaultPage
92 Rakka.Wiki.Interpreter
93 Rakka.Wiki.Interpreter.Base
94 Rakka.Wiki.Interpreter.Image
95 Rakka.Wiki.Interpreter.PageList
96 Rakka.Wiki.Interpreter.Trackback
97 Rakka.Wiki.Interpreter.Outline
102 Arrows, ExistentialQuantification, ScopedTypeVariables, DeriveDataTypeable, FlexibleInstances
103 if flag(enable-profiling)
105 -Wall -O2 -fvia-C -prof -auto-all
107 if flag(hardest-optimization)
109 -Wall -O2 -fvia-C -funbox-strict-fields
114 Executable RakkaUnitTest
115 if flag(build-test-suite)