Skip to content

Commit b724564

Browse files
committed
Improve TSF transparency and information
1 parent dda9123 commit b724564

File tree

3 files changed

+148
-3
lines changed

3 files changed

+148
-3
lines changed

_includes/header.html

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ <h2>Do you ❤️ Trino? Give us a 🌟 on GitHub <i class="fab fa-github"></i><
4646
<a class="dropdown-item" href="/community.html#contributors">Contributors</a>
4747
<a class="dropdown-item" href="/individual-code-of-conduct.html">Code of conduct</a>
4848
<a class="dropdown-item" href="/guidelines-corporate.html">Corporate guidelines</a>
49+
<a class="dropdown-item" href="/foundation.html">Trino Software Foundation</a>
50+
<a class="dropdown-item" href="/sponsor.html">Sponsor and support</a>
4951
</div>
5052
</li>
5153
<li class="nav-item dropdown {% if page.url contains '/development' %}active{% endif %}">

foundation.md

+42-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,31 @@ show_pagenav: true
1010

1111
<div markdown="1" class="leftcol widecol">
1212

13+
## Overview
14+
15+
The Trino project is run by volunteers in a collaborative and open way. Its
16+
governance is controlled by the Trino Software Foundation.
17+
1318
The Trino Software Foundation (TSF) is an independent, non-profit organization
1419
with the mission of supporting a community of passionate users and developers
1520
devoted to the advancement of the Trino distributed SQL query engine. It is
16-
dedicated to preserving the
17-
[vision of high quality, performant, and dependable software](/development/vision.html).
18-
The current board members of the Trino Software Foundation are Dain Sundstrom,
21+
dedicated to preserving the [vision of high quality, performant, and dependable
22+
software](./development/vision.html).
23+
24+
The board members of the Trino Software Foundation are Dain Sundstrom,
1925
David Phillips, and Martin Traverso.
2026

27+
The Trino Software Foundation is registered as corporation with file number
28+
7239856 in Delaware, United States of America.
29+
30+
Contact details:
31+
32+
* General inquiries - [[email protected]](mailto:[email protected]) <br/>
33+
* [Corporate inquiries](./guidelines-corporate.md) or notifications about
34+
[conduct violations](./individual-code-of-conduct.md) -
35+
36+
* Security notification - [[email protected]](mailto:[email protected])<br/>
37+
2138
## Open community
2239

2340
The Trino Software Foundation supports a diverse, open, collaborative, community
@@ -27,6 +44,25 @@ or even bug reports.
2744

2845
Everyone is invited to [join the community](./slack.html).
2946

47+
### Commitment to open source
48+
49+
As detailed in the our [legal notices](./legal.html) all projects use the Apache
50+
License 2.0. The Trino Software Foundation is committed to continue using the
51+
Apache License 2.0 as a liberal license to ensure the widest possible adoption
52+
of Trino by users and vendors alike.
53+
54+
### Non-commercial but aware and friendly
55+
56+
We’re happy to have third parties, including for-profit corporations, take our
57+
software and use it for their own purposes. However it is important in these
58+
cases to ensure that the third party does not misuse the brand and reputation of
59+
the Trino projects for its own purposes. It is important for the longevity
60+
and community health of Trino that the community gets the appropriate credit
61+
for producing freely available software.
62+
63+
We encourage contributions from vendors with proprietary modifications to
64+
[sponsor and support](./sponsor.html) the Trino project.
65+
3066
## Responsibilities
3167

3268
In supporting the Trino community, the Trino Software Foundation has several key
@@ -46,6 +82,9 @@ Software Foundation is responsible for reviewing, approving, and tracking all
4682
signed CLAs. This ensures that all code contributed to Trino is fully under the
4783
Apache License.
4884

85+
The CLA is identical to the CLA of the Apache Software Foundation. All copyright
86+
for contributions remains with the individual authors.
87+
4988
### Ownership and trademarks <a name="tm"></a>
5089

5190
The Trino brand and trademarks are owned and managed by the Trino Software

sponsor.md

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
layout: default
3+
title: Sponsor and support
4+
show_hero: true
5+
show_pagenav: true
6+
---
7+
8+
<div class="container">
9+
<div class="row spacer-60">
10+
<div class="col-md-12">
11+
<div markdown="1" class="leftcol widecol">
12+
13+
## Overview
14+
15+
The Trino community is a large and diverse community, and we encourage everyone
16+
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.
17+
18+
Working on all project - trino itself but also all other subprojects/repositories
19+
20+
## Users
21+
22+
Users of Trino can help us in numerous ways:
23+
24+
* Talk and write about using Trino and tell others.
25+
* Present about Trino and your usage of Trino.
26+
* Attend [events about Trino](./community.html#events).
27+
* Join our [Slack community](./slack.html) and help other users.
28+
* [Star our GitHub repository]({{site.github_repo_url}}).
29+
* File [issues](https://github.com/trinodb/trino/issues) about any problems you encounter.
30+
* Help other Trino users on Slack, GitHub issues and [discussions](https://github.com/trinodb/trino/discussions), and
31+
many other places online, with our knowledge.
32+
* Get your company added as [Trino user](./users.html).
33+
34+
Of course, from all this help its a short step to become a contributor:
35+
36+
## Contributors
37+
38+
In addition to all the help you can provide as a [user](#users) you can increase your support for Trino as a contributor:
39+
40+
* Learn about the contributions process and related information.
41+
* Sign the CLA.
42+
* Find out about all the different code repositories that are looking for your contributions.
43+
* Maybe get started with a simple issue or a documentation improvement.
44+
* Look at the contributing pull requests from others to learn more.
45+
* Help with other pull requests by reviewing, testing, or detailing your use case.
46+
* Send your first pull requests.
47+
* Attend our [Trino contributor meetings](https://github.com/trinodb/trino/wiki/Contributor-meetings)
48+
* Review and test pull requests from other contributors.
49+
* Triage issues and contribute fixes.
50+
* Ask your employer to support yourself and others in contributing to Trino.
51+
* Ask your employer to support Trino with [events](#events), infrastructure, donations
52+
53+
## Maintainers
54+
55+
In
56+
57+
## Companies
58+
59+
* Get your company added as [Trino user](./users.html).
60+
* Dedicate time for employers to work as [contributors](#) and [maintainers]()
61+
* Sponsor and host events
62+
* Provide infrastructure for the project and become an official sponsor.
63+
* Donate and become and official sponsor.
64+
65+
provide time at work to contribute, see if they are available for hire, donate
66+
to them for their work
67+
68+
provide time for contributor time
69+
70+
71+
collaborate on maintenance and features to reduce the burden of maintenance for
72+
the Trino project and for vendors internally, and improve the competitiveness of
73+
Trino compared to other query engines.
74+
75+
## Events
76+
77+
Host your own events, and sponsor events such as Trino Fest and Trino Summit
78+
79+
## Infrastructure
80+
81+
Trino tries to keep cost low as possible by talking sponsorship for infrastructure
82+
83+
if you are a vendor of infrastructure.. contact us
84+
85+
## Donations
86+
87+
Open Source Collective
88+
89+
https://opencollective.com/trino
90+
91+
## Sponsors
92+
93+
The following organizations are sponsors of the Trino project and have agreed to
94+
be referenced mentioned:
95+
96+
{%- include sponsorsline.html -%}
97+
98+
Many other companies are also active users, participants, and contributors to
99+
the success of Trino.
100+
101+
</div>
102+
</div>
103+
</div>
104+
</div>

0 commit comments

Comments
 (0)