From d930d384e4b49bc59a0394b7a67808b4110fdcca Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 29 Jan 2021 04:32:05 +0700 Subject: Fix obviously broken links. --- site/contribute.md | 53 ----------------------------------------- site/contribute/architecture.md | 3 +++ site/contribute/index.md | 53 +++++++++++++++++++++++++++++++++++++++++ site/index.html | 10 ++++---- 4 files changed, 61 insertions(+), 58 deletions(-) delete mode 100644 site/contribute.md create mode 100644 site/contribute/architecture.md create mode 100644 site/contribute/index.md (limited to 'site') diff --git a/site/contribute.md b/site/contribute.md deleted file mode 100644 index 3dca780..0000000 --- a/site/contribute.md +++ /dev/null @@ -1,53 +0,0 @@ -# Contributing to VyOS - -VyOS development process is open and transparent. We welcome everyone to contribute! -There's a lot of work to do: writing code, writing and editing documentation, -testing latest builds and more. - -## Why contribute? - -### Copyright stays with you - -Unlike some other projects, we intentionally do not use a contributor agreement -that would give us exclusive rights to your contributions. - -The copyrights to VyOS source code and documentation remain shared between -all contributors, so that no one (including its current maintainers) -can make a proprietary fork. - -### We have rewards - -Maintaining an LTS version is a hard, delicate, high-responsibility work. -Being a maintainer means not being able to refuse to work on the hard tasks. -We keep prebuilt LTS images behind a paywall for that reason, -but we are ready to share our work with everyone who helps us move the project forward. - -This includes everyone who contributes code, tests latest builds, writes documentation, -or promotes VyOS in the social media or at live events. - -Read about our contributor subscription [eligibility guidelines](/contributor-subscriptions). - -We also have [badges](https://www.youracclaim.com/organizations/vyos/badges)! - -## Where to start - -### Contributing to the code - -* Read [contributing guidelines](https://docs.vyos.io/en/latest/contributing/index.html). -* Browse [open tasks](https://phabricator.vyos.net/maniphest/query/YqwCUwoj7wWx/#R). - -### Contributing to the documentation - -* Fork the [vyos-documentation](https://github.com/vyos/vyos-documentation/) repo. -* Read the [guidelines](https://docs.vyos.io/en/latest/contributing/documentation.html). - -### Testing latest builds - -* Get a [nightly build](https://downloads.vyos.io/?dir=rolling/current) or a [snapshot](/get/snapshots) -* Reports bugs in [Phabricator](https://phabricator.vyos.net/maniphest). - -### Spreading the word - -* Write about VyOS in your own blog or website. -* Write about VyOS and share our posts on social media. -* Speak about VyOS at conferenced and meetups. diff --git a/site/contribute/architecture.md b/site/contribute/architecture.md new file mode 100644 index 0000000..f0ef48f --- /dev/null +++ b/site/contribute/architecture.md @@ -0,0 +1,3 @@ +# VyOS architecture + +VyOS is designed to be an extensible, modular platform. diff --git a/site/contribute/index.md b/site/contribute/index.md new file mode 100644 index 0000000..c4c21b8 --- /dev/null +++ b/site/contribute/index.md @@ -0,0 +1,53 @@ +# Contributing to VyOS + +VyOS development process is open and transparent. We welcome everyone to contribute! +There's a lot of work to do: writing code, writing and editing documentation, +testing latest builds and more. + +## Why contribute? + +### Copyright stays with you + +Unlike some other projects, we intentionally do not use a contributor agreement +that would give us exclusive rights to your contributions. + +The copyrights to VyOS source code and documentation remain shared between +all contributors, so that no one (including its current maintainers) +can make a proprietary fork. + +### We have rewards + +Maintaining an LTS version is a hard, delicate, high-responsibility work. +Being a maintainer means not being able to refuse to work on the hard tasks. +We keep prebuilt LTS images behind a paywall for that reason, +but we are ready to share our work with everyone who helps us move the project forward. + +This includes everyone who contributes code, tests latest builds, writes documentation, +or promotes VyOS in the social media or at live events. + +Read about our contributor subscription [eligibility guidelines](/get/contributor-subscriptions). + +We also have [badges](https://www.youracclaim.com/organizations/vyos/badges)! + +## Where to start + +### Contributing to the code + +* Read [contributing guidelines](https://docs.vyos.io/en/latest/contributing/index.html). +* Browse [open tasks](https://phabricator.vyos.net/maniphest/query/YqwCUwoj7wWx/#R). + +### Contributing to the documentation + +* Fork the [vyos-documentation](https://github.com/vyos/vyos-documentation/) repo. +* Read the [guidelines](https://docs.vyos.io/en/latest/contributing/documentation.html). + +### Testing latest builds + +* Get a [nightly build](https://downloads.vyos.io/?dir=rolling/current) or a [snapshot](/get/snapshots) +* Reports bugs in [Phabricator](https://phabricator.vyos.net/maniphest). + +### Spreading the word + +* Write about VyOS in your own blog or website. +* Write about VyOS and share our posts on social media. +* Speak about VyOS at conferenced and meetups. diff --git a/site/index.html b/site/index.html index 91d4d55..dc44461 100644 --- a/site/index.html +++ b/site/index.html @@ -19,7 +19,7 @@

We also keep the complete build toolchain available, and we strive to make it easy to use. You can build a VyOS image in just a few commands. There is no special maintainer toolchain we keep to ourselves: all image build tools are available to everyone interested.

- Learn how to build a VyOS image + Learn how to build a VyOS image
@@ -38,7 +38,7 @@

We do not have any contributor agreements that require you to transfer your copyrights to us. The copyright is shared between all contributors. This means no one can make a closed source fork of VyOS—not even its current maintainers.

- Read contributing guidelines + Start contributing
@@ -57,7 +57,7 @@

Every part of the system is open to contributions.

- Read about VyOS architecture + Read about VyOS architecture
@@ -71,12 +71,12 @@
-

We welcome all contributors. Even if you are not a programmer, there are many things to do: testing, documentation, evangelism and so on.

+

We welcome all contributors. Even if you are not a programmer, there are many things to do: testing, documentation, evangelism and so on.

Since you are sharing your time and effort with us to make the project better, we are also happy to share our LTS release maintenance effort with you. Every active contributor can get access to prebuilt LTS images.

We also issue contributor badges through YourAcclaim that you can put on your CV. Already a contributor?

- Claim your rewards + Claim your rewards
-- cgit v1.2.3