]> ruin.nu Git - yawbih.git/commitdiff
initial commit
authorMichael Andreen <harv@ruin.nu>
Wed, 1 Dec 2004 15:05:41 +0000 (15:05 +0000)
committerMichael Andreen <harv@ruin.nu>
Wed, 1 Dec 2004 15:05:41 +0000 (15:05 +0000)
Wiki.hs [new file with mode: 0644]

diff --git a/Wiki.hs b/Wiki.hs
new file mode 100644 (file)
index 0000000..916829e
--- /dev/null
+++ b/Wiki.hs
@@ -0,0 +1,21 @@
+module Wiki (
+
+) where
+
+import Graphics.UI.WXCore.Db
+
+{-Keyword -> Full text
+getCurrent :: String -> IO String
+
+--Keyword -> (id,date)
+getList :: String -> IO (Int, String)
+
+--Keyword -> id -> Full Text
+get :: String -> Int -> IO String
+
+--Keyword -> id -> ()
+setCurrent :: String -> Int -> IO ()
+
+--Keyword -> Full text -> id
+addNew :: String -> String -> IO Int
+-}