You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/01/05 18:52:23 UTC

svn commit: r493136 - in /incubator/ivy/trunk/doc: doc.html download.html get-involved.html license.html mailing-lists.html toc.json wiki.html xooki/xooki.js

Author: xavier
Date: Fri Jan  5 10:52:22 2007
New Revision: 493136

URL: http://svn.apache.org/viewvc?view=rev&rev=493136
Log:
improve doc

Added:
    incubator/ivy/trunk/doc/wiki.html
Modified:
    incubator/ivy/trunk/doc/doc.html
    incubator/ivy/trunk/doc/download.html
    incubator/ivy/trunk/doc/get-involved.html
    incubator/ivy/trunk/doc/license.html
    incubator/ivy/trunk/doc/mailing-lists.html
    incubator/ivy/trunk/doc/toc.json
    incubator/ivy/trunk/doc/xooki/xooki.js

Modified: incubator/ivy/trunk/doc/doc.html
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/doc/doc.html?view=diff&rev=493136&r1=493135&r2=493136
==============================================================================
--- incubator/ivy/trunk/doc/doc.html (original)
+++ incubator/ivy/trunk/doc/doc.html Fri Jan  5 10:52:22 2007
@@ -6,46 +6,51 @@
 </head>
 <body>
 	<textarea id="xooki-source">
