Skip to content

Commit c38ce90

Browse files
authored
Update site to better indicate expanded set of contributors (#24)
* Sort adoptions alphabetically Signed-off-by: Joshua Lock <[email protected]> * Indicate expanded involvement Rename people -> project to a) describe how the project is run across three core projects (spec + TAPs + python-tuf) and b) better indicate the expanded involvement of more people and organisations. Signed-off-by: Joshua Lock <[email protected]>
1 parent ac5711f commit c38ce90

File tree

4 files changed

+54
-43
lines changed

4 files changed

+54
-43
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ url = "/publications"
6060
weight = 5
6161

6262
[[menu.main]]
63-
name = "People"
63+
name = "Project"
6464
parent = "about"
65-
url = "/people"
65+
url = "/project"
6666
weight = 5
6767

6868
[[menu.main]]

content/people.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

content/project.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Project
3+
---
4+
5+
The TUF project consists of three components:
6+
7+
* [Specification] – the detailed TUF specification describes how to add TUF metadata to a repository and the process to arrange for clients to use that metadata to download and verify targets.
8+
* [Standardization process] – major changes to the specification, including new features, are made as TUF Augmentation Proposals (TAPs).
9+
* [Reference implementation] – python-tuf provides a reference implementation of the TUF specification and is used as a vital part of the TAPs process to prototype changes to the specification.
10+
11+
The project is currently managed by a team of collaborators from academia and
12+
industry.
13+
14+
Many people have contributed to the project since its inception, including
15+
academics, professional developers, and contributors from the open-source
16+
community. We especially acknowledge the individuals from the open-source
17+
community who have [contributed] to the TUF project over the years.
18+
19+
Please visit the [governance page] to learn how project decisions are made, and
20+
for a more detailed explanation of the project roles used below.
21+
22+
[contributed]: https://github.com/theupdateframework/tuf/blob/develop/docs/AUTHORS.txt
23+
[governance page]: https://github.com/theupdateframework/specification/blob/master/GOVERNANCE.md
24+
[Specification]: /specification
25+
[Standardization process]: https://github.com/theupdateframework/taps/blob/master/tap1.md
26+
[Reference implementation]: https://theupdateframework.readthedocs.io/en/latest/
27+
28+
## Consensus Builder
29+
30+
### Justin Cappos
31+
32+
33+
34+
GitHub username: [JustinCappos](https://github.com/justincappos)
35+
36+
PGP fingerprint: E9C0 59EC 0D32 64FA B35F 94AD 465B F9F6 F8EB 475A
37+
38+
## Maintainers
39+
40+
Maintainer | Email | GitHub username | PGP fingerprint
41+
:----------|:------|:----------------|:---------------
42+
Trishank Karthik Kuppusamy | [email protected] | [trishankatdatadog](https://github.com/trishankatdatadog) | 8C48 08B5 B684 53DE 06A3 08FD 5C09 0ED7 318B 6C1E
43+
Joshua Lock | [email protected] | [joshuagl](https://github.com/lukpueh) | 08F3 409F CF71 D87E 30FB D3C2 1671 F65C B748 32A4
44+
Marina Moore | [email protected] | [mnm678](https://github.com/mnm678) | –
45+
Lukas Pühringer| [email protected] | [lukpueh](https://github.com/lukpueh) | 8BA6 9B87 D43B E294 F23E 8120 89A2 AD3C 07D9 62E8

data/adoptions.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ main:
99
tag: CNAB
1010
- url: https://www.datadoghq.com/blog/engineering/secure-publication-of-datadog-agent-integrations-with-tuf-and-in-toto
1111
tag: Datadog
12+
- url: https://blog.fleetdm.com/fleet-3-10-0-released-with-agent-auto-updates-beta-f4dd61be001d
13+
tag: fleetdm
1214
- url: https://flynn.io/docs/development#the-update-framework-%28tuf%29
1315
tag: Flynn
16+
- url: https://foundries.io/insights/blog/2018/05/25/ota-part-1/
17+
tag: foundriesio
1418
- url: https://fuchsia.dev/fuchsia-src/concepts/system/software_update_system
1519
tag: Fuchsia
1620
- url: https://www.here.com/company/press-releases/en/2019-28-05
@@ -21,19 +25,16 @@ main:
2125
tag: Kolide
2226
- url: https://github.com/theupdateframework/notary
2327
tag: Notary
24-
- url: https://foundries.io/insights/blog/2018/05/25/ota-part-1/
25-
tag: foundriesio
26-
- url: https://blog.fleetdm.com/fleet-3-10-0-released-with-agent-auto-updates-beta-f4dd61be001d
27-
tag: fleetdm
28+
2829
ongoing:
2930
- url: https://www.well-typed.com/blog/2015/04/improving-hackage-security
3031
tag: Haskell
3132
alt: Haskell Industrial Group
33+
- url: https://mamba.readthedocs.io/en/latest/advanced_usage/artifacts_verification.html
34+
tag: mamba
3235
- url: https://opam.ocaml.org/blog/Signing-the-opam-repository
3336
tag: OPAM
3437
- url: https://github.com/php-tuf/php-tuf
3538
tag: PHP
3639
- url: https://www.python.org/dev/peps/pep-0458/
3740
tag: PyPI
38-
- url: https://mamba.readthedocs.io/en/latest/advanced_usage/artifacts_verification.html
39-
tag: mamba

0 commit comments

Comments
 (0)