Skip to content

Commit a605ec1

Browse files
committed
Change apostrophes (') to right single quotation marks (’)
1 parent 92bbd50 commit a605ec1

File tree

4 files changed

+32
-30
lines changed

4 files changed

+32
-30
lines changed

about/index.html

+16-14
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
about: class="active"
55
---
66
<div class="page-header">
7-
<h1>About <small>We're an open book</small></h1>
7+
<h1>About <small>We&rsquo;re an open book</small></h1>
88
</div>
99
<h2 id="backups">
1010
Nightly backups
@@ -16,16 +16,16 @@ <h2 id="backups">
1616
monolithic backups are kept at all times, in addition to some
1717
historical backups that are encrypted and stored on separate
1818
servers. The nightly, individual backups are available at
19-
<code>/mit/sql/backup/</code>. The previous day's backup is also
19+
<code>/mit/sql/backup/</code>. The previous day&rsquo;s backup is also
2020
available upon request.
2121
</p>
2222
<h2 id="software">
2323
Software stack
2424
</h2>
2525
<p>
26-
sql.mit.edu currently runs the community edition of MySQL. We'll be
27-
upgrading to MariaDB, the newest version of the community-supported
28-
MySQL, when the servers are upgraded
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
2929
from <a href="http://www.debian.org/">Debian</a> 6.0 (squeeze) to
3030
Debian 7.0 (wheezy). The servers run the latest version
3131
of <a href="http://debathena.mit.edu/">Debathena</a> to integrate
@@ -43,14 +43,15 @@ <h2 id="software">
4343
written in HTML and Javascript.
4444
</p>
4545
<p>
46-
Unlike most web applications at MIT, you can't log into sql.mit.edu
47-
with a certificate. Instead, we
46+
Unlike most web applications at MIT, you can&rsquo;t log into
47+
sql.mit.edu with a certificate. Instead, we
4848
use <a href="https://webathena.mit.edu/">Webathena</a>, a web-based
4949
implementation
5050
of <a href="http://web.mit.edu/kerberos/">Kerberos</a>. Our servers
5151
never learn your password. In fact, your password never leaves your
52-
browser. Since the password isn't sent to the server, there's no
53-
session to log in and out of&mdash;it's all in your browser.
52+
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
54+
in your browser.
5455
</p>
5556
<h2 id="specs">
5657
Server specifications
@@ -70,11 +71,12 @@ <h2 id="access">
7071
Access and limitations
7172
</h2>
7273
<p>
73-
Unlike most database providers, sql.mit.edu doesn't have any
74+
Unlike most database providers, sql.mit.edu doesn&rsquo;t have any
7475
restrictions on what client is used. However, since sql.mit.edu is
7576
available to the entire MIT community, there is currently a 100
76-
megabyte quota for all accounts. If you exceed this quota, you'll be
77-
unable to make more databases, and the nightly backup will skip your
78-
account for the individual backups. <a href="/contact/">Contact
79-
us</a> to request a quota increase.
77+
megabyte quota for all accounts. If you exceed this quota,
78+
you&rsquo;ll be unable to make more databases, and the nightly
79+
backup will skip your account for the individual
80+
backups. <a href="/contact/">Contact us</a> to request a quota
81+
increase.
8082
</p>

contact/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ <h2>
1111
</h2>
1212
<p>
1313
Send us an email
14-
at <a href="mailto:[email protected]">[email protected]</a>. We're happy to help!
14+
at <a href="mailto:[email protected]">[email protected]</a>. We&rsquo;re happy to help!
1515
</p>
1616
<h2>
17-
I've found a bug
17+
I&rsquo;ve found a bug
1818
</h2>
1919
<p>
2020
Let us know by reporting an issue
@@ -23,7 +23,7 @@ <h2>
2323
to <a href="mailto:[email protected]">[email protected]</a>.
2424
</p>
2525
<h2>
26-
I've discovered a security issue
26+
I&rsquo;ve discovered a security issue
2727
</h2>
2828
<p>
2929
Please report any and all security issues

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>Powered by MariaDB</h2>
5757
<img src="/assets/img/samsung-840-pro.png">
5858
<h2>SSD accelerated</h2>
5959
<p>Live queries served by enterprise-grade SSDs, the fastest
60-
money can buy. In fact, they're so fast, our servers can't
60+
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
6262
wait.</p>
6363
<p><a class="btn" href="/about/#specs">View details &raquo;</a></p>
@@ -67,7 +67,7 @@ <h2>SSD accelerated</h2>
6767
<h2>Ironclad backups</h2>
6868
<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's snapshot, or
70+
user data? No problem, do you want yesterday&rsquo;s snapshot, or
7171
the day before?</p>
7272
<p><a class="btn" href="/about/#backups">View details &raquo;</a></p>
7373
</div><!-- /.span4 -->
@@ -76,7 +76,7 @@ <h2>Ironclad backups</h2>
7676

7777
<div class="featurette">
7878
<img class="featurette-image pull-right" src="/assets/img/sliced-bread.jpg">
79-
<h2 class="featurette-heading">The best thing since sliced bread. <span class="muted">It'll blow your mind.</span></h2>
79+
<h2 class="featurette-heading">The best thing since sliced bread. <span class="muted">It&rsquo;ll blow your mind.</span></h2>
8080
<p class="lead">No, really, we have a server called
8181
sliced-bread that used to run our databases. This one is way
8282
better.</p>
@@ -87,8 +87,8 @@ <h2 class="featurette-heading">The best thing since sliced bread. <span class="m
8787
<div class="featurette">
8888
<img class="featurette-image pull-left" src="/assets/img/grumpy-fuzzball.png">
8989
<h2 class="featurette-heading">Backed by SIPB. <span class="muted">Quality since 1969.</span></h2>
90-
<p class="lead">We've been breaking and fixing computers for a
91-
long time. You'll usually find us setting up cool new services
90+
<p class="lead">We&rsquo;ve been breaking and fixing computers for a
91+
long time. You&rsquo;ll usually find us setting up cool new services
9292
for the MIT community or putting out fires deep in the server
9393
room.</p>
9494
</div>
@@ -98,7 +98,7 @@ <h2 class="featurette-heading">Backed by SIPB. <span class="muted">Quality since
9898
<div class="featurette">
9999
<img class="featurette-image pull-right" src="/assets/img/money.jpg">
100100
<h2 class="featurette-heading">Databases. <span class="muted">For free.</span></h2>
101-
<p class="lead">It doesn't get any better than this. All you need is an MIT Athena Account.</p>
101+
<p class="lead">It doesn&rsquo;t get any better than this. All you need is an MIT Athena account.</p>
102102
</div>
103103

104104
<hr class="featurette-divider">

signup/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,37 @@ <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's it, you're all
18+
follow the on screen instructions. That&rsquo;s it, you&rsquo;re all
1919
signed up!
2020
</p>
2121
<p>You can find out your username and password by running
2222
<pre>$ cat ~/.my.cnf</pre>
2323
</p>
2424
<p>
25-
Now that you're registered, sign in to manage your databases!
25+
Now that you&rsquo;re registered, sign in to manage your databases!
2626
</p>
2727
<p>
2828
You can also sign up group accounts (lockers) you have
2929
<a href="http://scripts.mit.edu/faq/58/who-is-a-locker-administrator">
30-
administrator privileges</a> on. If you're
30+
administrator privileges</a> on. If you&rsquo;re
3131
using <a href="http://scripts.mit.edu/">Scripts</a>
32-
Autoinstallers, they'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>
36-
Don't have an Athena computer nearby?
36+
Don&rsquo;t have an Athena computer nearby?
3737
</h2>
3838
<p><a href="https://athena.dialup.mit.edu/">athena.dialup</a>
3939
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
42-
computer. If you're using Windows, you can download and
42+
computer. If you&rsquo;re using Windows, you can download and
4343
use <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTY</a>.
4444
</p>
4545
<h2>
4646
What if something goes wrong?
4747
</h2>
4848
<p>
4949
If you run into any problems, or have any questions, send an
50-
email to <a href="mailto:[email protected]">[email protected]</a>. We're happy to help out!
50+
email to <a href="mailto:[email protected]">[email protected]</a>. We&rsquo;re happy to help out!
5151
</p>

0 commit comments

Comments
 (0)