Commit Graph

9 Commits

Author SHA1 Message Date
Michael Spang 827c17b107 Add manpage for ceod 2009-09-10 07:30:51 -04:00
Michael Spang 14069b2c08 Add manpages and remove TODO 2007-12-16 18:31:55 -05:00
Michael Spang 6c0f2227bd Documentation updates 2007-12-04 22:14:31 -05:00
Michael Spang 588f90b082 Add experimental urwid-based GUI 2007-09-25 04:24:49 -04:00
Michael Spang ca33addaf1 Update to GIT-HOWTO and INSTALLING docs 2007-05-04 15:10:37 -04:00
Michael Spang 5b4d603d25 Minor update of getting started documents. 2007-01-28 06:06:34 -05:00
Michael Spang c372e60764 Added GIT-HOWTO and INSTALLING docs.
These docs are intended to help potential contributors get started.

GIT-HOWTO explains how to set up a new repository. It also suggests several
resources to help users learn git or cogito.

INSTALLING suggests a procedure for coordinating the building and installing
of new versions of the Debian package.
2007-01-28 01:37:38 -05:00
Michael Spang 58bf72726a New release (version 0.2).
Updates in this version:

  * Tests added to most Python modules.
  * Split configuration files.
  * Added maintainer scripts to manage permissions during install and purge.
  * Added functions for use by tools planned for next release (chfn, etc).

ceo:

  * Added support for account "repair", which will recreate LDAP entries
    and Kerberos principals if necessary.
  * The recreate account menu option is now active.

Miscellaneous:

  * Replaced instances of "== None" and "!= None" with "is None" and
    "is not None", respectively (thanks to: Nick Guenther).
  * Renamed terms.valid() to terms.validate() (thanks to: Nick Guenther).
2007-01-27 19:23:18 -05:00
Michael Spang dfc747f9c6 Initial import (version 0.1). 2007-01-27 18:41:51 -05:00