[Mulgara-svn] r154 - in trunk/docs/site: . itqloperations legal overview style

thomas at mulgara.org thomas at mulgara.org
Tue Dec 12 18:13:44 UTC 2006


Author: thomas
Date: 2006-12-12 12:13:44 -0600 (Tue, 12 Dec 2006)
New Revision: 154

Added:
   trunk/docs/site/legal/OSL-3.0.txt
   trunk/docs/site/notes.xml
Modified:
   trunk/docs/site/backofbook.html
   trunk/docs/site/includeMiddle.inc
   trunk/docs/site/includeTOC.inc
   trunk/docs/site/itqloperations/nodetyping.html
   trunk/docs/site/overview/legalinfo.html
   trunk/docs/site/style/style.css
Log:
docs-layout: fixed links, style, adding google search (first step)

Modified: trunk/docs/site/backofbook.html
===================================================================
--- trunk/docs/site/backofbook.html	2006-12-12 12:31:19 UTC (rev 153)
+++ trunk/docs/site/backofbook.html	2006-12-12 18:13:44 UTC (rev 154)
@@ -244,7 +244,7 @@
 		<a href="/overview/faq.html#o1062">Mulgara Lite</a><br />
 		<a href="/overview/index.html#overview">Mulgara Overview</a><br />
 		<a href="/tutorial/viewer.html#o416">Mulgara Sample Data</a><br />
-		<a href="1081.htm">Mulgara Tools</a><br />
+		<a href="/overview/tools.html">Mulgara Tools</a><br />
 		<a href="/tutorial/index.html">Mulgara Tutorial</a><br />
 		<a href="/tutorial/viewer.html">Mulgara Viewer</a>
 	</div>
@@ -403,7 +403,7 @@
 		<a href="/system/jrdfgraphs.html#o2471">SubjectNodes</a><br />
 		<a href="/itqlcommands/select.html#o2771">Subqueries</a><br />
 		<a href="/itqlcommands/select.html#o193">subquery Function</a><br />
-		<a href="/inferencing/infersummery.html">Summary</a><br />
+		<a href="/inferencing/infersummary.html">Summary</a><br />
 		<a href="/overview/suncomponents.html">Sun Microsystems Components</a><br />
 		<a href="/overview/contact.html#support">Support</a><br />
 		<a href="/overview/optcomponents.html">Supporting Optional Packages</a><br />

Modified: trunk/docs/site/includeMiddle.inc
===================================================================
--- trunk/docs/site/includeMiddle.inc	2006-12-12 12:31:19 UTC (rev 153)
+++ trunk/docs/site/includeMiddle.inc	2006-12-12 18:13:44 UTC (rev 154)
@@ -22,9 +22,33 @@
     <style type="text/css">@import url(/style/styleIE6.css);</style> 
     <![endif]-->
 
+    <link href="http://www.google.com/uds/css/gsearch.css" type="text/css" rel="stylesheet"/>
+    <script src="http://www.google.com/uds/api?file=uds.js&amp;v=1.0&amp;key=ABQIAAAAf28gNFj3gSt2_wS1pmmduxTvfiU5c4IjTaMXqoVGGsjkMUeD7BQi1H_nklFJQr84oqZDMjTstI9ivA" type="text/javascript"></script>
+    <script language="Javascript" type="text/javascript">
+    	//<![CDATA[
+		function OnLoad() {
+	      // Create a search control
+	      var searchControl = new GSearchControl();
+		  // Add in a full set of searchers
+	      var localSearch = new GlocalSearch();
+	      searchControl.addSearcher(localSearch);
+	      // searchControl.addSearcher(new GwebSearch());
+	      // searchControl.addSearcher(new GvideoSearch());
+	      // searchControl.addSearcher(new GblogSearch());
+    	  // Set the Local Search center point
+	      // localSearch.setCenterPoint("New York, NY");
+	      // Tell the searcher to draw itself and tell it where to attach
+	      searchControl.draw(document.getElementById("searchcontrol"));
+	      // Execute an inital search
+	      searchControl.execute("mulgara");
+	    }
+		//]]>
+    </script>
+
 </head>
 