-Welcome to the official Ivy documentation.
-
-<h1>What is Ivy?</h1>
-Ivy is an agile dependency manager, primarily focused on managing java dependencies.
-Ivy is open source and released under a very permissive <a href="license.html">license</a>.
-Ivy has a lot of powerful [[features]], the most popular and useful being its flexibily, integration with ant, and its strong transitive dependencies management engine.
-The transitive dependencies management is a feature which let you get dependencies of your dependencies, transitively. In order to address this problematic ivy needs to find metadata about your modules, usually in an <a href="doc/ivyfile.html">ivy file</a>. To find these metadata and your dependencies artifacts (usually jars), Ivy can be configured to use a lot of different <a href="doc/configuration/resolvers.html">repositories</a>.
-
-<h1>About this doc</h1>
-This documentation has been migrated from the old Ivy web site hosted by Jayasoft, feel free to report any problem on the [[mailing-lists]].
-
-If you browse this documentation from your installation of ivy, you can also check the <a href="http://www.jayasoft.org/ivy/doc">online version</a> for latest updates.
-
-You can also browse this documentation offline either by downloading the documentation distribution, or by checking out the src/doc directory from svn. This documentation uses <a href="http://xooki.sourceforge.net/">xooki</a> as documentation engine, so you can very easily [[get-involved edit it and submit patches]] when you browse it from source.
-
-The online version of this documentation is updated periodically, especially when new features are added during development. So if you find something documented here not available in your version of ivy, it may be because it is available only with the latest <a href="download.html">download</a>.
-
-If you want to view the whole documentation in a single printer-friendly page, please use the <a href="doc.html?action=print">printer-friendly link</a> at the bottom of any documentation page in the online documentation, and you will get a printer friendly version of the current page and all its sub pages.
-
-<h1>Other places to go</h1>
-Check Ivy <a href="features.html">features</a>. 
-Read our <a href="faq.html">FAQ</a>.
-Ask for help on our <a href="mailing-lists.html">mailing lists</a>.
-Report bug or feature request in our <a href="issues.html">issue tracking system</a>.
-Check <a href="links.html">external tools and resources</a>.
-
-<h1>Overview</h1>
-This documentation is decomposed in 3 main parts:
-<ul>
-  <li><a href="doc/tutorial.html">Tutorials</a></li> 
-The tutorials is the best way to begin to play with ivy. You will easily and quickly learn the basics of Ivy.
-  <li><a href="doc/reference.html">Reference</a></li> 
-The reference documentation gives you all the details of Ivy. 
-The introduction part is particularly useful: it defines some vocabulary, explains main concepts such as dependency resolvers and patterns, and give an overview on how ivy works internally. 
-It's also in the reference doc that you will find all you always dreamed to know about ivy configuration, ivy files, and ivy use (especially with ant).
-  <li><a href="doc/appendix.html">Appendix</a></li> 
-The appendix section contains a bunch of Ivy related information which is not part of Ivy reference doc.
-</ul>
-
-You will also find here interesting pages like [[doc/bestpractices]], the [[faq]] or the [[links]] pages.
+Welcome to the official Ivy documentation.
+
+<h1>What is Ivy?</h1>
+Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies. It is characterized by the following:
+<ol>
+<li>flexibility and configurability - Ivy is essentially process agnostic and is not tied to any methodology or structure. Instead it provides the necessary flexibility and configurability to be adapted to a broad range of dependency management and build processes.</li>
+
+<li>tight integration with Apache Ant - while available as a standalone tool, Ivy works particularly well with Apache Ant providing a number of powerful Ant tasks ranging from dependency resolution to dependency reporting and publication.</li>
+</ol>
+Ivy is open source and released under a very permissive <a href="license.html">license</a>.
+Ivy has a lot of powerful [[features]], the most popular and useful being its flexibily, integration with ant, and its strong transitive dependencies management engine.
+The transitive dependencies management is a feature which let you get dependencies of your dependencies, transitively. In order to address this problematic ivy needs to find metadata about your modules, usually in an <a href="doc/ivyfile.html">ivy file</a>. To find these metadata and your dependencies artifacts (usually jars), Ivy can be configured to use a lot of different <a href="doc/configuration/resolvers.html">repositories</a>.
+
+<h1>About this doc</h1>
+This documentation has been migrated from the old Ivy web site hosted by Jayasoft, feel free to report any problem on the [[mailing-lists]].
+
+If you browse this documentation from your installation of ivy, you can also check the <a href="http://www.jayasoft.org/ivy/doc">online version</a> for latest updates.
+
+You can also browse this documentation offline either by downloading the documentation distribution, or by checking out the doc directory from svn. This documentation uses <a href="http://xooki.sourceforge.net/">xooki</a> as documentation engine, so you can very easily [[get-involved edit it and submit patches]] when you browse it from source.
+
+The online version of this documentation is updated periodically, especially when new features are added during development. So if you find something documented here not available in your version of ivy, it may be because it is available only with the latest <a href="download.html">download</a>.
+
+If you want to view the whole documentation in a single printer-friendly page, please use the <a href="doc.html?action=print">printer-friendly link</a> at the bottom of any documentation page in the online documentation, and you will get a printer friendly version of the current page and all its sub pages.
+
+<h1>Other places to go</h1>
+Check Ivy <a href="features.html">features</a>. 
+Read our <a href="faq.html">FAQ</a>.
+Ask for help on our <a href="mailing-lists.html">mailing lists</a>.
+Report bug or feature request in our <a href="issues.html">issue tracking system</a>.
+Check <a href="links.html">external tools and resources</a>.
+
+<h1>Overview</h1>
+This documentation is decomposed in 3 main parts:
+<ul>
+  <li><a href="doc/tutorial.html">Tutorials</a></li> 
+The tutorials is the best way to begin to play with ivy. You will easily and quickly learn the basics of Ivy.
+  <li><a href="doc/reference.html">Reference</a></li> 
+The reference documentation gives you all the details of Ivy. 
+The introduction part is particularly useful: it defines some vocabulary, explains main concepts such as dependency resolvers and patterns, and give an overview on how ivy works internally. 
+It's also in the reference doc that you will find all you always dreamed to know about ivy configuration, ivy files, and ivy use (especially with ant).
+  <li><a href="doc/appendix.html">Appendix</a></li> 
+The appendix section contains a bunch of Ivy related information which is not part of Ivy reference doc.
+</ul>
+
+You will also find here interesting pages like [[doc/bestpractices]], the [[faq]] or the [[links]] pages.
 	</textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: incubator/ivy/trunk/doc/download.html
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/doc/download.html?view=diff&rev=493136&r1=493135&r2=493136
==============================================================================
--- incubator/ivy/trunk/doc/download.html (original)
+++ incubator/ivy/trunk/doc/download.html Fri Jan  5 10:52:22 2007
@@ -6,25 +6,30 @@
 </head>
 <body>
 	<textarea id="xooki-source">
