HELLO v3!!!
This commit is contained in:
53
spec/fixtures/finders/users/rss_generator/feed.xml
vendored
Normal file
53
spec/fixtures/finders/users/rss_generator/feed.xml
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
|
||||
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
||||
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:atom="http://www.w3.org/2005/Atom"
|
||||
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
|
||||
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
|
||||
>
|
||||
|
||||
<channel>
|
||||
<title>WP Local</title>
|
||||
<atom:link href="http://ex.lo/feed/" rel="self" type="application/rss+xml" />
|
||||
<link>http://ex.lo</link>
|
||||
<description>Just another WordPress site</description>
|
||||
<lastBuildDate>Sun, 23 Sep 2018 13:53:04 +0000</lastBuildDate>
|
||||
<language>en-US</language>
|
||||
<sy:updatePeriod>hourly</sy:updatePeriod>
|
||||
<sy:updateFrequency>1</sy:updateFrequency>
|
||||
<generator>https://wordpress.org/?v=4.9.1</generator>
|
||||
<item>
|
||||
<title>Hello world!</title>
|
||||
<link>http://ex.lo/2018/09/23/hello-world/</link>
|
||||
<comments>http://ex.lo/2018/09/23/hello-world/#comments</comments>
|
||||
<pubDate>Sun, 23 Sep 2018 11:31:56 +0000</pubDate>
|
||||
<dc:creator><![CDATA[admin]]></dc:creator>
|
||||
<category><![CDATA[Uncategorized]]></category>
|
||||
|
||||
<guid isPermaLink="false">http://ex.lo/?p=1</guid>
|
||||
<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start writing!]]></description>
|
||||
<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>
|
||||
]]></content:encoded>
|
||||
<wfw:commentRss>http://ex.lo/2018/09/23/hello-world/feed/</wfw:commentRss>
|
||||
<slash:comments>1</slash:comments>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Hello world!</title>
|
||||
<link>http://ex.lo/2018/09/23/hello-world/</link>
|
||||
<comments>http://ex.lo/2018/09/23/hello-world/#comments</comments>
|
||||
<pubDate>Sun, 23 Sep 2018 11:31:56 +0000</pubDate>
|
||||
<dc:creator><![CDATA[Aa Días-Gildés]]></dc:creator>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Hello world!</title>
|
||||
<link>http://ex.lo/2018/09/23/hello-world/</link>
|
||||
<comments>http://ex.lo/2018/09/23/hello-world/#comments</comments>
|
||||
<pubDate>Sun, 23 Sep 2018 11:31:56 +0000</pubDate>
|
||||
<dc:creator><dc:creator><![CDATA[Michael Schrage. <p>Michael Schrage is a researcher at the MIT Sloan School of Management Initiative on the Digital Economy, where he does research and advisory work on how digital media transforms agency, human capital, and innovation.</p>
|
||||
]]></dc:creator></dc:creator>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
19
spec/fixtures/finders/users/rss_generator/homepage_links.html
vendored
Normal file
19
spec/fixtures/finders/users/rss_generator/homepage_links.html
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US" class="no-js">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="pingback" href="http://ex.lo/xmlrpc.php">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://ex.lo/wp-content/themes/twentyfifteen/js/html5.js"></script>
|
||||
<![endif]-->
|
||||
<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
|
||||
<title>WP 4.7 – Just another WordPress site</title>
|
||||
<meta name='robots' content='noindex,follow' />
|
||||
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
|
||||
<link rel='dns-prefetch' href='//s.w.org' />
|
||||
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 4.7 » Feed" href="http://ex.lo/feed/" />
|
||||
<link rel="alternate" type="application/atom+xml" title="WP 4.7 » Atom" href="http://ex.lo/?feed=atom" />
|
||||
0
spec/fixtures/finders/users/rss_generator/homepage_no_links.html
vendored
Normal file
0
spec/fixtures/finders/users/rss_generator/homepage_no_links.html
vendored
Normal file
Reference in New Issue
Block a user