Update readme.txt

This commit is contained in:
ulaulaman 2018-02-02 14:30:17 +01:00 committed by GitHub
parent 96b6fd50cf
commit 859ede1239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -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. 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: 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: How to use the shortcode:
[doiresolve code="..."] [cpdoiresolve code="..."]
There are also two optional parameters: There are also two optional parameters:
[doiresolve code="..." arxiv="..."] [cpdoiresolve code="..." arxiv="..."]
if the paper has an arXiv version if the paper has an arXiv version
[doiresolve code="..." pdfurl="..."] [cpdoiresolve code="..." pdfurl="..."]
if the paper has a free pdf version 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. 3. Use the shortcode into your posts or pages.
== Changelog == == Changelog ==
0.2.4 changed functions names
0.2.3 add pdf link in doi resolver as ahortcode's parameter 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.2 add arXiv link in doi resolver as shortcode's parameter
0.2.1 add doi link in doi resolver 0.2.1 add doi link in doi resolver