|
1 | 1 | <!--#set var="head_title" value="Downloads" -->
|
2 | 2 | <!--#set var="head_pagedescription" value="Downloads" -->
|
3 | 3 | <!--#set var="base_path" value="" -->
|
4 |
| -<!--#set var="rcsid" value="\$Id: download.html,v 1.7 2016/02/23 20:36:19 stroeder Exp $" --> |
| 4 | +<!--#set var="rcsid" value="\$Id: download.html,v 1.8 2016/02/23 20:51:58 stroeder Exp $" --> |
5 | 5 | <!--#include file="ssi/head.shtml" -->
|
6 | 6 | <!--#include file="ssi/navigation.shtml" -->
|
7 | 7 |
|
@@ -42,38 +42,39 @@ <h2>Binaries</h2>
|
42 | 42 |
|
43 | 43 | <dl>
|
44 | 44 |
|
45 |
| - <dt><a id="opensuse">openSUSE Linux</a></dt> |
| 45 | + <dt id="opensuse"> |
| 46 | + <a href="https://www.opensuse.org/">openSUSE Linux</a> |
| 47 | + </dt> |
46 | 48 | <dd>
|
47 |
| - <a href="https://www.opensuse.org/">openSUSE Linux</a> ships with python-ldap |
48 |
| - and there's an additional |
| 49 | + ships with python-ldap and there's an additional |
49 | 50 | <a href="http://download.opensuse.org/repositories/devel:/languages:/python/">
|
50 |
| - OBS repository</a> which contains builds of latest releases |
| 51 | + download repository</a> which contains builds of latest releases |
51 | 52 | (see also <a href="https://build.opensuse.org/package/show/devel:languages:python/python-ldap">
|
52 | 53 | OBS package</a>).
|
53 | 54 | </dd>
|
54 | 55 |
|
55 |
| - <dt><a id="debian">Debian Linux</a></dt> |
| 56 | + <dt id="debian"><a href="https://www.debian.org">Debian Linux</a></dt> |
56 | 57 | <dd>
|
57 | 58 | Have a look into the
|
58 | 59 | <a href="https://tracker.debian.org/pkg/python-ldap">Debian Package Tracker</a>
|
59 |
| - to get up to date information which versions are available in Debian. |
| 60 | + to get up to date information which versions are available. |
60 | 61 | </dd>
|
61 | 62 |
|
62 |
| - <dt><a id="win32">Win32</a></dt> |
| 63 | + <dt id="win32">Windows</dt> |
63 | 64 | <dd>
|
64 |
| - Win32 installer packages are also available in the |
| 65 | + Windows installer packages are also available in the |
65 | 66 | <a href="https://pypi.python.org/pypi/python-ldap/">PyPI repository</a> now.
|
66 | 67 | The maintainer Waldemar Osuch has some <a href="http://www.osuch.org/python-ldap">
|
67 | 68 | comments about his builds</a> too.
|
68 | 69 | </dd>
|
69 | 70 |
|
70 |
| - <dt><a id="freebsd">FreeBSD</a></dt> |
| 71 | + <dt id="freebsd"><a href="https://www.freebsd.org/">FreeBSD</a></dt> |
71 | 72 | <dd>
|
72 | 73 | The CVS repository of FreeBSD contains the package
|
73 | 74 | <a href="https://svnweb.freebsd.org/ports/head/net/py-ldap/">py-ldap</a>.
|
74 | 75 | </dd>
|
75 | 76 |
|
76 |
| - <dt><a id="macosx">Mac OS X</a></dt> |
| 77 | + <dt id="macosx">Mac OS X</dt> |
77 | 78 | <dd>
|
78 | 79 | I don't know of current python-ldap builds for download.
|
79 | 80 | However Rob wrote some hints on this page:<br>
|
|
0 commit comments