Skip to content

Commit

Permalink
update website references
Browse files Browse the repository at this point in the history
  • Loading branch information
twhiteman committed Jan 8, 2019
1 parent 164a316 commit e988a5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>pyDES</h1>
<tr><td><b>Author:</b></td><td><a href="mailto:twhiteman@users.sourceforge.net">Todd Whiteman</a></td></tr>
<tr><td><b>Issue Date:</b></td><td>28th April, 2010</td></tr>
<tr><td><b>Version:</b></td><td>2.0.1</td></tr>
<tr><td><b>Compatibility:</b></td><td>Requires Python 2.2 or higher, an older Python 1.5.2 compatible module can be found in the <a href="http://pydes.cvs.sourceforge.net/pydes/pyDes/">CVS source</a>.<br/></td></tr>
<tr><td><b>Compatibility:</b></td><td>Requires Python 2.2 or higher (or Python 3)<br/></td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>Download (Windows):</td><td> <a href="http://sourceforge.net/projects/pydes/files/pydes/2.0.1/pyDes-2.0.1.zip/download">pyDes-2.0.1.zip</a></td></tr>
<tr><td>Download (Unix):</td><td> <a href="http://sourceforge.net/projects/pydes/files/pydes/2.0.1/pyDes-2.0.1.tar.gz/download">pyDes-2.0.1.tar.gz</a></td></tr>
Expand Down Expand Up @@ -179,10 +179,6 @@ <h2>Older pyDES versions</h2>
<p>
Download (Windows): <a href="http://prdownloads.sourceforge.net/pydes/pyDes-1.1.zip?download">pyDes-1.1.zip</a><br>
Download (Unix): <a href="http://prdownloads.sourceforge.net/pydes/pyDes-1.1.tar.gz?download">pyDes-1.1.tar.gz</a><br>
</p>
<p>
Download (Windows): <a href="http://whitemans.ca/pyDES/pyDes-1.0.zip">pyDes-1.0.zip</a><br>
Download (Unix): <a href="http://whitemans.ca/pyDES/pyDes-1.0.tar.gz">pyDes-1.0.tar.gz</a><br>
</p>

</td>
Expand Down
2 changes: 1 addition & 1 deletion pyDes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Date: 28th April, 2010
# Version: 2.0.1
# License: MIT
# Homepage: http://whitemans.ca/des.html
# Homepage: https://github.com/twhiteman/pyDes
#
# This is a pure python implementation of the DES encryption algorithm.
# It's pure python to avoid portability issues, since most DES
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author="Todd Whiteman",
author_email="twhitema@gmail.com",
license='MIT',
url="http://whitemans.ca/des.html",
url="https://github.com/twhiteman/pyDes/",
classifiers=[
'Development Status :: 6 - Mature'
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit e988a5f

Please sign in to comment.