-<body>
+ <body onload="OnLoad()">
+    <div id="searchcontrol"/>
 	<div id="logo"><a href="/index.html"><img src="/img-layout/spacer.gif" width="800" height="56" alt="mulgara semantic store (big logo)" /></a></div>
     <div id="backTop1"></div>
     <div id="backTop2"></div>

Modified: trunk/docs/site/includeTOC.inc
===================================================================
--- trunk/docs/site/includeTOC.inc	2006-12-12 12:31:19 UTC (rev 153)
+++ trunk/docs/site/includeTOC.inc	2006-12-12 18:13:44 UTC (rev 154)
@@ -121,3 +121,6 @@
 			<li class="secindex2"><a href="/toc.html">Table of Contents</a></li>
 			<li class="secindex2"><a href="/backofbook.html">Index</a></li>
 		</ul>
+		<ul class="section">
+			<li><div id="searchcontrol"/></li>
+		</ul>
\ No newline at end of file

Modified: trunk/docs/site/itqloperations/nodetyping.html
===================================================================
--- trunk/docs/site/itqloperations/nodetyping.html	2006-12-12 12:31:19 UTC (rev 153)
+++ trunk/docs/site/itqloperations/nodetyping.html	2006-12-12 18:13:44 UTC (rev 154)
@@ -48,7 +48,7 @@
 
 <p>Nodetyping models are used to constrain results to be literals or URI references. These types have the URIs of <code>http://www.w3.org/2000/01/rdf-schema#Literal</code> and <code>http://mulgara.org/mulgara#uriReference</code>. Generally, the standard set of aliases should be in place, and these URIs and can be referred to in the aliased forms: <code>rdfs:Literal</code> and <code>mulgara:uriReference</code>.</p>
 
-<p>The standard set of aliases is defined by the <code><a id="h1334" class="documentlinktemplate" title="alias" href="170.htm">alias</a></code> command:</p>
+<p>The standard set of aliases is defined by the <code><a id="h1334" class="documentlinktemplate" title="alias" href="/itqloperations/alias.html">alias</a></code> command:</p>
 
 <p class="commandtext">alias &lt;http://mulgara.org/mulgara#&gt; as mulgara;<br />
 alias &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; as rdf;<br />
@@ -65,7 +65,7 @@
 <div class="anchor"><a name="o2780">&nbsp;</a></div>
 <h3>Creating Nodetyping Models</h3>
 
-<p>Use the <code><a id="h1523" class="documentlinktemplate" title="create" href="176.htm">create</a></code> command with the optional type argument of <code>http://mulgara.org/mulgara#TypeModel</code> in addition to the model name. There should never be a need to create more than one nodetyping model per server.</p>
+<p>Use the <code><a id="h1523" class="documentlinktemplate" title="create" href="/itqloperations/create.html">create</a></code> command with the optional type argument of <code>http://mulgara.org/mulgara#TypeModel</code> in addition to the model name. There should never be a need to create more than one nodetyping model per server.</p>
 
 <p>For example, to create the nodetyping model <code>#type</code>:</p>
 
@@ -79,7 +79,7 @@
 
 <p>Querying nodetyping models is much the same as for normal Mulgara models. Nodetyping models contain type statements for all URI reference and literal nodes on the server (not just for a single model).</p>
 
-<p>To use a nodetyping model in a query, make sure you have a node type model available. See the <a id="h2782" class="documentlinktemplate" title="Creating Nodetyping Models" href="/itqloperations/nodetyping.html#o2780">Creating Nodetyping Models section</a> for more information. Then compose a constraint with the <code>&lt;rdf:type&gt;</code> property, and direct it at the node type model with an <code><a id="h2783" class="" title="in Specifier" href="187.htm#o1530">in</a></code> specifier.</p>
+<p>To use a nodetyping model in a query, make sure you have a node type model available. See the <a id="h2782" class="documentlinktemplate" title="Creating Nodetyping Models" href="/itqloperations/nodetyping.html#o2780">Creating Nodetyping Models section</a> for more information. Then compose a constraint with the <code>&lt;rdf:type&gt;</code> property, and direct it at the node type model with an <code><a id="h2783" class="" title="in Specifier" href="/itqloperations/select.html#o1530">in</a></code> specifier.</p>
 
 <p>The example queries shown assume that the standard aliases are in place, as follows:</p>
 

