=== HAL === Contributors: friz, ccsd Tags: publication, HAL, archive Requires at least: 4.0 Tested up to: 4.4.2 Stable tag: 1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create a page with publications of an author or a structure in relation with HAL and a widget of recent publications of an author or a structure. == Description == This is the first plugin of HAL. The HAL plugin allows authors or structures to display in their own blog their publications. HAL plugin data are directly related to HAL website (http://hal.archives-ouvertes.fr/). == Installation == = Requires : = * PHP 5.5 or higher * WordPress 4.0 or higher = Installation procedure : = 1. Desactivate plugin if you have the previous version installed. 2. Unzip "HAL" archive and put all files into a folder like "/wp-content/plugins/hal" directory. 3. Activate "HAL" plugin via 'Plugins' menu in WordPress admin menu. = For the page : = 4. Go to the "Hal" menu item and select parameters to display options needed in your blog. 5. Create your page and add the shortcode [cv-hal] to see publications and metadata. = For the widget : = 4. Go to the menu "Appearance", "Widgets" to configure the widget "Lastest Publications". == Frequently Asked Questions == = How can I contact the support ? = You can contact the support at this adress : http://support.ccsd.cnrs.fr/ Or you can contact the developer at this adress : baptiste.blondelle@ccsd.cnrs.fr = How to display the page on the site ? = You need to create your own page with wordpress and put the shortcode [cv-hal] on the content. = Error Code = * CURL : You need to enable extension PHP php_curl. You can do it through the repository **Apache/bin** and edit the file **php.ini** then uncomment the line **;extension=php_curl.dll** == Screenshots == 1. Screenshot page settings in admin menu 2. Screenshot widget settings in admin menu 3. Screenshot example page client == Changelog == = 1.4 = *Release Date - 9 February 2016* Widget : * Add a verification about curl extension in php config * New interface to personalize your widget : Number of documents to show, Display type (Title or Citation) * Multiple Ids are allowed (separated by ",") Page : * Add a verification about curl extension in php config * Minor change on the interface "Publications" * Add traduction on Typdoc * Typdoc in the good order (ART, COMM, etc...) * Add class or id for each item * You can add a stylesheet in the repository "css" and call it "cvhal.css" to surcharge the css of the plugin and personalize your page. = 1.3 = *Release Date - 21 January 2016* * Add USER_AGENT for curl * Add conditions to call the API HAL = 1.2 = *Release Date - 15 January 2016* * Correct some bugs = 1.1 = *Release Date - 7 September 2015* * Bootstrap library deleted * New appearance for the plugin == Upgrade Notice == Nothing for the moment...