X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=bf0cc2972c27b461000ff18833b74e5e5525939e;hb=ae4deb027146109a28b3070904c282dcbb0be4be;hp=930cc7604f903073f4d72df664984bc0cbb457d0;hpb=fa79b22a10d1036b41c9bd9c7b832af7286e8cd9;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index 930cc76..bf0cc29 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -1,8 +1,8 @@ Name: Rakka -Synopsis: Wiki engine with Subversion backend +Synopsis: RESTful Wiki engine with Subversion backend Description: - Rakka is a wiki engine with Subversion backend. Its syntax is - similar to MediaWiki. + Rakka is a RESTful wiki engine with Subversion backend. Its syntax + is similar to MediaWiki. Version: 0.1 License: PublicDomain Author: PHO @@ -13,7 +13,6 @@ Category: Web Tested-With: GHC == 6.6.1 Cabal-Version: >= 1.2 Build-Type: Custom - Data-Files: defaultPages/Feed.xml defaultPages/Help/SampleImage/Large.xml @@ -28,7 +27,6 @@ Data-Files: defaultPages/StyleSheet/CieloNegro.xml defaultPages/StyleSheet/Default.xml schemas/rakka-page-1.0.rng - Extra-Source-Files: Rakka.buildinfo.in configure @@ -37,16 +35,22 @@ Extra-Source-Files: js/base.js js/base64.js js/editPage.js + js/hexDump.js js/jquery-1.2.2.js js/jquery-dom.js js/localFile.js js/login.js + js/parseuri.js js/screen.js js/search.js js/uri.js tests/RakkaUnitTest.hs tests/WikiParserTest.hs +Source-Repository head + Type: git + Location: git://git.cielonegro.org/Rakka.git + Flag build-test-suite Description: Build the test suite. Default: False @@ -55,8 +59,8 @@ Executable rakka Build-Depends: FileManip, HTTP, HUnit, HsHyperEstraier, HsOpenSSL, HsSVN >= 0.3.2, Lucu, base, bytestring, containers, dataenc, directory, - utf8-string, filepath, hslogger, hxt, magic, mtl, network, - parsec, stm, time, unix, zlib + utf8-string, filepath, hslogger, hxt, hxt-xpath, magic, mtl, + network, parsec, stm, time, unix, zlib Main-Is: Main.hs Other-Modules: @@ -75,6 +79,7 @@ Executable rakka Rakka.Resource.Search Rakka.Resource.SystemConfig Rakka.Resource.TrackBack + Rakka.Resource.Users Rakka.Storage Rakka.Storage.DefaultPage Rakka.Storage.Repos @@ -96,7 +101,8 @@ Executable rakka Rakka.Wiki.Formatter Rakka.Wiki.Parser Extensions: - Arrows, ExistentialQuantification, ScopedTypeVariables, DeriveDataTypeable, FlexibleInstances + Arrows, ExistentialQuantification, ScopedTypeVariables, + DeriveDataTypeable, FlexibleInstances GHC-Options: -Wall -threaded