這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Easy Site Importer

描述

Easy site importer makes the process of migrating from any web site a much simpler, easy and a less time consuming process.
Simply enter the URL of a site and Easy Site Importer will automatically scan the target website to find sections of the site which have content to be scraped.
Specify which main HTML content block contains the main content for the site and if required an additional start and end string within this main content block.

  • Automatically scan the site to identify the main content blocks for scraping
  • Spider the site automatically to find all the pages with content
  • Filter the html to remove inline CSS, Class, Span or Div tags
  • Identify and replace hard coded absolute URLs
  • Import any images found into the media uploads directory and change the image tags
  • Import SEO title and description tags into wordpress SEO YOAST, All in One SEO Pack and Add Meta plugin

螢幕截圖

  • Simply enter the web URL of the site you would like to copy and click update to automatically scan the sites HTML structure for places where you main content may be held. In addition a start and end piece of html can be entered to properly identify it
  • Sample scrape settings for a typical site
  • Filter the HTML when it is imported into the site to make adjustments to the HTML
  • Preview the filtered HTML so you can see which bits are being replaced or removed
  • Import the images into the wordpress media library and amend the HTML to the new path. You can also import the titles and meta description into Yoast if it is installed
  • Review the pages before importing them into wordpress

安裝

  1. Upload the site-importer folder to the /wp-content/plugins/ directory of your wordpress site
  2. Activate the Easy Site Importer plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin by going to the Site Importer menu that appears in your admin menu

常見問題

How do I spider more pages on a site

It is possible to increase this limit depending on how responsive the site is, and if your web server can deal with the extra execution time.
Increase the limit setting within the class-site-importer-admin.php file, You may need to increase the php execution time within php.ini or by adding the line set_time_limit(200);

I get the error ‘unexpected T_FUNCTION’

This error is caused when using old versions of PHP which are less than version 5.3 and this plugin only works on versions of 5.3+.
You are probably using version 5.2 or older of PHP which will be well over 4 years old and has now no longer supported by PHP http://php.net/eol.php.
If you need to check your version of PHP you can try checking it by uploading the following code to the server

評價

閱讀全部6個評價

貢獻者及開發者

“Easy Site Importer” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Easy Site Importer 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.9.0

  • Initial release.

1.0.0

Added Support for All in One SEO and Add Meta plugins
Added Tutor
Added option to import into a page or a post
Visual tweaks
Display of image results lists them within the titl

1.0.1

Fixed issue with constructor class doing to much work
Fixed issues with warnings being displayed
Add some more text to help explain error situations
Added ability to remove text from the post/page name