Added: trunk/docs/site/legal/OSL-3.0.txt
===================================================================
--- trunk/docs/site/legal/OSL-3.0.txt	2006-12-12 12:31:19 UTC (rev 153)
+++ trunk/docs/site/legal/OSL-3.0.txt	2006-12-12 18:13:44 UTC (rev 154)
@@ -0,0 +1,47 @@
+Open Software License (“OSL”) v. 3.0
+
+This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work:
+
+Licensed under the Open Software License version 3.0
+
+1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following:
+
+a) to reproduce the Original Work in copies, either alone or as part of a collective work;
+
+b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works ("Derivative Works") based upon the Original Work;
+
+c) to distribute or communicate copies of the Original Work and Derivative Works to the public, with the proviso that copies of Original Work or Derivative Works that You distribute or communicate shall be licensed under this Open Software License;
+
+d) to perform the Original Work publicly; and
+
+e) to display the Original Work publicly.
+
+2) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works.
+
+3) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work.
+
+4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor’s trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license.
+
+5) External Deployment. The term "External Deployment" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).
+
+6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work.
+
+7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer.
+
+8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation.
+
+9) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including “fair use” or “fair dealing”). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c).
+
+10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.
+
+11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License.
+
+12) Attorneys’ Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License.
+
+13) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable.
+
+14) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You.
+
+16) Modification of This License. This License is Copyright © 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the "Modified License") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the "Open Software License" or "OSL" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice "Licensed under <insert your license name here>" or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process.

