From 9f8c6cf5969c52b570bc80e03db158cf6ca65e40 Mon Sep 17 00:00:00 2001 From: h4l0gen Date: Thu, 23 May 2024 19:41:08 +0530 Subject: [PATCH 1/7] adding GitHub for all repositories Signed-off-by: h4l0gen updating Signed-off-by: h4l0gen --- config.toml | 15 ++++++++++----- content/_index.md | 2 ++ content/github.md | 23 +++++++++++++++++++++++ 3 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 content/github.md diff --git a/config.toml b/config.toml index 84955e2..580e187 100644 --- a/config.toml +++ b/config.toml @@ -30,10 +30,15 @@ name = "Roboto Mono" sizes = [300, 400, 600, 700] type = "monospace" +[[menu.main]] +name = "GitHub" +url = "/github/" +weight = 1 + [[menu.main]] name = "About" identifier = "about" -weight = 1 +weight = 2 [[menu.main]] name = "Overview" @@ -74,7 +79,7 @@ weight = 6 [[menu.main]] name = "Getting started" identifier = "getting-started" -weight = 2 +weight = 3 [[menu.main]] name = "Security" @@ -122,7 +127,7 @@ weight = 7 [[menu.main]] name = "Community" identifier = "community" -weight = 3 +weight = 4 [[menu.main]] name = "Adoptions" @@ -163,9 +168,9 @@ weight = 6 [[menu.main]] name = "News" url = "/news/" -weight = 4 +weight = 5 [[menu.main]] name = "Contact" url = "/contact/" -weight = 5 +weight = 6 diff --git a/content/_index.md b/content/_index.md index ac0f31f..752138a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,3 +4,5 @@ The Update Framework (**TUF**) helps developers maintain the security of software update systems, providing protection even against attackers that compromise the repository or signing keys. TUF provides a flexible framework and [specification](https://theupdateframework.github.io/specification/latest/) that developers can adopt into any software update system. TUF is hosted by the [Linux Foundation](https://www.linuxfoundation.org/) as part of the [Cloud Native Computing Foundation](https://www.cncf.io) (CNCF) and is [used in production](/adoptions) by various tech companies and open source organizations. A variant of TUF called [Uptane](https://uptane.github.io/) is widely used to secure over-the-air updates in automobiles. + +> [**TUF GitHub**](https://github.com/theupdateframework) diff --git a/content/github.md b/content/github.md new file mode 100644 index 0000000..384fcf4 --- /dev/null +++ b/content/github.md @@ -0,0 +1,23 @@ +--- +title: Join TUF GitHub +--- + +### Check out [theupdateframework](https://github.com/theupdateframework) GitHub repositories: + +> ## [python-tuf Repository](https://github.com/theupdateframework/python-tuf) + +> ## [specification Repository](https://github.com/theupdateframework/specification) + +> ## [theupdateframework.io Repository](https://github.com/theupdateframework/theupdateframework.io) + +> ## [community Repository](https://github.com/theupdateframework/community) + +> ## [taps Repository](https://github.com/theupdateframework/taps) + +> ## [tuf-on-ci Repository](https://github.com/theupdateframework/tuf-on-ci) + +> ## [rust-tuf Repository](https://github.com/theupdateframework/rust-tuf) + +> ## [go-tuf Repository](https://github.com/theupdateframework/go-tuf) + +> ## [tuf-js Repository](https://github.com/theupdateframework/tuf-js) From 8ad95a3aaf6293c508720926ae700b5cf582ba13 Mon Sep 17 00:00:00 2001 From: h4l0gen Date: Fri, 24 May 2024 11:17:15 +0530 Subject: [PATCH 2/7] 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) From caa61c39ee926169aa236762584a95c080e70ba7 Mon Sep 17 00:00:00 2001 From: h4l0gen Date: Mon, 3 Jun 2024 18:13:50 +0530 Subject: [PATCH 3/7] adding github and slack Signed-off-by: h4l0gen --- config.toml | 25 ++++++++++--------------- content/_index.md | 2 -- layouts/partials/footer.html | 16 ++++++++++++++-- 3 files changed, 24 insertions(+), 19 deletions(-) diff --git a/config.toml b/config.toml index 580e187..8606f54 100644 --- a/config.toml +++ b/config.toml @@ -30,15 +30,10 @@ name = "Roboto Mono" sizes = [300, 400, 600, 700] type = "monospace" -[[menu.main]] -name = "GitHub" -url = "/github/" -weight = 1 - [[menu.main]] name = "About" identifier = "about" -weight = 2 +weight = 1 [[menu.main]] name = "Overview" @@ -59,15 +54,15 @@ url = "/timeline" weight = 3 [[menu.main]] -name = "Publications" +name = "Project" parent = "about" -url = "/publications" -weight = 5 +url = "/project" +weight = 4 [[menu.main]] -name = "Project" +name = "Publications" parent = "about" -url = "/project" +url = "/publications" weight = 5 [[menu.main]] @@ -79,7 +74,7 @@ weight = 6 [[menu.main]] name = "Getting started" identifier = "getting-started" -weight = 3 +weight = 2 [[menu.main]] name = "Security" @@ -127,7 +122,7 @@ weight = 7 [[menu.main]] name = "Community" identifier = "community" -weight = 4 +weight = 3 [[menu.main]] name = "Adoptions" @@ -160,9 +155,9 @@ url = "https://github.com/theupdateframework/python-tuf" weight = 5 [[menu.main]] -name = "Chat (CNCF Slack)" +name = "GitHub" parent = "community" -url = "https://cloud-native.slack.com/archives/C8NMD3QJ3" +url = "/github" weight = 6 [[menu.main]] diff --git a/content/_index.md b/content/_index.md index 752138a..ac0f31f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,5 +4,3 @@ The Update Framework (**TUF**) helps developers maintain the security of software update systems, providing protection even against attackers that compromise the repository or signing keys. TUF provides a flexible framework and [specification](https://theupdateframework.github.io/specification/latest/) that developers can adopt into any software update system. TUF is hosted by the [Linux Foundation](https://www.linuxfoundation.org/) as part of the [Cloud Native Computing Foundation](https://www.cncf.io) (CNCF) and is [used in production](/adoptions) by various tech companies and open source organizations. A variant of TUF called [Uptane](https://uptane.github.io/) is widely used to secure over-the-air updates in automobiles. - -> [**TUF GitHub**](https://github.com/theupdateframework) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9359b30..999bb6c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,13 +2,22 @@ {{ $copy := site.Params.copyright | markdownify }}
-
+ + + From 7d802c608acd6b6e167b6d7768da30c46822e139 Mon Sep 17 00:00:00 2001 From: Kapil Sharma Date: Mon, 3 Jun 2024 18:20:44 +0530 Subject: [PATCH 4/7] correcting weight of news and contact --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 8606f54..4ca7b69 100644 --- a/config.toml +++ b/config.toml @@ -163,9 +163,9 @@ weight = 6 [[menu.main]] name = "News" url = "/news/" -weight = 5 +weight = 4 [[menu.main]] name = "Contact" url = "/contact/" -weight = 6 +weight = 5 From 2b541276ee32f08f792ec1e0a66bd6bd4e1422ca Mon Sep 17 00:00:00 2001 From: Kapil Sharma Date: Mon, 3 Jun 2024 18:23:53 +0530 Subject: [PATCH 5/7] correcting class name as previous --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 999bb6c..5539bbb 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,7 +2,7 @@ {{ $copy := site.Params.copyright | markdownify }}