You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/01/03 17:21:07 UTC

svn commit: r608545 [5/5] - in /ant/ivy/site/target: history/latest-milestone/book.html history/latest-milestone/index.html history/trunk/book.html history/trunk/index.html style/color.css style/print-style.css style/shell.css style/style.css

Modified: ant/ivy/site/target/history/trunk/index.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/trunk/index.html?rev=608545&r1=608544&r2=608545&view=diff
==============================================================================
--- ant/ivy/site/target/history/trunk/index.html (original)
+++ ant/ivy/site/target/history/trunk/index.html Thu Jan  3 08:21:05 2008
@@ -102,7 +102,7 @@
 <div class="postit" style="width: 250px;">
 Tip: The menu on the left is dynamic, you  can click on the arrows to browse the menu without going to each page.
 </div>
-This documentation has been migrated from the old Ivy web site hosted by Jayasoft, feel free to report any problem on the <a href="../../mailing-lists.html">Mailing lists</a>.<br class="xooki-br"/><br class="xooki-br"/>If you browse this documentation from your installation of Ivy, you can also check the <a href="http://ant.apache.org/ivy/">online version</a> for latest updates.<br class="xooki-br"/><br class="xooki-br"/>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 <a href="../../get-involved.html">edit it and submit patches</a> when you browse it from source.<br class="xooki-br"/><br class="xooki-br"/>Since Ivy 2.0.0-alpha-2, we keep an online history of the documentation. You can thus browse history versions online (in the history menu in the web site)
  and even check the trunk version documentation currently in development.<br class="xooki-br"/><br class="xooki-br"/>For earlier versions, we suggest downloading the documentation to browse the documentation corresponding to the version you use. The full history of Ivy versions with corresponding links for download is available in the history menu on the web site.<br class="xooki-br"/><br class="xooki-br"/><h1>Other places to go</h1>
+This documentation has been migrated from the old Ivy web site hosted by Jayasoft, feel free to report any problem on the <a href="../../mailing-lists.html">Mailing lists</a>.<br class="xooki-br"/><br class="xooki-br"/>If you browse this documentation from your installation of Ivy, you can also check the <a href="http://ant.apache.org/ivy/">online version</a> for latest updates.<br class="xooki-br"/><br class="xooki-br"/>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 <a href="../../get-involved.html">edit it and submit patches</a> when you browse it from source.<br class="xooki-br"/><br class="xooki-br"/>A <a href="book.html">printer-friendly version</a> of this whole documentation is also provided for your convenience.<br class="xooki-br"/><br class="xook
 i-br"/>Since Ivy 2.0.0-alpha-2, we keep an online history of the documentation. You can thus browse history versions online (in the history menu in the web site) and even check the trunk version documentation currently in development.<br class="xooki-br"/><br class="xooki-br"/>For earlier versions, we suggest downloading the documentation to browse the documentation corresponding to the version you use. The full history of Ivy versions with corresponding links for download is available in the history menu on the web site.<br class="xooki-br"/><br class="xooki-br"/><h1>Other places to go</h1>
 Check Ivy <a href="../../features.html">features</a>. <br class="xooki-br"/>Read our <a href="../../faq.html">FAQ</a>.<br class="xooki-br"/>Ask for help on our <a href="../../mailing-lists.html">mailing lists</a>.<br class="xooki-br"/>Report bug or feature request in our <a href="../../issues.html">issue tracking system</a>.<br class="xooki-br"/>Check <a href="../../links.html">external tools and resources</a>.<br class="xooki-br"/><br class="xooki-br"/><h1>Overview</h1>
 This documentation is decomposed in 3 main parts:
 <ul>

Modified: ant/ivy/site/target/style/color.css
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/style/color.css?rev=608545&r1=608544&r2=608545&view=diff
==============================================================================
--- ant/ivy/site/target/style/color.css (original)
+++ ant/ivy/site/target/style/color.css Thu Jan  3 08:21:05 2008
@@ -25,7 +25,7 @@
   background-color: #fff;
 }
 
-h1, h2, h3, h4, h5, h6 {
+h1, h2, h3, h4, h5, h6, .toc-title {
   color: #7a9438;
 }
 h1 {

Modified: ant/ivy/site/target/style/print-style.css
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/style/print-style.css?rev=608545&r1=608544&r2=608545&view=diff
==============================================================================
--- ant/ivy/site/target/style/print-style.css (original)
+++ ant/ivy/site/target/style/print-style.css Thu Jan  3 08:21:05 2008
@@ -44,9 +44,20 @@
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: small;
 }
-h1, h2, h3, h4, h5, h6 {
+h1, h2, h3, h4, h5, h6, .toc-title {
   font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
 }
+.toc-title {
+  margin: 15px;
+  padding: 10px;
+  font-size: 2em;
+  text-align: center;
+  border: solid 2px;
+  -moz-border-radius-topleft: 5px;
+  -moz-border-radius-topright: 5px;
+  -moz-border-radius-bottomright: 5px;
+  -moz-border-radius-bottomleft: 5px;
+}
 h1 {
 /*
   margin-left: 15px;
@@ -98,6 +109,7 @@
 pre {
   padding: 0.75em 1.5em;
   font-size: 1em;
+  overflow: auto;
 }
 .form-item {
   margin-top: 1em;

Modified: ant/ivy/site/target/style/shell.css
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/style/shell.css?rev=608545&r1=608544&r2=608545&view=diff
==============================================================================
--- ant/ivy/site/target/style/shell.css (original)
+++ ant/ivy/site/target/style/shell.css Thu Jan  3 08:21:05 2008
@@ -17,5 +17,15 @@
  */
 
 /* the class shell is used when a copy of the content of a shell or DOS window is made */
-.shell {background-color: black; color: white; border: medium gray solid;}
-.shell pre {background-color: black; border: none; font-size: small;}
+.shell {
+	background-color: black; 
+	color: white; 
+	border: medium gray solid;
+	overflow: auto;
+}
+.shell pre {
+	background-color: black; 
+	border: none; 
+	font-size: small; 
+	overflow: visible;
+}

Modified: ant/ivy/site/target/style/style.css
URL: http://svn.apache.org/viewvc/ant/ivy/site/target/style/style.css?rev=608545&r1=608544&r2=608545&view=diff
==============================================================================
--- ant/ivy/site/target/style/style.css (original)
+++ ant/ivy/site/target/style/style.css Thu Jan  3 08:21:05 2008
@@ -37,7 +37,6 @@
   display: table;
   margin: 8px auto;
   padding: 0;
-  width: 98%;
 }
 body, p, td, li, ul, ol  {
   font-family: Verdana, Helvetica, Arial, sans-serif;
@@ -97,6 +96,7 @@
 pre {
   padding: 0.75em 1.5em;
   font-size: 1em;
+  overflow: auto;
 }
 .form-item {
   margin-top: 1em;