@@ -10,57 +10,75 @@ import SiteName from "components/share/site-name";
10
10
import { MAX_WIDTH } from "lib/config" ;
11
11
import { Customize } from "lib/customize" ;
12
12
import withCustomize from "lib/with-customize" ;
13
- import Blog from "public/info/blog.png" ;
14
13
import MailingList from "public/info/cocalc-mailing-list.png" ;
15
- //import Discord from "public/info/discord.png";
16
14
import { COLORS } from "@cocalc/util/theme" ;
17
15
import Facebook from "public/info/facebook.png" ;
18
16
import GitHubDiscussions from "public/info/github-discussions.png" ;
19
17
import Github from "public/info/github.png" ;
20
18
import LinkedIn from "public/info/linkedin.png" ;
21
19
import Share from "public/info/share.png" ;
22
- import StackOverflow from "public/info/stackoverflow.png" ;
23
20
import Twitter from "public/info/twitter.png" ;
24
21
25
22
const imageWidth = "300px" ;
26
23
27
24
const dataSource = [
28
25
{
29
- link : "https://github.com/sagemathinc/cocalc/discussions " ,
26
+ link : "https://github.com/sagemathinc/cocalc" ,
30
27
logo : "github" ,
31
28
imageWidth,
32
- image : GitHubDiscussions ,
29
+ image : Github ,
33
30
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 >
36
33
</ A >
37
34
) ,
38
35
description : (
39
36
< >
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
42
77
</ A >
78
+ .
43
79
</ >
44
80
) ,
45
81
} ,
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
- // },
64
82
{
65
83
shareServer : true ,
66
84
link : "/share" ,
@@ -69,7 +87,7 @@ const dataSource = [
69
87
image : Share ,
70
88
title : (
71
89
< A href = "/share" >
72
- < b > Explore </ b > Published Files
90
+ CoCalc < b > Published Files </ b >
73
91
</ A >
74
92
) ,
75
93
description : (
@@ -85,192 +103,83 @@ const dataSource = [
85
103
) ,
86
104
} ,
87
105
{
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" ,
125
108
imageWidth,
109
+ image : Facebook ,
126
110
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 >
129
113
</ A >
130
114
) ,
131
115
description : (
132
116
< >
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.
139
121
</ >
140
122
) ,
141
123
} ,
142
124
{
143
- link : "https://blog.cocalc. com/archive.html " ,
144
- logo : "blog " ,
125
+ link : "https://github. com/sagemathinc/cocalc/discussions " ,
126
+ logo : "github " ,
145
127
imageWidth,
146
- image : Blog ,
128
+ image : GitHubDiscussions ,
147
129
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 >
150
132
</ A >
151
133
) ,
152
134
description : (
153
135
< >
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!
169
138
</ A >
170
- , and much more.
171
139
</ >
172
140
) ,
173
141
} ,
174
142
{
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 ,
177
146
imageWidth,
178
- image : Github ,
179
147
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 >
182
150
</ A >
183
151
) ,
184
152
description : (
185
153
< >
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
205
158
</ 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 >
212
159
.
213
160
</ >
214
161
) ,
215
162
} ,
163
+
216
164
{
217
165
link : "https://twitter.com/cocalc_com" ,
218
166
logo : "twitter" ,
219
167
imageWidth,
220
168
image : Twitter ,
221
169
title : (
222
170
< A href = "https://twitter.com/cocalc_com" >
223
- CoCalc on < b > Twitter</ b >
171
+ CoCalc on < b > Twitter/X </ b >
224
172
</ A >
225
173
) ,
226
174
description : (
227
175
< >
228
176
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
231
179
questions to us or tag us in your tweets.
232
180
</ >
233
181
) ,
234
182
} ,
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
- } ,
274
183
] as DataSource ;
275
184
276
185
export default function Connect ( { customize } ) {
0 commit comments