Skip to content
Snippets Groups Projects
Commit 95571991 authored by Eli Collins's avatar Eli Collins
Browse files

docs: updated some urls, styling tweaks, bumped copyright year

parent d6736fa0
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
and is released under the `BSD license <http://www.opensource.org/licenses/bsd-license.php>`_::
Passlib
Copyright (c) 2008-2019 Assurance Technologies, LLC.
Copyright (c) 2008-2020 Assurance Technologies, LLC.
All rights reserved.
Redistribution and use in source and binary forms, with or without
......
......@@ -49,10 +49,10 @@
Online Resources
================
* Homepage - https://foss.heptapod.net/python-libs/passlib
* Documentation - https://passlib.readthedocs.io
* Latest Docs - https://passlib.readthedocs.io
* Latest News - https://foss.heptapod.net/python-libs/passlib/wikis/home
* Mailing list - https://groups.google.com/group/passlib-users
* Downloads - https://pypi.python.org/pypi/passlib
* Source - https://foss.heptapod.net/python-libs/passlib
* Issues - https://foss.heptapod.net/python-libs/passlib/issues
......@@ -54,9 +54,8 @@
* Mailing list - https://groups.google.com/group/passlib-users
* Downloads - https://pypi.python.org/pypi/passlib
* Source - https://foss.heptapod.net/python-libs/passlib
* Issues - https://foss.heptapod.net/python-libs/passlib/issues
* Roadmap - https://foss.heptapod.net/python-libs/passlib/wikis/roadmap
Source
=========
......
......@@ -12,7 +12,11 @@
Administrative Changes
----------------------
* **Passlib has moved to Heptapod!**
.. rst-class:: without-title
.. note::
**Passlib has moved to Heptapod!**
Due to BitBucket deprecating Mercurial support, Passlib's public repository and issue tracker
has been relocated. It's now located at `<https://foss.heptapod.net/python-libs/passlib>`_,
......
......@@ -21,5 +21,5 @@
.. rst-class:: without-title
.. caution::
.. note::
......@@ -25,5 +25,5 @@
**2020-05-01: Passlib has moved to Heptapod!**
**2020-05-01: Passlib's public repositiory has moved to Heptapod!**
Due to BitBucket deprecating Mercurial support, Passlib's public repository and issue tracker
has been relocated. It's now located at `<https://foss.heptapod.net/python-libs/passlib>`_,
......@@ -64,6 +64,10 @@
This documentation is organized into two main parts:
a narrative walkthrough of Passlib, and a top-down API reference.
:doc:`install`
See this page for system requirements & installation instructions.
:doc:`narr/index`
New users in particular will want to visit the walkthrough, as it provides
......@@ -89,8 +93,9 @@
=================== ===================================================
Latest Docs: `<https://passlib.readthedocs.io>`_
Project Home: `<https://foss.heptapod.net/python-libs/passlib>`_
News & Discussion: `<https://groups.google.com/group/passlib-users>`_
Latest News: `<https://foss.heptapod.net/python-libs/passlib/wikis/home>`_
Public Repo: `<https://foss.heptapod.net/python-libs/passlib>`_
Mailing List: `<https://groups.google.com/group/passlib-users>`_
Downloads @ PyPI: `<https://pypi.python.org/pypi/passlib>`_
=================== ===================================================
......
......@@ -92,6 +92,14 @@
Installation Instructions
=========================
.. rst-class:: float-right without-title
.. caution::
All PyPI releases are signed with the gpg key
`4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.
To install from PyPi using :command:`pip`::
pip install passlib
......
......@@ -80,7 +80,7 @@
* See the `documentation <https://passlib.readthedocs.io>`_
for details, installation instructions, and examples.
* See the `homepage <https://foss.heptapod.net/python-libs/passlib>`_
* See the `homepage <https://foss.heptapod.net/python-libs/passlib/wikis/home>`_
for the latest news and more information.
* See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment