Author: xavier
Date: Thu Jul 5 06:36:54 2007
New Revision: 553500
URL: http://svn.apache.org/viewvc?view=rev&rev=553500
Log:
now use a config.js instead of config.json, and prepare import feature
Added:
incubator/ivy/core/trunk/doc/config.js
- copied, changed from r553250, incubator/ivy/core/trunk/doc/config.json
Removed:
incubator/ivy/core/trunk/doc/config.json
Modified:
incubator/ivy/core/trunk/doc/ (props changed)
incubator/ivy/core/trunk/doc/index.html
Propchange: incubator/ivy/core/trunk/doc/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jul 5 06:36:54 2007
@@ -1,3 +1,4 @@
ivy
reports
+config.extra.js
Copied: incubator/ivy/core/trunk/doc/config.js (from r553250,
incubator/ivy/core/trunk/doc/config.json)
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/config.js?view=diff&rev=553500&p1=incubator/ivy/core/trunk/doc/config.json&r1=553250&p2=incubator/ivy/core/trunk/doc/config.js&r2=553500
==============================================================================
--- incubator/ivy/core/trunk/doc/config.json (original)
+++ incubator/ivy/core/trunk/doc/config.js Thu Jul 5 06:36:54 2007
@@ -1,7 +1,7 @@
-{debug:true,
+xooki.util.mix({debug:true,
jira: {ids: ['IVY'], url: 'http://issues.apache.org/jira'},
shortcuts: {
svn: {pre:
'https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/'},
- ant: {pre: xooki.c.relativeRoot+'doc/use/', post:'.html'}
+ ant: {pre: xooki.c.relativeRoot+'use/', post:'.html'}
}
-}
+}, xooki.c, false);
Modified: incubator/ivy/core/trunk/doc/index.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/index.html?view=diff&rev=553500&r1=553499&r2=553500
==============================================================================
--- incubator/ivy/core/trunk/doc/index.html (original)
+++ incubator/ivy/core/trunk/doc/index.html Thu Jul 5 06:36:54 2007
@@ -59,7 +59,7 @@
<h1>Overview</h1>
This documentation is decomposed in 3 main parts:
<ul>
- <li><a href="doc/tutorial.html">Tutorials</a></li>
+ <li>[[tutorial]]</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.
@@ -69,7 +69,7 @@
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.
+You will also find here interesting pages like [[bestpractices]], the [[faq]]
or the [[links]] pages.
</textarea>
<script type="text/javascript">xooki.postProcess();</script>
</body>