Views with FeedAPI help.
I'm probably overlooking something incredibly simple here, but i tend to over think the simple stuff.
Anywho, I'm trying out a bunch of modules that do rss and aggregation and really like what i'm seein in FeedAPI. I'm trying to simulate what drigg does without actually using drigg, and minus the voting part that drigg does.
What i'm trying to simulate: When feeds come in, I want them to go to different pages like /content/sports or /content/news depending on the feed or term. Drigg does this automatically, but i cant seem to find out how to do this with FeedAPI. The way it works right now is when i create a feed, the category goes to /node/22 for example, then you have to click on "feed items" to get to the actual feed. When feeds come in i want them to go to their respected pages depending on what its about.
Do i need to figure out how to build a view for this? Any how do i avoid duplicate content?
And is this the "how to" on how to do what im asking for?
http://www.drupalove.com/drupal-video/creating-drupal-page-view-taxonomy
Thanks!
Jim

have you enabled PathAuto?
have you enabled PathAuto? this changes your path automatically during Content Creation.
you can use replacements in this config [taxonomy]/title or [content type]/title
also, the when you create the
also, the when you create the Feed using FeedAPI , the simplePie processor gives oyu the following options:
Duplicates:
-- Check for duplicates only within feed
-- Check for duplicates on all feeds
URL where duplicates settings are located: http://localhost/node/add/feed