You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>The stability of the version. It can be one of <code>release</code>, <code>nightly</code>, or <code>any</code></td>
230
+
</tr>
231
+
<tr>
232
+
<td><code>os</code></td>
233
+
<td>The operating system. It can be one of <code>linux</code></td>, <code>macosx</code>, or <code>win</code>
234
+
</tr>
235
+
</tbody>
236
+
</table>
237
+
<p>
238
+
Additional options:
239
+
</p>
240
+
<table class="table">
241
+
<tbody>
242
+
<tr>
243
+
<td><code>date</code></td>
244
+
<td>Revision built before or on the date, e.g. <code>date=2015-01-01</code></td>
245
+
</tr>
246
+
<tr>
247
+
<td><code>checkout-date</code></td>
248
+
<td>A checkout date, e.g. <code>checkout-date=2015-02-01</code></td>
249
+
</tr>
250
+
<tr>
251
+
<td><code>revision</code></td>
252
+
<td>The exact revision number, e.g. <code>revision=27000</code></td>
253
+
</tr>
254
+
<tr>
255
+
<td><code>closest-revision</code></td>
256
+
<td>A revision less than of equal, e.g. <code>closest-revision=26000</code></td>
257
+
</tr>
258
+
<tr>
259
+
<td><code>version</code></td>
260
+
<td>The latest revision of a branch, e.g. <code>version=4.3</code></td>
261
+
</tr>
262
+
</tbody>
263
+
</table>
264
+
265
+
<p class="">Any of these queries can be combined with the offset param, which will step forward or backward a given number of revisions. So, <code>stability=release&version=4.5.0&offset=-1</tr></code> should give the revision just before the first <code>4.5</code> release.</p>
266
+
267
+
<div id="languages">
268
+
<p class=""><strong>Where can I download older release of Slicer?</strong></p>
269
+
<p class="">Older releases of 3DSlicer are available <a href="https://slicer-packages.kitware.com/#collection/5f4474d0e1d8c75dfc70547e/folder/5f4474d0e1d8c75dfc705482">here</a>.</p>
270
+
271
+
<p class="">Extensions can be downloaded for old Slicer releases manually from the </i>Extensions Catalog</i> at the URL <code>https://extensions.slicer.org/catalog/All/ <revision_number>/<operating_system></code>.
272
+
<p>
273
+
where:
274
+
</p>
275
+
<table class="table">
276
+
<tbody>
277
+
<tr>
278
+
<td><code>revision_number</code></td>
279
+
<td>The revision number available in the Slicer <i>Help / About</i> menu</td>
280
+
</tr>
281
+
<tr>
282
+
<td><code>operating_system</code></td>
283
+
<td>The operating system. It can be one of <code>linux</code></td>, <code>macosx</code>, or <code>win</code>
284
+
</tr>
285
+
</tbody>
286
+
</table>
287
+
288
+
<p class="">For example, for <code>Slicer-4.8.0</code> on Windows, extensions are available at <a href="https://extensions.slicer.org/catalog/All/26489/win>https://extensions.slicer.org/catalog/All/26489/win</a>.</p>
289
+
</div>
290
+
291
+
<div id="languages">
292
+
<p class=""><strong>Does Slicer work for non-English computing?</strong></p>
293
+
<p class="">Not yet: Slicer uses US English conventions. Specifically this means that directory paths should use ASCII characters only. However, there is some <a href="https://discourse.slicer.org/t/slicer-internationalization/579>discussion</a>and <a href="https://github.com/Slicer/Slicer/wiki/I18N>planning</a> about internationalization that can be useful in order to allow this in Slicer.</p>
0 commit comments