HELLO v3!!!
This commit is contained in:
33
spec/fixtures/finders/wp_version/atom_generator/feed/atom
vendored
Normal file
33
spec/fixtures/finders/wp_version/atom_generator/feed/atom
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><feed
|
||||
xmlns="http://www.w3.org/2005/Atom"
|
||||
xmlns:thr="http://purl.org/syndication/thread/1.0"
|
||||
xml:lang="en-US"
|
||||
xml:base="http://ex.lo/wp-atom.php"
|
||||
>
|
||||
<title type="text">WP 4.0</title>
|
||||
<subtitle type="text">Just another WordPress site</subtitle>
|
||||
|
||||
<updated>2017-01-27T11:19:51Z</updated>
|
||||
|
||||
<link rel="alternate" type="text/html" href="http://ex.lo" />
|
||||
<id>http://ex.lo/feed/atom/</id>
|
||||
<link rel="self" type="application/atom+xml" href="http://ex.lo/feed/atom/" />
|
||||
|
||||
<generator uri="https://wordpress.org/" version="4.0">WordPress</generator>
|
||||
<entry>
|
||||
<author>
|
||||
<name>admin</name>
|
||||
</author>
|
||||
<title type="html"><![CDATA[Hello world!]]></title>
|
||||
<link rel="alternate" type="text/html" href="http://ex.lo/hello-world/" />
|
||||
<id>http://ex.lo/?p=1</id>
|
||||
<updated>2017-01-27T11:19:51Z</updated>
|
||||
<published>2017-01-27T11:19:51Z</published>
|
||||
<category scheme="http://ex.lo" term="Uncategorized" /> <summary type="html"><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start writing!]]></summary>
|
||||
<content type="html" xml:base="http://ex.lo/hello-world/"><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>
|
||||
]]></content>
|
||||
<link rel="replies" type="text/html" href="http://ex.lo/hello-world/#comments" thr:count="1"/>
|
||||
<link rel="replies" type="application/atom+xml" href="http://ex.lo/hello-world/feed/atom/" thr:count="1"/>
|
||||
<thr:total>1</thr:total>
|
||||
</entry>
|
||||
</feed>
|
||||
Reference in New Issue
Block a user