Linking in the user-oriented specification

This commit is contained in:
simon 2016-10-14 12:10:08 +01:00
parent d89983626d
commit a8392292f9
2 changed files with 3 additions and 1 deletions

View file

@ -38,6 +38,8 @@ Where *username* is the username required to access the database, and *thisisnot
If you're thinking of joining in development on this I'd strongly recommend you get hold of a copy of [Dmitry Sotnikov](https://github.com/yogthos)'s [Web Development with Clojure, Second Edition](https://pragprog.com/book/dswdcloj2/web-development-with-clojure-second-edition). If you're thinking of joining in development on this I'd strongly recommend you get hold of a copy of [Dmitry Sotnikov](https://github.com/yogthos)'s [Web Development with Clojure, Second Edition](https://pragprog.com/book/dswdcloj2/web-development-with-clojure-second-edition).
You should also read the [User-Oriented Specification](doc/specification/userspec.md) and any other documentation which appears under the *doc/specification* hierarchy.
## Running ## Running
To start a web server for the application, run: To start a web server for the application, run:

View file

@ -2,7 +2,7 @@
## Overview ## Overview
YouYesYet is a web-app intended to simplify the collection of canvas data from voters, specifically for the upcoming Scottish Independence referendum; it is intended that it should later be adaptable for other canvassing campaigns, but that is a much lower priority. YouYesYet is a proposed web-app intended to simplify the collection of canvas data from voters, specifically for the upcoming Scottish Independence referendum; it is intended that it should later be adaptable for other canvassing campaigns, but that is a much lower priority.
## General Principles ## General Principles