Skip to content

Commit 27a61f4

Browse files
committed
updating about page
1 parent d2c1595 commit 27a61f4

File tree

1 file changed

+13
-35
lines changed

1 file changed

+13
-35
lines changed

website/src/about.tsx

Lines changed: 13 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -37,45 +37,23 @@ const About = () => {
3737
more information.
3838
</Paragraph>
3939
<Paragraph variant='body1'>
40-
This service is operated by the <Link color='secondary' href='https://www.eclipse.org/'>Eclipse Foundation</Link>.
40+
This service is operated by the <Link color='secondary' href='https://www.eclipse.org/'>Eclipse Foundation</Link>
41+
under the responsibility of the Open VSX Working Group. The Open VSX Working Group ensures the continued sustainability,
42+
integrity, evolution and adoption of the Open VSX Registry. It provides governance, guidance, and funding for the
43+
communities that support its implementation, deployment and maintenance. If you're interested in joining the working group,
44+
please <Link color='secondary' underline='hover' href='https://www.eclipse.org/membership/join-us/'>let us know</Link>.
4145
</Paragraph>
4246
<Paragraph variant='body1'>
43-
The source code of Open VSX is managed by
44-
the <Link color='secondary' underline='hover' href='https://projects.eclipse.org/projects/ecd.openvsx'>Eclipse Open VSX</Link> project
45-
and is licensed under
46-
the <Link color='secondary' underline='hover' href='https://www.eclipse.org/legal/epl-2.0/'>Eclipse Public License v2.0</Link>.
47-
The code is split in two repositories:
47+
For information on using the registry, publishing extensions, its API, implementation
48+
and deployment details, see our <Link color='secondary' underline='hover' href='https://github.com/EclipseFdn/open-vsx.org/wiki'>wiki</Link>.
49+
</Paragraph>
50+
51+
<Heading variant='h5'>Communication</Heading>
52+
<Paragraph variant='body1'>
53+
We use Slack for instant messaging and general communication,
54+
use this <Link color='secondary' underline='hover' href='https://join.slack.com/t/openvsxworkinggroup/shared_invite/zt-2y07y1ggy-ct3IfJljjGI6xWUQ9llv6A'>link</Link> to join our Slack workspace.
4855
</Paragraph>
49-
<RepositoryList>
50-
<li>
51-
<Link color='secondary' underline='hover' href='https://github.com/eclipse/openvsx'>eclipse/openvsx</Link> &ndash;
52-
main code with server, web UI and CLI. These components can be reused to deploy other registry instances
53-
(both public and private).
54-
</li>
55-
<li>
56-
<Link color='secondary' underline='hover' href='https://github.com/EclipseFdn/open-vsx.org'>EclipseFdn/open-vsx.org</Link> &ndash;
57-
additional code for this website.
58-
</li>
59-
</RepositoryList>
6056

61-
<Heading variant='h5'>Resources</Heading>
62-
<List>
63-
<ListItem>
64-
<ListItemText>
65-
The publishing process is described in the <Link color='secondary' underline='hover' href='https://github.com/eclipse/openvsx/wiki/Publishing-Extensions#how-to-publish-an-extension'>openvsx Wiki</Link>.
66-
</ListItemText>
67-
</ListItem>
68-
<ListItem>
69-
<ListItemText>
70-
The <Link color='secondary' underline='hover' href='https://www.eclipse.org/legal/open-vsx-registry-faq/'>FAQ</Link> section explains what you can and cannot do as a user of our service.
71-
</ListItemText>
72-
</ListItem>
73-
<ListItem>
74-
<ListItemText>
75-
Get involved in the <Link color='secondary' underline='hover' href='https://gitter.im/eclipse/openvsx'>community</Link>.
76-
</ListItemText>
77-
</ListItem>
78-
</List>
7957
</Container>;
8058
}
8159

0 commit comments

Comments
 (0)