Author: xavier
Date: Thu Jan 3 04:29:04 2008
New Revision: 608463
URL: http://svn.apache.org/viewvc?rev=608463&view=rev
Log:
introduce latest-milestone version of the documentation and make the default
documentation point to this version instead of trunk version
Modified:
ant/ivy/site/build.xml
ant/ivy/site/config.js
ant/ivy/site/features.html
ant/ivy/site/history/ (props changed)
ant/ivy/site/homeTemplate.html
ant/ivy/site/template.html
ant/ivy/site/toc.json
ant/ivy/site/write-doc.html
Modified: ant/ivy/site/build.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/site/build.xml?rev=608463&r1=608462&r2=608463&view=diff
==============================================================================
--- ant/ivy/site/build.xml (original)
+++ ant/ivy/site/build.xml Thu Jan 3 04:29:04 2008
@@ -83,6 +83,7 @@
<target name="init-imported-history"
description="--> initialize all imported documentation history">
<init-imported-version version="trunk" />
+ <init-imported-version version="latest-milestone" />
<init-imported-version version="2.0.0-beta1" />
<init-imported-version version="2.0.0-alpha2" />
</target>
Modified: ant/ivy/site/config.js
URL:
http://svn.apache.org/viewvc/ant/ivy/site/config.js?rev=608463&r1=608462&r2=608463&view=diff
==============================================================================
--- ant/ivy/site/config.js (original)
+++ ant/ivy/site/config.js Thu Jan 3 04:29:04 2008
@@ -2,7 +2,7 @@
jira: {ids: ['IVY'], url: 'http://issues.apache.org/jira'},
shortcuts: {
svn: {pre:
'https://svn.apache.org/repos/asf/ant/ivy/core/trunk/'},
- ant: {pre: xooki.c.relativeRoot+'history/trunk/use/',
post:'.html'},
- doc: {pre: xooki.c.relativeRoot+'history/trunk/', post:'.html'}
+ ant: {pre:
xooki.c.relativeRoot+'history/latest-milestone/use/', post:'.html'},
+ doc: {pre: xooki.c.relativeRoot+'history/latest-milestone/',
post:'.html'}
}
}, xooki.c, false);
Modified: ant/ivy/site/features.html
URL:
http://svn.apache.org/viewvc/ant/ivy/site/features.html?rev=608463&r1=608462&r2=608463&view=diff
==============================================================================
--- ant/ivy/site/features.html (original)
+++ ant/ivy/site/features.html Thu Jan 3 04:29:04 2008
@@ -37,7 +37,7 @@
<p>Ivy is able to produce mainly two kind of reports: HTML reports and graph
reports. HTML reports gives you a good understanding of what Ivy did, and which
dependencies your project depends upon. The graph reports let you have a good
overview of the transitive dependencies (see below) and conflicts in your
project.</p>
<p>Here are some samples of what Ivy generates for you:<br />
<center><br />
-<a href="history/trunk/samples/ivy-sample-xslt.xml"><img
src="images/ivyfile-small.png" title="browsable ivy file through simple
xslt"/></a> <a href="images/hibgraph.png" alt="ivyfile"><img
src="images/hibgraph-small.png" title="full dependency graph"/></a> <a
href="history/trunk/samples/jayasoft-ivyrep-example-default.html"
alt="graph"><img src="images/report-small.png" title="detailed dependency
report" alt="report"/></a><br />
+<a href="history/latest-milestone/samples/ivy-sample-xslt.xml"><img
src="images/ivyfile-small.png" title="browsable ivy file through simple
xslt"/></a> <a href="images/hibgraph.png" alt="ivyfile"><img
src="images/hibgraph-small.png" title="full dependency graph"/></a> <a
href="history/latest-milestone/samples/jayasoft-ivyrep-example-default.html"
alt="graph"><img src="images/report-small.png" title="detailed dependency
report" alt="report"/></a><br />
</center></p>
<h1>Non intrusive</h1>
<p>Ivy most common use is to resolve dependencies and copy them in the lib dir
of your project. Once copied, your build does not depend on Ivy any more. Thus
you can easily migrate existing builds using the lib dir pattern to store
dependencies. Moreover, you can easily deliver your project with its
dependencies so that the build file does not depend on Ivy.</p>
Propchange: ant/ivy/site/history/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Thu Jan 3 04:29:04 2008
@@ -1,3 +1,4 @@
trunk https://svn.apache.org/repos/asf/ant/ivy/core/trunk/doc
-2.0.0-alpha2
https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-alpha2/doc
+latest-milestone
https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-beta1/doc
2.0.0-beta1
https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-beta1/doc
+2.0.0-alpha2
https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.0.0-alpha2/doc
Modified: ant/ivy/site/homeTemplate.html
URL:
http://svn.apache.org/viewvc/ant/ivy/site/homeTemplate.html?rev=608463&r1=608462&r2=608463&view=diff
==============================================================================
--- ant/ivy/site/homeTemplate.html (original)
+++ ant/ivy/site/homeTemplate.html Thu Jan 3 04:29:04 2008
@@ -76,7 +76,7 @@
<div class="primary-links">::
<a href="index.html">Home</a> ::
<a href="download.html">Download</a> ::
- <a href="history/trunk/index.html">Documentation</a> ::
+ <a
href="history/latest-milestone/index.html">Documentation</a> ::
<a href="get-involved.html">Get Involved</a> ::
<a href="search.html">Search</a> ::
</div>
Modified: ant/ivy/site/template.html
URL:
http://svn.apache.org/viewvc/ant/ivy/site/template.html?rev=608463&r1=608462&r2=608463&view=diff
==============================================================================
--- ant/ivy/site/template.html (original)
+++ ant/ivy/site/template.html Thu Jan 3 04:29:04 2008
@@ -100,7 +100,7 @@
<div class="primary-links">::
<a href="index.html">Home</a> ::
<a href="download.html">Download</a> ::
- <a href="history/trunk/index.html">Documentation</a> ::
+ <a
href="history/latest-milestone/index.html">Documentation</a> ::
<a href="get-involved.html">Get Involved</a> ::
<a href="search.html">Search</a> ::
</div>
Modified: ant/ivy/site/toc.json
URL:
http://svn.apache.org/viewvc/ant/ivy/site/toc.json?rev=608463&r1=608462&r2=608463&view=diff
==============================================================================
--- ant/ivy/site/toc.json (original)
+++ ant/ivy/site/toc.json Thu Jan 3 04:29:04 2008
@@ -75,13 +75,17 @@
]
},
{
- "title":"Documentation",
- "importRoot":"history/trunk",
+ "title":"Documentation (2.0.0-beta1)",
+ "importRoot":"history/latest-milestone",
"importNode":"index" },
{
"id":"history",
"title":"History",
"children": [
+ {
+ "title":"Trunk",
+ "importRoot":"history/trunk",
+ "importNode":"index" },
{
"id":"2.x",
"title":"2.x",
Modified: ant/ivy/site/write-doc.html
URL:
http://svn.apache.org/viewvc/ant/ivy/site/write-doc.html?rev=608463&r1=608462&r2=608463&view=diff
==============================================================================
--- ant/ivy/site/write-doc.html (original)
+++ ant/ivy/site/write-doc.html Thu Jan 3 04:29:04 2008
@@ -59,7 +59,7 @@
</code>
Very helpful to avoid escaping all xml with lt and gt.
-Finally, URLs are automatically recognized and convert to links, jira issues
like IVY-202 are recognized too, and you can use a neat format to reference any
ant ivy ant task like [[ant:install]], or also reference svn page easily like
[[svn:build.xml this link to build.xml]]. And you can also link to another page
by providing its id (i.e. its url without the base and the .html) like the
[[index]] or the [[history/trunk/index]].
+Finally, URLs are automatically recognized and convert to links, jira issues
like IVY-202 are recognized too, and you can use a neat format to reference any
ant ivy ant task like [[ant:install]], or also reference svn page easily like
[[svn:build.xml this link to build.xml]]. And you can also link to another page
by providing its id (i.e. its url without the base and the .html) like the
[[index]] or the [[history/latest-milestone/index]].
Feel free to edit this page to get a good overview of what is possible.