From: richard Date: Wed, 25 Jul 2001 03:40:55 +0000 (+0000) Subject: added note about the spec X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c0a46622c618726c0ce750d46d65842e70385cfc;p=roundup.git added note about the spec git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@79 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/README.TXT b/README.TXT index 45a6b9c..ec00372 100644 --- a/README.TXT +++ b/README.TXT @@ -58,10 +58,14 @@ Index views may be modified by the following arguments: 3. Design ========= This software was written according to the specification found at + http://software-carpentry.codesourcery.com/entries/second-round/track/Roundup/ -... with some modifications. I've marked these in the source with 'XXX' -comments when I remember to. +a copy of the spec is distributed with roundup as doc/spec.html. + + +There have been some modifications. I've marked these in the source with +'XXX' comments when I remember to. In short: Class.find() - may match multiple properties, uses keyword args.