PluginProbe
HAL / 2.0
HAL v2.0
trunk 1.0 1.1 1.2 1.3 1.4 1.4.2 1.4.3 1.4.4 2.0 2.0.1 2.0.10 2.0.2 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.2 2.3 2.4 2.4.1 2.4.2 2.5 All 30 releases
hal / readme.txt

readme.txt in HAL 2.0, at readme.txt

169 lines 4.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === HAL ===
2 Contributors: friz, ccsd
3 Tags: publication, HAL, archive
4 Requires at least: 4.0
5 Tested up to: 4.4.2
6 Stable tag: 2.0
7 License: GPLv2 or later
8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
10 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.
11
12 == Description ==
13
14 This is the first plugin of HAL.
15 The HAL plugin allows authors or structures to display in their own blog their publications.
16 HAL plugin data are directly related to HAL website (http://hal.archives-ouvertes.fr/).
17
18 == Installation ==
19
20 = Requires : =
21 * PHP 5.5 or higher
22 * WordPress 4.0 or higher
23 * cURL extension on php.ini
24
25 = Installation procedure : =
26
27 1. Desactivate plugin if you have the previous version installed.
28 2. Unzip "HAL" archive and put all files into a folder like "/wp-content/plugins/hal" directory.
29 3. Activate "HAL" plugin via 'Plugins' menu in WordPress admin menu.
30
31 = For the page : =
32
33 4. Go to the "Hal" menu item and select parameters to display options needed in your blog.
34 5. Create your page and add the shortcode [cv-hal] to see publications and metadata.
35
36 = For the widget : =
37
38 4. Go to the menu "Appearance", "Widgets" to configure the widget "Lastest Publications".
39
40 == Frequently Asked Questions ==
41
42 = How can I contact the support ? =
43
44 You can contact the support at this adress : http://support.ccsd.cnrs.fr/
45
46 Or you can contact the developer at this adress : baptiste.blondelle@ccsd.cnrs.fr
47
48 = How to display the page on the site ? =
49
50 You need to create your own page with wordpress and put the shortcode [cv-hal] on the content.
51
52 = What can i do to personalize my page ? =
53
54 You can display multiple page with different IDs with parameters on the shortcode, example : [cv-hal id=184 type=authStructId_i]
55
56 Type of identifier are :
57
58 * IdHal = authIdHal_s
59 * Structure Id = authStructId_i
60 * ANR Project Id = anrProjectId_i
61 * European Project Id = europeanProjectId_i
62 * Collection Id = collCode_s
63
64 You can add in the shortcode "contact=yes" or "contact=no" to recover HAL Contact.
65
66 You can add a new shortcode [nb-doc] to display the number of documents.
67
68 = Error Code =
69
70 * 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**
71
72 == Screenshots ==
73
74 1. Screenshot page settings in admin menu
75 2. Screenshot widget settings in admin menu
76 3. Screenshot example page client
77
78 == Changelog ==
79
80 = 2.0 =
81 *Release Date - 23 March 2016*
82
83 General :
84
85 * **New** Add a shortcode [nb-doc] who return number of documents (same utilisation as [cv-hal])
86
87 Page :
88
89 * Add possibility to display in "Contact" informations about a researcher with an IdHAL
90
91
92 = 1.4.4 =
93 *Release Date - 18 March 2016*
94
95 Page :
96
97 * **Important :** Fix bug Publications with DocType !
98 * Add class CSS for each DocType block (Example : grp-div-ART)
99
100 = 1.4.3 =
101 *Release Date - 16 March 2016*
102
103 Page :
104
105 * Fix bug about synchronisation of metadata with HAL
106 * Fix bug about button with theme Sixteen (CSS)
107
108 = 1.4.2 =
109 *Release Date - 7 March 2016*
110
111 Page :
112
113 * Delete the curl request to the API for DocType
114 * Create new repository JSON with DocType => Improving performance
115
116 = 1.4.1 =
117 *Release Date - 17 February 2016*
118
119 Widget :
120
121 * Citation Full change to Citation Ref (shorter)
122
123 Page :
124
125 * **Important :** Now you can give parameters to the shortcode [cv-hal] to display multiple pages on your website with different IDs. If the shortcode doesn't have parameters, he will take parameters from the settings page of the plugin.
126 Example : [cv-hal] => Settings Page Plugin ; [cv-hal id=184 type=authStructId_i] => Identifier Structure 184
127
128 * Bug fixed on link URL in Metadata
129 * Improve the performance of the page
130
131 = 1.4 =
132 *Release Date - 9 February 2016*
133
134 Widget :
135
136 * Add a verification about curl extension in php config
137 * New interface to personalize your widget : Number of documents to show, Display type (Title or Citation)
138 * Multiple Ids are allowed (separated by ",")
139
140 Page :
141
142 * Add a verification about curl extension in php config
143 * Minor change on the interface "Publications"
144 * Add traduction on Typdoc
145 * Typdoc in the good order (ART, COMM, etc...)
146 * Add class or id for each item
147 * 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. **Deleted**
148
149 = 1.3 =
150 *Release Date - 21 January 2016*
151
152 * Add USER_AGENT for curl
153 * Add conditions to call the API HAL
154
155 = 1.2 =
156 *Release Date - 15 January 2016*
157
158 * Correct some bugs
159
160 = 1.1 =
161 *Release Date - 7 September 2015*
162
163 * Bootstrap library deleted
164 * New appearance for the plugin
165
166 == Upgrade Notice ==
167
168 Nothing for the moment...
169