# Introduction

## RSSFit: Extendable Xml News Feed Generator

Distributing web content in RSS format becomes popular nowadays. RSSFit helps you to broadcast the latest updates of your XOOPS site by generating an validated RSS feed, allowing your visitors to subscribe by using an RSS reader software.

Unlike the official XML backend of XOOPS that works just for news, webmasters can decide what to be displayed in the XML output by activating installed plug-ins. RSSFit currently provides plug-ins for importing latest entries from the official modules: News, Newbb, myLinks, myDownloads and the popular unofficial module WF-Sections. Module developers can write a plug-in for RSSFit easily with the reference of the prepared plug-in example.

Reading an XML document with a web browser is quite draggy. RSSFit gives a better presentation when the XML output is rendered in modern browsers with the provided XML stylesheet.

**Key features:**

* Plug-in system with several modules pre-installed
* Plug-in example for module developers
* RSS 2.0 validated Smarty template
* Multi-byte languages compatible

**System Requirements**

* XOOPS 2.5.9+
* PHP 5.5+


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xoops.gitbook.io/rssfit-tutorial/introduction-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
