~ mellowed the markup a bit
authorEric Prud'hommeaux <eric@w3.org>
Wed, 02 Feb 2011 22:09:06 -0500
changeset 319 47634947e6d7
parent 318 7144a09e48ac
child 320 5710f96cbbdb
~ mellowed the markup a bit
directmapping-webapp/src/main/scala/Servlet.scala
--- a/directmapping-webapp/src/main/scala/Servlet.scala	Wed Feb 02 21:58:42 2011 -0500
+++ b/directmapping-webapp/src/main/scala/Servlet.scala	Wed Feb 02 22:09:06 2011 -0500
@@ -174,14 +174,15 @@
     <html xmlns="http://www.w3.org/1999/xhtml">
       <head>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <title>Direct Mapping</title>
+        <title>Direct Mapping Demo</title>
       <style type="text/css" media="print, screen and (min-width: 481px)">{ Style }
       </style>
       <script type="text/javascript">{ Script }
       </script>
       </head>
       <body>
-        <h1>Try the <a href="http://www.w3.org/2001/sw/rdb2rdf/directMapping/">Direct Mapping</a> application!</h1>
+        <h1>Direct Mapping Demo</h1>
+	<p>Input some DDL/SQL and see the resulting <a href="http://www.w3.org/2001/sw/rdb2rdf/directMapping/">Direct Graph</a>.</p>
         <form method="post" action="/">
           <p><textarea rows="15" cols="80" name="sql" id="sql">{ sql }</textarea></p>
 	  <div style="float:right;">