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

Links synthesis

外掛說明

This plugin enables a synthesis of all links and the creation of thumbnail for links in an article and retrieves data from them.

In this plugin, an index of all links in the page/post is created at the end of the page/post.

In addition, each link is periodically check to see if the link is still valid.

p>In addition, each link is periodically check to see if the link is still valid.

You may display a thumbnail of the URL when the user move its mouse over the link.

This plugin is under GPL licence.

Multisite – WordPress MU

Works with MU installation !

Localization

  • English (United States), default language
  • French (France) translation provided by

Features of the framework

This plugin uses the SL framework. This framework eases the creation of new plugins by providing tools and frames (see dev-toolbox plugin for more info).

You may easily translate the text of the plugin and submit it to the developer, send a feedback, or choose the location of the plugin in the admin panel.

Have fun !

螢幕擷圖

  • Links with issues
  • All Links
  • Some parameters

安裝方式

  1. Upload this folder links-synthesis to your plugin directory (for instance ‘/wp-content/plugins/’)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to the ‘SL plugins’ box
  4. All plugins developed with the SL core will be listed in this box
  5. Enjoy !

常見問題集

InfoVersion:b82f888dfb47970cce3a4d21e51022ba5a3a333d

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Links synthesis〉的開發相關工作。

參與者

將〈Links synthesis〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.3.3

  • NEW: Update of the core

1.3.2

  • NEW: delete temp file upon desinstall

1.3.1

  • New: if a post has not been analyzed, it is automatically anaylzed during its first display

1.3.0

  • NEW: The process for identifying the links are redesigned (lighter process) : now it is performed during the saving of a post
  • BUG: The ignored page are now rescaned periodically

1.2.3

  • NEW: Add log error for all tabs (screenshot)

1.2.2

  • NEW: Only one image is displayed when similar links are present
  • NEW: even ignored links are ckecked
  • NEW: How to tab

1.2.1

  • NEW: Wkhtmltoimage may be used to create thumbnails (no external API need to create the image)
  • NEW: do not display the table if no link is used in the page

1.2.0

  • NEW: Thumbnail of the URL may be displayed when the mouse is over
  • NEW: Now the ignored page are listed
  • BUG: increase the resilience of the plugins

1.1.0 -> 1.1.4

  • NEW: Enhance the appearence of the configuration page
  • BUG: Improve the matching of the regexp
  • BUG: Avoid taking in account links that has been added by other plugins
  • NEW: Add a new feature to force the verification of all links and all page (for low traffic website)
  • NEW: Delete old links when a page has been deleted
  • NEW: Links with anchors are now handled (anchor are disregarded when the summary is performed and the anchor are search in the page to see if it exists).

1.0.0 -> 1.0.9

  • Various enhancement
  • Exclude links that are added by plugins
  • Remove blank after the sup links
  • Regexp is improved and then changed to be more robust : WARNING you shoud update your regexp if you have one
  • It is now possible to use pseudo function REPLACE and EXPLODE
  • Limit the number of update of the DB
  • Resolve a bug which delete valid link
  • Improve the management of links
  • It is now possible to change URL with redirection to the redirected URL
  • First release