X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=1f8cea38851f201b29c6bcdce9b1dd10fba9e08d;hb=4abf7df08bf0a614ea8179e8d1d69a17aac4f197;hp=32a2c2ae3742d7edf72268a2d1c3fcb3aea73b2a;hpb=f7ff1639d50b827a8ce1e4dd3631ce300ecb3d19;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index 32a2c2a..1f8cea3 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -1,13 +1,14 @@ Name: Rakka Synopsis: Wiki engine with Subversion backend Description: - FIXME: write this + Rakka is a wiki engine with Subversion backend. Its syntax is + similar to MediaWiki. Version: 0.1 License: PublicDomain Author: PHO Maintainer: PHO Stability: experimental -Homepage: http://ccm.sherry.jp/Rakka/ +Homepage: http://rakka.cielonegro.org/ Category: Web Tested-With: GHC == 6.6.1 Cabal-Version: >= 1.2 @@ -21,6 +22,9 @@ Data-Files: defaultPages/PageTitle.xml defaultPages/SideBar/Left.xml defaultPages/SideBar/Right.xml + defaultPages/StyleSheet/CieloNegro/Logo.xml + defaultPages/StyleSheet/CieloNegro/Moon.xml + defaultPages/StyleSheet/CieloNegro.xml defaultPages/StyleSheet/Default.xml schemas/rakka-page-1.0.rng @@ -38,6 +42,7 @@ Extra-Source-Files: js/login.js js/screen.js js/search.js + js/uri.js Flag build-test-suite Description: Build the test suite. @@ -53,10 +58,10 @@ Flag hardest-optimization Executable rakka Build-Depends: - Crypto, FileManip, HTTP, HUnit, HsHyperEstraier, HsSVN, Lucu, - base, bytestring, containers, dataenc, directory, utf8-string, - filepath, hslogger, hxt, magic, mtl, network, parsec, stm, - time, unix, zlib + FileManip, HTTP, HUnit, HsHyperEstraier, HsOpenSSL, HsSVN, + Lucu, base, bytestring, containers, dataenc, directory, + utf8-string, filepath, hslogger, hxt, magic, mtl, network, + parsec, stm, time, unix, zlib Main-Is: Main.hs Other-Modules: @@ -71,6 +76,8 @@ Executable rakka Rakka.Resource.Object Rakka.Resource.PageEntity Rakka.Resource.Render + Rakka.Resource.Search + Rakka.Resource.SystemConfig Rakka.Resource.TrackBack Rakka.Storage Rakka.Storage.DefaultPage