diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-02-24 19:50:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-03-11 19:03:51 +0100 |
commit | 6d1d2dd9cf1a0b5d6d12562978b7c62b7dd2c35d (patch) | |
tree | 476d322bfd21963ac5ebed1d4463a404bbd2d52d | |
parent | fe51fb2ff68dffc834b37a2ff88cec1df6d65c50 (diff) | |
download | website-core-6d1d2dd9cf1a0b5d6d12562978b7c62b7dd2c35d.tar.gz website-core-6d1d2dd9cf1a0b5d6d12562978b7c62b7dd2c35d.zip |
Get Involved page changed to serve as a signpost for ways to get involved.
The original developer targeted content moved to the Development section.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | development.php | 32 | ||||
-rw-r--r-- | helpwanted.php | 73 |
2 files changed, 73 insertions, 32 deletions
diff --git a/development.php b/development.php index cdcf7fc..a42c8de 100644 --- a/development.php +++ b/development.php @@ -2,7 +2,37 @@ include("tde-head-and-foot.php"); doHeader("Trinity Development", "Development", "_"); ?> -<p>This page is a portal to the various resources used in the development of the Trinity Desktop Environment.</p> + +<h2>Become a Trinity Desktop Developer</h2> + + <p> + So you think you have what it takes to become a Trinity + Desktop Developer? Great! Getting started with a new project + can be intimidating, but here at the Trinity project we love new + developers! If you have any area of expertise that you think + could be helpful, we encourage you to speak up. The first + thing to do is poke around the website, the wiki, and the + mailing list logs in order to get acquainted with the project. + Emailing the developers mailing list is the best way to be + recognized and start helping out. Patches are always welcome + as well as new ideas. We look forward to your contributions! + </p> + <p> + Note that for legal reasons you need to <a href="/cla/">sign a CLA</a> before submitting patches or making commits. We do not transfer copyright; the CLA simply formalizes our rights to use your open-source work in our open-source project. + </p> + <p> + While all are welcome, the Trinity team is currently looking for help in the following specific areas: + </p> + <ul> + <li>Application bugfixes + <li>Bluetooth support + <li>Language translation/support + <li>Artwork + <li>UI design review + </ul> + <p> + If you believe you can assist in these areas, please <a href="mailinglist.php">contact us</a>. + </p> <h2/>Resources</h2> diff --git a/helpwanted.php b/helpwanted.php index 095c84f..a71fb5d 100644 --- a/helpwanted.php +++ b/helpwanted.php @@ -1,42 +1,53 @@ <?php - // (c) 2014 Trinity Desktop Project + // (c) 2014-2021 Trinity Desktop Project // All Rights Reserved - // Authors: Elizabeth Liddell, Timothy Pearson, and Calvin Morrison + // Authors: Elizabeth Liddell, Timothy Pearson, Calvin Morrison, Slávek Banko include("tde-head-and-foot.php"); doHeader("Trinity: Help Wanted", "Development", "Get Involved"); ?> -<h2> Getting Involved with Trinity Development</h2> +<h2>Getting Involved with Trinity Development</h2> +<p>We are pleased that you want to get involved! Here is more options to help. +You can:</p> +<ul> +<li>become a Trinity Desktop Developer</li> +<li>become a translator</li> +<li>work on themes and other artwork</li> +<li>report issues or suggestions for enhancements</li> +<li>provide support to other users</li> +<li>donate</li> +</ul> +<p>Everything will be helpful!</p> + +<h3>Become developer</h3> +<p>If you want to contribute to the code – become a Trinity Desktop Developer, +you can find more information in the <a href="development.php">Development</a> +section.</p> + +<h3>Become translator</h3> +<p>It is very easy to engage in translating Trinity Desktop Environment! Here +is a <a href="https://mirror.git.trinitydesktop.org/weblate/">TDE Weblate +Translation Workspace</a> (TWTW), where you can register and start working on +translations using a web interface. There is no need to set up the environment +and configure the application, no need to learn how to work with GIT. If you +prefer to work offline with special translation applications, it is not a +problem – through the TWTW you can get PO files and then upload them back. +Look for more information about TWTW on +<a href="https://wiki.trinitydesktop.org/TDE_Weblate_Translation_Workspace">Wiki</a>.</p> + +<h3>Support</h3> +<p>If you want to get involved by reporting issues or providing help to other +users, look at the <a href="support.php">Support</a> section, where you will +find information how you can report issues and search for their solutions as +well as how to contact other users and developers.</p> + +<h3>Donations</h3> +<p>As well as involvement in developing, reporting issues and their solutions, +providing support, donation is also very important. Without your support, it +would be difficult to do Trinity Desktop better. You can find more information +in the <a href="donate.php">Donations</a> section.</p> - <p> - So you think you have what it takes to become a Trinity - Desktop Developer? Great! Getting started with a new project - can be intimidating, but here at the Trinity project we love new - developers! If you have any area of expertise that you think - could be helpful, we encourage you to speak up. The first - thing to do is poke around the website, the wiki, and the - mailing list logs in order to get acquainted with the project. - Emailing the developers mailing list is the best way to be - recognized and start helping out. Patches are always welcome - as well as new ideas. We look forward to your contributions! - </p> - <p> - Note that for legal reasons you need to <a href="/cla/">sign a CLA</a> before submitting patches or making commits. We do not transfer copyright; the CLA simply formalizes our rights to use your open-source work in our open-source project. - </p> - <p> - While all are welcome, the Trinity team is currently looking for help in the following specific areas: - </p> - <ul> - <li>Application bugfixes - <li>Bluetooth support - <li>Language translation/support - <li>Artwork - <li>UI design review - </ul> - <p> - If you believe you can assist in these areas, please <a href="mailinglist.php">contact us</a>. - </p> <?php doFooter(); ?> |