From 7b329f4a962fd7abaf73d384a7093e8270c03e94 Mon Sep 17 00:00:00 2001 From: h4l0gen Date: Fri, 24 May 2024 11:17:15 +0530 Subject: [PATCH] adding brief intro of repo Signed-off-by: h4l0gen --- content/github.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/github.md b/content/github.md index 384fcf4..e6a6c10 100644 --- a/content/github.md +++ b/content/github.md @@ -5,19 +5,28 @@ title: Join TUF GitHub ### Check out [theupdateframework](https://github.com/theupdateframework) GitHub repositories: > ## [python-tuf Repository](https://github.com/theupdateframework/python-tuf) +> this repository is a reference implementation written in python > ## [specification Repository](https://github.com/theupdateframework/specification) +> The Update Framework specification > ## [theupdateframework.io Repository](https://github.com/theupdateframework/theupdateframework.io) +> Website assets for TUF > ## [community Repository](https://github.com/theupdateframework/community) +> Community repository of TUF > ## [taps Repository](https://github.com/theupdateframework/taps) +> TUF Augmentation Proposals (TAPs) > ## [tuf-on-ci Repository](https://github.com/theupdateframework/tuf-on-ci) +> A TUF repository and signing tool > ## [rust-tuf Repository](https://github.com/theupdateframework/rust-tuf) +> Rust implementation of The Update Framework (TUF) > ## [go-tuf Repository](https://github.com/theupdateframework/go-tuf) +> Go implementation of The Update Framework (TUF) > ## [tuf-js Repository](https://github.com/theupdateframework/tuf-js) +> JavaScript implementation of the Update Framework (TUF)