| 1 |
$Id$
|
| 2 |
|
| 3 |
Copyright 2006 http://2bits.com
|
| 4 |
|
| 5 |
Description:
|
| 6 |
------------
|
| 7 |
|
| 8 |
This module enables you to use Technorati tags in your content.
|
| 9 |
|
| 10 |
There are different modes for the Technorati tags to work, and they
|
| 11 |
can be different for each content type.
|
| 12 |
|
| 13 |
* None: means do not do any Technorati tags for this content type.
|
| 14 |
* Manual entry: means that the tags have to be entered manually for each node.
|
| 15 |
* Drupal categories: means that the category terms the node belong to will be
|
| 16 |
used as Technorati tags.
|
| 17 |
* Both: means a combination of manual entries and categories.
|
| 18 |
|
| 19 |
For example, you can set blogs to be both (i.e. Drupal categories and manual
|
| 20 |
entries), but disable it for page, and use only categories for story type.
|
| 21 |
|
| 22 |
The module will also notify Technorati.com that new content has been published
|
| 23 |
on your site.
|
| 24 |
|
| 25 |
Installation:
|
| 26 |
------------
|
| 27 |
|
| 28 |
1) Copy the technorati directory and all its contents to your modules directory.
|
| 29 |
|
| 30 |
2) Enable the technorati module by visiting administer -> modules
|
| 31 |
|
| 32 |
3) Make sure that the ping module is enabled and cron is running too.
|
| 33 |
|
| 34 |
4) Select a mode of deriving the tags for each content type under administer
|
| 35 |
-> settings -> technorati
|
| 36 |
|
| 37 |
Bugs/Features/Patches:
|
| 38 |
----------------------
|
| 39 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 40 |
at the project page on the Drupal web site.
|
| 41 |
|
| 42 |
Author
|
| 43 |
------
|
| 44 |
Khalid Baheyeldin (http://baheyeldin.com/khalid and http://2bits.com)
|
| 45 |
|
| 46 |
If you use this module, find it useful, and want to send the author
|
| 47 |
a thank you note, then use the Feedback/Contact page at the URL above.
|
| 48 |
|
| 49 |
The author can also be contacted for paid customizations of this
|
| 50 |
and other modules.
|