| | 1 | = Trac Google Ads Plugin = |
|---|
| | 2 | |
|---|
| | 3 | {{{ |
|---|
| | 4 | #!rst |
|---|
| | 5 | Previously known as `Trac Ads Panel`_, TracGoogleAds_ is a trac_ plugin designed |
|---|
| | 6 | to display ads on your trac_ environment. |
|---|
| | 7 | |
|---|
| | 8 | The main feature of the plugin is that it allows the user to persistently_ |
|---|
| | 9 | hide the ads, making your trac_ environment less annoying to those who |
|---|
| | 10 | dislike ads and supporting open-source projects through them. |
|---|
| | 11 | |
|---|
| | 12 | *Plugin has been renamed and package hierarchy has changed to join* |
|---|
| | 13 | `other trac plugins`_ *that addressed* Google_ *services.* |
|---|
| | 14 | |
|---|
| | 15 | Installation |
|---|
| | 16 | ------------ |
|---|
| | 17 | Installing the plugin is as easy as:: |
|---|
| | 18 | |
|---|
| | 19 | sudo easy_install TracGoogleAds |
|---|
| | 20 | |
|---|
| | 21 | And then enabling it: |
|---|
| | 22 | |
|---|
| | 23 | .. code-block:: ini |
|---|
| | 24 | |
|---|
| | 25 | [components] |
|---|
| | 26 | tracext.google.ads.* = enabled |
|---|
| | 27 | |
|---|
| | 28 | And that's it! |
|---|
| | 29 | |
|---|
| | 30 | Now, all you have to do is to go to the administration and under **Google** |
|---|
| | 31 | you have a **Ads** link to setup the plugin. |
|---|
| | 32 | |
|---|
| | 33 | Bugs and/or New Features |
|---|
| | 34 | ------------------------ |
|---|
| | 35 | |
|---|
| | 36 | Please submit bugs of new features to:: |
|---|
| | 37 | |
|---|
| | 38 | http://google.ufsoft.org/ |
|---|
| | 39 | |
|---|
| | 40 | |
|---|
| | 41 | Source Code |
|---|
| | 42 | ----------- |
|---|
| | 43 | |
|---|
| | 44 | If you wish to be on the bleeding edge and get the latest available code: |
|---|
| | 45 | |
|---|
| | 46 | .. code-block:: sh |
|---|
| | 47 | |
|---|
| | 48 | hg clone http://google.ufsoft.org/hg/ads/ TracGoogleAds |
|---|
| | 49 | |
|---|
| | 50 | |
|---|
| | 51 | **Note**: For up-to-date documentation please visit TracGoogleAds_'s site. |
|---|
| | 52 | |
|---|
| | 53 | ~~~~ |
|---|
| | 54 | |
|---|
| | 55 | .. [persistently] *The user choice of hiding the ads will remain untouched |
|---|
| | 56 | throughout it's later visits, and he'll still have the |
|---|
| | 57 | choice to display them again*. |
|---|
| | 58 | |
|---|
| | 59 | .. _trac: http://trac.edgewall.org |
|---|
| | 60 | .. _TracGoogleAds: http://google.ufsoft.org/wiki/TracGoogleAds |
|---|
| | 61 | .. _other trac plugins: http://google.ufsoft.org/ |
|---|
| | 62 | .. _Google: http://www.google.com |
|---|
| | 63 | .. _Trac Ads Panel: http://devnull.ufsoft.org/wiki/TracAdsPanel |
|---|
| | 64 | }}} |