+ This list is for users of POI to ask questions, share knowledge,
+ and discuss issues. POI developers are also expected to be
+ lurking on this list to offer support to users of POI.
+
+ This is the list where participating developers of the POI
+ project meet and discuss issues, code changes/additions, etc.
+ Subscribers to this list also get notices of each and every
+ code change, build results, testing notices, etc.
+ Do not send mail to this list with usage questions or
+ configuration problems.
+
+ This list exists for general discussions on POI, not specific to
+ code or problems with code. Used for discussion of general matters
+ relating to all of the POI project, such as the website and
+ changes in procedures.
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/mirrors.xml b/src/documentation/content/xdocs/mirrors.xml
index f21ef4ee00..e133fa4339 100644
--- a/src/documentation/content/xdocs/mirrors.xml
+++ b/src/documentation/content/xdocs/mirrors.xml
@@ -21,7 +21,7 @@
- Jakarta POI Mirror Site
+ Apache POI Mirror Site
@@ -31,7 +31,7 @@
Mirrors
These are mirrors of the
- POI website.
+ POI website.
If you know of others...report them! :-)
+ Most users of the source code probably don't need to have day to
+ day access to the source code as it changes. For these users we
+ provide easy to unpack source code downloads via our
+ download pages.
+
+
+ Access the Version Controlled Source Code
+
+ For information on connecting to the ASF Subversion repositories,
+ see the
+ version control page.
+
+
+
Subversion is an open-source version control system. The root url
+ of the ASF Subversion repository is
+ http://svn.apache.org/repos/asf/
+ for non-committers and
+ https://svn.apache.org/repos/asf/
+ for committers.
+
+
+
NOTE: When checking out a subproject using
+ subversion, ensure that you are checking out a tag, a branch or trunk
+ (the main-line) and not all tags and branches, to avoid filling up
+ your hard-disk and wasting bandwidth.
+
+
+
NOTE: See this
+ Subversion
+ information page for a brief description of the relationship be
+ tween URL tuples such as trunks-proper and proper.
+
+
+
For read only access to the Apache POI svn, please use
+ http://svn.apache.org/repos/asf/poi/trunk/
+
For committers (write) access to the Apache POI svn, please use
+ https://svn.apache.org/repos/asf/poi/trunk/
+
To browse the svn repository in your web browser, please us
+ ViewSVN
+
+
+
If you are not a Committer, but you want to submit patches
+ or even request commit privileges, please see our
+ Guidelines for more
+ information.