Skip to content

Commit 5b556b6

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

File tree

3 files changed

+117
-3
lines changed

3 files changed

+117
-3
lines changed

_includes/header.html

Lines changed: 2 additions & 0 deletions
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

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,35 @@ 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+
Trino Software Foundation<br/>
33+
202 Everett Ave<br/>
34+
Palo Alto, CA 94301<br/>
35+
36+
General inquiries - [[email protected]](mailto:[email protected]) <br/>
37+
[Corporate inquiries](./guidelines-corporate.md) or notifications about
38+
[conduct violations](./individual-code-of-conduct.md) -
39+
40+
Security notification - [[email protected]](mailto:[email protected])<br/>
41+
2142
## Open community
2243

2344
The Trino Software Foundation supports a diverse, open, collaborative, community
@@ -27,6 +48,25 @@ or even bug reports.
2748

2849
Everyone is invited to [join the community](./slack.html).
2950

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

3272
In supporting the Trino community, the Trino Software Foundation has several key
@@ -46,6 +86,9 @@ Software Foundation is responsible for reviewing, approving, and tracking all
4686
signed CLAs. This ensures that all code contributed to Trino is fully under the
4787
Apache License.
4888

89+
The CLA is identical to the CLA of the Apache Software Foundation. All copyright
90+
for contributions remains with the individual authors.
91+
4992
### Ownership and trademarks <a name="tm"></a>
5093

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

sponsor.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
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+
large and diverse community .. everyone can help
16+
17+
How to in following sections
18+
19+
## Users
20+
21+
File issue, triage issues and so on, talk about trino, maybe even donate
22+
23+
## Contributors
24+
25+
contribute, lobby for more contributions, collaborate with other contributors,
26+
attend contributor calls, review PRs from other contributors
27+
28+
## Maintainers
29+
30+
Same as
31+
32+
## Support individual contributors and maintainers
33+
34+
provide time at work to contribute, see if they are available for hire, donate
35+
to them for their work
36+
37+
provide time for contributor time
38+
39+
40+
collaborate on maintenance and features to reduce the burden of maintenance for
41+
the Trino project and for vendors internally, and improve the competitiveness of
42+
Trino compared to other query engines.
43+
44+
## Events
45+
46+
Host your own events, and sponsor events such as Trino Fest and Trino Summit
47+
48+
## Infrastructure
49+
50+
Trino tries to keep cost low as possible by talking sponsorship for infrastructure
51+
52+
if you are a vendor of infrastructure.. contact us
53+
54+
## Donations
55+
56+
Open Source Collective
57+
58+
https://opencollective.com/trino
59+
60+
## Sponsors
61+
62+
The ones that want to admit...
63+
64+
{%- include sponsorsline.html -%}
65+
66+
</div>
67+
</div>
68+
</div>
69+
</div>

0 commit comments

Comments
 (0)