]> andersk Git - sql-web.git/blobdiff - tpl/index.php
version marker changed to 1.2
[sql-web.git] / tpl / index.php
index ba88c0eefe223af41e6130c114045dc8bbde560f..d584d5de367610f3f45852857d8f92e7ef1b9e92 100644 (file)
@@ -1,23 +1,23 @@
 <?php
 include 'head.php';
 ?>
-<h2>About</h2>
+<h3>About</h3>
 
 <p>
-This service provides <a href="http://dev.mysql.com/doc">MySQL</a> databases to <a href="http://ca.mit.edu/">MIT certificate</a> holders.
+This service provides <a target="_blank" href="http://dev.mysql.com/doc">MySQL</a> databases to <a target="_blank" href="http://ca.mit.edu/">MIT certificate</a> holders.
 You must choose a MySQL password (which should be different from your Athena account password) when you <a href="do/signup">sign up</a>, and you can
 then use this interface to create and drop databases.  All subsequent SQL commands can be issued from any host, client, and/or script of your choice;
 simply connect to the MySQL server at <b>sql.mit.edu</b> using your new MySQL username and password.
-You may want to consider running scripts using the <a href="http://scripts.mit.edu/web">web script service</a> or
-<a href="http://scripts.mit.edu/shortjobs">shortjobs service</a>.
+You may want to consider running scripts using the <a target="_blank" href="http://scripts.mit.edu/web">web script service</a> or
+<a target="_blank" href="http://scripts.mit.edu/cron">shortjobs service</a>.
 </p>
 
 <p>
-All uses of this service must comply with the <a href="http://web.mit.edu/olh/Welcome/rules.html">MITnet rules of use</a>.
-The SIPB MySQL Service is part of the <a href="http://scripts.mit.edu/">scripts.mit.edu</a> project.
+All uses of this service must comply with the <a target="_blank" href="http://web.mit.edu/olh/Welcome/rules.html">MITnet rules of use</a>.
+The SIPB MySQL Service is part of the <a target="_blank" href="http://scripts.mit.edu/">scripts.mit.edu</a> project.
 </p>
 
-<h2>Backups</h2>
+<h3>Backups</h3>
 
 <p>
 <strong>We strongly recommend you keep your own backups of your SQL schema and data.</strong> Your MySQL data is not stored in AFS.
@@ -25,7 +25,7 @@ Although we use various technical means to try to ensure the availability of you
 </p>
 
 <?/*
-<h2>Quotas</h2>
+<h3>Quotas</h3>
 
 <p>
 By default, new users can create up to <strong>5 databases</strong>, consuming a total of <strong>50 megabytes</strong> of SQL data.
@@ -43,7 +43,7 @@ Although you can drop any of your databases outside this interface, doing so wil
 </p>
 */?>
 
-<h2>Disclaimer</h2>
+<h3>Disclaimer</h3>
 
 <p>
 Although this service has been designed with reliability in mind, the SIPB MySQL service should not be used to host critical applications that cannot tolerate downtime.
This page took 0.145519 seconds and 4 git commands to generate.