Skip to content

Commit f4717dc

Browse files
committed
Copyediting
1 parent d6799d1 commit f4717dc

File tree

5 files changed

+28
-30
lines changed

5 files changed

+28
-30
lines changed

about/index.html

+12-13
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,21 @@ <h2 id="backups">
1010
Nightly backups
1111
</h2>
1212
<p>
13-
Around 4 AM each day, two backups are performed: a monolithic backup
14-
to restore the entire server in the event of a catastrophe, and an
15-
individual backup for each user. At least 3 of the most recent
16-
monolithic backups are kept at all times, in addition to some
17-
historical backups that are encrypted and stored on separate
18-
servers. The nightly, individual backups are available at
19-
<code>/mit/sql/backup/</code>. The previous day&rsquo;s backup is also
20-
available upon request.
21-
</p>
13+
(sufficient to restore the entire server in the event of a
14+
catastrophe) and an individual backup for each user. We maintain at
15+
least the three most recent monolithic backups at all times, in
16+
addition to some historical backups encrypted and stored
17+
off-site. The nightly, individual backups are available at
18+
<code>/mit/sql/backup/</code>, and the previous day&rsquo;s backup
19+
is also available upon request.
20+
/p>
2221
<h2 id="software">
2322
Software stack
2423
</h2>
2524
<p>
26-
sql.mit.edu currently runs the community edition of
27-
MySQL. We&rsquo;ll be upgrading to MariaDB, the newest version of
28-
the community-supported MySQL, when the servers are upgraded
25+
sql.mit.edu currently runs the community edition of MySQL.
26+
We&rsquo;ll be upgrading to MariaDB, the newest version of the
27+
community-supported MySQL, when the servers are upgraded
2928
from <a href="http://www.debian.org/">Debian</a> 6.0 (squeeze) to
3029
Debian 7.0 (wheezy). The servers run the latest version
3130
of <a href="http://debathena.mit.edu/">Debathena</a> to integrate
@@ -50,7 +49,7 @@ <h2 id="software">
5049
of <a href="http://web.mit.edu/kerberos/">Kerberos</a>. Our servers
5150
never learn your password. In fact, your password never leaves your
5251
browser. Since the password isn&rsquo;t sent to the server,
53-
there&rsquo;s no session to log in and out of&mdash;it&rsquo;s all
52+
there&rsquo;s no session to log in and out of &ndash; it&rsquo;s all
5453
in your browser.
5554
</p>
5655
<h2 id="specs">

contact/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2>
1010
I have a question
1111
</h2>
1212
<p>
13-
Send us an email
13+
Send us email
1414
at <a href="mailto:[email protected]">[email protected]</a>. We&rsquo;re happy to help!
1515
</p>
1616
<h2>
@@ -19,7 +19,7 @@ <h2>
1919
<p>
2020
Let us know by reporting an issue
2121
on <a href="http://scripts.mit.edu/trac/">our issue-tracking
22-
system</a>, or send an email
22+
system</a>, or send email
2323
to <a href="mailto:[email protected]">[email protected]</a>.
2424
</p>
2525
<h2>

index.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2>Powered by MariaDB</h2>
5555
</div><!-- /.span4 -->
5656
<div class="span4">
5757
<img src="/assets/img/samsung-840-pro.png">
58-
<h2>SSD accelerated</h2>
58+
<h2>SSD-accelerated</h2>
5959
<p>Live queries served by enterprise-grade SSDs, the fastest
6060
money can buy. In fact, they&rsquo;re so fast, our servers can&rsquo;t
6161
give them commands fast enough. Say goodbye to IO
@@ -65,10 +65,10 @@ <h2>SSD accelerated</h2>
6565
<div class="span4">
6666
<img src="/assets/img/wd-2tb.png">
6767
<h2>Ironclad backups</h2>
68-
<p>Nightly, consistent backups of all databases. Made
68+
<p>Nightly, consistent backups of all databases made
6969
available to you over AFS. Accidentally deleted all of your
70-
user data? No problem, do you want yesterday&rsquo;s snapshot, or
71-
the day before?</p>
70+
data? No problem&mdash;do you want yesterday&rsquo;s snapshot, or
71+
the one from the day before?</p>
7272
<p><a class="btn" href="/about/#backups">View details &raquo;</a></p>
7373
</div><!-- /.span4 -->
7474
</div><!-- /.row -->
@@ -77,9 +77,8 @@ <h2>Ironclad backups</h2>
7777
<div class="featurette">
7878
<img class="featurette-image pull-right" src="/assets/img/sliced-bread.jpg">
7979
<h2 class="featurette-heading">The best thing since sliced bread. <span class="muted">It&rsquo;ll blow your mind.</span></h2>
80-
<p class="lead">No, really, we have a server called
81-
sliced-bread that used to run our databases. This one is way
82-
better.</p>
80+
<p class="lead">It&rsquo;s true&mdash;sliced-bread.mit.edu was
81+
a fine server. But this one makes it look like burnt toast.</p>
8382
</div>
8483

8584
<hr class="featurette-divider">

modal/password.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ <h3 id-"sql-modal-label">Change password</h3>
77
</div>
88
<form class="form-horizontal" id="change-password">
99
<div class="control-group">
10-
<label class="control-label" for="password">New Password</label>
10+
<label class="control-label" for="password">New password</label>
1111
<div class="controls">
1212
<input type="password" id="password" placeholder="Password">
1313
</div>
1414
</div>
1515
<div class="control-group">
16-
<label class="control-label" for="confirmPassword">Confirm Password</label>
16+
<label class="control-label" for="confirmPassword">Confirm password</label>
1717
<div class="controls">
18-
<input type="password" id="confirmPassword" placeholder="Confirm Password">
18+
<input type="password" id="confirmPassword" placeholder="Confirm password">
1919
</div>
2020
</div>
2121
</form>
2222
</div>
2323
<div class="modal-footer">
24-
<a class="btn btn-primary" onclick="$('#change-password').submit();">Save Changes</a>
24+
<a class="btn btn-primary" onclick="$('#change-password').submit();">Save changes</a>
2525
<a class="btn" data-dismiss="modal">Close</a>
2626
</div>

signup/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ <h2>
1515
an <a href="http://ist.mit.edu/athena">Athena</a> computer and
1616
run
1717
<pre>$ add scripts; signup-sql</pre> in a terminal. Then,
18-
follow the on screen instructions. That&rsquo;s it, you&rsquo;re all
19-
signed up!
18+
follow the on screen instructions, and you&rsquo;ll be
19+
ready to go!
2020
</p>
2121
<p>You can find out your username and password by running
2222
<pre>$ cat ~/.my.cnf</pre>
@@ -29,14 +29,14 @@ <h2>
2929
<a href="http://scripts.mit.edu/faq/58/who-is-a-locker-administrator">
3030
administrator privileges</a> on. If you&rsquo;re
3131
using <a href="http://scripts.mit.edu/">Scripts</a>
32-
Autoinstallers, they&rsquo;ll automatically sign up for a
32+
autoinstallers, they&rsquo;ll automatically sign up for a
3333
sql.mit.edu account if needed.
3434
</p>
3535
<h2>
3636
Don&rsquo;t have an Athena computer nearby?
3737
</h2>
3838
<p><a href="https://athena.dialup.mit.edu/">athena.dialup</a>
39-
has you covered. Log in with your MIT Athena Account and run
39+
has you covered. Log in with your MIT Athena account and run
4040
the commands there. You can also use <code>ssh
4141
[email protected]</code> from a Mac or Linux
4242
computer. If you&rsquo;re using Windows, you can download and

0 commit comments

Comments
 (0)