Skip to content

Commit

Permalink
[wiki] Wiki demo fixes
Browse files Browse the repository at this point in the history
Fix the SML/NJ version of the wiki demo to use the new SQLite library, and
add a missing file.
  • Loading branch information
Jacob Potter committed Aug 27, 2010
1 parent 10f7f35 commit d87b7c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions wiki/chiral.sml
@@ -0,0 +1,11 @@
structure T = Thread (structure T = ThreadBase
structure RC = SelectReactorCore
structure C = ConfigPrintEverything)

structure CV = CondVar(T)
structure CS = ChiralSocketFn(T)
structure SU = ChiralSockUtil(CS)
structure LR = LineReader(CS.Socket)

structure HTTPServer = HTTPServerFn(structure CS = CS structure T = T)

6 changes: 5 additions & 1 deletion wiki/wiki.cm
Expand Up @@ -2,11 +2,15 @@ Group is
$/basis.cm
$/regexp-lib.cm

../db/libmysqlclient/libmysqlclient.cm
../db/sqlite/sqlite.cm
../db/squall/squall-tool.cm : tool
wiki.squall

../web/web.cm

../chiralml/chiralml.cm
../web/server/http-server-fn.sml
chiral.sml

templates/templates.cm
wiki.sml

0 comments on commit d87b7c3

Please sign in to comment.