9
9
----------------------------
10
10
* __ IMPORTANT NOTICE:__ A stable 1.0.0 release of the modern implementation only
11
11
is scheduled for January 2022. Please see the [ * 1.0.0
12
- announcement* ] ( docs/1.0.0-ANNOUNCEMENT.md ) page for more details about the release
13
- and the deprecation of the legacy implementation, including migration
14
- instructions.*
12
+ announcement* ] ( https://github.com/theupdateframework/python-tuf/blob/develop/ docs/1.0.0-ANNOUNCEMENT.md)
13
+ page for more details about the release and the deprecation of the legacy
14
+ implementation, including migration instructions.*
15
15
16
16
----------------------------
17
17
This repository is the ** reference implementation** of
@@ -28,13 +28,13 @@ Python-TUF provides two APIs:
28
28
29
29
High-level support for implementing
30
30
[ repository operations] ( https://theupdateframework.github.io/specification/latest/#repository-operations )
31
- is planned but not yet provided: see [ 1.0.0 plans] ( docs/1.0.0-ANNOUNCEMENT.md ) .
31
+ is planned but not yet provided: see [ 1.0.0 plans] ( https://github.com/theupdateframework/python-tuf/blob/develop/ docs/1.0.0-ANNOUNCEMENT.md) .
32
32
33
33
In addition to these APIs the project also provides a * legacy
34
34
implementation* with ` tuf.client ` implementing the client workflow and
35
35
` tuf.repository_tool ` providing a high-level interface for repository
36
36
operations. The legacy implementation is going to be
37
- [ deprecated] ( docs/1.0.0-ANNOUNCEMENT.md ) in the near future.
37
+ [ deprecated] ( https://github.com/theupdateframework/python-tuf/blob/develop/ docs/1.0.0-ANNOUNCEMENT.md) in the near future.
38
38
39
39
The reference implementation strives to be a readable guide and demonstration
40
40
for those working on implementing TUF in their own languages, environments, or
@@ -65,11 +65,13 @@ Documentation
65
65
-------------
66
66
* [ Introduction to TUF's Design] ( https://theupdateframework.io/overview/ )
67
67
* [ The TUF Specification] ( https://theupdateframework.github.io/specification/latest/ )
68
- * Examples: [ client] ( examples/client_example ) and [ repository] ( examples/repo_example )
68
+ * Examples: [ client] ( https://github.com/theupdateframework/python-tuf/tree/develop/examples/client_example )
69
+ and [ repository] ( https://github.com/theupdateframework/python-tuf/tree/develop/examples/repo_example )
69
70
* [ API Reference] ( https://theupdateframework.readthedocs.io/ )
70
- * [ Governance] ( docs/GOVERNANCE.md ) and [ Maintainers] ( docs/MAINTAINERS.txt )
71
+ * [ Governance] ( https://github.com/theupdateframework/python-tuf/blob/develop/docs/GOVERNANCE.md )
72
+ and [ Maintainers] ( https://github.com/theupdateframework/python-tuf/blob/develop/docs/MAINTAINERS.txt )
71
73
for the reference implementation
72
- * [ Miscellaneous Docs] ( docs/ )
74
+ * [ Miscellaneous Docs] ( https://github.com/theupdateframework/python-tuf/tree/develop/docs )
73
75
74
76
75
77
Contact
@@ -100,7 +102,9 @@ PGP key fingerprint **E9C0 59EC 0D32 64FA B35F 94AD 465B F9F6 F8EB 475A**.
100
102
Please do not use the GitHub issue tracker to submit vulnerability reports.
101
103
The issue tracker is intended for bug reports and to make feature requests.
102
104
Major feature requests, such as design changes to the specification, should
103
- be proposed via a [ TUF Augmentation Proposal] ( docs/TAP.rst ) (TAP).
105
+ be proposed via a
106
+ [ TUF Augmentation Proposal] ( https://theupdateframework.github.io/specification/latest/#tuf-augmentation-proposal-tap-support )
107
+ (TAP).
104
108
105
109
Limitations
106
110
-----------
@@ -113,7 +117,8 @@ License
113
117
114
118
This work is [ dual-licensed] ( https://en.wikipedia.org/wiki/Multi-licensing ) and
115
119
distributed under the (1) MIT License and (2) Apache License, Version 2.0.
116
- Please see [ LICENSE-MIT] ( LICENSE-MIT ) and [ LICENSE] ( LICENSE ) .
120
+ Please see [ LICENSE-MIT] ( https://github.com/theupdateframework/python-tuf/blob/develop/LICENSE-MIT )
121
+ and [ LICENSE] ( https://github.com/theupdateframework/python-tuf/blob/develop/LICENSE ) .
117
122
118
123
119
124
Acknowledgements
0 commit comments