Author: xavier
Date: Wed Jul 4 07:13:28 2007
New Revision: 553215
URL: http://svn.apache.org/viewvc?view=rev&rev=553215
Log:
prepare site and doc split (IVY-558)
review TOC,
make sure all documentaiton pages are in the doc directory,
and that all non documentation pages are outside this directory.
Added:
incubator/ivy/core/trunk/doc/doc/index.html (with props)
incubator/ivy/core/trunk/doc/history/
- copied from r553194, incubator/ivy/core/trunk/doc/doc/releasenotes/
incubator/ivy/core/trunk/doc/m2comparison.html
- copied, changed from r553194,
incubator/ivy/core/trunk/doc/doc/m2comparison.html
Removed:
incubator/ivy/core/trunk/doc/doc.html
incubator/ivy/core/trunk/doc/doc/appendix.html
incubator/ivy/core/trunk/doc/doc/m2comparison.html
incubator/ivy/core/trunk/doc/doc/releasenotes/
incubator/ivy/core/trunk/doc/ivyrep.html
Modified:
incubator/ivy/core/trunk/doc/doc/reference.html
incubator/ivy/core/trunk/doc/download.html
incubator/ivy/core/trunk/doc/faq.html
incubator/ivy/core/trunk/doc/history/0.5.1.html
incubator/ivy/core/trunk/doc/history/0.5.html
incubator/ivy/core/trunk/doc/history/0.6.1.html
incubator/ivy/core/trunk/doc/history/0.6.html
incubator/ivy/core/trunk/doc/history/0.7.html
incubator/ivy/core/trunk/doc/history/0.8.html
incubator/ivy/core/trunk/doc/history/0.9.html
incubator/ivy/core/trunk/doc/history/1.0-rc1.html
incubator/ivy/core/trunk/doc/history/1.0-rc2.html
incubator/ivy/core/trunk/doc/history/1.0-rc3.html
incubator/ivy/core/trunk/doc/history/1.0.html
incubator/ivy/core/trunk/doc/history/1.1.html
incubator/ivy/core/trunk/doc/history/1.2a.html
incubator/ivy/core/trunk/doc/history/1.3-rc1.html
incubator/ivy/core/trunk/doc/history/1.3-rc2.html
incubator/ivy/core/trunk/doc/history/1.3-rc3.html
incubator/ivy/core/trunk/doc/history/1.3.1.html
incubator/ivy/core/trunk/doc/history/1.3.html
incubator/ivy/core/trunk/doc/history/1.4-RC1.html
incubator/ivy/core/trunk/doc/history/1.4-RC2.html
incubator/ivy/core/trunk/doc/history/1.4.1.html
incubator/ivy/core/trunk/doc/history/1.4.html
incubator/ivy/core/trunk/doc/history/2.0.0-alpha-1.html
incubator/ivy/core/trunk/doc/history/2.0.html
incubator/ivy/core/trunk/doc/index.html
incubator/ivy/core/trunk/doc/mailing-lists.html
incubator/ivy/core/trunk/doc/toc.json
Added: incubator/ivy/core/trunk/doc/doc/index.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/doc/index.html?view=auto&rev=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/doc/index.html (added)
+++ incubator/ivy/core/trunk/doc/doc/index.html Wed Jul 4 07:13:28 2007
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<html>
+<head>
+ <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
+</head>
+<body>
+ <textarea id="xooki-source">
+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://incubator.apache.org/ivy/doc.html">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>
+</html>
Propchange: incubator/ivy/core/trunk/doc/doc/index.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: incubator/ivy/core/trunk/doc/doc/reference.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/doc/reference.html?view=diff&rev=553215&r1=553214&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/doc/reference.html (original)
+++ incubator/ivy/core/trunk/doc/doc/reference.html Wed Jul 4 07:13:28 2007
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -19,6 +20,12 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <meta http-equiv="Refresh" content="0; url=intro.html">
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
+<body>
+ <textarea id="xooki-source">
+ </textarea>
+<script type="text/javascript">xooki.postProcess();</script>
+</body>
</html>
Modified: incubator/ivy/core/trunk/doc/download.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/download.html?view=diff&rev=553215&r1=553214&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/download.html (original)
+++ incubator/ivy/core/trunk/doc/download.html Wed Jul 4 07:13:28 2007
@@ -38,7 +38,7 @@
<h2>Download</h2>
<div style="float:right;margin:10px;"><a
href="http://people.apache.org/dist/incubator/ivy/2.0.0-alpha-1-incubating/"><img
src="images/ivy-dl-2.0.0-alpha-1.png" style="border: none;"/></a></div>
-The first release of Ivy within the Apache Incubator, <b>2.0.0-alpha-1</b>, is
now available! Check the [[doc/releasenotes/2.0.0-alpha-1 release notes]].
+The first release of Ivy within the Apache Incubator, <b>2.0.0-alpha-1</b>, is
now available! Check the [[history/2.0.0-alpha-1 release notes]].
Use the links below to download a distribution of Ivy from our repository. It
is good practice to <a href="#VerifyReleases">verify the integrity</a> of the
distribution files, especially if you are using one of our mirror sites. In
order to do this you must use the signatures from our <a
href="http://people.apache.org/dist/incubator/ivy/">main distribution
directory</a>.
Modified: incubator/ivy/core/trunk/doc/faq.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/faq.html?view=diff&rev=553215&r1=553214&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/faq.html (original)
+++ incubator/ivy/core/trunk/doc/faq.html Wed Jul 4 07:13:28 2007
@@ -35,7 +35,7 @@
With the shared repository the problem is often to maintain the list of
dependencies of the project. This list is often lost within the build file,
which does not help maintenance. Moreover, this solution often requires a
download of the whole repository, unless home made dependencies management
solution has been used.</p>
<p>Finally, the major drawback of these solutions is that they do not use
transitive dependencies. Transitive dependencies are the dependencies of your
dependencies. Managing transitive dependencies let you declare dependencies
only on what you really need, and not what the module you use themselves need.
This not only eases your dependencies declaration, but it also improves a lot
the maintenability of your project, especially in multi-project environment.
Imagine you develop a component used in several other projects. Then each time
your component needs a new dependency, without transitive dependencies, you
have to update all the projects using your component ! And this could really
take a lot of time !</p>
<h2><a name="why-should-i-use-ivy"></a>Why should I use Ivy ?</h2>
-<p>If you are convinced of using a dependencies manager, you may wonder why
using Ivy and not another tool. We are not able to answer this question without
being biased, but have a look at Ivy <a href="features.html">features</a> and
the <a href="doc/m2comparison.html">product comparison</a> we provide, and you
will certainly see that Ivy is one of the best dependencies manager currently
available ;-)</p>
+<p>If you are convinced of using a dependencies manager, you may wonder why
using Ivy and not another tool. We are not able to answer this question without
being biased, but have a look at Ivy <a href="features.html">features</a> and
the [[m2comparison product comparison]] we provide, and you will certainly see
that Ivy is one of the best dependencies manager currently available ;-)</p>
<h2><a name="how-does-ivy-differ-from-maven-2"></a>How does Ivy differ from
Maven2 ?</h2>
<p>The answer to this question is too long, so it deserves its own page <a
href="doc/m2comparison.html">here</a>.</p>
<h1>Ivy in use</h1>
@@ -110,7 +110,7 @@
<p>This the default behaviour of ivy, which relies on the revision and on its
cache to avoid too many downloads. However, this can be changed on each
resolver using the <em>checkmodified</em> attribute, or globally by setting
<em>ivy.resolver.default.check.modified</em> variable to true.</p>
<h1>Misc</h1>
<h2><a name="release-notes"></a>Where are the release notes ?</h2>
-<p>Release notes can be found in the <a
href="doc/releasenotes.html">documentation</a>.</p>
+<p>Release notes can be found in the [[doc/index documentation]].</p>
<h2><a name="more-information"></a>Where can I get more information?</h2>
<p>If you need more information about Ivy than the one found in the
documentation, you can see the <a href="links.html">links</a> page, use the <a
href="forum/core.html">forum</a> to ask your question to the community, or use
your favorite search engine.<br />
For search engine search, we advise to use ivy + ant or java as base keywords,
since ivy alone is a very common word.</p></textarea>
Modified: incubator/ivy/core/trunk/doc/history/0.5.1.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/0.5.1.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/0.5.1.html (original)
+++ incubator/ivy/core/trunk/doc/history/0.5.1.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/0.5.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/0.5.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/0.5.html (original)
+++ incubator/ivy/core/trunk/doc/history/0.5.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/0.6.1.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/0.6.1.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/0.6.1.html (original)
+++ incubator/ivy/core/trunk/doc/history/0.6.1.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/0.6.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/0.6.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/0.6.html (original)
+++ incubator/ivy/core/trunk/doc/history/0.6.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/0.7.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/0.7.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/0.7.html (original)
+++ incubator/ivy/core/trunk/doc/history/0.7.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/0.8.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/0.8.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/0.8.html (original)
+++ incubator/ivy/core/trunk/doc/history/0.8.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/0.9.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/0.9.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/0.9.html (original)
+++ incubator/ivy/core/trunk/doc/history/0.9.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.0-rc1.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.0-rc1.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.0-rc1.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.0-rc1.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.0-rc2.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.0-rc2.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.0-rc2.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.0-rc2.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.0-rc3.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.0-rc3.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.0-rc3.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.0-rc3.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.0.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.0.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.0.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.0.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.1.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.1.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.1.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.1.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.2a.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.2a.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.2a.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.2a.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.3-rc1.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.3-rc1.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.3-rc1.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.3-rc1.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.3-rc2.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.3-rc2.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.3-rc2.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.3-rc2.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.3-rc3.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.3-rc3.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.3-rc3.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.3-rc3.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.3.1.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.3.1.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.3.1.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.3.1.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.3.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.3.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.3.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.3.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.4-RC1.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.4-RC1.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.4-RC1.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.4-RC1.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.4-RC2.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.4-RC2.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.4-RC2.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.4-RC2.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.4.1.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.4.1.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.4.1.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.4.1.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/1.4.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/1.4.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/1.4.html (original)
+++ incubator/ivy/core/trunk/doc/history/1.4.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/2.0.0-alpha-1.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/2.0.0-alpha-1.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/2.0.0-alpha-1.html (original)
+++ incubator/ivy/core/trunk/doc/history/2.0.0-alpha-1.html Wed Jul 4 07:13:28
2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/history/2.0.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/history/2.0.html?view=diff&rev=553215&r1=553194&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/history/2.0.html (original)
+++ incubator/ivy/core/trunk/doc/history/2.0.html Wed Jul 4 07:13:28 2007
@@ -20,14 +20,14 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 2};</script>
- <script type="text/javascript" src="../../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 1};</script>
+ <script type="text/javascript" src="../xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
The 2.0 version will be the first stable version released at Apache.
-Most of the efforts of the development team is concentrated on this version,
and a [[doc/releasenotes/2.0.0-alpha-1 first alpha]] version is available for
early preview.
+Most of the efforts of the development team is concentrated on this version,
and a [[history/2.0.0-alpha-1 first alpha]] version is available for early
preview.
Despite the version name, the 2.0 version will be mostly backward compatible
with prior 1.x versions. Indeed we choose to use a major version number change
to reflect the change in the Ivy API which has been deeply revisited, and our
migration to the Apache Software Foundation. But from a user point of view, Ivy
2.0 will be mostly a drop in replacement of the previous 1.x
versions.</textarea>
<script type="text/javascript">xooki.postProcess();</script>
Modified: incubator/ivy/core/trunk/doc/index.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/index.html?view=diff&rev=553215&r1=553214&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/index.html (original)
+++ incubator/ivy/core/trunk/doc/index.html Wed Jul 4 07:13:28 2007
@@ -36,7 +36,7 @@
</table>
<hr/><a href="">Latest News</a><table border="0" cellpadding="5">
<tr><td>05/03/2007</td><td><a href="presentations/apache-con-2007/">slides</a>
from ApacheCon EU 2007 are available!</td></tr>
-<tr><td>04/26/2007</td><td>[[doc/releasenotes/2.0.0-alpha-1]] version
available</td></tr>
+<tr><td>04/26/2007</td><td>[[history/2.0.0-alpha-1]] version
available</td></tr>
<tr><td>03/28/2007</td><td> <a
href="http://www.jetbrains.com/teamcity/features/newfeatures.html#TeamCity_Administration_Interface_Enhancements">TeamCity</a>
integrates Ivy for dependent build management</td></tr>
<tr><td>03/01/2007</td><td> New site menu and new look for the home page.<br/>
[[mailing-lists Tell us]] what you think about it!</td></tr>
</table></textarea>
Copied: incubator/ivy/core/trunk/doc/m2comparison.html (from r553194,
incubator/ivy/core/trunk/doc/doc/m2comparison.html)
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/m2comparison.html?view=diff&rev=553215&p1=incubator/ivy/core/trunk/doc/doc/m2comparison.html&r1=553194&p2=incubator/ivy/core/trunk/doc/m2comparison.html&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/doc/m2comparison.html (original)
+++ incubator/ivy/core/trunk/doc/m2comparison.html Wed Jul 4 07:13:28 2007
@@ -20,8 +20,8 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
- <script type="text/javascript">var xookiConfig = {level: 1};</script>
- <script type="text/javascript" src="../xooki/xooki.js"></script>
+ <script type="text/javascript">var xookiConfig = {level: 0};</script>
+ <script type="text/javascript" src="xooki/xooki.js"></script>
</head>
<body>
<textarea id="xooki-source">
Modified: incubator/ivy/core/trunk/doc/mailing-lists.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/mailing-lists.html?view=diff&rev=553215&r1=553214&r2=553215
==============================================================================
--- incubator/ivy/core/trunk/doc/mailing-lists.html (original)
+++ incubator/ivy/core/trunk/doc/mailing-lists.html Wed Jul 4 07:13:28 2007
@@ -25,7 +25,7 @@
</head>
<body>
<textarea id="xooki-source">
-Before posting to mailing lists, make sure you don't have the answer to your
question in the [[faq]] or more generally in the [[doc]].
+Before posting to mailing lists, make sure you don't have the answer to your
question in the [[faq]] or more generally in the [[doc/index]].
<hr/>
<h2>Users mailing list</h2>