Changeset 609363
- Timestamp:
- 10/08/2012 01:58:14 AM (13 years ago)
- Location:
- pmid-citation-plus/trunk
- Files:
-
- 2 edited
-
pmid-citation-plus.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pmid-citation-plus/trunk/pmid-citation-plus.php
r381762 r609363 3 3 Plugin Name: PMID Citation Plus 4 4 Plugin URI: http://www.mdpatrick.com/pmidcitationplus/ 5 Version: 1.0 5 Version: 1.0.1 6 6 Author: Dan Patrick 7 7 Description: This plugin makes citing scientific studies in an aesthetically pleasing manner much more easy. It allows you to simply enter in Pubmed IDs and have a references list automatically built for you. At the moment it only supports PMIDs, but in the future will also support citation via DOI. … … 72 72 // The actual fields for data entry 73 73 echo '<label for="pmidinput">Comma separated list of PMIDs</label>'; 74 echo '< input type="text" id="pmidinput" name="pmidinput" value="' . build_simple_pmid_string(get_post_meta($post->ID, '_pcp_article_sources', true)) . '" size="45" />';74 echo '<textarea id="pmidinput" name="pmidinput" value="' . build_simple_pmid_string(get_post_meta($post->ID, '_pcp_article_sources', true)) . '" rows="6" cols="35">' . build_simple_pmid_string(get_post_meta($post->ID, '_pcp_article_sources', true)) . '</textarea>'; 75 75 } 76 76 -
pmid-citation-plus/trunk/readme.txt
r381861 r609363 5 5 Stable tag: trunk 6 6 Requires at least: 3.1.2 7 Tested up to: 3. 1.27 Tested up to: 3.4.1 8 8 9 9 This plugin allows you to simply enter in PubMed IDs (PMIDs) and have a references list automatically built at the bottom of your post for you. 10 10 11 11 == Description == 12 13 **[For $30 I will add your feature and provide support.](http://www.mdpatrick.com/donate/)** 14 15 .. or .. 16 **[You can make your own feature and create a pull request on GitHub. This plug is open source.](https://github.com/mdpatrick/PMID-Citation-Plus)** 12 17 13 18 This plugin makes citing scientific studies in an *aesthetically pleasing manner* much more easy. … … 27 32 28 33 == Upgrade Notice == 34 35 = 1.0.1 = 36 * Swapped input for larger textarea on pubmed id entry input. 37 29 38 = 1.0.0 = 30 39 * Currently we're at first release. Future upgrade information will be listed here.
Note: See TracChangeset
for help on using the changeset viewer.