Added: trunk/docs/site/notes.xml
===================================================================
--- trunk/docs/site/notes.xml	2006-12-12 12:31:19 UTC (rev 153)
+++ trunk/docs/site/notes.xml	2006-12-12 18:13:44 UTC (rev 154)
@@ -0,0 +1,339 @@
+<ssi bausteine>
+	http://http-server.carleton.ca/~dmcfet/html/ssi.html#echo
+	DOCUMENT_URI This variable is the local path of the current document referenced to the base directory of the webspace.
+	
+http://httpd.apache.org/docs/2.0/howto/ssi.html#advanced
+	 <!--#set var="modified" value="$LAST_MODIFIED" -->
+	
+http://bignosebird.com/sdocs/extend.shtml
+	<!--#if expr="${HTTP_USER_AGENT} = /MSIE/" -->
+	  <!--#include file="file1.txt" -->
+	 <!--#else -->
+	  <!--#include file="file2.txt" -->
+	<!--#endif -->
+</ssi>
+	
+	
+<svn update samstag 13h>
+cruyff:~/desktop/mulgaraSite thomas$ svn update
+Restored 'toc12493.htm'
+Restored 'toc122417.htm'
+Restored 'toc124918.htm'
+Restored 'toc10163.htm'
+Restored 'toc27314.htm'
+Restored 'toc10963.htm'
+Restored 'toc31819.htm'
+Restored 'toc124722.htm'
+Restored 'toc27999.htm'
+Restored 'toc246532.htm'
+Restored 'toc11623.htm'
+Restored 'toc10373.htm'
+Restored 'toc27323.htm'
+Restored 'toc57043.htm'
+Restored 'toc24654.htm'
+Restored 'toc318113.htm'
+Restored 'toc5705.htm'
+Restored 'toc5709.htm'
+Restored 'toc11354.htm'
+Restored 'toc.htm'
+Restored 'toc25515.htm'
+Restored 'toc279939.htm'
+Restored 'toc318126.htm'
+Restored 'toc246519.htm'
+Restored 'toc12374.htm'
+Restored 'toc12494.htm'
+Restored 'toc12498.htm'
+Restored 'toc124718.htm'
+Restored 'toc246524.htm'
+Restored 'toc31816.htm'
+Restored 'toc279918.htm'
+Restored 'toc124727.htm'
+Restored 'toc12473.htm'
+Restored 'toc27243.htm'
+Restored 'toc279927.htm'
+Restored 'toc57044.htm'
+Restored 'toc27247.htm'
+Restored 'toc57048.htm'
+Restored 'toc318114.htm'
+Restored 'toc26403.htm'
+Restored 'toc279932.htm'
+Restored 'toc28913.htm'
+Restored 'toc28917.htm'
+Restored 'toc246521.htm'
+Restored 'toc246525.htm'
+Restored 'toc246529.htm'
+Restored 'toc31813.htm'
+Restored 'toc57032.htm'
+Restored 'toc31817.htm'
+Restored 'toc10965.htm'
+Restored 'toc27993.htm'
+Restored 'toc124720.htm'
+Restored 'toc124921.htm'
+Restored 'toc27244.htm'
+Restored 'toc279928.htm'
+Restored 'toc24656.htm'
+Restored 'toc318111.htm'
+Restored 'toc5703.htm'
+Restored 'toc123722.htm'
+Restored 'toc12243.htm'
+Restored 'toc26404.htm'
+Restored 'toc31912.htm'
+Restored 'toc26408.htm'
+Restored 'toc318120.htm'
+Restored 'toc318124.htm'
+Restored 'toc124913.htm'
+Restored 'toc10803.htm'
+Restored 'toc103710.htm'
+Restored 'toc27994.htm'
+Restored 'toc123718.htm'
+Restored 'toc12513.htm'
+Restored 'toc11383.htm'
+Restored 'toc10693.htm'
+Restored 'toc57046.htm'
+Restored 'toc27249.htm'
+Restored 'toc11353.htm'
+Restored 'toc279930.htm'
+Restored 'toc12248.htm'
+Restored 'toc25514.htm'
+Restored 'toc57016.htm'
+Restored 'toc26409.htm'
+Restored 'toc113811.htm'
+Restored 'toc26213.htm'
+Restored 'toc57021.htm'
+Restored 'toc12373.htm'
+C    187.htm
+A    krule.htm
+Updated to revision 139.
+</svn>
+
+
+<changelog>
+	meta DC.Modified -> 2006-10-01 		// weil zu diesem zeitpunkt die mulgara doc initialisiert wurde
+	<meta name="location" content="Global" />					// deleted
+	<meta name="document-distribution" content="Global" />		// deleted
+	<meta http-equiv="dialect" content="AU" />					// deleted
+	<meta http-equiv="language" content="English" />			// deleted
+	<meta http-equiv="window-target" content="_top" />			// deleted
+	<meta name="DC.Creator.Address" content="http://www.adams.id.au/tom/index.php" /> 	//del (doesn't work anymore)
+	<!--<meta name="DC.Contributor" content="Andrew Newman" />-->  
+		// decomment and change content to Paul Gearon
+	<meta name="DC.Subject" content="Mulgara Project Home" />
+		// changed to "mulgara semantic store"
+	<meta name="DC.Description" content="Mulgara Project Home" />
+		// changed to "mulgara semantic store is a scalable RDF database written entirely in Java. It is an Open Source fork of Kowari metastore."
+	<meta name="description" content="Mulgara Project Home" />
+		// dito
+	<meta name="Generator" content="AuthorIT"> 					// del
+	<meta name="DC.Type" content="Text.Homepage.Personal" />
+	 	// changed to
+		<meta name="DC.Type" scheme="http://memory.loc.gov/ammem/award99/icuhtml/dcguide.html" content="Text.Homepage.Organizational" />
+	<meta name="copyright" content="Copyright &copy; 2003, Kowari Project" />
+		// changed to 2006 Mulgara Project
+	<meta name="DC.Rights" scheme="URI" content="http://www.kowari.org/about/index.php#copyright" />
+		// that page doesn't even exist anymore ;-)
+		// changed to <meta name="DC.Rights" scheme="URI" content="http://opensource.org/licenses/osl-3.0.php" />
+
+omitted documentation.html
+
+</changelog>
+
+
+<questions>
+	what to do with the dc.creator tom adams?
+	what to do with the dc.contributor?
+	what about the copyright statement?
+	
+	overview/tools.html should be removed
+	overview/index contains also documentation.html
+	
+	licensing is a little bit broken
+		four places 
+			legal.html
+			legalinfo.html
+			license.html
+			semanticstore.html
+		some links points to osl 3.o
+		while the text says osl 1.1
+		another link points to mozilla license
+		
+	descriptorhw contains tucana screenshots. legally okay?
+		
+	overview/krule.html contains northrop grumman copyright statement
+	putting it into overview section - okay?
+		
+</questions>
+
+<rename>
+	indexpage.htm	backofbook.html
+	170		alias
+	171		backup
+	174		commit
+	176		create
+	178		delete
+	179		drop
+	180		execute
+	181		help
+	182		insert
+	183		load
+	184		quit
+	185		restore
+	186		rollback
+	187		select
+	195		set
+	223		comment
+	230		itqlbasics
+	254		itqloperations/index
+	255		views
+	257		fulltextmodels
+	262		datatypingmodels
+	271		itqlcommands/index
+	415		viewer
+	417		loadingrdf
+	419		convertingxml
+	485		jsptaglib
+	526		itqlshell
+	527		soap
+	528		itqlbean
+	530		driver
+	571		descriptors/index
+	572		nsdesc
+	573		querytag
+	574		descriptortag
+	575		reserved
+	576		descriptorsfaq
+	597		mistakes
+	618		descwhat
+	619		descadvantages
+	746		perl
+	752		links
+	779		descriptorex
+	795		descriptorhw
+	802		descriptorlist
+	920		descriptorvcard
+	947		jena
+	990		jsptutorial
+	1007	overview	
+	1012	index
+	1061	faq
+	1076	contact
+	1090	about
+	1091	aboutsite
+	1092	accessibility
+	1093	copyright
+	1094	htmlcss
+	1095	license
+	1128	legal
+	1129	legalinfo
+	1132	oscomponents
+	1133	suncomponents
+	1134	optcomponents
+	1139	install
+	1163	downloads
+	1225	tutorial
+	1226	sysreq
+	1227	starting
+	1232	itql
+	1236	itqlshellsession
+	1246	sysarch/index
+	1350	documentation
+	1452	news
+	1565	integration/index
+	1636	trademarks
+	2466	jrdf
+	2467	jrdfgraphs
+	2511	jrdfmemory
+	2512	jrdfconcol
+	2513	jrdfexamples
+	2526	jrdftks
+	2528	jrdfvisitor
+	2552	resolvers/index
+	2553	resolverdbclass
+	2622	sofa
+	2641	inferintro
+	2642	infersitu
+	2643	infersemweb
+	2649	infersummery
+	2686	resolverhttpmp3
+	2687	resolverpre
+	2689	resolverfactories
+	2693	resolverwrite
+	2697	resolverwrapper
+	2701	parsers
+	2707	contenthandlers
+	2714	compiling
+	2720	integrate
+	2725	infermulgara
+	2733	inferexample
+	2737	inferencing/index
+	2779	nodetyping
+	2800	owl
+	2801	entailment
+	2816	consistency
+	2827	ontomanage
+	2892	jrdftutorial
+	2893	jrdfprereq
+	2900	jrdfcreategraph
+	2904	jrdfcreatenodes
+	2905	jrdfaddtriples
+	2906	searchgraph
+	2911	jrdfreify
+	2912	jrdfremove
+	2951	statements
+	3002	jrdfapis
+	3074	convertrdbms
+	3183	resolveprot
+	3184	contenthandlersdev
+	3201	filesysmodel
+	
+</rename>
+
+<deprecated>
+		news			because that's already on www.mulgara.org
+</deprecated>
+
+
+<googlesearchapi>
+	key
+	ABQIAAAAf28gNFj3gSt2_wS1pmmduxTnPpRIlo-XqC304lMsN7XRmyFDWBTz5r438lpMbYgpvcGmgr7o2hBirQ
+	This key is good for all URLs in this directory: http://doc.mulgara.org/
+	Here is an example web page to get you started:
+	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+	<html xmlns="http://www.w3.org/1999/xhtml">
+	  <head>
+	    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+	    <title>My Google AJAX Search API Application</title>
+	    <link href="http://www.google.com/uds/css/gsearch.css" type="text/css" rel="stylesheet"/>
+	    <script src="http://www.google.com/uds/api?file=uds.js&amp;v=1.0&amp;key=ABQIAAAAf28gNFj3gSt2_wS1pmmduxTnPpRIlo-XqC304lMsN7XRmyFDWBTz5r438lpMbYgpvcGmgr7o2hBirQ" type="text/javascript"></script>
+	    <script language="Javascript" type="text/javascript">
+	    //<![CDATA[
+
+	    function OnLoad() {
+	      // Create a search control
+	      var searchControl = new GSearchControl();
+
+	      // Add in a full set of searchers
+	      var localSearch = new GlocalSearch();
+	      searchControl.addSearcher(localSearch);
+	      searchControl.addSearcher(new GwebSearch());
+	      searchControl.addSearcher(new GvideoSearch());
+	      searchControl.addSearcher(new GblogSearch());
+
+	      // Set the Local Search center point
+	      localSearch.setCenterPoint("New York, NY");
+
+	      // Tell the searcher to draw itself and tell it where to attach
+	      searchControl.draw(document.getElementById("searchcontrol"));
+
+	      // Execute an inital search
+	      searchControl.execute("Google");
+	    }
+
+	    //]]>
+	    </script>
+	  </head>
+	  <body onload="OnLoad()">
+	    <div id="searchcontrol"/>
+	  </body>
+	</html>
+	http://code.google.com/apis/ajaxsearch/documentation/
+</gapi>
\ No newline at end of file

