File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
src/packages/next/components/landing Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,16 @@ export function CoCalcComFeatures() {
70
70
, < A href = { "/features/latex-editor" } > LaTeX files</ A > ,{ " " }
71
71
< A href = "/features/sage" > SageMath Worksheets</ A > ,{ " " }
72
72
< A href = { "/features/whiteboard" } > Computational Whiteboards</ A > , and
73
- much more.
73
+ much more. We have an{ " " }
74
+ < A href = { "https://doc.cocalc.com/why.html#open-world-approach" } >
75
+ open world approach
76
+ </ A > { " " }
77
+ giving users as much flexibility in choosing software and hardware as
78
+ possible.
74
79
</ Paragraph >
75
80
76
81
< Paragraph >
77
- Everyone's code runs in the same per-project environment, which
82
+ You and your collaborators use the same per-project environment, which
78
83
provides consistent results, synchronized file changes, and automatic
79
84
revision history so that you can go back in time when you need to
80
85
discover what changed and when. { renderShareServer ( ) }
@@ -439,10 +444,7 @@ export function CoCalcComFeatures() {
439
444
>
440
445
< Paragraph style = { { color : txtCol } } >
441
446
It is very easy to run { siteName } on your own computer or
442
- cluster.
443
- </ Paragraph >
444
- < Paragraph style = { { color : txtCol } } >
445
- There are three options available:
447
+ cluster. The available options are:
446
448
< ol >
447
449
< li >
448
450
Make your computer available in a { siteName } project via an{ " " }
You can’t perform that action at this time.
0 commit comments