
內容簡介
擴充介面的 WordPress 外掛 - WTG CSV Exporter
此外掛讓您選擇要匯出至一個或多個 .csv 檔案的資料表。您可以掌握匯出的 .csv 檔案的所有屬性,如指定自訂標頭,而非使用資料庫欄位名稱。此功能非常適合自動化功能,例如自動產生 .csv 檔案並透過電子郵件發送或放置於指定目錄。此外掛是透過複製 PHP 函數和 HTML 表單的方式,製作出適用於不同需求的外掛。設計理念是避免更改現有的功能,並提供擴充介面。
當然,此外掛的最初版本比較簡單。我們歡迎任何貢獻(即使是推特或 Facebook 的讚),讓我們努力更新。
主要連結
Portal
Forum
Facebook
Blog
Twitter
YouTube Playlist
功能清單
匯出資料至 .csv 檔案
語言
需要翻譯人員幫忙本地化 WTG CSV Exporter。
捐贈者
以下捐贈者已允許將其網站添加到此清單中,以便外掛作者向他們的專案提出援請。請不要向他們請求捐贈,而是造訪他們的網站,表現出對他們網站的興趣,並告訴他們您自己的外掛 - 或許會得到幸運的支持。
Ryan Bayne from WebTechGlobal
貢獻者:翻譯
這些貢獻者透過翻譯無盡的對話文字,幫忙本地化 WTG CSV Exporter。
目前沒有
貢獻者:程式碼
這些貢獻者為 WTG CSV Exporter 打了一些 PHP、HTML、CSS、JavaScript 或 Ajax 的程式碼。真是一群追求極致的技術狂人。
目前沒有
貢獻者:設計
這些貢獻者為外掛創建了圖形,精通 Photoshop。毫無疑問,他們花費了大量的時間合併不同物種!
目前沒有
貢獻者:視訊教學
這些貢獻者在 YouTube 或其他視訊流媒體網站上發布了教學視訊可供社群欣賞,也許可以透過廣告點擊的方式賺取收益。
目前沒有
何時更新
瀏覽更新記錄,並決定是否需要進行更新。如果更改對您沒有幫助,沒有必要更新版本 - 尋找與安全有關或能增進功能的新特性。如果您沒有注意到任何新的功能,您可以避免更新。如果您決定應用新版本,請在備份整個 WordPress 安裝(檔案和資料)之後進行。只備份檔案或只備份資料可能無助於解決問題。每個 WordPress 安裝都是不同的且獨特的。
外掛標籤
開發者團隊
② 後台搜尋「WTG CSV Exporter Beta for WordPress」→ 直接安裝(推薦)
原文外掛簡介
Select the tables you wish to export to one or multiple .csv files. My goal is to offer control over all aspects of the
exported .csv file/s i.e. name the headers rather than defaulting to database column names. This will come in use for
automated features i.e. generate .csv files automatically and deliver them using email or simply placing them in a selected
directory. My approach is going to be the duplication of PHP functions and HTML forms – then adapt them to suit a different need. The idea
is to avoid changing existing features in use. This will require an expanding interface which the WTG CSV Exporter offers.
To begin with the plugin will be simple though. Contributions of any kind (even a Tweet or a Facebook like helps) will
drive us towards the next update.
Main Links
Portal
Forum
Facebook
Blog
Twitter
YouTube Playlist
Features List
Export Data to .csv File
Languages
Translators needed to help localize WTG CSV Exporter.
Donators
These donators have giving their permission to add their site to this list so that plugin authors can
request their support for their own project. Please do not request donations but instead visit their site,
show interest and tell them about your own plugin – you may get lucky.
Ryan Bayne from WebTechGlobal
Contributors: Translation
These contributors helped to localize WTG Tasks Manager by translating my endless dialog text.
None Yet
Contributors: Code
These contributers typed some PHP or HTML or CSS or JavaScript or Ajax for WTG Tasks Manager. Bunch of geeks really!
None Yet
Contributors: Design
These contributors created graphics for the plugin and are good with Photoshop. No doubt they spend their time merging different species together!
None Yet
Contributors: Video Tutorials
These contributors published videos on YouTube or another video streaming website for the community to enjoy…and maybe to get some ad clicks.
None Yet
When To Update
Browse the changes log and decide if you need any recent changes. There is nothing wrong with skipping versions if changes do not
help you – look for security related changes or new features that could really benefit you. If you do not see any you may want
to avoid updating. If you decide to apply the new version – do so after you have backedup your entire WordPress installation
(files and data). Files only or data only is not a suitable backup. Every WordPress installation is different and creates a different
environment for WTG Task Manager – possibly an environment that triggers faults with the new version of this software. This is common
in software development and it is why we need to make preparations that allow reversal of major changes to our website.
Version Numbers and Updating
Explanation of versioning used by myself Ryan Bayne. The versioning scheme I use is called “Semantic Versioning 2.0.0” and more
information about it can be found at http://semver.org/
These are the rules followed to increase the WTG CSV Exporter plugin version number. Given a version number MAJOR.MINOR.PATCH, increment the:
MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards-compatible manner, and
PATCH version when you make backwards-compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
