RSS 1.0 and 2.0 Module: Redirect

Author

Phil Ringnalda, philringnalda.com

Version

Latest Version: http://philringnalda.com/ns/redirect/

DRAFT 0.2 2002-10-13 (Added RDF Schema, removed oldFeedLocation element) PR
DRAFT 0.1 2002-10-13

Status

******* DRAFT RFC - Not yet ready for deployment *****************

Rights

Copyright © 2002 by the Author.

Permission to use, copy, modify and distribute the RSS 1.0 and 2.0 Redirect Module Specification and its accompanying documentation for any purpose and without fee is hereby granted in perpetuity, provided that the above copyright notice and this paragraph appear in all copies. The copyright holders make no representation about the suitability of the specification for any purpose. It is provided "as is" without expressed or implied warranty.

This copyright applies to the RSS 1.0 and 2.0 Redirect Module Specification and accompanying documentation and does not extend to the RSS Module's format itself.

Schema

An RDF Schema is available, and a copy is embedded in this document.

Description

A module for notifying feed consumers of a new URL for the feed.

Namespace Declarations

Syntax

redirect:newFeedLocation

redirect:newFeedLocation is a sub-element of an RSS channel, indicating a new URL for the feed. It may be used in either one of two ways:

Recommended for RSS 2.0

<redirect:newFeedLocation>http://newdomain.com/newfeed.rss</redirect:newFeedLocation>

Recommended for RSS 1.0

<redirect:newFeedLocation rdf:resource="http://newdomain.com/newfeed.rss"/>