aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/dev
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-04-06 07:10:06 +0000
committerJeremias Maerki <jeremias@apache.org>2005-04-06 07:10:06 +0000
commit2b7a1a42a02c7454676b6d29d4e4db8be98cd03a (patch)
tree9fb8b572bcff98fdd8ac7844f060294f1fa3ba70 /src/documentation/content/xdocs/dev
parentafcceaa1c2f743af3ce0794c38f2bcb070f077f8 (diff)
downloadxmlgraphics-fop-2b7a1a42a02c7454676b6d29d4e4db8be98cd03a.tar.gz
xmlgraphics-fop-2b7a1a42a02c7454676b6d29d4e4db8be98cd03a.zip
Bugzilla #34316
Documentation improvements (applied with modifications) Submitted by: renaud.richardet.at.gmail.com git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/dev')
-rw-r--r--src/documentation/content/xdocs/dev/index.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/documentation/content/xdocs/dev/index.xml b/src/documentation/content/xdocs/dev/index.xml
index 2a9b1ff68..603fbb5be 100644
--- a/src/documentation/content/xdocs/dev/index.xml
+++ b/src/documentation/content/xdocs/dev/index.xml
@@ -30,13 +30,12 @@ This certainly includes programmers, but may also include those contributing to
<p>For basic and user information on FOP, please visit the <link href="http://xml.apache.org/fop">FOP homepage</link>.</p>
</section>
<section id="lines">
- <title>Development Lines</title>
- <p>There are currently two lines of development on the FOP product:</p>
+ <title>Development</title>
+ <p>There are currently two branches of FOP :</p>
<ul>
- <li>The oldest is the one that releases are currently generated from, and is also called the "maintenance branch". Because of limitations in its design, the FOP committers decided to freeze new development on this branch, and are providing only bug fixes. This branch is tagged as "fop-0_20_2-maintain" in the CVS repository.</li>
- <li>The main development line is the future of FOP. It was spawned from the "maintenance" branch, but had to quickly be "broken" so that the needed redesign could be dropped into place. It is currently not as mature as the "maintenance" branch, but has far greater long-term prospects. It is also known as the "root" or "trunk" or "redesign".</li>
+ <li>The "maintenance branch" is the one that releases are currently generated from, and is also called the "maintenance branch". Because of limitations in its design, the FOP committers decided to freeze new development on this branch, and are providing only bug fixes. This branch is tagged as "fop-0_20_2-maintain" in the CVS repository. Please note that patches for enhancements to the maintenance branch will generally not be considered. Bug fixes are welcome there, but new developers are strongly encouraged to apply their efforts to the trunk development line.</li>
+ <li>The main development line is the future of FOP. It is currently not as mature as the "maintenance" branch, but has far greater long-term prospects. It is also known as the "root" or "trunk" or "redesign".</li>
</ul>
- <p>Please note that patches for enhancements to the maintenance branch will generally not be considered. Bug fixes are welcome there, but new developers are strongly encouraged to apply their efforts to the trunk development line.</p>
<p>Because there is a fair amount of common information between the maintenance and trunk development lines, we attempt to document them together, highlighting differences only where needed.</p>
</section>
<section id="involved">