You can add an RSS feed by adding entries to the
panel.ini
file according to the the following pattern:
[customSpots]
web.enabled = true
web.type = rss
web.params.url = "<rss_url>"
web.params.count = <pages_number>
Where <rss_url>
is the address of the RSS feed and
<pages_number>
is the number of news pages shown in Plesk.
For example, to show three pages of news about Plesk, add the following
lines to panel.ini:
[customSpots]
web.enabled = true
web.type = rss
web.params.url = "http://www.feedforall.com/sample.xml"
web.params.count = 3