You are here

README.txt in Content Injector (formerly AdSense Injector) 6

ABOUT ADSENSE INJECTOR
----------------------

The purpose of this module is to provide a simple method of automatically
placing 'inline' adsense module content into a full-page view of selected
node types. It does this by intercepting node rendering using hook_nodeapi
during 'page' rendering, and injecting selected text into the $node->body
field.

It uses a very simple scheme at present (just string concatenation) and
could be enhanced greatly by using regular expressions, templates, or other
techniques in a later revision.

Official Adsense Injector project page:
  http://exodusdev.com/drupal/4.7/modules/adsense_injector.module

Drupal Adsense Injector project page:
  http://drupal.org/project/adsense_injector

Sponsored by:
  http://exodusdev.com/

LIST OF MAINTAINERS
----------------------

PROJECT OWNER
M: Michael Curry <exodusdev@gmail.com>
S: maintained
W: http://exodusdev.com/

CO-MAINTAINER
M: Edison Wong <hswong3i@gmail.com>
S: maintained
W: http://edin.no-ip.com/

File

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