]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - README.md
Add a new /user action with pointers to the others.
[bluechips.git] / README.md
index 10052dcf56c09ad635140d11dd651fec8f88069c..8c17a0eac56e13e8e9d2c9eaf058412936a6ca60 100644 (file)
--- a/README.md
+++ b/README.md
@@ -72,3 +72,20 @@ The ``bluechips.wsgi`` wrapper script looks just like:
 
     from paste.deploy import loadapp
     application = loadapp('config:/var/www/ssl/config.ini')
+
+Acknowledgments
+---------------
+
+BlueChips is the latest in a long line of software to make managing
+group finances easier, and would not be possible without the
+intellectual inspiration of those predecessors.
+
+CUTCAT's [accounting software][cutcat] started the trend of
+software-based accounting mechanisms. It inspired a re-implementation
+as a curses script by [Nelson Elhage][nelhage], which introduced the
+notion of "pushing expenditures" to simplify transfers. The algorithm
+used in BlueChips for settling the books is directly cargo-culted from
+Nelson's implementation.
+
+[cutcat]: http://cutc.at/accounting-software.html
+[nelhage]: http://nelhage.com/