Stack2RSS 1.0
A simple web application that creates an RSS feed given an API route.

Stack2RSS Documentation

Introduction

Stack2RSS is a simple web application that creates an RSS feed given an API route.

Usage

Using Stack2RSS is relatively simple. The general format of the URL for a feed looks something like this:

/ {Stack Exchange Site Domain} / {API route} ? {Parameters}

There are a couple things to note here:

Summary of the Process

  1. Fetch and process all parameters
  2. Make API request to given method
  3. Convert results returned to HTML
  4. Create RSS-compliant feed from items
  5. Echo it to the client

Code Structure

The code is basically divided into two sections:

Important Classes

Conversion Classes

 All Classes Files Functions Enumerations