From 859ede1239b3ac9ae50e28aa0eb0f6ab3f933e74 Mon Sep 17 00:00:00 2001 From: ulaulaman <34242086+ulaulaman@users.noreply.github.com> Date: Fri, 2 Feb 2018 14:30:17 +0100 Subject: [PATCH] Update readme.txt --- readme.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 502a565..7f9df1e 100644 --- a/readme.txt +++ b/readme.txt @@ -14,20 +14,20 @@ The plugin add some shortcodes add a link to a paper using the doi code or to re Using the standard for doi link, the plugin introduce a shortcode in order to create a link to a paper provided by doi. How to use the shortcode: -[doi code="..."]Title of the paper[/doi] +[cpdoi code="..."]Title of the paper[/doi] -Using the [crossref.org](https://www.crossref.org/) api, the plugin add also a shortcode that resolve a doi code and publish a full citation formatted using the apa standard. +Using the [crossref.org](https://www.crossref.org/) api, the plugin send the doi code to [Crossref Metadata Search](https://search.crossref.org/), get the information and publish a full citation in apa standard using the shortcode [cpdoiresolve ...]. How to use the shortcode: -[doiresolve code="..."] +[cpdoiresolve code="..."] There are also two optional parameters: -[doiresolve code="..." arxiv="..."] +[cpdoiresolve code="..." arxiv="..."] if the paper has an arXiv version -[doiresolve code="..." pdfurl="..."] +[cpdoiresolve code="..." pdfurl="..."] if the paper has a free pdf version @@ -37,6 +37,7 @@ if the paper has a free pdf version 3. Use the shortcode into your posts or pages. == Changelog == +0.2.4 changed functions names 0.2.3 add pdf link in doi resolver as ahortcode's parameter 0.2.2 add arXiv link in doi resolver as shortcode's parameter 0.2.1 add doi link in doi resolver