You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by sp...@apache.org on 2011/08/23 15:11:29 UTC

svn commit: r1160670 - in /xmlgraphics/commons/trunk/src/documentation: content/xdocs/bugs.xml content/xdocs/site.xml skinconf.xml

Author: spepping
Date: Tue Aug 23 13:11:28 2011
New Revision: 1160670

URL: http://svn.apache.org/viewvc?rev=1160670&view=rev
Log:
Add bugs page; this resolves bug 47172

Added:
    xmlgraphics/commons/trunk/src/documentation/content/xdocs/bugs.xml   (with props)
Modified:
    xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml
    xmlgraphics/commons/trunk/src/documentation/skinconf.xml

Added: xmlgraphics/commons/trunk/src/documentation/content/xdocs/bugs.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/documentation/content/xdocs/bugs.xml?rev=1160670&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/documentation/content/xdocs/bugs.xml (added)
+++ xmlgraphics/commons/trunk/src/documentation/content/xdocs/bugs.xml Tue Aug 23 13:11:28 2011
@@ -0,0 +1,66 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  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.
+-->
+<!-- $Id$ -->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
+
+<document>
+  <header>
+    <title>Apache XML Graphics Commons: Bugs and Other Trackable Issues</title>
+    <version>$Revision: 911792 $</version>
+  </header>
+  <body>
+    <p>
+      Information on this page applies to enhancement requests and other trackable
+issues as well as bugs.
+    </p>
+    <section id="issues_existing">
+      <title>Reported Issues</title>
+      <p>A list of unresolved reported bugs can be found at <link
+      href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=XMLGraphicsCommons&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">XML Graphics Commons Open Bugs (Bugzilla)</link>. If you have an
+interest in an issue already reported, please consider the
+following:
+      </p>
+      <ul>
+        <li>If you have insight that may help developers solve an existing problem,
+please add comments and/or file attachments to the existing issue.</li>
+        <li>If you would like to track the status of the issue, consider adding
+your email address to the list of "CC" recipients, so that you will receive
+an email as changes are made to the issue.</li>
+      </ul>
+    </section>
+    <section id="issues_new">
+      <title>Unreported Issues (Reporting New Issues)</title>
+      <p>User reports of bugs and requests for enhancements are extremely
+important parts of XML Graphics Commons development, and we appreciate the time you take to help
+us track these issues down.</p>
+      <ul>
+        <li>To help us ensure that the bug database is as useful as it should be, please
+use the <link href="gethelp.html">Getting Help</link> checklist to determine whether a bug report should be entered.</li>
+        <li>Review the <link href="http://issues.apache.org/bugzilla/page.cgi?id=bug-writing.html">Apache Bug Writing Guidelines</link> before submitting your report.</li>
+        <li>Enter a new issue report at the <link href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=XMLGraphicsCommons">XML Graphics Commons issue database (Bugzilla)</link>.
+You will be asked to login to an existing Bugzilla account or to create a new
+one.
+When entering the bug report, please make your description complete and concise.
+If appropriate, attach a minimal fo file to your report which demonstrates the
+problem.</li>
+        <li>After submission, a copy of your bug report will be automatically
+sent to the <link href="http://xmlgraphics.apache.org/mail.html#xmlgraphics-general">XML Graphics General discussion list</link>.</li>
+      </ul>
+    </section>
+  </body>
+</document>

Propchange: xmlgraphics/commons/trunk/src/documentation/content/xdocs/bugs.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: xmlgraphics/commons/trunk/src/documentation/content/xdocs/bugs.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml?rev=1160670&r1=1160669&r2=1160670&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml (original)
+++ xmlgraphics/commons/trunk/src/documentation/content/xdocs/site.xml Tue Aug 23 13:11:28 2011
@@ -45,6 +45,7 @@ See http://forrest.apache.org/docs/linki
       <mail label="Mailing Lists" href="http://xmlgraphics.apache.org/mail.html" description="Information on Mailing Lists"/>
       <repo label="Code Repositories" href="http://xmlgraphics.apache.org/repo.html" description="Information on Code Repositories"/>
       <changes label="Changes" href="changes.html"/>
+	  <bugs label="Bugs" href="bugs.html"/>
     </information>
   </about>
 

Modified: xmlgraphics/commons/trunk/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/documentation/skinconf.xml?rev=1160670&r1=1160669&r2=1160670&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/src/documentation/skinconf.xml (original)
+++ xmlgraphics/commons/trunk/src/documentation/skinconf.xml Tue Aug 23 13:11:28 2011
@@ -90,7 +90,7 @@ which will be used to configure the chos
   <favicon-url>favicon.ico</favicon-url>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2006-2008</year>
+  <year>2006-2011</year>
   <vendor>The Apache Software Foundation.</vendor>
   <!-- The optional copyright-link URL will be used as a link in the
     copyright statement



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org