이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“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