Skip to content

Commit 04f7250

Browse files
committed
Deploy docs from 693652d
Parker Moore: Replace hpricot with nokogiri in wordpressdotcom (#555) Merge pull request 555
1 parent 39862b9 commit 04f7250

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/wordpressdotcom/index.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h5>Additional Dependencies</h5>
260260
Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+UnVieUdlbXM8L3RpdGxlPjxwYXRoIGQ9Ik03LjgxIDcuOWwtMi45NyAyLjk1IDcuMTkgNy4xOCAyLjk2LTIuOTUg
261261
NC4yMi00LjIzLTIuOTYtMi45NnYtLjAxSDcuOHpNMTIgMEwxLjUzIDZ2MTJMMTIgMjRsMTAuNDctNlY2TDEyIDB6bTguNDcgMTYuODVMMTIgMjEuNzNsLTguNDctNC44
262262
OFY3LjEyTDEyIDIuMjRsOC40NyA0Ljg4djkuNzN6Ii8+PC9zdmc+" width="21" height="21"></span>
263-
<a href="https://rubygems.org/gems/hpricot" title="gem 'hpricot' at rubygems.org">hpricot</a>
263+
<a href="https://rubygems.org/gems/nokogiri" title="gem 'nokogiri' at rubygems.org">nokogiri</a>
264264
</li>
265265
<li>
266266
<span><img src="data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRTk1NzNGIiByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6
@@ -280,7 +280,7 @@ <h5>Additional Dependencies</h5>
280280

281281
<p>
282282
You may install the needed gems individually by running <code>gem install GEM_NAME</code> or install all of them
283-
with a single invocation:<code>gem install hpricot open_uri_redirections safe_yaml</code>
283+
with a single invocation:<code>gem install nokogiri open_uri_redirections safe_yaml</code>
284284
</p>
285285

286286
</div>
@@ -336,10 +336,9 @@ <h5>ProTip™: WordPress.com Export Tool</h5>
336336

337337
<h3 id="further-wordpress-migration-alternatives">Further WordPress migration alternatives</h3>
338338

339-
<p>While the above method works, it does not import much of the metadata that is
340-
usually stored in WordPress posts and pages. If you need to export things like
341-
pages, tags, custom fields, image attachments and so on, the following resources
342-
might be useful to you:</p>
339+
<p>While the above method works, it doesn’t import absolutely every piece of
340+
metadata. If you need to import custom fields from your pages and posts,
341+
the following resources might be useful to you:</p>
343342

344343
<ul>
345344
<li><a href="https://github.com/thomasf/exitwp">Exitwp</a> is a configurable tool written in

feed.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<title xml:lang="en">jekyll-import • Import your old &amp; busted site to Jekyll</title>
1212
<atom:link type="application/atom+xml" href="http://import.jekyllrb.com/feed.xml" rel="self"/>
1313
<link>http://import.jekyllrb.com</link>
14-
<pubDate>Sat, 18 Jan 2025 20:20:19 +0000</pubDate>
15-
<lastBuildDate>Sat, 18 Jan 2025 20:20:19 +0000</lastBuildDate>
14+
<pubDate>Tue, 21 Jan 2025 01:14:13 +0000</pubDate>
15+
<lastBuildDate>Tue, 21 Jan 2025 01:14:13 +0000</lastBuildDate>
1616
<language>en-US</language>
1717
<description>Import your old &amp; busted site to Jekyll, a blog-aware static site generator.</description>
1818

0 commit comments

Comments
 (0)