summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-01-31 23:34:37 +0000
committerEli Collins <elic@assurancetechnologies.com>2011-01-31 23:34:37 +0000
commit0eafd59fcee89cf4769add43c057a11e62c49a3a (patch)
tree19b476c6317f76ce39140900d1d671440aef34ae /docs/index.rst
parent8903ccd8ecf8b26cd5e80466eecfdd8df140482b (diff)
downloadpasslib-0eafd59fcee89cf4769add43c057a11e62c49a3a.tar.gz
updated docs
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 821ee65..8ffcbc4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,9 +4,9 @@ PassLib |release| documentation
Introduction
============
-Welcome to the documentation for PassLib.
-
-PassLib is a
+Passlib is a collection of routines for managing password hashes
+as found in unix /etc/shadow files, as returned by stdlib `crypt()`,
+as stored in mysql and postgres, and various other contexts.
A quick sample of some of the more frequently used modules: