[Zope-CVS] CVS: Packages/Moztop/moztop/content - moztop.js:1.26 moztop.xul:1.23
Paul Everitt
paul@zope.com
Sat, 22 Mar 2003 09:27:32 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content
In directory cvs.zope.org:/tmp/cvs-serv25285
Modified Files:
moztop.js moztop.xul
Log Message:
Added beginnings of an RDF browser, minor cleanups in data source managers
=== Packages/Moztop/moztop/content/moztop.js 1.25 => 1.26 ===
--- Packages/Moztop/moztop/content/moztop.js:1.25 Thu Mar 20 14:30:49 2003
+++ Packages/Moztop/moztop/content/moztop.js Sat Mar 22 09:27:01 2003
@@ -1,3 +1,5 @@
+/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+
/*****************************************************************************
*
* Copyright (c) 2002, 2003 Zope Corporation and Contributors.
@@ -30,6 +32,7 @@
/* We now have logmanger, let's use it */
logmanager.addMessage("Initializing Navigation","moztop.js, startProgram");
initTaskManager();
+
initSitesManager();
}
@@ -64,7 +67,7 @@
dump("Dumping common types..........\n" + s + "\n");
var s = sitesmanager.sitedatasources[
- "http://localhost:8080/Plone/"].serializeToString();
+ "http://localhost:8380/"].serializeToString();
dump("Dumping localhostplone..........\n" + s);
=== Packages/Moztop/moztop/content/moztop.xul 1.22 => 1.23 ===
--- Packages/Moztop/moztop/content/moztop.xul:1.22 Thu Mar 20 14:30:49 2003
+++ Packages/Moztop/moztop/content/moztop.xul Sat Mar 22 09:27:01 2003
@@ -26,11 +26,13 @@
height = "600"
orient = "vertical"
persist = "screenX screenY width height sizemode"
- onload = "startProgram()">
+ onload = "startProgram();">
- <script type="application/x-javascript" src="rdfds.js"/>
+ <script type="application/x-javascript" src="lib/ioutils.js"/>
+ <script type="application/x-javascript" src="lib/rdfds.js"/>
<script type="application/x-javascript" src="global.js"/>
<script type="application/x-javascript" src="moztop.js"/>
+ <script type="application/x-javascript" src="lib/datasourcemanager.js"/>
<script type="application/x-javascript" src="lib/logmanager.js"/>
<script type="application/x-javascript" src="lib/sitesmanager.js"/>
<script type="application/x-javascript" src="lib/taskmanager.js"/>