| 1 |
// $Id$ |
// $Id: README.txt,v 1.1.4.2 2008/12/16 08:18:18 hswong3i Exp $ |
| 2 |
|
|
| 3 |
|
ABOUT ADSENSE INJECTOR |
| 4 |
|
---------------------- |
| 5 |
|
|
| 6 |
|
The purpose of this module is to provide a simple method of automatically |
| 7 |
|
placing 'inline' adsense module content into a full-page view of selected |
| 8 |
|
node types. It does this by intercepting node rendering using hook_nodeapi |
| 9 |
|
during 'page' rendering, and injecting selected text into the $node->body |
| 10 |
|
field. |
| 11 |
|
|
| 12 |
|
It uses a very simple scheme at present (just string concatenation) and |
| 13 |
|
could be enhanced greatly by using regular expressions, templates, or other |
| 14 |
|
techniques in a later revision. |
| 15 |
|
|
| 16 |
|
Official Adsense Injector project page: |
| 17 |
|
http://exodusdev.com/drupal/4.7/modules/adsense_injector.module |
| 18 |
|
|
| 19 |
|
Drupal Adsense Injector project page: |
| 20 |
|
http://drupal.org/project/adsense_injector |
| 21 |
|
|
| 22 |
|
Sponsored by: |
| 23 |
|
http://exodusdev.com/ |
| 24 |
|
|
| 25 |
|
LIST OF MAINTAINERS |
| 26 |
|
---------------------- |
| 27 |
|
|
| 28 |
|
PROJECT OWNER |
| 29 |
|
M: Michael Curry <exodusdev@gmail.com> |
| 30 |
|
S: maintained |
| 31 |
|
W: http://exodusdev.com/ |
| 32 |
|
|
| 33 |
|
CO-MAINTAINER |
| 34 |
|
M: Edison Wong <hswong3i@gmail.com> |
| 35 |
|
S: maintained |
| 36 |
|
W: http://edin.no-ip.com/ |