Added: incubator/ivy/site/repository.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/site/repository.properties?view=auto&rev=553242
==============================================================================
--- incubator/ivy/site/repository.properties (added)
+++ incubator/ivy/site/repository.properties Wed Jul 4 08:36:55 2007
@@ -0,0 +1,25 @@
+# ***************************************************************
+# * 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.
+# ***************************************************************
+ivy.ibiblio.default.artifact.root = http://www.ibiblio.org/maven/
+ivy.ibiblio.default.artifact.pattern =
[module]/[type]s/[artifact]-[revision].[ext]
+
+ivy.ivyrep.default.ivy.root = http://ivyrep.jayasoft.org/
+ivy.ivyrep.default.ivy.pattern = [organisation]/[module]/ivy-[revision].xml
+ivy.ivyrep.default.artifact.root = ${ivy.ibiblio.default.artifact.root}
+ivy.ivyrep.default.artifact.pattern = ${ivy.ibiblio.default.artifact.pattern}
Propchange: incubator/ivy/site/repository.properties
------------------------------------------------------------------------------
svn:eol-style = native
Added: incubator/ivy/site/template.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/site/template.html?view=auto&rev=553242
==============================================================================
--- incubator/ivy/site/template.html (added)
+++ incubator/ivy/site/template.html Wed Jul 4 08:36:55 2007
@@ -0,0 +1,108 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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 xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+ <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
+<title>${title} | Ivy</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link rel="stylesheet" type="text/css" href="style/style.css" />
+ <script src="js/jquery.pack.js" type="text/javascript"></script>
+ <script src="js/jquery.treeview.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ $(document).ready(function(){$("#treemenu").Treeview({speed: "fast",store:
true});});
+ </script>
+</head>
+
+<body>
+
+<div id="body">
+<table id="header" summary="Navigation elements." border="0"
+ cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td id="home" width="30%"><a href="http://incubator.apache.org/"
+ title="Home"><img
src="images/apache-incubator-logo.png" alt="Apache Incubator"
+ border="0" /></a></td>
+
+ <td class="product" width="70%" align="right"
valign="middle"><img
+ src="images/logo.png" alt="ivy" border="0" /></td>
+ </tr>
+</table>
+
+<table id="top-menu" summary="Navigation elements." border="0"
+ cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td>
+
+ <div id="navcontainer">
+ <a href="http://incubator.apache.org/">Apache Incubator</a>
> <a href="http://incubator.apache.org/ivy/">Ivy</a> > ${breadCrumb}
+ </div>
+ </td>
+ </tr>
+
+</table>
+
+<table id="content" border="0" cellpadding="0" cellspacing="0"
+ width="100%">
+ <tr>
+ <td id="sidebar-left">
+ <div class="block block-book" id="block-book-0">
+ <h2>Ivy</h2>
+
+ <div class="content">${menu}</div>
+
+ </div>
+
+ </td>
+
+ <td valign="top">
+ <div id="main">
+
+ <h1 class="title">${title}</h1>
+ ${body}
+ <hr/>
+ <a href="${printerFriendlyLocation}">Printer Friendly</a>
+ </div><!-- main -->
+ </td>
+ </tr>
+</table>
+
+<table id="footer-menu" summary="Navigation elements." border="0"
+ cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td align="center" valign="middle">
+ <div class="primary-links">::
+ <a href="index.html">Home</a> ::
+ <a href="download.html">Download</a> ::
+ <a href="doc.html">Documentation</a> ::
+ <a href="doc/tutorial.html">Tutorials</a> ::
+ <a href="get-involved.html">Get Involved</a> ::
+ </div>
+ </td>
+ </tr>
+</table>
+
+
+
+<div id="footer-message"></div>
+
+
+</div><!-- body -->
+</body>
+</html>
Propchange: incubator/ivy/site/template.html
------------------------------------------------------------------------------
svn:eol-style = native
Added: incubator/ivy/site/testimonials.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/site/testimonials.html?view=auto&rev=553242
==============================================================================
--- incubator/ivy/site/testimonials.html (added)
+++ incubator/ivy/site/testimonials.html Wed Jul 4 08:36:55 2007
@@ -0,0 +1,42 @@
+<!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: 0};</script>
+ <script type="text/javascript" src="xooki/xooki.js"></script>
+</head>
+<body>
+ <textarea id="xooki-source">
+<blockquote>Now that Ivy 1.0 is out, I'd strongly encourage every Java
developer to pull it down and consider using it to manage dependencies in their
Ant builds. As far as I'm concerned, it's a complete no-brainer. <a
href="http://blog.exis.com/colin/archives/2005/04/29/decision-to-use-ivy-is-a-no-brainer/">Read
more</a></blockquote>
+<div style="text-align:right;">Colin Sampaleanu, core developer of <a
href="http://www.springframework.org/">Spring</a></div>
+<br/>
+<blockquote>Ivy's a great library... I've just gone through and implemented a
multi-module build using Ivy for full transitive dependency management... <a
href="http://www.theserverside.com/news/thread.tss?thread_id=33574">Read
more</a></blockquote>
+<div style="text-align:right;">Jason Careira, <a
href="http://www.opensymphony.com/webwork/">webwork</a> and <a
href="http://www.opensymphony.com/xwork/">xwork</a> project leader</div><br/>
+<br/>
+<blockquote>Currently, our application uses more than 40 3rdparty jars. [...]
With Ivy, I now have a full accounting of what libraries our project relies on
directly. [...] We now have clear understanding of our dependency tree. <a
href="http://houseofhaug.net/blog/archives/2005/04/13/maven-uninstall/">Read
more</a></blockquote>
+<div style="text-align:right;">Scott Haug, core developer of <a
href="http://www.jobster.com/">jobster.com</a><br/></div>
+<br/>
+<blockquote>After spending 10 minutes seeing the demonstrations, Ivy passed
the test. [...] In addition, the folks on the Ivy forums were absolutely
amazing with support, even when I had problems with my basic configuration file
that was completely my fault. <a
href="http://jroller.com/page/webwork2live?anchor=maven_out_ant_ivy_in">Read
more</a></blockquote>
+<div style="text-align:right;">Matthew Porter, co-founder of Metissian and
Contegix, author of <a
href="http://sourcebeat.com/TitleAction.do;jsessionid=4B2266B92DCB32C9EE9B5FE1415568D6?id=6">WebWork
Live</a><br/>
+</textarea>
+<script type="text/javascript">xooki.postProcess();</script>
+</body>
+</html>
Propchange: incubator/ivy/site/testimonials.html
------------------------------------------------------------------------------
svn:eol-style = native
Added: incubator/ivy/site/toc.json
URL:
http://svn.apache.org/viewvc/incubator/ivy/site/toc.json?view=auto&rev=553242
==============================================================================
--- incubator/ivy/site/toc.json (added)
+++ incubator/ivy/site/toc.json Wed Jul 4 08:36:55 2007
@@ -0,0 +1,339 @@
+{
+ "children": [
+ {
+ "id":"index",
+ "title":"Home",
+ "children": [
+ {
+ "id":"features",
+ "title":"Features",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"testimonials",
+ "title":"Testimonials",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"license",
+ "title":"License",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"demo",
+ "title":"Demo",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"faq",
+ "title":"FAQ",
+ "children": [
+ {
+ "id":"m2comparison",
+ "title":"Ivy / Maven2 Comparison",
+ "children": [
+
+ ]
+ }
+ ]
+ },
+ {
+ "id":"links",
+ "title":"Links",
+ "children": [
+
+ ]
+ }
+ ]
+ },
+ {
+ "id":"download",
+ "title":"Download",
+ "children": [
+ {
+ "id":"choose-distrib",
+ "title":"Choose distribution",
+ "children": [
+
+ ]
+ }
+ ]
+ },
+ {
+ "id":"doc/index",
+ "title":"Documentation",
+ "isAbstract":true,
+ "children": [
+ ]
+ },
+ {
+ "id":"history",
+ "title":"History",
+ "isAbstract":true,
+ "children": [
+ {
+ "id":"2.x",
+ "title":"2.x",
+ "isAbstract":true,
+ "children": [
+ {
+ "id":"history/2.0",
+ "title":"2.0.x",
+ "children": [
+ {
+ "id":"history/2.0.0-alpha-1",
+ "title":"2.0.0-alpha-1",
+ "children": [
+
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id":"1.x",
+ "title":"1.x",
+ "isAbstract":true,
+ "children": [
+ {
+ "id":"1.4.x",
+ "title":"1.4.x",
+ "isAbstract":true,
+ "children": [
+ {
+ "id":"history/1.4.1",
+ "title":"1.4.1",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/1.4",
+ "title":"1.4",
+ "children": [
+ {
+ "id":"history/1.4-RC1",
+ "title":"1.4-RC1",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/1.4-RC2",
+ "title":"1.4-RC2",
+ "children": [
+
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id":"1.3.x",
+ "title":"1.3.x",
+ "isAbstract":true,
+ "children": [
+ {
+ "id":"history/1.3.1",
+ "title":"1.3.1",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/1.3",
+ "title":"1.3",
+ "children": [
+ {
+ "id":"history/1.3-rc1",
+ "title":"1.3-RC1",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/1.3-rc2",
+ "title":"1.3-RC2",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/1.3-rc3",
+ "title":"1.3-RC3",
+ "children": [
+
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id":"1.2.x",
+ "title":"1.2.x",
+ "isAbstract":true,
+ "children": [
+ {
+ "id":"history/1.2a",
+ "title":"1.2a",
+ "children": [
+
+ ]
+ }
+ ]
+ },
+ {
+ "id":"1.1.x",
+ "title":"1.1.x",
+ "isAbstract":true,
+ "children": [
+ {
+ "id":"history/1.1",
+ "title":"1.1",
+ "children": [
+
+ ]
+ }
+ ]
+ },
+ {
+ "id":"1.0.x",
+ "title":"1.0.x",
+ "isAbstract":true,
+ "children": [
+ {
+ "id":"history/1.0",
+ "title":"1.0",
+ "children": [
+ {
+ "id":"history/1.0-rc1",
+ "title":"1.0-rc1",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/1.0-rc2",
+ "title":"1.0-rc2",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/1.0-rc3",
+ "title":"1.0-rc3",
+ "children": [
+
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id":"0.x",
+ "title":"0.x",
+ "isAbstract":true,
+ "children": [
+ {
+ "id":"history/0.9",
+ "title":"0.9",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/0.8",
+ "title":"0.8",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/0.7",
+ "title":"0.7",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/0.6.1",
+ "title":"0.6.1",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/0.6",
+ "title":"0.6",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/0.5.1",
+ "title":"0.5.1",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"history/0.5",
+ "title":"0.5",
+ "children": [
+
+ ]
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "id":"get-involved",
+ "title":"Get Involved",
+ "children": [
+ {
+ "id":"mailing-lists",
+ "title":"Mailing lists",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"issues",
+ "title":"Issue Tracking",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"wiki",
+ "title":"Wiki",
+ "children": [
+
+ ]
+ },
+ {
+ "id":"write-doc",
+ "title":"Contribute documentation",
+ "children": [
+
+ ]
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
Added: incubator/ivy/site/wiki.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/site/wiki.html?view=auto&rev=553242
==============================================================================
--- incubator/ivy/site/wiki.html (added)
+++ incubator/ivy/site/wiki.html Wed Jul 4 08:36:55 2007
@@ -0,0 +1,34 @@
+<!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: 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>
Propchange: incubator/ivy/site/wiki.html
------------------------------------------------------------------------------
svn:eol-style = native
Added: incubator/ivy/site/write-doc.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/site/write-doc.html?view=auto&rev=553242
==============================================================================
--- incubator/ivy/site/write-doc.html (added)
+++ incubator/ivy/site/write-doc.html Wed Jul 4 08:36:55 2007
@@ -0,0 +1,61 @@
+<!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: 0};</script>
+ <script type="text/javascript" src="xooki/xooki.js"></script>
+</head>
+<body>
+ <textarea id="xooki-source">
+Writing documentation for Ivy is pretty simple.
+
+The documentation engine used is called <a
href="http://xooki.sourceforge.net">xooki</a>, and allows to edit pages while
you browse them as soon as you browse them offline (and thus can actually save
your modifications).
+
+To browse the doc offline, we recommend to check it out from svn:
+<code>
+svn co https://svn.apache.org/repos/asf/incubator/ivy/core/trunk/doc ivy-doc
+</code>
+Then open the index.html file, and you will browse the web site exactly as
when you're online, except that you will see a small toolbar at the uper right,
allowing to edit the page, save it, move the page in the TOC, create a child,
and so on:
+
+<center><img src="images/xooki-toolbar.png"/></center>
+<br/><br/>
+When you choose edit you will see a pretty familiar textbox where you can edit
the page source.
+
+<center><a href="images/xooki-edit.png"><img
src="images/xooki-edit-small.png"/></a></center>
+<br/><br/>
+The source uses a format very familiar to those who sometimes write html.
Indeed any html is allowed. But you also have some shortcuts and neat syntax.
+
+First, line breaks are automatically recognized, so you don't have to put br
everywhere.
+Another interesting thing is the code fragment:
+<code>
+<code>
+any text including <tags/>
+</code>
+</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:import]], 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 [[doc/reference]].
+Feel free to edit this page to get a good overview of what is possible.
+
+And do not forget to save your changes before the page! Then you can use your
favorite IDE and compute a patch for what you changed, and submit this patch by
attaching it to a jira issue, or simply sending it to the ivy-dev
[[mailing-lists mailing list]].</textarea>
+<script type="text/javascript">xooki.postProcess();</script>
+</body>
+</html>
Propchange: incubator/ivy/site/write-doc.html
------------------------------------------------------------------------------
svn:eol-style = native