Skip to content

Commit 5ddbf30

Browse files
authored
Merge pull request #10 from slel/patch-2
Fix typos and slightly rephrase landing page
2 parents 6e3d80e + cd26889 commit 5ddbf30

1 file changed

Lines changed: 25 additions & 19 deletions

File tree

index.html

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ <h2>
5959
<img src="images/gpl.svg" alt="GPLv3 logo" />
6060
</div>
6161
<div class="content">
62-
<h3>Free & OpenSource</h3>
62+
<h3>Free software</h3>
6363
<p> Mathics is licensed under
6464
<a
6565
href="https://github.com/mathics/Mathics/blob/master/COPYING.txt"/>
66-
GPLv3</a> and it's developed by an active community of
67-
volunteers. It's source code is freely available at
66+
GPLv3</a> and is developed by an active community of
67+
volunteers. Its source code is freely available at
6868
<a href="https://github.com/mathics/Mathics">our GitHub
6969
repository</a>
7070
</p>
@@ -91,8 +91,8 @@ <h3>Flexible clients</h3>
9191
are <a href="https://github.com/Mathics3/mathicsscript">
9292
mathicsscript</a> (a GNU-like CLI client) and
9393
<a href="https://github.com/Mathics3/mathics-django">
94-
mathics-django</a> (a Django-based web interface). We're also
95-
working on a Jupyter kernel for Mathics
94+
mathics-django</a> (a Django-based web interface). We are also
95+
working on a Jupyter kernel for Mathics.
9696
</div>
9797
</section>
9898
</div>
@@ -107,7 +107,7 @@ <h2>Installation</h2>
107107
facilitate using the parts of you desire. This can also reduce the
108108
vast number of dependencies to those that you need and the
109109
footprint to run. The pieces are described next with the
110-
component’s OS and Python-package dependencies.
110+
components' OS and Python-package dependencies.
111111
</p>
112112

113113
<h3>Mathics Core</h3>
@@ -118,14 +118,13 @@ <h3>Mathics Core</h3>
118118

119119
<p>
120120
If you are developing a non-interactive application written in
121-
Mathics, you may no more than this.
121+
Mathics, you may need no more than this.
122122
</p>
123123

124-
<h3>mathisscript</h3>
124+
<h3>mathicsscript</h3>
125125

126126
<p>
127-
mathicsscript is a CLI client for Mathics. Some of it's features
128-
include:
127+
mathicsscript is a CLI client for Mathics. It features:
129128
</p>
130129

131130
<ul>
@@ -161,9 +160,9 @@ <h3>mathisscript</h3>
161160
</ul>
162161

163162
<p>
164-
mathicsscript is a CLI client for Mathics. Some of it's features
165-
mathicsscript can be installed via
166-
<a href="https://pypi.org/project/mathicsscript/">PyPI</a>.
163+
mathicsscript is deposited on
164+
<a href="https://pypi.org/project/mathicsscript/">PyPI</a>
165+
and can be installed via pip.
167166
</p>
168167

169168
<h3>Mathics-Django</h3>
@@ -178,7 +177,7 @@ <h3>Mathics-Django</h3>
178177
</p>
179178

180179
<p>
181-
Some of its features:
180+
It features:
182181
</p>
183182

184183
<ul>
@@ -197,7 +196,7 @@ <h3>Mathics-Django</h3>
197196
</ul>
198197

199198
<p>
200-
To use this, you will need Django installed, and a browser with
199+
To use this, you will need Django installed and a browser with
201200
JavaScript enabled.
202201
</p>
203202

@@ -228,9 +227,9 @@ <h2>Documentation</h2>
228227
<h2>Support</h2>
229228
<div class="inner align-left">
230229
<p>
231-
Use the Google groups
230+
Use the
232231
<a href="https://groups.google.com/forum/#!forum/mathics-users">
233-
mathics-users</a> for discussions regarding using Mathics.
232+
mathics-users</a> mailing list for discussions regarding using Mathics.
234233
</p>
235234

236235
<ul>
@@ -241,9 +240,16 @@ <h2>Support</h2>
241240
</li>
242241

243242
<li>
243+
Code repositories for all the components and website live
244+
under the
244245
<a href="https://github.com/mathics/">
245-
GitHub mathics Organization
246+
mathics
246247
</a>
248+
and the
249+
<a href="https://github.com/mathics3/">
250+
Mathics3
251+
</a>
252+
GitHub organizations.
247253
</li>
248254
</ul>
249255
</div>
@@ -254,7 +260,7 @@ <h2>Support</h2>
254260
<h2>Contributing</h2>
255261
<div class="inner align-left">
256262
<p>
257-
Please checkout our contributing guide at
263+
Please check out our contributing guide at
258264
<a href="https://mathics-development-guide.readthedocs.io/en/latest/developing-code/contributing-developing.html">
259265
mathics-development-guide.readthedocs.io/en/latest/developing-code/contributing-developing
260266
</a>. <strong>Developers wanted! Please get in touch if you want

0 commit comments

Comments
 (0)