[Zope-CVS] CVS: Packages/Moztop/moztop/content/Welcome - getstarted.html:1.2

Paul Everitt paul@zope.com
Thu, 16 Jan 2003 05:55:36 -0500


Update of /cvs-repository/Packages/Moztop/moztop/content/Welcome
In directory cvs.zope.org:/tmp/cvs-serv1984/Welcome

Modified Files:
	getstarted.html 
Log Message:
Simple introductory text for Welcome screen

=== Packages/Moztop/moztop/content/Welcome/getstarted.html 1.1 => 1.2 ===
--- Packages/Moztop/moztop/content/Welcome/getstarted.html:1.1	Wed Jan 15 00:21:21 2003
+++ Packages/Moztop/moztop/content/Welcome/getstarted.html	Thu Jan 16 05:55:33 2003
@@ -1,5 +1,32 @@
-<html>
-<body>
-  <h1>Get Started</h1>
-</body>
+<html>
+<head>
+<title>Welcome to Moztop</title>
+<style>
+body {
+  font-family: sans-serif;
+	font-size: 0.9em;
+}
+</style>
+<body>
+
+<h2>Welcome to Moztop</h2>
+	
+<p>Zope 3 is a big step forward in building web applications through 
+components.  The purpose of Moztop is to put this potential in the 
+hands of site developers by giving them an easy site building environment.</p>
+	
+<h2>Start here!!</h2>
+<ul>
+  <li>You should see a tree on the left.  If not, read the section on 
+	debugging in <code>doc/README.txt</code>.</li>
+	<li>Double-click on an item to open it in a new tab.</li>
+	<li>Use the buttons at the bottom of the Explorer to make changes 
+	to your Zope 3 site.</li>
+</ul>
+
+<h2>Philosophy</h2>
+
+<p>Explain the approach...</p>
+
+</body>
 </html>