Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename openslide-winbuild to openslide-bin #68

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ java:
- {version: 0.6.1, date: 2009-08-25, gz: 1}
- {version: 0.6.0, date: 2009-08-17, gz: 1}
- {version: 0.5.0, date: 2009-07-15, gz: 1}
winbuild:
bin:
- {date: 2023-10-11}
- {date: 2023-04-14}
- {date: 2022-12-17}
Expand Down
4 changes: 2 additions & 2 deletions _includes/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
[c-github]: https://github.com/openslide/openslide
[python-github]: https://github.com/openslide/openslide-python
[java-github]: https://github.com/openslide/openslide-java
[winbuild-github]: https://github.com/openslide/openslide-winbuild
[bin-github]: https://github.com/openslide/openslide-bin
[builds-github]: https://github.com/openslide/builds
[site-github]: https://github.com/openslide/openslide.github.io

[c-issues]: https://github.com/openslide/openslide/issues
[python-issues]: https://github.com/openslide/openslide-python/issues
[java-issues]: https://github.com/openslide/openslide-java/issues
[winbuild-issues]: https://github.com/openslide/openslide-winbuild/issues
[bin-issues]: https://github.com/openslide/openslide-bin/issues
[builds-issues]: https://github.com/openslide/builds/issues
[site-issues]: https://github.com/openslide/openslide.github.io/issues
2 changes: 1 addition & 1 deletion docs/devguide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ released, and checking boxes.
- [OpenSlide Java](https://github.com/openslide/openslide-java/issues/new?labels=release&template=release.md)
- [OpenSlide Python](https://github.com/openslide/openslide-python/issues/new?labels=release&template=release.md)
- [Updating for a Python major release](https://github.com/openslide/openslide-python/issues/new?labels=release&template=python-bump.md)
- [openslide-winbuild](https://github.com/openslide/openslide-winbuild/issues/new?labels=release&template=release.md)
- [openslide-bin](https://github.com/openslide/openslide-bin/issues/new?labels=release&template=release.md)
5 changes: 2 additions & 3 deletions docs/windows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ Regular releases are available from the [OpenSlide website][download-bin].

OpenSlide is built for Windows using
[MinGW-w64](https://www.mingw-w64.org/). The easiest way to build
OpenSlide and its dependencies is by using the
[openslide-winbuild][winbuild-github] script, which can run on Linux or
Windows in a Docker container.
OpenSlide and its dependencies is by using [openslide-bin][bin-github],
which can run on Linux or Windows in a Docker container.

### Python

Expand Down
18 changes: 9 additions & 9 deletions download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ of the [GNU Lesser General Public License, version 2.1][license].

## Binaries

Problems with these binaries can be reported [here][winbuild-issues].
Problems with these binaries can be reported [here][bin-issues].
If you're looking for the bleeding edge,
[nightly development builds][snapshots] are also available.

<div class="releases">
<table>
{% for release in site.data.releases.winbuild %}
<tr class="{% cycle 'winbuild': 'odd', 'even' %}">
{% for release in site.data.releases.bin %}
<tr class="{% cycle 'bin': 'odd', 'even' %}">
<th>
<a href="https://github.com/openslide/openslide-winbuild/releases/tag/v{{ release.date|remove:'-' }}">
<a href="https://github.com/openslide/openslide-bin/releases/tag/v{{ release.date|remove:'-' }}">
{{ release.date }}
</a>
</th>
<td><a href="https://github.com/openslide/openslide-winbuild/releases/download/v{{ release.date|remove:'-' }}/openslide-winbuild-{{ release.date|remove:'-' }}.zip">Source</a></td>
<td><a href="https://github.com/openslide/openslide-winbuild/releases/download/v{{ release.date|remove:'-' }}/openslide-win32-{{ release.date|remove:'-' }}.zip">Windows 32-bit</a></td>
<td><a href="https://github.com/openslide/openslide-winbuild/releases/download/v{{ release.date|remove:'-' }}/openslide-win64-{{ release.date|remove:'-' }}.zip">Windows 64-bit</a></td>
<td><a href="https://github.com/openslide/openslide-bin/releases/download/v{{ release.date|remove:'-' }}/openslide-winbuild-{{ release.date|remove:'-' }}.zip">Source</a></td>
<td><a href="https://github.com/openslide/openslide-bin/releases/download/v{{ release.date|remove:'-' }}/openslide-win32-{{ release.date|remove:'-' }}.zip">Windows 32-bit</a></td>
<td><a href="https://github.com/openslide/openslide-bin/releases/download/v{{ release.date|remove:'-' }}/openslide-win64-{{ release.date|remove:'-' }}.zip">Windows 64-bit</a></td>
</tr>
{% endfor %}
</table>
Expand Down Expand Up @@ -256,8 +256,8 @@ If you're looking for the bleeding edge,
<td><code>git clone https://github.com/openslide/openslide-java.git</code></td>
</tr>
<tr>
<th><a href="https://github.com/openslide/openslide-winbuild">Windows build scripts</a></th>
<td><code>git clone https://github.com/openslide/openslide-winbuild.git</code></td>
<th><a href="https://github.com/openslide/openslide-bin">Binary builds</a></th>
<td><code>git clone https://github.com/openslide/openslide-bin.git</code></td>
</tr>
<tr>
<th><a href="https://github.com/openslide/builds">Nightly build infrastructure</a></th>
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Development of OpenSlide happens on [GitHub][github]:
* [OpenSlide][c-github] ([issue tracker][c-issues])
* [OpenSlide Python][python-github] ([issue tracker][python-issues])
* [OpenSlide Java][java-github] ([issue tracker][java-issues])
* [Windows build scripts][winbuild-github] ([issue tracker][winbuild-issues])
* [Binary builds][bin-github] ([issue tracker][bin-issues])
* [Nightly build infrastructure][builds-github] ([issue tracker][builds-issues])
* [Website][site-github] ([issue tracker][site-issues])

Expand Down