Skip to content

Commit 8c05aac

Browse files
committed
Update doc files
1 parent 139a43c commit 8c05aac

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

FUTURE-WORK.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
* Use digestive-functors for form validation.
2-
* Add appropriate feedback on invalid forms.
3-
* Add a more sophisicated registration system with double-email address
4-
and password entry, and confirmation email.
1+
* Add a confirmation email for registrations.
52
* Create some sort of storage mechanism abstraction layer.
63
* Proper error handling for parsing etc.
74
* Replace manual tree navigation by zippers (rosezipper?)
8-
* Prevent double registrations
9-
* Switch away from jQuery (to e.g. Dojo)
105
* Make the rule list re-orderable
116
* Come up with a less space-consuming idea for a rule list
127
* ... more?

README.md

+2-21
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,9 @@ machines.
1515
Installation instructions
1616
=========================
1717

18-
This software has been tested with Haskell Platform 2011.2.0.1, 32-bit on Mac
19-
OS X 10.6.7, using MongoDB 1.8.1. MongoDB was installed using Homebrew.
18+
This software has been tested with Haskell Platform 2011.2.0.1, 64-bit on Mac
19+
OS X 10.7.2 and GHC 7.2.1.
2020

21-
Install MongoDB
22-
---------------
23-
To install MongoDB using Homebrew, issue the following command:
24-
25-
> brew install mongodb
26-
27-
When the installation is finished, follow the instructions on the screen.
28-
The application assumes that MongoDB listens on localhost:27017.
29-
30-
Install dependencies
31-
--------------------
32-
The JCU packages relies on the snap-auth and snap-extension-mongodb packages,
33-
both of which are not yet available on hackage. If you have not installed them
34-
yet, issue a *make deps* command. The latest version of these packages will be
35-
fetched from git and be installed. A git client must be installed for this to
36-
work.
37-
38-
Install the JCU package
39-
-----------------------
4021
To install the JCU package in development mode, issue a *make* command in the
4122
project root. To install it in production mode, just issue cabal install in the
4223
project root.

0 commit comments

Comments
 (0)