{% extends "base.html" %} {% block title %}FeedVault{% endblock %} {% block description %}FeedVault{% endblock %} {% block keywords %}RSS, Atom, Feed, Archive{% endblock %} {% block content %}

Feeds to archive

Input the URLs of the feeds you wish to archive below. You can add as many as needed, and access them through the website or API. Alternatively, include links to .opml files, and the feeds within will be archived.

{% csrf_token %}


What are web feeds?

Web feeds let you "subscribe" to website content, notifying you of new updates. Feeds are typically in RSS or Atom formats, recognizable by this icon: Feed icon

Learn more about web feeds on Wikipedia.


What is FeedVault?

FeedVault is a platform crafted to gather, arrange, and preserve information sourced from RSS feeds. It utilizes the feedparser library by Kurt McKee to parse XML data, storing pertinent details in a Django-managed PostgreSQL database.


Why archive feeds?

The web is constantly changing. Websites are redesigned, content is removed, and links are broken. By archiving feeds, we can preserve the content that is published on the web.


How does it work?


How can I access the archived feeds?

How can I contribute?

{% endblock %}