-Ivy has not yet released a version under the Apache Incubator. Previous releases can be considered production quality, but are not endorsed by the Apache Software Foundation.
-
-The latest stable version of Ivy is <a href="doc/releasenotes/1.4.1.html">1.4.1</a>, and is not an Apache incubating release, but a release done whlie hosted by jayasoft:
-<ul>
-<li><a href="http://www.jaya.free.fr/downloads/ivy/1.4.1/ivy-1.4.1-bin.zip">binaries</a></li>
-<li><a href="http://www.jaya.free.fr/downloads/ivy/1.4.1/ivy-1.4.1-src.zip">sources</a></li>
-<li><a href="http://www.jaya.free.fr/downloads/ivy/1.4.1/ivy-1.4.1-doc.zip">documentation</a></li>
-</ul>
-
-To have a quick overview of some of the changes in this version, check the <a href="doc/releasenotes/1.4.html">1.4.1 release notes</a> page.
-
-You can also download ivy jar and ivy.xml alone directly from the jayasoft site (useful especially for easy ant setup) using the following pattern:
-http://www.jayasoft.org/downloads/ivy/[revision]/[artifact]-[revision].[ext]
-
-This is used to auto install Ivy from internet, in the <a href="doc/tutorial.html">first tutorial</a>. Take a look at these examples if you want such an auto install feature in your own builds.
-The xsd for ivy files of the version is also available online at:
-http://www.jayasoft.org/downloads/ivy/[revision]/ivy.xsd
-
-To have info about the different kind of distributions, see <a href="choose-distrib.html">that page</a>.
+Ivy has not yet released a version under the Apache Incubator. Previous releases can be considered production quality, but are not endorsed by the Apache Software Foundation.
+
+What you can get here at the ASF is the latest sources from the Subversion repository:
+<code>
+svn co https://svn.apache.org/repos/asf/incubator/ivy/
+</code>
+
+The latest stable version of Ivy is <a href="doc/releasenotes/1.4.1.html">1.4.1</a>, and is not an Apache incubating release, but a release done while Ivy was still hosted by jayasoft:
+<ul>
+<li><a href="http://www.jaya.free.fr/downloads/ivy/1.4.1/ivy-1.4.1-bin.zip">binaries</a></li>
+<li><a href="http://www.jaya.free.fr/downloads/ivy/1.4.1/ivy-1.4.1-src.zip">sources</a></li>
+<li><a href="http://www.jaya.free.fr/downloads/ivy/1.4.1/ivy-1.4.1-doc.zip">documentation</a></li>
+</ul>
+
+To have a quick overview of some of the changes in this version, check the <a href="doc/releasenotes/1.4.html">1.4.1 release notes</a> page.
+
+You can also download ivy jar and ivy.xml alone directly from the jayasoft site (useful especially for easy ant setup) using the following pattern:
+http://www.jayasoft.org/downloads/ivy/[revision]/[artifact]-[revision].[ext]
+
+This is used to auto install Ivy from internet, in the <a href="doc/tutorial.html">first tutorial</a>. Take a look at these examples if you want such an auto install feature in your own builds.
+The xsd for ivy files of the version is also available online at:
+http://www.jayasoft.org/downloads/ivy/[revision]/ivy.xsd
+
+To have info about the different kind of distributions, see <a href="choose-distrib.html">that page</a>.
 For previous version information and download, see the <a href="doc/releasenotes.html">release notes page</a> in the documentation.</textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: incubator/ivy/trunk/doc/get-involved.html
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/doc/get-involved.html?view=diff&rev=493136&r1=493135&r2=493136
==============================================================================
--- incubator/ivy/trunk/doc/get-involved.html (original)
+++ incubator/ivy/trunk/doc/get-involved.html Fri Jan  5 10:52:22 2007
@@ -6,20 +6,22 @@
 </head>
 <body>
 	<textarea id="xooki-source">
