Skip to content

Commit 561659d

Browse files
committed
clean up the cocalc community page -- delete dead stuff, reorder by how active things are these days
1 parent d955225 commit 561659d

File tree

1 file changed

+75
-166
lines changed

1 file changed

+75
-166
lines changed

src/packages/next/pages/support/community.tsx

Lines changed: 75 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -10,57 +10,75 @@ import SiteName from "components/share/site-name";
1010
import { MAX_WIDTH } from "lib/config";
1111
import { Customize } from "lib/customize";
1212
import withCustomize from "lib/with-customize";
13-
import Blog from "public/info/blog.png";
1413
import MailingList from "public/info/cocalc-mailing-list.png";
15-
//import Discord from "public/info/discord.png";
1614
import { COLORS } from "@cocalc/util/theme";
1715
import Facebook from "public/info/facebook.png";
1816
import GitHubDiscussions from "public/info/github-discussions.png";
1917
import Github from "public/info/github.png";
2018
import LinkedIn from "public/info/linkedin.png";
2119
import Share from "public/info/share.png";
22-
import StackOverflow from "public/info/stackoverflow.png";
2320
import Twitter from "public/info/twitter.png";
2421

2522
const imageWidth = "300px";
2623

2724
const dataSource = [
2825
{
29-
link: "https://github.com/sagemathinc/cocalc/discussions",
26+
link: "https://github.com/sagemathinc/cocalc",
3027
logo: "github",
3128
imageWidth,
32-
image: GitHubDiscussions,
29+
image: Github,
3330
title: (
34-
<A href="https://github.com/sagemathinc/cocalc/discussions">
35-
CoCalc <b>GitHub Discussions</b>
31+
<A href="https://github.com/sagemathinc/cocalc">
32+
CoCalc's <b>Source Code</b>
3633
</A>
3734
),
3835
description: (
3936
<>
40-
<A href="https://github.com/sagemathinc/cocalc/discussions">
41-
Search or ask questions and start a discussion about CoCalc here!
37+
Browse every change to{" "}
38+
<A href="https://github.com/sagemathinc/cocalc">CoCalc source code</A>,
39+
track the status of{" "}
40+
<A href="https://github.com/sagemathinc/cocalc/issues">known issues</A>,{" "}
41+
<A href="https://github.com/sagemathinc/cocalc/issues/new">
42+
report a bug
43+
</A>
44+
, comment on{" "}
45+
<A href="https://github.com/sagemathinc/cocalc/issues">
46+
development ideas
47+
</A>{" "}
48+
and see an{" "}
49+
<A href="https://github.com/sagemathinc/cocalc/graphs/contributors">
50+
overview of the pace of development
51+
</A>
52+
. While you're at it,{" "}
53+
<A href="https://github.com/sagemathinc/cocalc/network/members">
54+
fork CoCalc
55+
</A>{" "}
56+
and send us{" "}
57+
<A href="https://github.com/sagemathinc/cocalc/pulls">a pull request</A>
58+
.
59+
</>
60+
),
61+
},
62+
{
63+
link: "https://www.linkedin.com/company/sagemath-inc./",
64+
logo: "linkedin",
65+
imageWidth,
66+
image: LinkedIn,
67+
title: (
68+
<A href="https://www.linkedin.com/company/sagemath-inc./">
69+
CoCalc on <b>LinkedIn</b>
70+
</A>
71+
),
72+
description: (
73+
<>
74+
Explore{" "}
75+
<A href="https://www.linkedin.com/company/sagemath-inc./">
76+
CoCalc on LinkedIn
4277
</A>
78+
.
4379
</>
4480
),
4581
},
46-
// {
47-
// link: "https://discord.gg/nEHs2GK",
48-
// title: (
49-
// <>
50-
// <b>Chat</b> about CoCalc on Discord
51-
// </>
52-
// ),
53-
// logo: "comment",
54-
// image: Discord,
55-
// imageWidth,
56-
// description: (
57-
// <>
58-
// Visit the <A href="https://discord.gg/nEHs2GK">CoCalc Discord server</A>{" "}
59-
// to chat with other CoCalc users, ask questions, and give us quick
60-
// feedback.
61-
// </>
62-
// ),
63-
// },
6482
{
6583
shareServer: true,
6684
link: "/share",
@@ -69,7 +87,7 @@ const dataSource = [
6987
image: Share,
7088
title: (
7189
<A href="/share">
72-
<b>Explore</b> Published Files
90+
CoCalc <b>Published Files</b>
7391
</A>
7492
),
7593
description: (
@@ -85,192 +103,83 @@ const dataSource = [
85103
),
86104
},
87105
{
88-
logo: "solution",
89-
image: StackOverflow,
90-
imageWidth,
91-
link: "https://stackoverflow.com/",
92-
title: (
93-
<A href={"https://stackexchange.com/sites"}>
94-
<b>Ask</b> on StackExchange
95-
</A>
96-
),
97-
description: (
98-
<>
99-
There are many pages on{" "}
100-
<A href={"https://stackexchange.com/sites"}>StackExchange</A>, where you
101-
can get help from a broad community.{" "}
102-
<strong>
103-
Make sure to tag CoCalc specific questions with <code>"cocalc"</code>
104-
</strong>{" "}
105-
and add more tags matching the topic accordingly, e.g.{" "}
106-
<code>"python"</code>.
107-
<ul style={{ paddingLeft: "20px" }}>
108-
<li>
109-
<A href={"https://stackoverflow.com/"}>StackOverflow</A>:
110-
programming questions, for professional and enthusiast programmers
111-
</li>
112-
<li>
113-
<A href={"https://math.stackexchange.com/"}>Mathematics</A>: for
114-
people studying math at any level and professionals in related
115-
fields
116-
</li>
117-
</ul>
118-
</>
119-
),
120-
},
121-
{
122-
link: "https://groups.google.com/forum/?fromgroups#!forum/cocalc",
123-
logo: "envelope",
124-
image: MailingList,
106+
link: "https://www.facebook.com/CoCalcOnline/",
107+
logo: "facebook",
125108
imageWidth,
109+
image: Facebook,
126110
title: (
127-
<A href="https://groups.google.com/forum/?fromgroups#!forum/cocalc">
128-
<b>The Google Groups Mailing List</b>
111+
<A href="https://www.facebook.com/CoCalcOnline/">
112+
CoCalc on <b>Facebook</b>
129113
</A>
130114
),
131115
description: (
132116
<>
133-
Get announcements about CoCalc in your inbox, and use email to
134-
participate in discussions with the CoCalc community at the{" "}
135-
<A href="https://groups.google.com/forum/?fromgroups#!forum/cocalc">
136-
CoCalc mailing list
137-
</A>
138-
.
117+
Check out our{" "}
118+
<A href="https://www.facebook.com/CoCalcOnline/">Facebook page</A>,
119+
where you can post something cool you've done using CoCalc, start a
120+
dicussion, or watch out for announcements.
139121
</>
140122
),
141123
},
142124
{
143-
link: "https://blog.cocalc.com/archive.html",
144-
logo: "blog",
125+
link: "https://github.com/sagemathinc/cocalc/discussions",
126+
logo: "github",
145127
imageWidth,
146-
image: Blog,
128+
image: GitHubDiscussions,
147129
title: (
148-
<A href="https://about.cocalc.com/cocalcs-blog/">
149-
<b>Read</b> the CoCalc blog
130+
<A href="https://github.com/sagemathinc/cocalc/discussions">
131+
CoCalc <b>GitHub Discussions</b>
150132
</A>
151133
),
152134
description: (
153135
<>
154-
Read about new developments in{" "}
155-
<A href="https://about.cocalc.com/cocalcs-blog/">CoCalc's new blog</A>
156-
and check
157-
<A href="https://blog.cocalc.com/archive.html">the archives</A>, where
158-
you can read about{" "}
159-
<A href="https://blog.cocalc.com/2018/10/11/collaborative-editing.html">
160-
how collaborative editing works
161-
</A>
162-
,{" "}
163-
<A href="https://blog.cocalc.com/cocalc/2018/09/10/where-is-cocalc-from.html">
164-
who implements CoCalc
165-
</A>
166-
,{" "}
167-
<A href="https://blog.cocalc.com/2017/02/09/rethinkdb-vs-postgres.html">
168-
why CoCalc uses PostgreSQL
136+
<A href="https://github.com/sagemathinc/cocalc/discussions">
137+
Search or ask questions and start a discussion about CoCalc here!
169138
</A>
170-
, and much more.
171139
</>
172140
),
173141
},
174142
{
175-
link: "https://github.com/sagemathinc/cocalc",
176-
logo: "github",
143+
link: "https://groups.google.com/forum/?fromgroups#!forum/cocalc",
144+
logo: "envelope",
145+
image: MailingList,
177146
imageWidth,
178-
image: Github,
179147
title: (
180-
<A href="https://github.com/sagemathinc/cocalc/commits/master">
181-
CoCalc's <b>Source Code</b>
148+
<A href="https://groups.google.com/forum/?fromgroups#!forum/cocalc">
149+
CoCalc <b>Google Groups Mailing List</b>
182150
</A>
183151
),
184152
description: (
185153
<>
186-
Browse every change to{" "}
187-
<A href="https://github.com/sagemathinc/cocalc/commits/master">
188-
CoCalc source code, which goes back to <b>April 2012</b>
189-
</A>
190-
, track the status of{" "}
191-
<A href="https://github.com/sagemathinc/cocalc/issues?q=is%3Aissue+is%3Aopen+label%3AI-bug+-label%3Ablocked+sort%3Acreated-desc">
192-
known bugs
193-
</A>
194-
,{" "}
195-
<A href="https://github.com/sagemathinc/cocalc/issues/new">
196-
report a bug
197-
</A>
198-
, comment on{" "}
199-
<A href="https://github.com/sagemathinc/cocalc/issues">
200-
development ideas
201-
</A>{" "}
202-
and see an{" "}
203-
<A href="https://github.com/sagemathinc/cocalc/graphs/contributors">
204-
overview of the pace of development
154+
Get announcements about CoCalc in your inbox, and use email to
155+
participate in discussions with the CoCalc community at the{" "}
156+
<A href="https://groups.google.com/forum/?fromgroups#!forum/cocalc">
157+
CoCalc mailing list
205158
</A>
206-
. While you're at it,{" "}
207-
<A href="https://github.com/sagemathinc/cocalc/network/members">
208-
fork CoCalc
209-
</A>{" "}
210-
and send us{" "}
211-
<A href="https://github.com/sagemathinc/cocalc/pulls">a pull request</A>
212159
.
213160
</>
214161
),
215162
},
163+
216164
{
217165
link: "https://twitter.com/cocalc_com",
218166
logo: "twitter",
219167
imageWidth,
220168
image: Twitter,
221169
title: (
222170
<A href="https://twitter.com/cocalc_com">
223-
CoCalc on <b>Twitter</b>
171+
CoCalc on <b>Twitter/X</b>
224172
</A>
225173
),
226174
description: (
227175
<>
228176
Follow{" "}
229-
<A href="https://twitter.com/cocalc_com">@cocalc_com on Twitter</A> for
230-
announcements about what's going on with CoCalc. You can also DM
177+
<A href="https://twitter.com/cocalc_com">@cocalc_com on Twitter/X</A>{" "}
178+
for announcements about what's going on with CoCalc. You can also DM
231179
questions to us or tag us in your tweets.
232180
</>
233181
),
234182
},
235-
{
236-
link: "https://www.linkedin.com/company/sagemath-inc./",
237-
logo: "linkedin",
238-
imageWidth,
239-
image: LinkedIn,
240-
title: (
241-
<A href="https://www.linkedin.com/company/sagemath-inc./">
242-
CoCalc on <b>LinkedIn</b>
243-
</A>
244-
),
245-
description: (
246-
<>
247-
Explore{" "}
248-
<A href="https://www.linkedin.com/company/sagemath-inc./">
249-
CoCalc on LinkedIn
250-
</A>
251-
.
252-
</>
253-
),
254-
},
255-
{
256-
link: "https://www.facebook.com/CoCalcOnline/",
257-
logo: "facebook",
258-
imageWidth,
259-
image: Facebook,
260-
title: (
261-
<A href="https://www.facebook.com/CoCalcOnline/">
262-
CoCalc on <b>Facebook</b>
263-
</A>
264-
),
265-
description: (
266-
<>
267-
Check out our{" "}
268-
<A href="https://www.facebook.com/CoCalcOnline/">Facebook page</A>,
269-
where you can post something cool you've done using CoCalc, start a
270-
dicussion, or watch out for announcements.
271-
</>
272-
),
273-
},
274183
] as DataSource;
275184

276185
export default function Connect({ customize }) {

0 commit comments

Comments
 (0)