Modified: trunk/docs/site/overview/legalinfo.html
===================================================================
--- trunk/docs/site/overview/legalinfo.html	2006-12-12 12:31:19 UTC (rev 153)
+++ trunk/docs/site/overview/legalinfo.html	2006-12-12 18:13:44 UTC (rev 154)
@@ -37,7 +37,7 @@
 
 <h1>Legal Information</h1>
 
-<p>Mulgara source code is licensed under the Open Software License, Version 3.0. A copy of this license is available in <a class="internetlinktemplate" title="" href="http://www.opensource.org/licenses/osl-3.0.php">HTML</a> and a local copy is available in <a class="internetlinktemplate" title="" href="OSL-3.0.txt">text</a>.</p>
+<p>Mulgara source code is licensed under the Open Software License, Version 3.0. A copy of this license is available in <a class="internetlinktemplate" title="" href="http://www.opensource.org/licenses/osl-3.0.php">HTML</a> and a local copy is available in <a class="internetlinktemplate" title="" href="/legal/OSL-3.0.txt">text</a>.</p>
 
 
 

Modified: trunk/docs/site/style/style.css
===================================================================
--- trunk/docs/site/style/style.css	2006-12-12 12:31:19 UTC (rev 153)
+++ trunk/docs/site/style/style.css	2006-12-12 18:13:44 UTC (rev 154)
@@ -39,7 +39,6 @@
 			background-image: url(../img-layout/mbackTop.jpg);
 			}
 			
