Skip to content

Linkable xslt for rendering a valid Atom syndication feed.

License

Notifications You must be signed in to change notification settings

emceeaich/feed-xslt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intent for this

You have a feed for your site.

Or you're posting just a feed using something like RuSShdown to a host like Neocities or Nekoweb.

You want your feed file to render as HTML to people on browsers, without disrupting people subscribing to you feed in a feed reader.

This is what I do for my feed on my site.

How to use this

In your site's Atom feed, add the following to the top, before the opening <feed ...>element.

<?xml-stylesheet href="/blog/atom.xsl" type="text/xsl"?>

Change the /blog/atom.xsl path to where you will serve this file from.

Because of browser content security models, you will need to serve both your feed and this xslt file from the same domain, under HTTPS.

If you're mae-the-space-cat.neocities.org and your feed is at mae-the-space-cat.neocities.org/feed.xml then put this file at mae-the-space-cat.neocities.org/atom.xsl.

RSS and combined versions of this are forthcoming.

animated gif of eggbug with text 'i was on cohost'

88x31px link to maintainer's website

This will also work with things like:

About

Linkable xslt for rendering a valid Atom syndication feed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages