Skip to content

RssFeed Source

The RssFeed Source feature imports articles from the RSS feeds of other websites. It relies on the DNN scheduler to run the import task on time.

RSS Feed Schedule

The RSS Feed Schedule panel at the top configures the import schedule:

FieldDescription
Schedule EnabledCheck to enable automatic import
Time LapseInterval between imports, in hours (default 24)
Retry FrequencyRetry interval after a failure, in minutes (default 10)
Retain Schedule HistoryNumber of schedule history records to keep (default 60)

RssFeed source settings

Article Status

The Publish option in the Article Status panel sets the initial status of imported articles:

  • Checked — imported articles are published immediately
  • Unchecked — imported articles are drafts that must be published manually

Click Update to save.

Limitation

Only RSS 2.0 feeds are supported at the moment.

Add an RSS Source

Click Add New to open the RSS entry form and fill in the options to import feed items.

Add RSS source

RSS Source List

The table at the bottom lists the configured sources:

ColumnDescription
IDSource ID
TitleSource name
CategorieCategory assigned to imported articles
AuthorAuthor of imported articles
Article NumNumber of articles imported from this source
ErrorAccumulated failed attempts
Last TimeLast fetch time
StatusEnabled / disabled
ActionEdit, delete

Error retry

Failed fetches accumulate in the Error column; reactivating a source resets the counter to zero.

How It Works

  1. The DNN scheduler runs at the configured Time Lapse.
  2. xBlog reads the latest items of each RSS source.
  3. New articles are imported with the Article Status you configured.
  4. Skin options control whether RSS-imported articles show their source URL.

Built with VitePress