Metadata-Version: 1.0
Name: baruwa
Version: 0.0.1b
Summary: Ajax enabled MailScanner web frontend
Home-page: http://www.topdog.za.net/baruwa
Author: Andrew Colin Kissa
Author-email: andrew@topdog.za.net
License: GPL
Description: 
        ======
        Baruwa
        ======
        Baruwa (swahili for letter or mail) is a `mailwatch <http://mailwatch.sf.net/>`_ inspired
        web 2.0 `MailScanner <http://www.mailscanner.info/>`_ front-end.
        
        It provides an easy to use interface for users to view details of messages processed by
        MailScanner as well as perform operations such as releasing quarantined messages,
        spam learning,whitelisting and blacklisting addresses etc. Baruwa has implemented web 2.0
        features (AJAX) where deemed fit, graphing is also implemented on the client side using SVG.
        
        It also provides reporting functionality with an easy to use query builder, results can be
        displayed as message lists or graphed as colorful and pretty graphs. The goal of the initial
        version will be to address the various quarks that exist in mailwatch at the moment. Baruwa
        will initially be a drop in replacement for mailwatch, future releases will however break
        compatibility with mailwatch. This enables easing of end users in to the new interface.
        
        Baruwa is written in Python using the Django Framework and MySQL for storage, it is released
        under the GPLv2
        
        ========
        Features
        ========
        + AJAX refreshed recent messages listing
        + Detailed message view with AJAX enabled message processing (quarantine release/delete,spam learning,white/black listing)
        + AJAX powered Full/Quarantine messages listings
        + Reporting view with AJAX enabled query builder
        + Interactive SVG graphs
        + Multi user profiles
        + User profile aware white/blacklist management
        + REST API
        + Easy plug-in authentication to external authentication systems (LDAP,SQL,etc)
        + Works both with and without Javascript enabled (some features will have degraded performance)
        
        ===========
        Screenshots
        ===========
        A `Slideshow <http://www.flickr.com/photos/kissandrew/sets/72157623453063688/show/>`_ can be viewed
        on Flickr
        
        ============
        Requirements
        ============
        + Python >= 2.4
        + Django >= 1.1.1
        + MySQLdb >= 1.2.1p2
        + GeoIP
        + iPy
        + Any Web server that can run Django (Apache/mod_wsgi recommended)
        + MySQL
        
        ============
        Installation
        ============
        Baruwa is installed in the usual way::
        
        python setup install
        
        =============
        Documentation
        =============
        Documentation is included in the docs directory of the tarball and can also be accessed on line at
        http://www.baruwa.org/
        
Keywords: MailScanner Email Filters Quarantine Spam
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Communications :: Email :: Filters
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Topic :: System :: Systems Administration