-			
 		#pageNaviBack	{
 			z-index: 70;
 			left: 22%;
@@ -89,9 +88,11 @@
 			margin-bottom: 100px;
 			}
 		#main		{		
-			padding: 30px 2% 4em 30px;
-			background-image: url(../img-layout/white-80.png);
+			padding: 30px 2% 3em 30px;
+			background-image: url(../img-layout/white-90.png);
+			position: relative;
 			z-index: 42;
+			margin-bottom: 20em;
 	/*		position: absolute;
 			left: 22%;
 			top: 83px;
@@ -119,26 +120,19 @@
 			margin-left: 20px;
 			}
 			
-		#siteNaviTopBack	{
-			z-index: 62;
-			left: 2%;
-			top: 60px;
-			height: 24px;
-			width: 180px;
-			padding: 0;
-			background-image: url(../img-layout/black-50.png);
-			}
 		#siteNaviTop		{
 			z-index: 63;
 			left: 2%;
-			top: 65px;
-			height: 17px;
+			top: 60px;
+			line-height: 2em;
+			min-height: 24px;
 			width: 170px;
 			padding: 0 0 0 10px;
 			font-weight: bold;
 			color: #ddd;
+			background-image: url(../img-layout/black-55.png);
 			}
-			
+
 		#siteNavi			{
 			z-index: 61;
 			padding: 12px 10px 16px 0px;
@@ -258,16 +252,17 @@
 			opacity: 0.7;
 			}
 		
+		
 		#footer	{
 			margin-top: 60px;
-			padding: 30px 2% 4em 30px;
+			padding: 30px 2% 0 30px;
 			font-size: xx-small;
-		/*	z-index: 1;
+			z-index: 1;
 			position: fixed;
 			bottom: 20px;
 			left: 22%;
 			right: 3%;
-		*/	background-color: #888;
+	/*	*/	background-color: #888;
 			opacity: 0.8;
 			-moz-opacity: 0.8; /* opacity legacy */
 		}	
