xsddoc/xdocs install-stylusstudio.xml,1.2,1.3 compatibility.xml,1.3,1.4 build.xml,1.3,1.4 index.xml,1.8,1.9 examples.xml,1.6,1.7 site.jsl,1.4,1.5 usage-maven.xml,1.6,1.7 install-ant.xml,1.1,1.2 usage-ant.xml,1.2,1.3 install-console.xml,1.1,1.2 usage-console.xml,1.2,1.3 resources-xml-schema.xml,1.1,1.2
bforge <[email protected]> Wed, 15 Feb 2006 00:38:55 +0000
| Newsgroups | gmane.text.xml.xframe.xsddoc.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xframe/xsddoc/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3082/xdocs
Modified Files:
install-stylusstudio.xml compatibility.xml build.xml index.xml
examples.xml site.jsl usage-maven.xml install-ant.xml
usage-ant.xml install-console.xml usage-console.xml
resources-xml-schema.xml
Log Message:
minor documentation changes
Index: site.jsl
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/site.jsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** site.jsl 9 May 2005 22:47:01 -0000 1.4
--- site.jsl 15 Feb 2006 00:38:53 -0000 1.5
***************
*** 107,110 ****
--- 107,114 ----
</j:if>
+ <a href="http://www.buldocs.com/xnsdoc/promotion.html" id="projectLogo">
+ <img src="http://www.buldocs.com/xnsdoc/images/adtop-768x60.gif"/>
+ </a>
+
<!-- project logo and link -->
<j:set var="logo" value="${pom.logo}"/>
***************
*** 115,128 ****
<j:set var="image" value="${relativePath}${image}"/>
</j:if>
!
! <a href="${pom.url}" id="projectLogo">
<img src="${image}" alt="${pom.name}"/>
! </a>
</j:if>
! <j:if test="${logo == null or logo == ''}">
<a href="${pom.url}" id="projectLogo">
<span>${pom.name}</span>
</a>
! </j:if>
<div class="clear"><hr /></div>
</div>
--- 119,131 ----
<j:set var="image" value="${relativePath}${image}"/>
</j:if>
! <!-- a href="${pom.url}" id="projectLogo">
<img src="${image}" alt="${pom.name}"/>
! </a -->
</j:if>
! <!-- j:if test="${logo == null or logo == ''}">
<a href="${pom.url}" id="projectLogo">
<span>${pom.name}</span>
</a>
! </j:if -->
<div class="clear"><hr /></div>
</div>
***************
*** 132,135 ****
--- 135,141 ----
<j:if test="${date == 'left'}">
<div class="xleft">
+ <a href="${pom.url}">
+ <b><span>${pom.name}</span></b>
+ </a> -
Last published: ${build.date}
<j:if test="${!empty(version)}">
***************
*** 187,194 ****
</div>
</j:if>
! <x:if select="$nav">
! <jsl:applyTemplates select="$nav/body/search"/>
! <jsl:applyTemplates select="$nav/body/googleAdsenseLeft"/>
! </x:if>
<!-- Standard Maven Navigation -->
<j:set var="fileName">${file}</j:set>
--- 193,198 ----
</div>
</j:if>
! <jsl:applyTemplates select="$nav/body/search"/>
! <jsl:applyTemplates select="$nav/body/googleAdsenseLeft"/>
<!-- Standard Maven Navigation -->
<j:set var="fileName">${file}</j:set>
***************
*** 214,218 ****
<div id="bodyColumn">
<div class="contentBox">
! <jsl:applyTemplates select="$nav/body/googleAdsenseTop"/>
<!-- FIXME really shouldn't use $doc, but jelly loses it's context again -->
<jsl:applyTemplates select="$doc/document/body/section"/>
--- 218,222 ----
<div id="bodyColumn">
<div class="contentBox">
! <!-- jsl:applyTemplates select="$nav/body/googleAdsenseTop"/ -->
<!-- FIXME really shouldn't use $doc, but jelly loses it's context again -->
<jsl:applyTemplates select="$doc/document/body/section"/>
***************
*** 328,335 ****
<div id="search">
<h5>Search xframe</h5>
! <form method="get" action="http://www.google.com/custom" target="_top">
! <a class="navlink" href="http://www.google.com">
! <img src="http://www.google.com/logos/Logo_25wht.gif" width="75" height="32" alt="Google" />
! </a>
<input type="text" name="q" id="q" size="15" maxlength="255" value=""/>
<input type="submit" name="sa" id="btnG" value="Go"/>
--- 332,336 ----
<div id="search">
<h5>Search xframe</h5>
! <center><form method="get" action="http://www.google.com/custom" target="_top">
<input type="text" name="q" id="q" size="15" maxlength="255" value=""/>
<input type="submit" name="sa" id="btnG" value="Go"/>
***************
*** 342,346 ****
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"/>
<input type="hidden" name="hl" value="en"/>
! </form>
</div>
</jsl:template>
--- 343,347 ----
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"/>
<input type="hidden" name="hl" value="en"/>
! </form></center>
</div>
</jsl:template>
Index: resources-xml-schema.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/resources-xml-schema.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** resources-xml-schema.xml 21 Oct 2004 09:44:00 -0000 1.1
--- resources-xml-schema.xml 15 Feb 2006 00:38:53 -0000 1.2
***************
*** 23,27 ****
<properties>
- <author email="[email protected]">Kurt Riede</author>
<title>xframe - xsddoc - documentation tool for W3C XML Schemas</title>
</properties>
--- 23,26 ----
Index: build.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml 9 Oct 2004 23:50:36 -0000 1.3
--- build.xml 15 Feb 2006 00:38:53 -0000 1.4
***************
*** 23,27 ****
<properties>
- <author email="[email protected]">Kurt Riede</author>
<title>xframe - xsddoc - documentation tool for W3C XML Schemas</title>
</properties>
--- 23,26 ----
Index: index.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/index.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** index.xml 15 Oct 2005 23:01:26 -0000 1.8
--- index.xml 15 Feb 2006 00:38:53 -0000 1.9
***************
*** 24,28 ****
<properties>
<title>xsddoc</title>
- <author email="[email protected]">Kurt Riede</author>
</properties>
--- 24,27 ----
Index: compatibility.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/compatibility.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** compatibility.xml 21 Oct 2004 08:52:56 -0000 1.3
--- compatibility.xml 15 Feb 2006 00:38:53 -0000 1.4
***************
*** 23,27 ****
<properties>
- <author email="[email protected]">Kurt Riede</author>
<title>xframe - xsddoc - documentation tool for W3C XML Schemas</title>
</properties>
--- 23,26 ----
Index: install-ant.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/install-ant.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** install-ant.xml 15 Sep 2004 15:19:03 -0000 1.1
--- install-ant.xml 15 Feb 2006 00:38:53 -0000 1.2
***************
*** 23,27 ****
<properties>
- <author email="[email protected]">Kurt Riede</author>
<title>xframe - xsddoc - documentation tool for W3C XML Schemas</title>
</properties>
--- 23,26 ----
Index: usage-ant.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/usage-ant.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** usage-ant.xml 26 Feb 2005 14:43:58 -0000 1.2
--- usage-ant.xml 15 Feb 2006 00:38:53 -0000 1.3
***************
*** 23,27 ****
<properties>
- <author email="[email protected]">Kurt Riede</author>
<title>xframe - xsddoc - documentation tool for W3C XML Schemas</title>
</properties>
--- 23,26 ----
Index: usage-console.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/usage-console.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** usage-console.xml 26 Feb 2005 14:43:58 -0000 1.2
--- usage-console.xml 15 Feb 2006 00:38:53 -0000 1.3
***************
*** 23,27 ****
<properties>
- <author email="[email protected]">Kurt Riede</author>
<title>xframe - xsddoc - documentation tool for W3C XML Schemas</title>
</properties>
--- 23,26 ----
Index: install-stylusstudio.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/install-stylusstudio.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** install-stylusstudio.xml 22 Apr 2005 14:49:07 -0000 1.2
--- install-stylusstudio.xml 15 Feb 2006 00:38:53 -0000 1.3
***************
*** 23,27 ****
<properties>
- <author email="[email protected]">Kurt Riede</author>
<title>xframe - xsddoc - documentation tool for W3C XML Schemas</title>
</properties>
--- 23,26 ----
Index: examples.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/examples.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** examples.xml 26 Feb 2005 15:15:23 -0000 1.6
--- examples.xml 15 Feb 2006 00:38:53 -0000 1.7
***************
*** 23,27 ****
<properties>
- <author email="[email protected]">Kurt Riede</author>
<title>xframe - xsddoc - documentation tool for W3C XML Schemas</title>
</properties>
--- 23,26 ----
Index: usage-maven.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/usage-maven.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** usage-maven.xml 15 Oct 2005 20:35:52 -0000 1.6
--- usage-maven.xml 15 Feb 2006 00:38:53 -0000 1.7
***************
*** 23,27 ****
<properties>
- <author email="[email protected]">Kurt Riede</author>
<title>xframe - xsddoc - documentation tool for W3C XML Schemas</title>
</properties>
--- 23,26 ----
Index: install-console.xml
===================================================================
RCS file: /cvsroot/xframe/xsddoc/xdocs/install-console.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** install-console.xml 15 Sep 2004 15:19:03 -0000 1.1
--- install-console.xml 15 Feb 2006 00:38:53 -0000 1.2
***************
*** 23,27 ****
<properties>
- <author email="[email protected]">Kurt Riede</author>
<title>xframe - xsddoc - documentation tool for W3C XML Schemas</title>
</properties>
--- 23,26 ----
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642