Improve README
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 2 Jul 2011 17:59:45 +0000 (11:59 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 2 Jul 2011 17:59:45 +0000 (11:59 -0600)
README.md
memcache/README.md

index 4aa056c1e916183e39fd96b423ee4e96166ad892..b0cfe3fd43a3022c66359e5a2a43593934858e2d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,8 +23,11 @@ memcached. In addition to adding the `flags` field, the library has
 been heavily refactored. For more information on the changes in
 memcache, see [memcache](memcache.html).
 
-This library also requires Common Lisp libraries of `cl-store`,
-`flexi-streams`, and `zlib`.
+This library also requires Common Lisp libraries of 
+[kmrcl](http://gitpub.b9.com/kmrcl.git),
+[cl-store](http://common-lisp.net/project/cl-store/),
+[flexi-streams](http://weitz.de/flexi-streams/),
+and [zlib](http://common-lisp.net/project/zlib/).
 
 Overview
 --------
index cd45d3c1d1f15fdfe3c6e8973b41e8b42a2c0641..4106eec38952b5d4704304e7351588018da7d102 100644 (file)
@@ -10,10 +10,10 @@ Chaitanya Gupta .
 Overview
 --------
 
-This package is based on the cl-memcached library.
-It is substantially modified for use with the memstore
-package. The primary areas of additional functionality
-are:
+This package is based on the cl-memcached library.  It is
+substantially modified for use with the
+[memstore](http://memstore.b9.com) library. The primary areas of
+additional functionality are:
 
 * Support for flags field with get and set functions.
   This is required as memstore stores bit flags denoting
@@ -35,7 +35,7 @@ are:
   supported by `usocket` are now supported with `memcached`.
 
 * Encapsulated reading and writing to socket stream to avoid
-  handling \#return characters in high-level code.
+  handling \\#return characters in high-level code.
 
 * Changes to support the change in statistics fields with membase.
   Some fields were no longer present. Also, membase 1.7 has
@@ -46,9 +46,10 @@ are:
 * More robust `print-object` functions to avoid errors if fields
   in statistics are not present.
 
-* Removed compatibility functions in `compat.lisp` and using `kmrcl`
-  package to provide those functions as well as utilitizing other
-  `kmrcl` functions to simplify code.
+* Removed compatibility functions in `compat.lisp` by using the
+  [`kmrcl`](http://gitpub.b9.com/kmrcl.git) library to provide those
+  functions as well as utilitizing other `kmrcl` functions to simplify
+  code.
 
 * Nearly the entire code base has been reworked for improved
   robustness and efficiency.