@@ -290,7 +285,6 @@
 		#backTop2					{ position: absolute; }
 		#pageNaviBack				{ position: absolute; }
 		#pageNavi 					{ position: absolute; }
-		#siteNaviTopBack 			{ position: absolute; }
 		#siteNaviTop 				{ position: absolute; }
 		#leftCol					{ position: absolute; }
 		#creator					{ position: absolute; }
@@ -304,7 +298,6 @@
 		body.cool #backTop2			{ position: fixed; }
 		body.cool #pageNaviBack		{ position: fixed; }
 		body.cool #pageNavi 		{ position: fixed; }
-		body.cool #siteNaviTopBack 	{ position: fixed; }
 		body.cool #siteNaviTop 		{ position: fixed; }
 		body.cool #leftCol			{ position: fixed; }
 		body.cool #creator			{ position: fixed; }
@@ -318,7 +311,6 @@
 		body.n3 #backTop2			{ position: fixed; }
 		body.n3 #pageNaviBack		{ position: fixed; }
 		body.n3 #pageNavi 			{ position: fixed; }
-		body.n3 #siteNaviTopBack 	{ position: fixed; }
 		body.n3 #siteNaviTop 		{ position: fixed; }
 		body.n3 #leftCol			{ position: fixed; }
 		body.n3 #creator			{ position: fixed; }
@@ -326,36 +318,33 @@
 		body.n3 .anchor				{ top: -80px; }
 		body.n3 #sponsors			{ height: 2000px; }
 		
-		
 		body.n3 #backTop1			{ display: none; }
 		body.n3 #backTop2			{ display: none; }
 		body.n3 #logo				{ position: fixed; background-image: url(/img-layout/logo856gray.png) ; }
 	/*	*/	
-		body.n3 #pageNaviBack		{ top: 66px; }
 		body.n3 #pageNavi			{ top: 66px;}
 		body.n3 #leftCol			{ top: 86px; }
-		body.n3 #siteNaviTop		{ top: 72px; }
+		body.n3 #siteNaviTop		{ top: 66px; }
 		body.n3 , body.n3 #footer	{ background-color: #fff; }
 		body.n3 #main				{ padding: 40px 2% 4em 30px; border-left: 1px solid #ccc; }
 		
-		body.n3 #siteNavi			{ background-image: none; }
-		body.n3 #siteNaviTopBack	{ display: none; }
+		body.n3 #siteNavi, body.n3 #siteNaviTop	
+									{ background-image: none; }
 		body.n3 #mainBack			{ top: 60px;  background-image: url(/img-layout/white-40.png); }
 		body.n3 #pageNavi			{ background-image: url(/img-layout/white-80.png);
 			 						border-top: 1px solid #ccc;
-									border-bottom: 1px solid #ccc;}
+									border-bottom: 1px solid #ccc;
+									border-left: 1px solid #fff; }
+		body.n3 #sfx				{ color: #555; }
+				
+		body.n3 #pageNavi a, body.n3 #siteNaviTop a, body.n3 #siteNavi a		{
+									color: blue; }
+		body.n3 #pageNavi a:visited, body.n3 #siteNaviTop a:visited, body.n3 #siteNavi a:visited	{
+									color: darkblue; }
 		
 		
-	body.n3 #pageNavi a, body.n3 #siteNaviTop a, body.n3 #siteNavi a		{
-		color: blue;
-		}
-	body.n3 #pageNavi a:visited, body.n3 #siteNaviTop a:visited, body.n3 #siteNavi a:visited	{
-		color: darkblue;
-		}
-	
 		
 		
 		
 		
-		
 }
\ No newline at end of file




More information about the Mulgara-svn mailing list