Metadata-Version: 1.0
Name: TracGoogleAds
Version: 0.2.0
Summary: Trac plugin designed to display ads on your Trac environment
Home-page: http://google.ufsoft.org
Author: Pedro Algarvio
Author-email: ufs@ufsoft.org
License: BSD
Download-URL: http://python.org/pypi/TracGoogleAds
Description: TracGoogleAds
        =============
        
        Previously known as `Trac Ads Panel`_, TracGoogleAds_ is a trac_ plugin designed
        to display ads on your trac_ environment.
        
        The main feature of the plugin is that it allows the user to persistently_
        hide the ads, making your trac_ environment less annoying to those who
        dislike ads and supporting open-source projects through them.
        
        *Plugin has been renamed and package hierarchy has changed to join*
        `other trac plugins`_ *that addressed* Google_ *services.*
        
        Installation
        ------------
        Installing the plugin is as easy as::
        
        sudo easy_install TracGoogleAds
        
        And then enabling it:
        
        ::
        
        [components]
        tracext.google.ads.* = enabled
        
        And that's it!
        
        Now, all you have to do is to go to the administration and under **Google**
        you have a **Ads** link to setup the plugin.
        
        Bugs and/or New Features
        ------------------------
        
        Please submit bugs of new features to::
        
        http://google.ufsoft.org/
        
        
        Source Code
        -----------
        
        If you wish to be on the bleeding edge and get the latest available code:
        
        ::
        
        hg clone http://google.ufsoft.org/hg/ads/ TracGoogleAds
        
        
        **Note**: For up-to-date documentation please visit TracGoogleAds_'s site.
        
        ~~~~
        
        .. [persistently] *The user choice of hiding the ads will remain untouched
        throughout it's later visits, and he'll still have the
        choice to display them again*.
        
        .. _trac: http://trac.edgewall.org
        .. _TracGoogleAds: http://google.ufsoft.org/wiki/TracGoogleAds
        .. _other trac plugins: http://google.ufsoft.org/
        .. _Google: http://www.google.com
        .. _Trac Ads Panel: http://devnull.ufsoft.org/wiki/TracAdsPanel
        
Keywords: trac plugin google ads
Platform: UNKNOWN
Classifier: Framework :: Trac
