]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
.boring => .gitignore
[Rakka.git] / Rakka.cabal
index 930cc7604f903073f4d72df664984bc0cbb457d0..6889592f3c2c48a54fdaed49261b80ddef0c1289 100644 (file)
@@ -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 <pho at cielonegro dot org>
@@ -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
@@ -29,6 +28,10 @@ Data-Files:
     defaultPages/StyleSheet/Default.xml
     schemas/rakka-page-1.0.rng
 
+Source-Repository head
+    Type: git
+    Location: git://git.cielonegro.org/Rakka
+
 Extra-Source-Files:
     Rakka.buildinfo.in
     configure
@@ -37,10 +40,12 @@ 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
@@ -55,8 +60,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 +80,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 +102,8 @@ Executable rakka
         Rakka.Wiki.Formatter
         Rakka.Wiki.Parser
     Extensions:
-        Arrows, ExistentialQuantification, ScopedTypeVariables, DeriveDataTypeable, FlexibleInstances
+        Arrows, ExistentialQuantification, ScopedTypeVariables,
+        DeriveDataTypeable, FlexibleInstances
     GHC-Options:
         -Wall -threaded