Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

557058:1a436925-3164-4796-8031-90bf71eae19dMichael Koch, michael.koch@unibw.de
Excerpt

Provides access to RSS and Atom feeds.

Responsible Person

User Profile
user

Supported Formats:

  • RSS 0.90
  • RSS 0.91 Netscape
  • RSS 0.91 Userland
  • RSS 0.92
  • RSS 0.93
  • RSS 0.94
  • RSS 1.0
  • RSS 2.0
  • Atom 0.3
  • Atom 1.0

...

Project: https://github.com/soziotech/CommunityMashup/tree/master/sources/FeedSourceService

Tracking

Tasklist
width60%
titlePlanned Todos
enableLockingtrue
promptOnDeletetrue
 
Tasklist
width60%
titleBugs
enableLockingtrue
promptOnDeletetrue
 

...

...

 

Used Service

Any service providing a RSS or Atom Feed can be configured.

...

Key

Description

Possible Values

Default

Required (Yes/No)

feedUrl

The URL of the feed that should be included.

Any Feed Url

http://www.kooperationssysteme.de/feed/

Yes

setFirstCategory

If set to true, the first category in every feed entry should be set as CommunityMashup category. All other categories will be set as tags.

true/falsefalseNo
addOnlyFirstImageIf set to true, only the first image contained in a feed entry will be added to the data set.true/falsefalseNo

deepXMLCleanUp

If set to true a deep cleanup of the xml input before parsing is done. Use this only when you experience problems with certain invalid feeds.

true/falsefalseNo
removeHTMLIf set to true, remove HTML tags from description/content before setting it as the items description.true/falsefalseNo
followLinkToImagesIf set to true and no image (link) was found in description/content, then follow link to web page and check this page for images.true/falsetrueNo

Example:

Code Block
<sources bundleId="org.sociotech.communitymashup.source.FeedSourceService" name="CSCM_News">
   <configuration>
      <properties Key="feedUrl" Value="http://www.kooperationssysteme.de/feed/" />
   </configuration>
</sources>

...