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

Citation Manager

描述

Allows for tracking and display of external citations to WordPress content.

While trackbacks and pingbacks are fine for displaying references from other
websites which support them, what do you do when, say, a print newspaper,
book or magazine makes reference to your content? Citation Manager provides
a solution.

Long Description

At a Glance

  • Adds a form to post and page screens to manage external citations
  • Displays an unordered list of citations per post/page, or nothing if there
    are no citations
  • Provides shortcodes for summarizing citation data

Usage

  • On the page/post edit screen, press “Add citation”.
  • Fill in at least the Publication or Title fields and save/update.
  • On pages/posts with citations, Citation Manager will output them after the
    content.
  • If a URL element is provided, it will be applied to the Title if present or
    to the Publication if not.
  • Press “Delete citation” and save/update to remove a citation.
  • Use Settings->Citation Manager to alter the text/HTML to come before and
    after the citation list.
  • You can also configure the presence of the target="_blank" attribute in
    links to external sites when citations are listed, causing those links to
    open in a new browser window.

Shortcodes

  • [citation-count-total] outputs an integer indicating the total number of
    citations to all content on the site
  • [citation-count] outputs an integer indicating the total number of
    citations to the present page or post
  • [citation-dump] outputs a nested unordered list of page/post titles and
    citations to them

Support

For support questions, bug reports, etc., please visit the plugin’s
support page

License

Citation Manager is released into the public domain via the Unlicense.

安裝

  1. Download the Citation Manager plugin .zip file.
  2. Unzip the archive.
  3. Upload the citation-manager folder to wp-content/plugins/.
  4. Go to the Plugins tab.
  5. Activate Citation Manager.
  6. Edit your settings, if necessary.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 Citation Manager 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.9.6

  • Fixed citation-dump output escaping, ul/li nesting

0.9.5

  • Fixed citation creation bug introduced in 0.9.4.

0.9.4

  • Added option for target="_blank" attribute in external links
  • Added option to select the sort order for per-post citation display and
    [citation-dump]
  • Completely empty citations will no longer be saved

0.9.3

  • Changed sort order of per-post citation display and [citation-dump] to
    descending by post/meta ID

0.9.2

  • Changed handling of publication and title to allow em etc. tags

0.9.1

  • Fixed HTML escaping for citation listing intro and outro text

0.9.0

  • Initial release