Skip to content

Instantly share code, notes, and snippets.

@BernhardPosselt
Forked from cosenal/feed.xml
Created February 20, 2015 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BernhardPosselt/33977bf2aa0d6581da25 to your computer and use it in GitHub Desktop.
Save BernhardPosselt/33977bf2aa0d6581da25 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title type="html">Demo feed</title>
<subtitle type="html">Strip out JS demo feed</subtitle>
<link rel="self" type="application/atom+xml" href="https://gist.github.com/cosenal/" />
<link rel="alternate" type="text/html" href="https://gist.github.com/"/>
<id>https://gist.github.com/</id>
<updated>2015-02-11T16:22:02+01:00</updated>
<entry>
<title type="html">Demo entry</title>
<link rel="alternate" type="text/html" href="https://gist.github.com/cosenal/b803844b747e180cec92/" />
<published>2015-02-11T15:54:03+01:00</published>
<updated>2015-02-11T15:54:03+01:00</updated>
<id>https://gist.github.com/cosenal/b803844b747e180cec92/</id>
<author>
<name>cosenal</name>
</author>
<summary type="html">
&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body&gt;
TEST TEST TEST
&lt;script type=&quot;text/javascript&quot;&gt;
var IVW=&quot;42#&quot;;
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</summary>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment