update RSSAgent doc

Andrew Cantino 10 years ago
parent
commit
8a0c95bdf0
1 changed files with 4 additions and 2 deletions
  1. 4 2
      app/models/agents/rss_agent.rb

+ 4 - 2
app/models/agents/rss_agent.rb

@@ -12,8 +12,10 @@ module Agents
12 12
       <<-MD
13 13
         This Agent consumes RSS feeds and emits events when they change.
14 14
 
15
-        (If you want to *output* an RSS feed, use the DataOutputAgent.  Also, you can technically parse RSS and XML feeds
16
-        with the WebsiteAgent as well.  See [this example](https://github.com/cantino/huginn/wiki/Agent-configuration-examples#itunes-trailers).)
15
+        This Agent is fairly simple, using [feed-normalizer](https://github.com/aasmith/feed-normalizer) as a base.  For complex feeds
16
+        with additional field types, we recommend using a WebsiteAgent.  See [this example](https://github.com/cantino/huginn/wiki/Agent-configuration-examples#itunes-trailers).
17
+
18
+        If you want to *output* an RSS feed, use the DataOutputAgent.
17 19
 
18 20
         Options:
19 21