Drupal 6 activity stream
Ability to generate xml that is formatted in http://activitystrea.ms
We have added this functionality to be configured using views. Here are the steps to follow to generate xml for activitystream
-
Enable the module
-
Go to views and create a view with your node
-
Add fields like node title, path, category, tags etc.
-
select the row style - activity stream data document
-
after that you will see a configuration form where you can select which field you want to use as title, path, date etc..
-
save the path of your views something like - activitystream.xml
That's it.