PluginProbe
HAL / 2.0.1
HAL v2.0.1
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.1, at readme.txt

176 lines 4.7 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.5.3
6 Stable tag: 2.0.1
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.1 =
81 *Release Date - 28 July 2016*
82
83 General :
84
85 * Fix minor bugs
86
87 = 2.0 =
88 *Release Date - 23 March 2016*
89
90 General :
91
92 * **New** Add a shortcode [nb-doc] who return number of documents (same utilisation as [cv-hal])
93
94 Page :
95
96 * Add possibility to display in "Contact" informations about a researcher with an IdHAL
97
98
99 = 1.4.4 =
100 *Release Date - 18 March 2016*
101
102 Page :
103
104 * **Important :** Fix bug Publications with DocType !
105 * Add class CSS for each DocType block (Example : grp-div-ART)
106
107 = 1.4.3 =
108 *Release Date - 16 March 2016*
109
110 Page :
111
112 * Fix bug about synchronisation of metadata with HAL
113 * Fix bug about button with theme Sixteen (CSS)
114
115 = 1.4.2 =
116 *Release Date - 7 March 2016*
117
118 Page :
119
120 * Delete the curl request to the API for DocType
121 * Create new repository JSON with DocType => Improving performance
122
123 = 1.4.1 =
124 *Release Date - 17 February 2016*
125
126 Widget :
127
128 * Citation Full change to Citation Ref (shorter)
129
130 Page :
131
132 * **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.
133 Example : [cv-hal] => Settings Page Plugin ; [cv-hal id=184 type=authStructId_i] => Identifier Structure 184
134
135 * Bug fixed on link URL in Metadata
136 * Improve the performance of the page
137
138 = 1.4 =
139 *Release Date - 9 February 2016*
140
141 Widget :
142
143 * Add a verification about curl extension in php config
144 * New interface to personalize your widget : Number of documents to show, Display type (Title or Citation)
145 * Multiple Ids are allowed (separated by ",")
146
147 Page :
148
149 * Add a verification about curl extension in php config
150 * Minor change on the interface "Publications"
151 * Add traduction on Typdoc
152 * Typdoc in the good order (ART, COMM, etc...)
153 * Add class or id for each item
154 * 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**
155
156 = 1.3 =
157 *Release Date - 21 January 2016*
158
159 * Add USER_AGENT for curl
160 * Add conditions to call the API HAL
161
162 = 1.2 =
163 *Release Date - 15 January 2016*
164
165 * Correct some bugs
166
167 = 1.1 =
168 *Release Date - 7 September 2015*
169
170 * Bootstrap library deleted
171 * New appearance for the plugin
172
173 == Upgrade Notice ==
174
175 Nothing for the moment...
176