
內容簡介
POST MIGRATION 外掛提供將單個 WordPress 文章數據遷移至另一個 WordPress 網站的功能,克服標準匯入匯出工具的限制,確保媒體文件和修訂版的完整性。
【主要功能】
• 支援將媒體數據與文章一起匯出
• 提供文章修訂版的匯出與匯入功能
• 可針對每篇文章選擇匯出內容
外掛標籤
開發者團隊
原文外掛簡介
This plugin provides the ability to migrate individual WordPress post data to another WordPress site.
Specifically, it provides the following features that are not provided by the standard import and export tools provided by WordPress.
1. The standard tool does not export images and other media data. Instead, the importer reads the image URL in the XML and attempts to re-download the file from a remote location. However, this requires that the import source site is public and the media file URL is accessible. If the site is local or private, the media download will fail and only an empty attachment post will be created.
This plugin extracts images and other media data and WordPress database information and exports them together in a single ZIP file, eliminating such problems.
2. The standard tool does not export revisions, but this plugin provides export and import functions.
3. The standard tool allows you to select what to export for each post type, but not for each individual post.
This plugin allows you to select what to export for each individual post.
Related Links
POST MIGRATION:Github
Third Party Libraries
This plugin uses the following third-party libraries:
FileSaver.js
Purpose: Used to enable client-side file saving functionality (e.g., downloading generated ZIP files in the browser).
Library URL: https://github.com/eligrey/FileSaver.js/
License: MIT License
Resources : https://github.com/eligrey/FileSaver.js
Copyright (c) 2016 Eli Grey.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
JSZip
Purpose: Legacy library retained in the distribution. Current ZIP generation and import parsing are performed on the server with PHP ZipArchive.
Library URL: https://github.com/Stuk/jszip
License: MIT License
Copyright (c) 2009-2022 Stuart Knightley, David Duponchel,
Franz Buchinger, António Afonso
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
