Commit Graph

11 Commits

Author SHA1 Message Date
Sven Kieske 054567a08e
fix broken links in readme
the current links are wrong, they link to:

https://en.wikipedia.org/wiki/%5CPrinciple_of_least_privilege
(notice the backslash) and:
https://specs.openstack.org/openstack/%5Coslo-specs/specs/liberty/privsep.html
both links don't work this way.

you can see the broken links here:
https://opendev.org/openstack/oslo.privsep
or here:
https://github.com/openstack/oslo.privsep

from the spec:
https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#hyperlink-targets

> An external hyperlink's URI may begin on the same line as
> the explicit markup start and target name, or it may begin
> in an indented text block immediately following, with no
> intervening blank lines. If there are multiple lines in the
> link block, they are concatenated.
> Any unescaped whitespace is removed
> (whitespace is permitted to allow for line wrapping).

Change-Id: Ia21359cdaa0453fc02b8f5bd61ce9d2efd569051
Signed-off-by: Sven Kieske <kieske@osism.tech>
2023-10-26 14:57:13 +02:00
jacky06 447b377f86 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Idd169dc8dbe07a17cbdf3e0834ccf3998badcfb2
Closes-Bug: #1826999
2019-04-30 13:27:01 +08:00
wangqi b9a644a5af Remove PyPI downloads
According to official site,
https://packaging.python.org/guides/analyzing-pypi-package-downloads/
PyPI package download statistics is no longer maintained and thus
should be removed.

Change-Id: Ib8abb0b9f7e02b71e294ed8a15c994874e77d53d
2018-08-07 05:56:11 +00:00
shupeng 52864742ca Add that 'Release Notes' in README
Change-Id: Ic1b4c92bab6474a7b07a867906e287039fe3e2cb
2018-08-03 11:46:17 +00:00
melissaml bb0c7cb331 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I93e71fa3bc447ff238633f938dc7cf93e9e22f05
2018-04-21 10:53:58 +08:00
melissaml b1894d4d0f Update links in README
Change the outdated links to the latest links in README

Change-Id: Id25ae7a80ac3aab94a0a045e388db6c60268ec7e
2018-02-28 01:23:36 +08:00
ChangBo Guo(gcb) 166724787f Update URLs in documents according to document migration
Change-Id: I61a8418023aa3dc6635073812f966bf6b815f733
2017-07-12 23:09:35 +08:00
Flavio Percoco a56897d5df Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/3223cd49c6849501b172416b6794dccf\n'

Change-Id: If80f4fd6b2e61c2dd9c9fcf0dc5e8ed930ba9c78
2016-11-25 13:23:26 +01:00
Eric Brown ca917939bc Add version and download badges to README
All the other oslo libraries contain such badges, so might as
well add to oslo.privsep too.

Change-Id: I3f882133c7f7fdf5fcaed988ae5b1271a3aa1d34
2016-02-03 14:47:10 -08:00
Joshua Harlow f03da04eee Update/make better the README.rst long description
Change-Id: Ic562d008e61156cde0ead024b899b13a70b7278e
2016-01-15 15:59:30 -08:00
Angus Lees 269a3d277c Initial cookiecutter project
This is the unmodified output of
cookiecutter https://git.openstack.org/openstack-dev/oslo-cookiecutter

Change-Id: I8fbc11c50bbd171b9f99bd9b5ba39eef1f686860
Implements: blueprint privsep
Depends-On: Iee84120f4da14ee3d441933a0e03a67c22fce8d1
Depends-On: Ia4d56747d56dcfe50889ebbdf9d553df13e1b950
2015-10-23 18:51:29 +11:00