update description and changelog

This commit is contained in:
ulaulaman 2018-02-04 13:49:14 +01:00 committed by GitHub
parent f49454d856
commit 2e141c8f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -4,20 +4,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:
[cpdoi code="..."]Title of the paper[/doi]
[ctdoi code="..."]Title of the paper[/doi]
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 with the shortcode [cpdoiresolve ...].
How to use the shortcode:
[cpdoiresolve code="..."]
[ctdoiresolve code="..."]
There are also two optional parameters:
[cpdoiresolve code="..." arxiv="..."]
[ctdoiresolve code="..." arxiv="..."]
if the paper has an arXiv version
[cpdoiresolve code="..." pdfurl="..."]
[ctdoiresolve code="..." pdfurl="..."]
if the paper has a free pdf version
@ -33,6 +33,7 @@ if the paper has a free pdf version
3. Use the shortcode into your posts or pages.
# Changelog
* 0.2.5 fix error code
* 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