Metadata-Version: 1.0
Name: ClueMapper
Version: 0.6.2
Summary: A web-based application for managing software projects.
Home-page: http://projects.serverzen.com/pm/p/cluemapper
Author: Rocky Burt
Author-email: rocky@serverzen.com
License: BSD
Description: .. -*-rst-*-
        
        ==========
        ClueMapper
        ==========
        
        Overview
        ========
        
        ClueMapper is a web-based application for managing software and software-based
        consulting projects.  Currently it uses Trac to handle individual projects
        but adds the ability to create new trac instances, svn configurations, etc.
        
        The website for ClueMapper is at http://www.cluemapper.org
        
        
        Dependencies
        ============
        
        * (required) Python 2.5+
        
        
        Features
        ========
        
        * Multiple project creation and management using Trac_ and linked
        Subversion repos
        
        * Dynamic theming support via Deliverance_
        
        * Integrated pastebin support via ClueBin_
        
        
        Credits
        =======
        
        * Rocky Burt (maintainer) - rocky AT serverzen DOT com
        
        .. _Trac: http://trac.edgewall.org
        .. _Deliverance: http://www.openplans.org/projects/deliverance
        .. _ClueBin: http://pypi.python.org/pypi/ClueBin/
        .. -*-rst-*-
        
        ==================
        ClueMapper History
        ==================
        
        v0.6.2 (2008-06-07)
        ===================
        
        * Fixed issue #5: viewing readme no longer produces rst errors
        
        * Configuration files now live in etc/cluemapper and data files live
        in var/cluemapper
        
        * Configuration writing now stores sections ordered
        
        v0.6.1 (2008-06-05)
        ===================
        
        * Stopped locking dependency versions for various Clue* projects
        
        * No long displays ClueBin tagline
        
        * Cleaned up redirection code
        
        * Added dependency on ClueMapperChatter
        
        * Added missing trac plugin dependencies
        
        v0.6 (2008-05-15)
        =================
        
        * Please note that this release is pre-alpha and still lacks several key
        features
        
        * Now includes pastebin support via ClueBin
        
        * Added clue-admin cmd-line script for utility functions
        
        * Theme is now configurable via Trac
        
        * Added 404 handling for when an invalid project is requested.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
