| 1 |
This module allows site administrators to associate a feed with users who belong |
Planet is an aggregator that allows you to aggregate the blogs for users in a given |
| 2 |
to a given role and to display it in a "planet" fashion. Feed items can be |
role (e.g. staff) and to display them in a "planet" fashion. Associating content |
| 3 |
auto-converted to blogs if categories or the post itself contains a snippet |
with the users rather than as a detached feed. |
|
specified in the planet settings, or posts can be converted manually. |
|
|
|
|
|
The idea is that it's nice in some cases to aggregate a group's personal blogs, |
|
|
promoting to prime time only those posts which are relevant to the site's purpose. |
|
|
|
|
| 4 |
|
|
| 5 |
Installation |
Installation |
| 6 |
------------ |
------------ |
| 7 |
|
|
| 8 |
1. Copy the planet directory into your Drupal modules directory. |
1. Copy the planet directory into your Drupal modules directory. |
| 9 |
|
|
| 10 |
2. Go to admin/modules and enable the planet module. |
2. Download the SimplePie 1.1 library: http://simplepie.org/ |
| 11 |
|
Place simplepie.inc in your Planet module directory. |
| 12 |
|
|
| 13 |
|
3. Go to admin/modules and enable the planet module. |
| 14 |
|
|
| 15 |
3. To perform further configuration (and to add feeds), go to admin/settings/planet. |
4. To perform further configuration (and to add feeds), go to admin/settings/planet. |
| 16 |
|
|
| 17 |
|
|