-As an Apache Incubator project, Ivy is very open to external contributions.
-
-There are many ways to contribute to Ivy.
-
-First, [[download]] and use it, subscribe to the [[mailing-lists]], and answer to other user questions. You can also browse [[issues jira issues]], vote for the one you are most interested in, add your comments and feedback.
-
-When you browse the documentation, whenever you see something that could be improved, feel free to edit it and provide a documentation patch. It's very easy if you browse the documentation offline (in src/doc if you check out Ivy from svn), you will see a small toolbar at the upper left of the page, which allows you to edit the page. Then all you have to do is attach your modification as a patch to a new issue in JIRA.
-
-You can also provide brand new documentation pages, tutorials, demo, or even links to a tutorial on your own blog. Another useful way to contribute is to spread the word: if you like Ivy, say it! On your blog, on other blog comments, on popular java related sites, wherever. The more Ivy is popular, the more it will get external contributions, and the better it will be, for the benefit of the whole community.
-
-When you get more confident with Ivy, you can check it out from svn, and begin to see if there are issues you could fix or implement, and provide patches to make the whole community benefit from your work.
-
-When you provide a patch, to increase the chance to get integrated, do not forget to provide a junit test, and a patch to the documentation if it changes anything in Ivy behaviour.
-
+As an Apache Incubator project, Ivy is very open to external contributions.
+
+There are many ways to contribute to Ivy.
+
+First, [[download]] and use it, subscribe to the [[mailing-lists]], and answer to other user questions. You can also browse [[issues jira issues]], vote for the one you are most interested in, add your comments and feedback. You can also very easily contribute to the [[wiki]].
+
+When you browse the documentation, whenever you see something that could be improved, feel free to edit it and provide a documentation patch. It's very easy if you browse the documentation offline (in the doc directory if you check out Ivy from svn), you will see a small toolbar at the upper left of the page, which allows you to edit the page. Then all you have to do is attach your modification as a patch to a new issue in JIRA.
+
+You can also provide brand new documentation pages, tutorials, demo, or even links to a tutorial on your own blog. 
+
+Another useful way to contribute is to spread the word: if you like Ivy, say it! On your blog, on other blog comments, on popular java related sites, wherever. The more Ivy is popular, the more it will get external contributions, and the better it will be, for the benefit of the whole community.
+
+When you get more confident with Ivy, you can check it out from svn, and begin to see if there are issues you could fix or implement, and provide patches to make the whole community benefit from your work.
+
+When you provide a patch, to increase the chance to get integrated, do not forget to provide a junit test, and a patch to the documentation if it changes anything in Ivy behaviour.
+
 And if you often provide patches and answers on the mailing lists, you may get the chance to become a commiter, with write access to the svn repository!</textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: incubator/ivy/trunk/doc/license.html
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/doc/license.html?view=diff&rev=493136&r1=493135&r2=493136
==============================================================================
--- incubator/ivy/trunk/doc/license.html (original)
+++ incubator/ivy/trunk/doc/license.html Fri Jan  5 10:52:22 2007
@@ -6,37 +6,37 @@
 </head>
 <body>
 	<textarea id="xooki-source">
-Now that Ivy is an Apache Incubator project, it is available under an Apache v2.0 license.
-
-The releases prior to and including 1.4.1 were released under a BSD license:
-<code>
-BSD License for Ivy
-Copyright (c) 2005, JAYASOFT
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, 
-are permitted provided that the following conditions are met:
-
-    * Redistributions of source code must retain the above copyright notice, 
-      this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright notice, 
-      this list of conditions and the following disclaimer in the documentation 
-      and/or other materials provided with the distribution.
-    * Neither the name of JAYASOFT nor the names of its contributors 
-      may be used to endorse or promote products derived from this software 
-      without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
-
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+Now that Ivy is an Apache Incubator project, it is available under an <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache v2.0 license</a>.
+
+The releases prior to and including 1.4.1 were released under a BSD license:
+<code>
+BSD License for Ivy
+Copyright (c) 2005, JAYASOFT
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, 
+are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, 
+      this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice, 
+      this list of conditions and the following disclaimer in the documentation 
+      and/or other materials provided with the distribution.
+    * Neither the name of JAYASOFT nor the names of its contributors 
+      may be used to endorse or promote products derived from this software 
+      without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
+
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 </code></textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: incubator/ivy/trunk/doc/mailing-lists.html
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/doc/mailing-lists.html?view=diff&rev=493136&r1=493135&r2=493136
==============================================================================
--- incubator/ivy/trunk/doc/mailing-lists.html (original)
+++ incubator/ivy/trunk/doc/mailing-lists.html Fri Jan  5 10:52:22 2007
@@ -6,20 +6,20 @@
 </head>
 <body>
 	<textarea id="xooki-source">
-Ivy uses the standard Apache way to communicate: mailing lists.
-
-Before posting, make sure you don't have the answer to your question in the [[faq]] or more generally in the [[doc]].
-
-The available mailing lists are:
-<table>
-<tr><td>ivy-user@incubator.apache.org</td><td>Used to discuss any issue encountered when using Ivy</td></tr>
-<tr><td>ivy-dev@incubator.apache.org<td>Used to discuss Ivy development</td></tr>
-<tr><td>ivy-commits@incubator.apache.org<td>Read only mailing list where subversion commit messages are posted</td></tr>
-</table>
-<br/><br/>
-The previous way of communication around Ivy was the Jayasoft forum, for which a backup is still available here:
-http://www.jaya.free.fr/ivy/forum.html
-
+Ivy uses the standard Apache way to communicate: mailing lists.
+
+Before posting, make sure you don't have the answer to your question in the [[faq]] or more generally in the [[doc]].
+
+The available mailing lists are:
+<table cellpadding="10">
+<tr><td><a href="mailto:ivy-user@incubator.apache.org">ivy-user@incubator.apache.org</a><br/>    [<a href="mailto:ivy-user-subscribe@incubator.apache.org">Subscribe</a> | <a href="mailto:ivy-user-unsubscribe@incubator.apache.org">Unsubscribe</a>]</td><td>Used to discuss any issue encountered when using Ivy</td></tr>
+<tr><td><a href="mailto:ivy-dev@incubator.apache.org">ivy-dev@incubator.apache.org</a><br/>    [<a href="mailto:ivy-dev-subscribe@incubator.apache.org">Subscribe</a> | <a href="mailto:ivy-dev-unsubscribe@incubator.apache.org">Unsubscribe</a>]<td>Used to discuss Ivy development</td></tr>
+<tr><td><a href="mailto:ivy-commits@incubator.apache.org">ivy-commits@incubator.apache.org</a><br/>    [<a href="mailto:ivy-commits-subscribe@incubator.apache.org">Subscribe</a> | <a href="mailto:ivy-commits-unsubscribe@incubator.apache.org">Unsubscribe</a>]<td>Read only mailing list where subversion commit messages are posted</td></tr>
+</table>
+<br/><br/>
+The previous way of communication around Ivy was the Jayasoft forum, for which a backup is still available here:
+http://www.jaya.free.fr/ivy/forum.html
+
 Feel free to use your favorite search engine to find answers to your questions in over there.</textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>

