Skip to content

Commit a4824b4

Browse files
author
Niall Kegan Pemberton
committed
Add Issue Tracking and Download pages generated by commons-build-plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@632817 13f79535-47bb-0310-9956-ffa450edef68
1 parent f69f56f commit a4824b4

2 files changed

Lines changed: 228 additions & 48 deletions

File tree

xdocs/download_cli.xml

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
<!--
19+
+======================================================================+
20+
|**** ****|
21+
|**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****|
22+
|**** DO NOT EDIT DIRECTLY ****|
23+
|**** ****|
24+
+======================================================================+
25+
| TEMPLATE FILE: download-page-template.xml |
26+
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
27+
+======================================================================+
28+
| |
29+
| 1) Re-generate using: mvn commons:download-page |
30+
| |
31+
| 2) Set the following properties in the component's pom: |
32+
| - commons.componentid (required, alphabetic, lower case) |
33+
| - commons.release.version (required) |
34+
| - commons.binary.suffix (optional) |
35+
| (defaults to "-bin", set to "" for pre-maven2 releases) |
36+
| |
37+
| 3) Example Properties |
38+
| |
39+
| <properties> |
40+
| <commons.componentid>math</commons.componentid> |
41+
| <commons.release.version>1.2</commons.release.version> |
42+
| </properties> |
43+
| |
44+
+======================================================================+
45+
-->
46+
<document>
47+
<properties>
48+
<title>Download Commons CLI</title>
49+
<author email="dev@commons.apache.org">Commons Documentation Team</author>
50+
</properties>
51+
<body>
52+
<section name="Download Commons CLI">
53+
<p>
54+
We recommend you use a mirror to download our release
55+
builds, but you <strong>must</strong> verify the integrity of
56+
the downloaded files using signatures downloaded from our main
57+
distribution directories. Recent releases (48 hours) may not yet
58+
be available from the mirrors.
59+
</p>
60+
61+
<p>
62+
You are currently using <b>[preferred]</b>. If you
63+
encounter a problem with this mirror, please select another
64+
mirror. If all mirrors are failing, there are <i>backup</i>
65+
mirrors (at the end of the mirrors list) that should be
66+
available.
67+
<br></br>
68+
[if-any logo]<a href="[link]"><img align="right" src="[logo]" border="0"></img></a>[end]
69+
</p>
70+
71+
<form action="[location]" method="get" id="SelectMirror">
72+
<p>
73+
Other mirrors:
74+
<select name="Preferred">
75+
[if-any http]
76+
[for http]<option value="[http]">[http]</option>[end]
77+
[end]
78+
[if-any ftp]
79+
[for ftp]<option value="[ftp]">[ftp]</option>[end]
80+
[end]
81+
[if-any backup]
82+
[for backup]<option value="[backup]">[backup] (backup)</option>[end]
83+
[end]
84+
</select>
85+
<input type="submit" value="Change"></input>
86+
</p>
87+
</form>
88+
89+
<p>
90+
The <code>KEYS</code> link links to the code signing keys used to sign the product.
91+
The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site.
92+
The <code>MD5</code> link downloads the checksum from the main site.
93+
</p>
94+
95+
<p>
96+
For more information concerning Commons CLI, see the
97+
<a href="index.html" class="name">Commons CLI</a> web site.
98+
</p>
99+
100+
<p>
101+
<div class="links"><span class="link"><a href="http://www.apache.org/dist/commons/KEYS">KEYS</a></span></div>
102+
<ul class="downloads">
103+
<li class="group"><div class="links"><span class="label">Binary</span></div>
104+
<ul>
105+
<li class="download"><a href="[preferred]/commons/cli/binaries/commons-cli-1.1.tar.gz">1.1.tar.gz</a>
106+
<ul class="attributes">
107+
<li><span class="md5">[<a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.1.tar.gz.md5">md5</a>]</span>
108+
<span class="pgp">[<a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.1.tar.gz.asc">pgp</a>]</span>
109+
</li>
110+
</ul>
111+
</li>
112+
<li class="download"><a href="[preferred]/commons/cli/binaries/commons-cli-1.1.zip">1.1.zip</a>
113+
<ul class="attributes">
114+
<li><span class="md5">[<a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.1.zip.md5">md5</a>]</span>
115+
<span class="pgp">[<a href="http://www.apache.org/dist/commons/cli/binaries/commons-cli-1.1.zip.asc">pgp</a>]</span>
116+
</li>
117+
</ul>
118+
</li>
119+
</ul>
120+
</li>
121+
<li class="group"><div class="links"><span class="label">Source</span></div>
122+
<ul>
123+
<li class="download"><a href="[preferred]/commons/cli/source/commons-cli-1.1-src.tar.gz">1.1.tar.gz</a>
124+
<ul class="attributes">
125+
<li><span class="md5">[<a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.1-src.tar.gz.md5">md5</a>]</span>
126+
<span class="pgp">[<a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.1-src.tar.gz.asc">pgp</a>]</span>
127+
</li>
128+
</ul>
129+
</li>
130+
<li class="download"><a href="[preferred]/commons/cli/source/commons-cli-1.1-src.zip">1.1.zip</a>
131+
<ul class="attributes">
132+
<li><span class="md5">[<a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.1-src.zip.md5">md5</a>]</span>
133+
<span class="pgp">[<a href="http://www.apache.org/dist/commons/cli/source/commons-cli-1.1-src.zip.asc">pgp</a>]</span>
134+
</li>
135+
</ul>
136+
</li>
137+
</ul>
138+
</li>
139+
<li class="download"><a href="[preferred]/commons/cli/">browse download area</a></li>
140+
<li><a href="http://archive.apache.org/dist/commons/cli/">archives...</a></li>
141+
</ul>
142+
</p>
143+
</section>
144+
</body>
145+
</document>

xdocs/issue-tracking.xml

Lines changed: 83 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -15,53 +15,88 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18+
<!--
19+
+======================================================================+
20+
|**** ****|
21+
|**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****|
22+
|**** DO NOT EDIT DIRECTLY ****|
23+
|**** ****|
24+
+======================================================================+
25+
| TEMPLATE FILE: issue-tracking-template.xml |
26+
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
27+
+======================================================================+
28+
| |
29+
| 1) Re-generate using: mvn commons:jira-page |
30+
| |
31+
| 2) Set the following properties in the component's pom: |
32+
| - commons.jira.id (required, alphabetic, upper case) |
33+
| - commons.jira.pid (required, numeric) |
34+
| |
35+
| 3) Example Properties |
36+
| |
37+
| <properties> |
38+
| <commons.jira.id>MATH</commons.jira.id> |
39+
| <commons.jira.pid>12310485</commons.jira.pid> |
40+
| </properties> |
41+
| |
42+
+======================================================================+
43+
-->
1844
<document>
19-
<properties>
20-
<title>Issue tracking</title>
21-
<author email="dev@commons.apache.org">Commons Documentation Team</author>
22-
</properties>
23-
<body>
24-
<!-- ================================================== -->
25-
<section name="Issue tracking">
26-
<p>
27-
Commons CLI uses the <a href="http://issues.apache.org/jira/browse/CLI">ASF JIRA</a> for tracking issues.
28-
</p>
29-
<p>
30-
To use JIRA you may need to <a href="http://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a>
31-
(if you have previously created/updated Commons issues using Bugzilla an account will have been automatically
32-
created and you can use the <a href="http://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a>
33-
page to get a new password).
34-
</p>
35-
<p>
36-
If you would like to report a bug, or raise an enhancement request with
37-
Commons CLI please do the following:
38-
<ol>
39-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310463&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">Search existing open bugs</a>.
40-
If you find your issue listed then please add a comment with your details.</li>
41-
<li><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Search the mailing list archive</a>.
42-
You may find your issue or idea has already been discussed.</li>
43-
<li>Decide if your issue is a bug or an enhancement.</li>
44-
<li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310463&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
45-
or <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310463&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
46-
</ol>
47-
</p>
48-
<p>
49-
Please also remember these points:
50-
<ul>
51-
<li>the more information you provide, the better we can help you</li>
52-
<li>test cases are vital, particularly for any proposed enhancements</li>
53-
<li>the developers of Commons CLI are all unpaid volunteers</li>
54-
</ul>
55-
</p>
56-
<p>
57-
You may also find these links useful:
58-
<ul>
59-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310463&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">All Open CLI bugs</a></li>
60-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310463&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved CLI bugs</a></li>
61-
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310463&amp;sorter/field=issuekey&amp;sorter/order=DESC">All CLI bugs</a></li>
62-
</ul>
63-
</p>
64-
</section>
65-
<!-- ================================================== -->
66-
</body>
45+
<properties>
46+
<title>Commons CLI Issue tracking</title>
47+
<author email="dev@commons.apache.org">Commons Documentation Team</author>
48+
</properties>
49+
<body>
50+
51+
<section name="Commons CLI Issue tracking">
52+
<p>
53+
Commons CLI uses <a href="http://issues.apache.org/jira/">ASF JIRA</a> for tracking issues.
54+
See the <a href="http://issues.apache.org/jira/browse/CLI">Commons CLI JIRA project page</a>.
55+
</p>
56+
57+
<p>
58+
To use JIRA you may need to <a href="http://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a>
59+
(if you have previously created/updated Commons issues using Bugzilla an account will have been automatically
60+
created and you can use the <a href="http://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a>
61+
page to get a new password).
62+
</p>
63+
64+
<p>
65+
If you would like to report a bug, or raise an enhancement request with
66+
Commons CLI please do the following:
67+
<ol>
68+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310463&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">Search existing open bugs</a>.
69+
If you find your issue listed then please add a comment with your details.</li>
70+
<li><a href="mail-lists.html">Search the mailing list archive(s)</a>.
71+
You may find your issue or idea has already been discussed.</li>
72+
<li>Decide if your issue is a bug or an enhancement.</li>
73+
<li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310463&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
74+
or <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310463&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
75+
</ol>
76+
</p>
77+
78+
<p>
79+
Please also remember these points:
80+
<ul>
81+
<li>the more information you provide, the better we can help you</li>
82+
<li>test cases are vital, particularly for any proposed enhancements</li>
83+
<li>the developers of Commons CLI are all unpaid volunteers</li>
84+
</ul>
85+
</p>
86+
87+
<p>
88+
For more information on subversion and creating patches see the
89+
<a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
90+
</p>
91+
92+
<p>
93+
You may also find these links useful:
94+
<ul>
95+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310463&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=3&amp;status=4">All Open Commons CLI bugs</a></li>
96+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310463&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved Commons CLI bugs</a></li>
97+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310463&amp;sorter/field=issuekey&amp;sorter/order=DESC">All Commons CLI bugs</a></li>
98+
</ul>
99+
</p>
100+
</section>
101+
</body>
67102
</document>

0 commit comments

Comments
 (0)