]> andersk Git - sql-web.git/commitdiff
some wording changes all over the place
authorJoe Presbrey <presbrey@mit.edu>
Fri, 9 Sep 2005 20:12:20 +0000 (20:12 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Fri, 9 Sep 2005 20:12:20 +0000 (20:12 +0000)
"SIPB" bubble ups

git-svn-id: svn://presbrey.mit.edu/sql/mitsql@64 a142d4bd-2cfb-0310-9673-cb33a7e74f58

tpl/foot.php
tpl/head.php
tpl/index.php
tpl/menu.php

index cb1a3835be2967bdf983669cdb8746a49418a1a5..736734ad0804af929f045fcbd78db21eca039370 100644 (file)
@@ -1,5 +1,8 @@
 </div>
-<div id="content3">MIT SQL v<?php echo VERSION; ?></div>
+<?/*
+<div id="content3">The SIPB MySQL Service is part of the <a href="http://scripts.mit.edu">scripts.mit.edu project</a>.<?php //echo VERSION; ?></div>
+*/?>
+<div id="content3"><a alt="scripts.mit.edu" href="/">sql.mit.edu v<?php echo VERSION; ?></a></div>
 </div>
 </body>
 </html>
index 1341f6161dd5638371bf28874322c5ebe900a718..1389ff0fc027569413a9e4760b03fc991286eb66 100644 (file)
@@ -2,13 +2,13 @@
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
 <html>\r
 <head>\r
-    <title>MIT SQL Services for Athena</title>\r
+    <title>MIT SIPB MySQL Service for Athena</title>\r
     <link rel=stylesheet href="<?=$BASE_URL?>mitsql.css" type="text/css">\r
        <base href="<?=$BASE_URL?>">\r
 </head>\r
 \r
 <body>\r
 <div id="body">\r
-<div id="content0"><span id="sitename">MIT SQL Services</span><span id="contact"><a href="do/contact">Contact/Help</a></span></div>\r
+<div id="content0"><span id="sitename">MIT SIPB MySQL Service</span><span id="contact"><a href="do/contact">Contact/Help</a></span></div>\r
 <?php include 'menu.php'; ?>\r
 <div id="content2">\r
index f434d7d8e110bd9dbce7908bfa43edc22218e9d4..456d6e702342224070deae577092db32c1221533 100644 (file)
@@ -11,17 +11,28 @@ include 'head.php';
 <h2>About</h2>
 
 <p>
-This service provides <a href="http://www.mysql.com/">MySQL</a> databases to <a href="http://ca.mit.edu/">Athena account</a> holders.
-You must choose a MySQL password (independent of your Athena account) when you <a href="signup">Signup</a> and 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 choosing.
+This service provides <a href="http://dev.mysql.com/doc">MySQL</a> databases to <a 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>.
+</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> service.
 </p>
 
 <h2>Backups</h2>
 
 <p>
-<strong>We strongly recommend you keep backups of your SQL schema and data.</strong>
+<strong>We strongly recommend you keep your own backups of your SQL schema and data. MySQL data is not stored in the AFS.</strong>
+Although we use various technical means to try to ensure the availability of your data (including hardware-level redundancy and real-time replication), we can make no guarantees about the reliability of the service and access to your data.
+<?/*
 As you work with your SQL data, it is automatically saved on an additional secondary SQL server for restoration in the event of a server failure.
-Although we continually put forth our best efforts, we can make no guarantees on the reliability of the service and access to the data.
+Although we continually put forth our best efforts, we can make no guarantees about the reliability of the service and access to the data.
+*/?>
 </p>
 
 <?/*
@@ -46,14 +57,9 @@ Although you can drop any of your databases outside this interface, doing so wil
 <h2>Disclaimer</h2>
 
 <p>
-We reserve the right to suspend or terminate your MySQL account at any time and for any or no reason.
-</p>
-
-<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.
+We may, of course, suspend or terminate your MySQL account at any time, for any or no reason.
 We perform no query logging, schema or data backups, or any other backups otherwise generally available. You are solely responsible for performing backups of your data.
-</p>
-
-<p>
 We maintain general usage statistics of this service by the MIT community at large.
 </p>
 
index 9853efb430d17a49370f778f3b6c32c2678b95b9..677433d8ad56b7ae087ec65929008665f350af26 100644 (file)
@@ -1,11 +1,8 @@
 <div id="content1">
 <?php if (isLoggedIn()): ?>
 <div style="float:left">
-<a href="do/main?refresh">Refresh</a> |
-<a href="do/setup">Setup</a> |
-<?php /*
-<a href="do/main">Main</a> |
-*/ ?>
+<a href="do/main?refresh">Databases</a> |
+<a href="do/setup">Account</a> |
 <?php if (isAdmin()) { ?>
 <a href="do/admin/main">Admin</a> |
 <?php } ?>
                $loggedInText = '<a href="do/admin/main?impersonate">'.$loggedInText.'</a>';
        }
 ?>
-Logged in as <em><?=$loggedInText?></em> on <?=DBHOST?>
+Logged in: <em><?=$loggedInText?></em>@<?=DBHOST?>
 <?php else: ?>
-<div style="float:left">
+<div style="float:left; position: relative;">
 <a href="do/index">Home</a> |
-<a href="do/signup">Signup</a> |
-Login via <a href="do/login?ssl=0">SQL</a> or <a href="do/login?ssl=1">SSL</a>
-</div>&nbsp;
+<a href="do/signup">Sign up</a>
+</div>
+<div style="float: right;">
+Login via <a href="do/login?ssl=0">SQL Password</a> or <a href="do/login?ssl=1">MIT Certificate</a>
+</div>
+&nbsp;
 <?php endif; ?>
 </div>
This page took 0.03602 seconds and 5 git commands to generate.