-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve TSF transparency and information
- Loading branch information
Showing
3 changed files
with
165 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,23 +10,59 @@ show_pagenav: true | |
|
||
<div markdown="1" class="leftcol widecol"> | ||
|
||
The Trino Software Foundation (TSF) is an independent, non-profit organization | ||
with the mission of supporting a community of passionate users and developers | ||
devoted to the advancement of the Trino distributed SQL query engine. It is | ||
dedicated to preserving the | ||
[vision of high quality, performant, and dependable software](/development/vision.html). | ||
The current board members of the Trino Software Foundation are Dain Sundstrom, | ||
David Phillips, and Martin Traverso. | ||
## Overview | ||
|
||
The Trino project is run by volunteers in a collaborative and open way. Its | ||
governance is controlled by the Trino Software Foundation (TSF). | ||
|
||
The TSF is an independent, non-profit organization with the mission of | ||
supporting a community of passionate users and developers devoted to the | ||
advancement of the Trino distributed SQL query engine. It is dedicated to | ||
preserving the [vision of high quality, performant, and dependable | ||
software](./development/vision.html). | ||
|
||
The board members of the Trino Software Foundation are Dain Sundstrom, David | ||
Phillips, and Martin Traverso. | ||
|
||
The Trino Software Foundation is registered as corporation with file number | ||
7239856 in Delaware, United States of America. | ||
|
||
Contact details: | ||
|
||
* [[email protected]](mailto:[email protected]) for general inquiries | ||
* [[email protected]](mailto:[email protected]) for information about [corporate | ||
guidelines](./guidelines-corporate.html) or notifications about [conduct | ||
violations](./individual-code-of-conduct.html) | ||
* [[email protected]](mailto:[email protected]) for security notification | ||
|
||
## Open community | ||
|
||
The Trino Software Foundation supports a diverse, open, collaborative, community | ||
of developers and users throughout the world. Everyone is welcome to | ||
participate, whether it be via code contributions, suggestions for improvements, | ||
or even bug reports. | ||
or bug reports. | ||
|
||
Everyone is invited to [join the community](./slack.html). | ||
|
||
### Commitment to open source | ||
|
||
As detailed in the our [legal notices](./legal.html) all projects use the Apache | ||
License 2.0. The Trino Software Foundation is committed to continue using the | ||
Apache License 2.0 as a liberal license to ensure the widest possible adoption | ||
of Trino by users and vendors alike. | ||
|
||
### Non-commercial but aware and friendly | ||
|
||
The TSF is happy to have third parties, including for-profit corporations, take our | ||
software and use it for their own purposes. However it is important in these | ||
cases to ensure that the third party does not misuse the brand and reputation of | ||
the Trino projects for its own purposes. It is important for the longevity | ||
and community health of Trino that the community gets the appropriate credit | ||
for producing freely available software. | ||
|
||
We encourage contributions from vendors with proprietary modifications and | ||
appreciate any furhter [sponsorship and support](./sponsor.html). | ||
|
||
## Responsibilities | ||
|
||
In supporting the Trino community, the Trino Software Foundation has several key | ||
|
@@ -36,7 +72,8 @@ functions. | |
|
||
The core responsibility of the TSF is to serve as the legal entity which handles | ||
all administrative oversight for the Trino project. For example, this includes | ||
accounting, legal concerns, and trademarks. | ||
accounting, legal concerns, and trademarks. The TSF also manages the source code | ||
repositories and any other infrastructure. | ||
|
||
### CLA management | ||
|
||
|
@@ -46,10 +83,16 @@ Software Foundation is responsible for reviewing, approving, and tracking all | |
signed CLAs. This ensures that all code contributed to Trino is fully under the | ||
Apache License. | ||
|
||
The CLA is identical to the CLA of the Apache Software Foundation. All copyright | ||
for contributions remains with the individual authors. | ||
|
||
### Ownership and trademarks <a name="tm"></a> | ||
|
||
The Trino brand and trademarks are owned and managed by the Trino Software | ||
Foundation. Assets includes the "trino" name, the "trinodb" name, the logo | ||
Foundation. Use of the brand and trademarks by other entities is not permitted, | ||
but can be approved by the TSF on a case by case bais. | ||
|
||
Assets includes the "trino" name, the "trinodb" name, the logo | ||
variations, and the name and likeness of the mascot, "Commander Bun Bun": | ||
|
||
<div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
--- | ||
layout: default | ||
title: Sponsor and support | ||
show_hero: true | ||
show_pagenav: true | ||
--- | ||
|
||
<div class="container"> | ||
<div class="row spacer-60"> | ||
<div class="col-md-12"> | ||
<div markdown="1" class="leftcol widecol"> | ||
|
||
## Overview | ||
|
||
The Trino community is a large and diverse community, and we encourage everyone | ||
to help and make the project a success. The project consists of Trino itself, | ||
and many subprojects managed in separate repositories in the trinodb | ||
organization. | ||
|
||
Working on all project - trino itself but also all other subprojects/repositories | ||
|
||
## Users | ||
|
||
Users of Trino can help us in numerous ways: | ||
|
||
* Talk and write about using Trino and tell others. | ||
* Present about Trino and your usage of Trino. | ||
* Attend [events about Trino](./community.html#events). | ||
* Join our [Slack community](./slack.html) and help other users. | ||
* [Star our GitHub repository]({{site.github_repo_url}}). | ||
* File [issues](https://github.com/trinodb/trino/issues) about any problems you encounter. | ||
* Help other Trino users on Slack, GitHub issues and | ||
[discussions](https://github.com/trinodb/trino/discussions), and many other | ||
places online, with our knowledge. | ||
* Get your company added as [Trino user](./users.html). | ||
|
||
Of course, from all this help it is a small step to become a contributor: | ||
|
||
## Contributors | ||
|
||
In addition to all the help you can provide as a [user](#users) you can increase | ||
your support for Trino as a contributor: | ||
|
||
* Learn about the contributions process and related information. | ||
* Sign the CLA. | ||
* Find out about all the different code repositories that are waiting for your contributions. | ||
* Get started with a simple issue or a documentation improvement. | ||
* Look at pull requests from others to learn more. | ||
* Send your first pull requests. | ||
* Attend our [Trino contributor meetings](https://github.com/trinodb/trino/wiki/Contributor-meetings) | ||
* Review and test pull requests from other contributors. | ||
* Triage issues and contribute fixes. | ||
* Ask your employer to support yourself and others in contributing to Trino. | ||
* Ask your employer to support Trino with [events](#events), infrastructure, donations | ||
|
||
## Maintainers | ||
|
||
In | ||
|
||
## Companies | ||
|
||
* Get your company added as [Trino user](./users.html). | ||
* Dedicate time for employers to work as [contributors](#) and [maintainers]() | ||
* Sponsor and host events. | ||
* Provide infrastructure for the project and become an official sponsor. | ||
* Donate and become an official sponsor. | ||
|
||
provide time at work to contribute, see if they are available for hire, donate | ||
to them for their work | ||
|
||
provide time for contributor time | ||
|
||
|
||
collaborate on maintenance and features to reduce the burden of maintenance for | ||
the Trino project and for vendors internally, and improve the competitiveness of | ||
Trino compared to other query engines. | ||
|
||
## Events | ||
|
||
Host your own events, and sponsor events such as Trino Fest and Trino Summit | ||
|
||
## Infrastructure | ||
|
||
Trino tries to keep cost low as possible by talking sponsorship for infrastructure | ||
|
||
if you are a vendor of infrastructure.. contact us | ||
|
||
## Donations | ||
|
||
Open Source Collective | ||
|
||
https://opencollective.com/trino | ||
|
||
## Sponsors | ||
|
||
The following organizations are sponsors of the Trino project and have agreed to | ||
be referenced mentioned: | ||
|
||
{%- include sponsorsline.html -%} | ||
|
||
Many other companies are also active users, participants, and contributors to | ||
the success of Trino. | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> |