Browse Source

Ant-Fake-Forrest proposal advancements:

Enable the "Active Link" funktionality by taking care, that XML title tag and project entry name match (just for the few docs, where this wasn't the case anyways)
adding html-version of LICESE
removing faq.vsl by moving that functionality to site.vsl


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273700 13f79535-47bb-0310-9956-ffa450edef68
master
Christoph Wilhelms 22 years ago
parent
commit
03a994486a
27 changed files with 939 additions and 766 deletions
  1. +17
    -9
      proposal/ant-site/anakia/build.xml
  2. +5
    -5
      proposal/ant-site/anakia/docs/ant15_todo.html
  3. +9
    -9
      proposal/ant-site/anakia/docs/antnews.html
  4. +5
    -5
      proposal/ant-site/anakia/docs/bindownload.html
  5. +5
    -5
      proposal/ant-site/anakia/docs/bylaws.html
  6. +5
    -5
      proposal/ant-site/anakia/docs/contributors.html
  7. +9
    -9
      proposal/ant-site/anakia/docs/cvs.html
  8. +5
    -5
      proposal/ant-site/anakia/docs/external.html
  9. +6
    -6
      proposal/ant-site/anakia/docs/faq.html
  10. +6
    -6
      proposal/ant-site/anakia/docs/guidelines.html
  11. +8
    -8
      proposal/ant-site/anakia/docs/index.html
  12. +9
    -9
      proposal/ant-site/anakia/docs/legal.html
  13. +304
    -0
      proposal/ant-site/anakia/docs/license.html
  14. +5
    -5
      proposal/ant-site/anakia/docs/mail.html
  15. +6
    -6
      proposal/ant-site/anakia/docs/mission.html
  16. +5
    -5
      proposal/ant-site/anakia/docs/problems.html
  17. +5
    -5
      proposal/ant-site/anakia/docs/projects.html
  18. +446
    -532
      proposal/ant-site/anakia/docs/resources.html
  19. +5
    -5
      proposal/ant-site/anakia/docs/srcdownload.html
  20. +1
    -1
      proposal/ant-site/anakia/xdocs/antnews.xml
  21. +1
    -1
      proposal/ant-site/anakia/xdocs/cvs.xml
  22. +0
    -0
      proposal/ant-site/anakia/xdocs/images/ant_logo_large.gif
  23. +1
    -1
      proposal/ant-site/anakia/xdocs/index.xml
  24. +1
    -1
      proposal/ant-site/anakia/xdocs/legal.xml
  25. +65
    -0
      proposal/ant-site/anakia/xdocs/license.xml
  26. +0
    -118
      proposal/ant-site/anakia/xdocs/stylesheets/faq.vsl
  27. +5
    -5
      proposal/ant-site/anakia/xdocs/stylesheets/project.xml

+ 17
- 9
proposal/ant-site/anakia/build.xml View File

@@ -37,21 +37,29 @@
<anakia basedir="${docs.src}" destdir="${docs.dest}/"
extension=".html" style="./site.vsl"
projectFile="${project.file}"
excludes="**/stylesheets/** faq.xml"
excludes="**/stylesheets/**"
includes="**/*.xml"
lastModifiedCheck="true"
templatePath="${templ.path}"
velocityPropertiesFile="${velocity.props}">
</anakia>

<anakia basedir="${docs.src}" destdir="${docs.dest}/"
extension=".html" style="./faq.vsl"
projectFile="${project.file}"
includes="faq.xml"
lastModifiedCheck="true"
templatePath="${templ.path}"
velocityPropertiesFile="${velocity.props}">
</anakia>
<!-- Copy resources -->
<copy todir="${docs.dest}" filtering="no">
<fileset dir="${docs.src}">
<include name="**/*.html"/>
<include name="**/*.css"/>
<include name="**/*.gif"/>
<include name="**/*.png"/>
<include name="**/*.jpeg"/>
<include name="**/*.jpg"/>
<include name="**/*.swf"/>
<include name="**/*.pdf"/>
<include name="**/*.zip"/>
<include name="**/*.js"/>
<include name="**/*.ico"/>
</fileset>
</copy>
</target>
<target name="javadocs">


+ 5
- 5
proposal/ant-site/anakia/docs/ant15_todo.html View File

@@ -89,10 +89,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -114,7 +114,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -153,10 +153,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 9
- 9
proposal/ant-site/anakia/docs/antnews.html View File

@@ -5,7 +5,7 @@
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Ant News</title>
<title>Apache Ant - News</title>
<link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Conor MacNeill">
<meta name="email" value="">
@@ -93,14 +93,14 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
<span class="sel"><font color="#ffcc00">News</font></span>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
@@ -118,7 +118,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -157,10 +157,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
@@ -198,7 +198,7 @@
<table class="title">
<tr>
<td valign="middle">
<h1>Ant News</h1>
<h1>News</h1>
</td>
</tr>
</table>


+ 5
- 5
proposal/ant-site/anakia/docs/bindownload.html View File

@@ -87,10 +87,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -112,7 +112,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -151,10 +151,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 5
- 5
proposal/ant-site/anakia/docs/bylaws.html View File

@@ -87,10 +87,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -112,7 +112,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -151,10 +151,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 5
- 5
proposal/ant-site/anakia/docs/contributors.html View File

@@ -87,10 +87,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -112,7 +112,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -151,10 +151,10 @@
<span class="sel"><font color="#ffcc00">Contributors</font></span>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 9
- 9
proposal/ant-site/anakia/docs/cvs.html View File

@@ -5,7 +5,7 @@
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - CVS Repository</title>
<title>Apache Ant - CVS Repositories</title>
<link type="text/css" href="page.css" rel="stylesheet">
</head>

@@ -87,10 +87,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -112,7 +112,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -135,8 +135,8 @@
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<span class="sel"><font color="#ffcc00">CVS Repositories</font></span>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
@@ -151,10 +151,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
@@ -192,7 +192,7 @@
<table class="title">
<tr>
<td valign="middle">
<h1>CVS Repository</h1>
<h1>CVS Repositories</h1>
</td>
</tr>
</table>


+ 5
- 5
proposal/ant-site/anakia/docs/external.html View File

@@ -89,10 +89,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -114,7 +114,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -153,10 +153,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 6
- 6
proposal/ant-site/anakia/docs/faq.html View File

@@ -89,10 +89,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -114,8 +114,8 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
</li>
<span class="sel"><font color="#ffcc00">Frequently Asked Questions</font></span>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
@@ -153,10 +153,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 6
- 6
proposal/ant-site/anakia/docs/guidelines.html View File

@@ -87,10 +87,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -112,7 +112,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -151,11 +151,11 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
</li>
<span class="sel"><font color="#ffcc00">Project Guidelines</font></span>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>


+ 8
- 8
proposal/ant-site/anakia/docs/index.html View File

@@ -5,7 +5,7 @@
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Ant</title>
<title>Apache Ant - Welcome</title>
<link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Conor MacNeill">
<meta name="email" value="">
@@ -91,10 +91,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
</li>
<span class="sel"><font color="#ffcc00">Welcome</font></span>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -116,7 +116,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -155,10 +155,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
@@ -196,7 +196,7 @@
<table class="title">
<tr>
<td valign="middle">
<h1>Ant</h1>
<h1>Welcome</h1>
</td>
</tr>
</table>


+ 9
- 9
proposal/ant-site/anakia/docs/legal.html View File

@@ -5,7 +5,7 @@
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Legal Stuff They Make Us Say</title>
<title>Apache Ant - Legal</title>
<link type="text/css" href="page.css" rel="stylesheet">
<meta name="author" value="Jon S. Stevens">
<meta name="email" value="jon@latchkey.com">
@@ -89,10 +89,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -114,7 +114,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -153,14 +153,14 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
<span class="sel"><font color="#ffcc00">Legal</font></span>
</li>
</ul>
</li>
</ul>
@@ -194,7 +194,7 @@
<table class="title">
<tr>
<td valign="middle">
<h1>Legal Stuff They Make Us Say</h1>
<h1>Legal</h1>
</td>
</tr>
</table>


+ 304
- 0
proposal/ant-site/anakia/docs/license.html View File

@@ -0,0 +1,304 @@


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - License</title>
<link type="text/css" href="page.css" rel="stylesheet">
</head>

<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" bgcolor="#ffffff">
<table summary="navigation path" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle" bgcolor="#CFDCED" height="20"><img height="1" width="5" alt="" border="0" src="images/spacer.gif"><font size="2" face="Arial, Helvetica, Sans-serif"><script src="breadcrumbs.js" language="JavaScript" type="text/javascript"></script></font></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" height="2"><img height="2" width="2" alt="" border="0" src="images/spacer.gif"></td>
</tr>
</table>

<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><a href="http://ant.apache.org/"><img border="0" alt="Apache XML logo" src="images/group-logo.gif"></a></td><td width="100%" align="center" bgcolor="#294563"><a href="http://ant.apache.org/"><img alt="Apache XML site" border="0" src="images/project-logo.gif"></a></td><td valign="top" rowspan="2" bgcolor="#294563">
<form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
<tr>
<td colspan="3"><img height="10" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td nowrap="nowrap"><input name="q" type="hidden"><input size="15" id="query" type="text"><img height="1" width="5" alt="" src="images/spacer.gif"><input name="Search" value="Search" type="submit">
<br>
<font face="Arial, Helvetica, Sans-serif" size="2" color="white">
the Apache Ant site


</font></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td><img alt="" border="0" height="10" width="9" src="images/search-left.gif"></td><td><img height="1" width="1" alt="" src="images/spacer.gif"></td><td><img alt="" border="0" height="10" width="9" src="images/search-right.gif"></td>
</tr>
</table>
</form>
</td><td bgcolor="#294563"><img height="10" width="10" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#294563" colspan="2">
<div class="tab">
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
<tr>

<td width="8"><img alt="" height="8" width="8" src="images/spacer.gif"></td><td valign="bottom">
<table summary="selected tab" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="images/tabSel-right.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td><td bgcolor="#294563"><img alt="" width="1" height="1" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#4C6C8F" colspan="4"><img width="1" height="10" alt="" src="images/spacer.gif"></td>
</tr>
</table>
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" valign="top">
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td bgcolor="#CFDCED"><font color="#4C6C8F" size="4" face="Arial, Helvetica, Sans-serif">&nbsp;</font></td>
</tr>
<tr>
<td bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td nowrap="nowrap" valign="top" bgcolor="#4C6C8F">
<div class="menu"><ul>
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Welcome</a>
</li>
<li>
<span class="sel"><font color="#ffcc00">License</font></span>
</li>
<li>
<a href="./antnews.html">News</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Documentation</font>
<ul>
<li>
<a href="./manual/index.html">Manual</a>
</li>
<li>
<a href="./projects.html">Related Projects</a>
</li>
<li>
<a href="./external.html">External Tools and Tasks</a>
</li>
<li>
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Download</font>
<ul>
<li>
<a href="./bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="./srcdownload.cgi">Source Distributions</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Get Involved</font>
<ul>
<li>
<a href="./mail.html">Mailing Lists</a>
</li>
<li>
<a href="./cvs.html">CVS Repositories</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
</li>
<li>
<a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&bug_severity=Enhancement">Enhancement Requests</a>
</li>
</ul>
</li>
<li><font color="#CFDCED">Project Management</font>
<ul>
<li>
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>
</li>
</ul>
</li>
</ul>
</td><td valign="bottom" bgcolor="#4C6C8F"><img width="10" height="10" alt="" src="images/spacer.gif"></td><td bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td valign="bottom" align="left" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-left.gif"></td><td bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/spacer.gif"></td><td valign="bottom" align="right" colspan="2" rowspan="2" bgcolor="#4C6C8F"><img height="10" width="10" border="0" alt="" src="images/menu-right.gif"></td>
</tr>
<tr>
<td height="1" bgcolor="#294563"><img width="1" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td><td valign="top" width="100%">
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td align="right" width="50%" bgcolor="#CFDCED"><font color="#4C6C8F" size="3" face="Arial, Helvetica, Sans-serif">
&nbsp;
</font><img width="10" height="8" alt="" src="images/spacer.gif"></td><td width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td colspan="4" bgcolor="#294563"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="left" width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td><td align="left" width="100%">
<div class="content">
<table class="title">
<tr>
<td valign="middle">
<h1>License</h1>
</td>
</tr>
</table>
<p>
<table nowrap border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#294563"><font color="#ffffff"><a name="The Apache Software License"><strong>The Apache Software License</strong></a></font></td></tr>
</table>

<div align="left">
<table cellspacing="4" cellpadding="0" border="0">
<tr>
<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
<tr>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#ffffff"><pre>/*
* ============================================================================
* The Apache Software License, Version 1.1
* ============================================================================
*
* Copyright (C) 2000-2002 The Apache Software Foundation. All
* rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. The end-user documentation included with the redistribution, if any, must
* include the following acknowledgment: &quot;This product includes software
* developed by the Apache Software Foundation (http://www.apache.org/).&quot;
* Alternately, this acknowledgment may appear in the software itself, if
* and wherever such third-party acknowledgments normally appear.
*
* 4. The names &quot;Ant&quot; and &quot;Apache Software Foundation&quot; must not be used to
* endorse or promote products derived from this software without prior
* written permission. For written permission, please contact
* apache@apache.org.
*
* 5. Products derived from this software may not be called &quot;Apache&quot;, nor may
* &quot;Apache&quot; appear in their name, without prior written permission of the
* Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* on behalf of the Apache Software Foundation. For more information on the
* Apache Software Foundation, please see &lt;http://www.apache.org/&gt;.
*
*/
</pre></td>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
<tr>
<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
</table>
</div>
<p>You can download the original license file <a href="./LICENSE" traget="_new">here</a></p>
</p>
</div>
</td><td width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" height="20" border="0">
<tr>
<td colspan="2" height="1" bgcolor="#4C6C8F"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="#CFDCED" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy;
2002&nbsp;The Apache Software Foundation. All rights reserved.<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// --></script></font></td>
</tr>
</table>
</body>
</html>










+ 5
- 5
proposal/ant-site/anakia/docs/mail.html View File

@@ -87,10 +87,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -112,7 +112,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -151,10 +151,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 6
- 6
proposal/ant-site/anakia/docs/mission.html View File

@@ -87,10 +87,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -112,7 +112,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -151,10 +151,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
</li>
<span class="sel"><font color="#ffcc00">Apache Ant Mission</font></span>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 5
- 5
proposal/ant-site/anakia/docs/problems.html View File

@@ -89,10 +89,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -114,7 +114,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<span class="sel"><font color="#ffcc00">Having Problems?</font></span>
@@ -153,10 +153,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 5
- 5
proposal/ant-site/anakia/docs/projects.html View File

@@ -89,10 +89,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -114,7 +114,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -153,10 +153,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 446
- 532
proposal/ant-site/anakia/docs/resources.html
File diff suppressed because it is too large
View File


+ 5
- 5
proposal/ant-site/anakia/docs/srcdownload.html View File

@@ -87,10 +87,10 @@
<li><font color="#CFDCED">Apache Ant</font>
<ul>
<li>
<a href="./index.html">Front Page</a>
<a href="./index.html">Welcome</a>
</li>
<li>
<a href="./LICENSE">License</a>
<a href="./license.html">License</a>
</li>
<li>
<a href="./antnews.html">News</a>
@@ -112,7 +112,7 @@
<a href="./resources.html">Resources</a>
</li>
<li>
<a href="./faq.html">Ant FAQ</a>
<a href="./faq.html">Frequently Asked Questions</a>
</li>
<li>
<a href="./problems.html">Having Problems?</a>
@@ -151,10 +151,10 @@
<a href="./contributors.html">Contributors</a>
</li>
<li>
<a href="./mission.html">Mission</a>
<a href="./mission.html">Apache Ant Mission</a>
</li>
<li>
<a href="./guidelines.html">Guidelines Notes</a>
<a href="./guidelines.html">Project Guidelines</a>
</li>
<li>
<a href="./legal.html">Legal</a>


+ 1
- 1
proposal/ant-site/anakia/xdocs/antnews.xml View File

@@ -5,7 +5,7 @@
<author email="">Conor MacNeill</author>
<author email="stefan.bodewig@epost.de">Stefan Bodewig</author>
<author email="">Magesh Umasankar</author>
<title>Ant News</title>
<title>News</title>
</properties>

<body>


+ 1
- 1
proposal/ant-site/anakia/xdocs/cvs.xml View File

@@ -2,7 +2,7 @@
<document>

<properties>
<title>CVS Repository</title>
<title>CVS Repositories</title>
</properties>

<body>


proposal/ant-site/anakia/docs/images/ant_logo_large.gif → proposal/ant-site/anakia/xdocs/images/ant_logo_large.gif View File


+ 1
- 1
proposal/ant-site/anakia/xdocs/index.xml View File

@@ -4,7 +4,7 @@
<properties>
<author email="">Conor MacNeill</author>
<author email="stefan.bodewig@epost.de">Stefan Bodewig</author>
<title>Ant</title>
<title>Welcome</title>
</properties>

<body>


+ 1
- 1
proposal/ant-site/anakia/xdocs/legal.xml View File

@@ -3,7 +3,7 @@
<properties>
<author email="jon@latchkey.com">Jon S. Stevens</author>
<title>Legal Stuff They Make Us Say</title>
<title>Legal</title>
</properties>
<body>


+ 65
- 0
proposal/ant-site/anakia/xdocs/license.xml View File

@@ -0,0 +1,65 @@
<?xml version="1.0"?>
<document>

<properties>
<title>License</title>
</properties>

<body>

<section name="The Apache Software License">

<source>/*
* ============================================================================
* The Apache Software License, Version 1.1
* ============================================================================
*
* Copyright (C) 2000-2002 The Apache Software Foundation. All
* rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. The end-user documentation included with the redistribution, if any, must
* include the following acknowledgment: "This product includes software
* developed by the Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself, if
* and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Ant" and "Apache Software Foundation" must not be used to
* endorse or promote products derived from this software without prior
* written permission. For written permission, please contact
* apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache", nor may
* "Apache" appear in their name, without prior written permission of the
* Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
* DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* on behalf of the Apache Software Foundation. For more information on the
* Apache Software Foundation, please see &lt;http://www.apache.org/&gt;.
*
*/
</source>
<p>You can download the original license file <a href="./LICENSE" traget="_new">here</a></p>.
</section>
</body>
</document>

+ 0
- 118
proposal/ant-site/anakia/xdocs/stylesheets/faq.vsl View File

@@ -1,118 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<!-- Content Stylesheet for Site -->

## Defined variables
#set ($bodybg = "#ffffff")
#set ($bodyfg = "#000000")
#set ($bodylink = "#525D76")
#set ($bannerbg = "#525D76")
#set ($bannerfg = "#ffffff")
#set ($subbannerbg = "#828DA6")
#set ($subbannerfg = "#ffffff")
#set ($tablethbg = "#039acc")
#set ($tabletdbg = "#a0ddf0")
#set ($pound = "#" )
<!-- start the processing -->
#faqs()
<!-- end the processing -->

## This is where the FAQ specific macro's live

#macro (toc $section)
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$subbannerbg">
<font color="$subbannerfg" face="arial,helvetica,sanserif">
<strong>$section.getAttributeValue("title")</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
<ul>
#foreach ($faq in $section.getChildren("faq") )
#subtoc ($faq)
#end
</ul>
</blockquote>
</td></tr>
</table>
#end

#macro (subtoc $faq)
#set ($id = $faq.getAttributeValue("id"))
<li><a href="$pound$id">
$xmlout.outputString($faq.getChild("question"), true)
</a></li>
#end

#macro (answers $section)
#foreach ($faq in $section.getChildren("faq") )
#faq ($faq)
#end
#end

#macro (faq $faq)
#set ($id = $faq.getAttributeValue("id"))
<a name="$id">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$subbannerbg">
<font color="$subbannerfg" face="arial,helvetica,sanserif">
<strong>
$xmlout.outputString($faq.getChild("question"), true)
</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
#foreach ($item in $faq.getChild("answer").getChildren())
#if ($item.getName().equals("img"))
#image ($item)
#elseif ($item.getName().equals("source"))
#source ($item)
#elseif ($item.getName().equals("table"))
#table ($item)
#else
$xmlout.outputString($item)
#end
#end
</blockquote>
</td></tr>
</table>
</a>
#end

#macro (faqs)
#header()
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$bannerbg">
<font color="$bannerfg" face="arial,helvetica,sanserif">
<strong>Questions</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
#set ($allFaqSections = $root.getChildren("faqsection"))
#foreach ( $faqSection in $allFaqSections )
#toc ($faqSection)
#end
</blockquote>
</td></tr>
</table>

<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$bannerbg">
<font color="$bannerfg" face="arial,helvetica,sanserif">
<strong>Answers</strong>
</font>
</td></tr>
<tr><td>
<blockquote>
#foreach ( $faqSection in $allFaqSections )
#answers ($faqSection)
#end
</blockquote>
</td></tr>
</table>
#footer()
#end

+ 5
- 5
proposal/ant-site/anakia/xdocs/stylesheets/project.xml View File

@@ -6,8 +6,8 @@
<body>
<menu name="Apache Ant">
<item name="Front Page" href="/index.html"/>
<item name="License" href="/LICENSE"/>
<item name="Welcome" href="/index.html"/>
<item name="License" href="/license.html"/>
<item name="News" href="/antnews.html"/>
</menu>

@@ -20,7 +20,7 @@
href="/external.html"/>
<item name="Resources"
href="/resources.html"/>
<item name="Ant FAQ"
<item name="Frequently Asked Questions"
href="/faq.html"/>
<item name="Having Problems?"
href="/problems.html"/>
@@ -40,8 +40,8 @@

<menu name="Project Management">
<item name="Contributors" href="/contributors.html"/>
<item name="Mission" href="/mission.html"/>
<item name="Guidelines Notes" href="/guidelines.html"/>
<item name="Apache Ant Mission" href="/mission.html"/>
<item name="Project Guidelines" href="/guidelines.html"/>
<item name="Legal" href="/legal.html"/>
</menu>



Loading…
Cancel
Save