Skip to content

carliros/WikiServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki Server with haskell.

To Compile:
    runhaskell Setup.hs configure
    runhaskell Setup.hs build
    runhaskell Setup.hs install

Then you can execute with:  wikiserver
and then write in your browser localhost:7734/

In order to try the examples you have to create a directory "www" in same place where the wikiserver (executable) is. And put the files .wiki there.
Then you can call from the browser, localhost:7734/haskell.wiki

There are some examples that comes with the package, in the "www" directory.

Note: This package is a modification of the laboratory's version of Applied Functional Programming summer school of Utrecht. This package is using parser combinators.

About

server wiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published