https://github.com/trac-hacks/trac-google-ads
https://github.com/trac-hacks/trac-google-ads
trac-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trac-hacks/trac-google-ads
- Owner: trac-hacks
- License: other
- Created: 2014-11-14T02:58:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T09:21:26.000Z (over 11 years ago)
- Last Synced: 2023-04-11T08:47:37.977Z (about 3 years ago)
- Topics: trac-plugin
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
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:
.. sourcecode:: ini
[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:
.. sourcecode:: sh
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