@@ -260,7 +260,7 @@ <h5>Additional Dependencies</h5>
260
260
Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+UnVieUdlbXM8L3RpdGxlPjxwYXRoIGQ9Ik03LjgxIDcuOWwtMi45NyAyLjk1IDcuMTkgNy4xOCAyLjk2LTIuOTUg
261
261
NC4yMi00LjIzLTIuOTYtMi45NnYtLjAxSDcuOHpNMTIgMEwxLjUzIDZ2MTJMMTIgMjRsMTAuNDctNlY2TDEyIDB6bTguNDcgMTYuODVMMTIgMjEuNzNsLTguNDctNC44
262
262
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 >
264
264
</ li >
265
265
< li >
266
266
< span > < img src ="data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRTk1NzNGIiByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6
@@ -280,7 +280,7 @@ <h5>Additional Dependencies</h5>
280
280
281
281
< p >
282
282
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 >
284
284
</ p >
285
285
286
286
</ div >
@@ -336,10 +336,9 @@ <h5>ProTip™: WordPress.com Export Tool</h5>
336
336
337
337
< h3 id ="further-wordpress-migration-alternatives "> Further WordPress migration alternatives</ h3 >
338
338
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 >
343
342
344
343
< ul >
345
344
< li > < a href ="https://github.com/thomasf/exitwp "> Exitwp</ a > is a configurable tool written in
0 commit comments