[Zope-CVS] CVS: Packages/Moztop/moztop/content/About - about.html:1.2 credits.html:1.2 dialog.xul:1.3 license.html:1.2
Sidnei da Silva
sidnei@x3ng.com.br
Thu, 16 Jan 2003 10:41:18 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/About
In directory cvs.zope.org:/tmp/cvs-serv7368/About
Modified Files:
about.html credits.html dialog.xul license.html
Log Message:
made tabpanel use 100% of the height. html formating
=== Packages/Moztop/moztop/content/About/about.html 1.1 => 1.2 ===
--- Packages/Moztop/moztop/content/About/about.html:1.1 Thu Jan 16 09:51:52 2003
+++ Packages/Moztop/moztop/content/About/about.html Thu Jan 16 10:41:14 2003
@@ -1,7 +1,19 @@
+<html>
+<head>
+<title>Welcome to Moztop</title>
+<style>
+body {
+ font-family: sans-serif;
+ font-size: 0.9em;
+}
+</style>
+<body>
+
+<h2><a href="#top">What is the Moztop</a></h2>
This project attempts to build a cool IDE in XUL.
-Getting It
+<h2>Getting It</h2>
Early releases are available only by CVS. This is intentional.
Moztop isn't ready yet (in polish and in error handling) for
@@ -13,45 +25,10 @@
If you don't want to do a CVS checkout, but you still want to look
at Moztop, you can always try the QuickTime ports we did. :^)
-Feedback
+<h2>Feedback</h2>
Please use the mailing list at
- http://mail.iuveno-net.de/mailman/listinfo/moztop.
-
-Debugging
-
- Debugging XUL isn't that hard. XPCOM is a little harder. RDF, now
- that's pretty hard. Mixing in client/server RDF with Zope 3! Wow!
-
- The best thing to do is to run Mozilla's JavaScript console and look
- for error messages. If you want to see what's happening in the
- connections to Zope 3, try getting Shane Hathaway's excellent
- Tk-based tcpwatcher tool. If you try it, though, make sure you
- point your Moztop urls to localhost.
-
-Version 0.1, released ???
-
- Requirements
-
- o Read *everything* in the INSTALL.txt!!
-
- o Mozilla 1.3a or higher (we think) -- best are nightly builds
-
- o Zope 3 sandbox updated Jan 15 2003 or later
-
- o Don't expect it to work on OS X without some workarounds
-
- Features
-
- o Connect to Zope 3 server
-
- o Browse content objects tree
-
- o Open documents (each in sep tab); Folders and Images have already
- sensible tabs, whcih actually work (specifically the MetaData tab)
-
- o Create, rename and delete a content objects from the Explorer
-
- o Reload explorer contents from server
+ <a href="http://mail.iuveno-net.de/mailman/listinfo/moztop">http://mail.iuveno-net.de/mailman/listinfo/moztop</a>.
- o Add (using the Connection Wizard) and delete "sites"
+</body>
+</html>
=== Packages/Moztop/moztop/content/About/credits.html 1.1 => 1.2 ===
--- Packages/Moztop/moztop/content/About/credits.html:1.1 Thu Jan 16 09:51:52 2003
+++ Packages/Moztop/moztop/content/About/credits.html Thu Jan 16 10:41:14 2003
@@ -1,9 +1,33 @@
-Credits go to:
+<html>
+<head>
+<title>Welcome to Moztop</title>
+<style>
+body {
+ font-family: sans-serif;
+ font-size: 0.9em;
+}
+</style>
+<body>
-Paul Everitt for having the great idea of a XUL-based IDE.
+<h2>Credits go to:</h2>
-Christian Theune for spending frustrating hours trying to get the tree to
-work.
+<pre>
-Stephan Richter for doing some of the initial development and being Paul's
-moral support.
\ No newline at end of file
+Paul Everitt for having the great idea of a XUL-based IDE.
+
+Christian Theune for spending frustrating hours trying to get the
+tree to work.
+
+Stephan Richter for doing some of the initial development and
+being Paul's moral support.
+
+Gus for ...
+
+Jan for ...
+
+Sidnei da Silva for ...
+
+</pre>
+
+</body>
+</html>
\ No newline at end of file
=== Packages/Moztop/moztop/content/About/dialog.xul 1.2 => 1.3 ===
--- Packages/Moztop/moztop/content/About/dialog.xul:1.2 Thu Jan 16 10:06:48 2003
+++ Packages/Moztop/moztop/content/About/dialog.xul Thu Jan 16 10:41:14 2003
@@ -8,22 +8,22 @@
buttons="accept"
ondialogaccept="return doOK();">
-<tabbox id="tablist">
+<tabbox id="tablist" orient="vertical" flex="1">
<tabs orient="horizontal">
<tab label="About Moztop"/>
<tab label="Credits"/>
<tab label="License"/>
</tabs>
- <tabpanels>
- <tabpanel id="about-moztop">
+ <tabpanels flex="100%">
+ <tabpanel id="about-moztop" orient="vertical">
<iframe src="chrome://moztop/content/About/about.html"
flex="1"/>
</tabpanel>
- <tabpanel id="moztop-credits">
+ <tabpanel id="moztop-credits" orient="vertical">
<iframe src="chrome://moztop/content/About/credits.html"
flex="1"/>
</tabpanel>
- <tabpanel id="moztop-license">
+ <tabpanel id="moztop-license" orient="vertical">
<iframe src="chrome://moztop/content/About/license.html"
flex="1"/>
</tabpanel>
=== Packages/Moztop/moztop/content/About/license.html 1.1 => 1.2 ===
--- Packages/Moztop/moztop/content/About/license.html:1.1 Thu Jan 16 09:51:52 2003
+++ Packages/Moztop/moztop/content/About/license.html Thu Jan 16 10:41:14 2003
@@ -1,6 +1,17 @@
-Zope Public License (ZPL) Version 2.0
------------------------------------------------
+<html>
+<head>
+<title>Welcome to Moztop</title>
+<style>
+body {
+ font-family: sans-serif;
+ font-size: 0.9em;
+}
+</style>
+<body>
+<h2>Zope Public License (ZPL) Version 2.0</h2>
+
+<pre>
This software is Copyright (c) Zope Corporation (tm) and
Contributors. All rights reserved.
@@ -57,3 +68,7 @@
Corporation and many individuals on behalf of Zope
Corporation. Specific attributions are listed in the
accompanying credits file.
+</pre>
+
+</body>
+</html>
\ No newline at end of file