Modified: incubator/ivy/trunk/doc/toc.json
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/doc/toc.json?view=diff&rev=493136&r1=493135&r2=493136
==============================================================================
--- incubator/ivy/trunk/doc/toc.json (original)
+++ incubator/ivy/trunk/doc/toc.json Fri Jan  5 10:52:22 2007
@@ -4,28 +4,27 @@
         "id":"index",
         "title":"Home",
         "children": [
+            {
+              "id":"features",
+              "title":"Features",
+              "children": [
 
-          ]
-      },
-      {
-        "id":"features",
-        "title":"Features",
-        "children": [
-
-          ]
-      },
-      {
-        "id":"testimonials",
-        "title":"Testimonials",
-        "children": [
+                ]
+            },
+            {
+              "id":"testimonials",
+              "title":"Testimonials",
+              "children": [
 
-          ]
-      },
-      {
-        "id":"demo",
-        "title":"Demo",
-        "children": [
+                ]
+            },
+            {
+              "id":"demo",
+              "title":"Demo",
+              "children": [
 
+                ]
+            }
           ]
       },
       {
@@ -941,6 +940,13 @@
           ]
       },
       {
+        "id":"get-involved",
+        "title":"Get Involved",
+        "children": [
+
+          ]
+      },
+      {
         "id":"mailing-lists",
         "title":"Mailing lists",
         "children": [
@@ -955,8 +961,8 @@
           ]
       },
       {
-        "id":"get-involved",
-        "title":"Get Involved",
+        "id":"wiki",
+        "title":"Wiki",
         "children": [
 
           ]

Added: incubator/ivy/trunk/doc/wiki.html
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/doc/wiki.html?view=auto&rev=493136
==============================================================================
--- incubator/ivy/trunk/doc/wiki.html (added)
+++ incubator/ivy/trunk/doc/wiki.html Fri Jan  5 10:52:22 2007
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+	<script type="text/javascript">var xookiConfig = {level: 0};</script>	
+	<script type="text/javascript" src="xooki/xooki.js"></script>
+</head>
+<body>
+	<textarea id="xooki-source">
+A wiki is available where you can easily share your ideas and knowledge:
+http://wiki.apache.org/ivy/
+
+Feel free to contribute!</textarea>
+<script type="text/javascript">xooki.postProcess();</script>
+</body>
+</html>

Modified: incubator/ivy/trunk/doc/xooki/xooki.js
URL: http://svn.apache.org/viewvc/incubator/ivy/trunk/doc/xooki/xooki.js?view=diff&rev=493136&r1=493135&r2=493136
==============================================================================
--- incubator/ivy/trunk/doc/xooki/xooki.js (original)
+++ incubator/ivy/trunk/doc/xooki/xooki.js Fri Jan  5 10:52:22 2007
@@ -665,7 +665,7 @@
     xooki.c.initProperty("xookiInputFormat", ["xooki"]);
     xooki.c.initProperty("allowEdit", document.location.toString().substr(0,5) == "file:");
     
-    xooki.input.format.define("xooki", ["url", "xookiLinks", "jira", "code", "lineBreak"]);
+    xooki.input.format.define("xooki", ["code", "url", "xookiLinks", "jira", "lineBreak"]);
     
     xooki.c.path = (typeof xooki.c.path != "undefined")?xooki.c.path:{};
     xooki.c.path.initProperty = initConfigProperty;