PluginProbe
HAL / 2.0.2
HAL v2.0.2
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.2, at readme.txt

207 lines 5.3 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: 5.0
6 Stable tag: 2.0.2
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 address : http://support.ccsd.cnrs.fr/
45
46 Or you can contact the developer at this address : 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 = structId_i
60 * AuthorStructure Id = authStructId_i
61 * Author Id = authId_i
62 * ANR Project Id = anrProjectId_i
63 * European Project Id = europeanProjectId_i
64 * Collection Id = collCode_s
65
66 You can add in the shortcode "contact=yes" or "contact=no" to recover HAL Contact.
67
68 You can add a new shortcode [nb-doc] to display the number of documents.
69
70 = Error Code =
71
72 * 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**
73
74 == Screenshots ==
75
76 1. Screenshot page settings in admin menu
77 2. Screenshot widget settings in admin menu
78 3. Screenshot example page client
79
80 == Changelog ==
81
82 = 2.0.5 =
83 *Release Date - 14 February 2017*
84
85 Code :
86
87 * Code modification
88
89 = 2.0.4 =
90 *Release Date - 3 February 2017*
91
92 Page :
93
94 * Add/Change type of Id : Struct Id = structId_i (all structures) / AuthorStruct Id = authStructId_i (structures directly linked with the author)
95 If you had some questions about this modification, contact the developer.
96
97 = 2.0.3 =
98 *Release Date - 24 January 2017*
99
100 Page :
101
102 * CSS modifications
103
104 = 2.0.2 =
105 *Release Date - 07 December 2016*
106
107 Page :
108
109 * Libraries jQplot and PieRenderer are load if the metadata "Disciplines" is checked !
110
111 = 2.0.1 =
112 *Release Date - 28 July 2016*
113
114 General :
115
116 * Fix minor bugs
117
118 = 2.0 =
119 *Release Date - 23 March 2016*
120
121 General :
122
123 * **New** Add a shortcode [nb-doc] who return number of documents (same utilisation as [cv-hal])
124
125 Page :
126
127 * Add possibility to display in "Contact" informations about a researcher with an IdHAL
128
129
130 = 1.4.4 =
131 *Release Date - 18 March 2016*
132
133 Page :
134
135 * **Important :** Fix bug Publications with DocType !
136 * Add class CSS for each DocType block (Example : grp-div-ART)
137
138 = 1.4.3 =
139 *Release Date - 16 March 2016*
140
141 Page :
142
143 * Fix bug about synchronisation of metadata with HAL
144 * Fix bug about button with theme Sixteen (CSS)
145
146 = 1.4.2 =
147 *Release Date - 7 March 2016*
148
149 Page :
150
151 * Delete the curl request to the API for DocType
152 * Create new repository JSON with DocType => Improving performance
153
154 = 1.4.1 =
155 *Release Date - 17 February 2016*
156
157 Widget :
158
159 * Citation Full change to Citation Ref (shorter)
160
161 Page :
162
163 * **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.
164 Example : [cv-hal] => Settings Page Plugin ; [cv-hal id=184 type=authStructId_i] => Identifier Structure 184
165
166 * Bug fixed on link URL in Metadata
167 * Improve the performance of the page
168
169 = 1.4 =
170 *Release Date - 9 February 2016*
171
172 Widget :
173
174 * Add a verification about curl extension in php config
175 * New interface to personalize your widget : Number of documents to show, Display type (Title or Citation)
176 * Multiple Ids are allowed (separated by ",")
177
178 Page :
179
180 * Add a verification about curl extension in php config
181 * Minor change on the interface "Publications"
182 * Add traduction on Typdoc
183 * Typdoc in the good order (ART, COMM, etc...)
184 * Add class or id for each item
185 * 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**
186
187 = 1.3 =
188 *Release Date - 21 January 2016*
189
190 * Add USER_AGENT for curl
191 * Add conditions to call the API HAL
192
193 = 1.2 =
194 *Release Date - 15 January 2016*
195
196 * Correct some bugs
197
198 = 1.1 =
199 *Release Date - 7 September 2015*
200
201 * Bootstrap library deleted
202 * New appearance for the plugin
203
204 == Upgrade Notice ==
205
206 Nothing for the moment...
207