You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by mf...@apache.org on 2010/02/11 22:04:42 UTC

svn commit: r909145 [6/6] - in /subversion/site/publish: ./ docs/ docs/community-guide/ docs/release-notes/ style/

Modified: subversion/site/publish/features.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/features.html?rev=909145&r1=909144&r2=909145&view=diff
==============================================================================
--- subversion/site/publish/features.html (original)
+++ subversion/site/publish/features.html Thu Feb 11 21:04:38 2010
@@ -39,30 +39,42 @@
 
 <ul>
 
-<li id="cvs-features" title="cvs-features">
-    <strong>Most CVS features.</strong>
+<li id="cvs-features">
+    <strong>Most CVS features.
+      <a class="sectionlink" href="#cvs-features"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>CVS is a relatively basic version control system.  For the most
     part, Subversion has matched or exceeded CVS's feature set where
     those features continue to apply in Subversion's particular
     design.</p>
 </li>
 
-<li id="directory-versioning" title="directory-versioning">
-    <strong>Directories are versioned.</strong>
+<li id="directory-versioning">
+    <strong>Directories are versioned.
+      <a class="sectionlink" href="#directory-versioning"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion versions directories as first-class objects, just
     like files.</p>
 </li>
 
-<li id="action-versioning" title="action-versioning">
-    <strong>Copying, deleting, and renaming are versioned.</strong>
+<li id="action-versioning">
+    <strong>Copying, deleting, and renaming are versioned.
+      <a class="sectionlink" href="#action-versioning"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Copying and deleting are versioned operations.  Renaming is
     also a versioned operation, albeit with some <a
     href="http://subversion.tigris.org/issues/show_bug.cgi?id=898"
     >quirks</a>.</p> 
 </li>
 
-<li id="properties" title="properties">
-    <strong>Free-form versioned metadata ("properties").</strong>
+<li id="properties">
+    <strong>Free-form versioned metadata ("properties").
+      <a class="sectionlink" href="#properties"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion allows arbitrary metadata ("properties") to be
     attached to any file or directory.  These properties are key/value
     pairs, and are versioned just like the objects they are attached
@@ -72,17 +84,23 @@
     the version-space itself, but they can be changed at any time.</p>
 </li>
 
-<li id="atomic-commits" title="atomic-commits">
-    <strong>Atomic commits.</strong>
+<li id="atomic-commits">
+    <strong>Atomic commits.
+      <a class="sectionlink" href="#atomic-commits"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>No part of a commit takes
     effect until the entire commit has succeeded.  Revision numbers
     are per-commit, not per-file, and commit's log message is attached
     to its revision, not stored redundantly in all the files affected
     by that commit.</p> </li>
 
-<li id="cheap-copies" title="cheap-copies">
+<li id="cheap-copies">
     <strong>Branching and tagging are cheap
-            (constant time) operations.</strong>
+            (constant time) operations.
+      <a class="sectionlink" href="#cheap-copies"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>There is no reason for these operations to be expensive, so
     they aren't.</p>
 
@@ -94,8 +112,11 @@
     branch-point tags necessary in the first place.)</p>
 </li>
 
-<li id="merge-tracking" title="merge-tracking">
-    <strong>Merge tracking.</strong>
+<li id="merge-tracking">
+    <strong>Merge tracking.
+      <a class="sectionlink" href="#merge-tracking"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion 1.5 introduces merge tracking: automated assistance
     with managing the flow of changes between lines of development,
     and with the merging of branches back into their sources.  The 1.5
@@ -103,8 +124,11 @@
     we will be extending the feature in upcoming releases.</p>
 </li>
 
-<li id="file-locking" title="file-locking">
-    <strong>File locking.</strong>
+<li id="file-locking">
+    <strong>File locking.
+      <a class="sectionlink" href="#file-locking"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion supports (but does not require) locking files so that
     users can be warned when multiple people try to edit the same
     file.  A file can be marked as requiring a lock before being
@@ -112,15 +136,21 @@
     read-only mode until a lock is acquired.</p>
 </li>
 
-<li id="symbolic-links" title="symbolic-links">
-    <strong>Symbolic links can be versioned.</strong>
+<li id="symbolic-links">
+    <strong>Symbolic links can be versioned.
+      <a class="sectionlink" href="#symbolic-links"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Unix users can place symbolic links under version control.  The
     links are recreated in Unix working copies, but not in win32
     working copies.</p>
 </li>
 
-<li id="execute-flag" title="execute-flag">
-    <strong>Executable flag is preserved.</strong>
+<li id="execute-flag">
+    <strong>Executable flag is preserved.
+      <a class="sectionlink" href="#execute-flag"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion notices when a file is executable, and if that file is
     placed into version control, its executability will be preserved
     when it it checked out to other locations.  (The mechanism
@@ -131,9 +161,12 @@
     extension under Microsoft Windows).</p>
 </li>
 
-<li id="apache-httpd-server" title="apache-httpd-server">
+<li id="apache-httpd-server">
     <strong>Apache network server option, with WebDAV/DeltaV
-            protocol.</strong>
+            protocol.
+      <a class="sectionlink" href="#apache-httpd-server"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion can use the HTTP-based
     WebDAV/DeltaV protocol for network communications, and the Apache
     web server to provide repository-side network service.  This gives
@@ -142,8 +175,11 @@
     provided in a way that is already familiar to administrators</p>
 </li>
 
-<li id="svnserve" title="svnserve">
-    <strong>Standalone server option (<tt>svnserve</tt>).</strong>
+<li id="svnserve">
+    <strong>Standalone server option (<tt>svnserve</tt>).
+      <a class="sectionlink" href="#svnserve"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion offers a standalone server option using a custom
     protocol, since not everyone wants to run an Apache HTTPD server.
     The standalone server can run as an inetd service or in daemon
@@ -151,22 +187,31 @@
     authorization functionality as the HTTPD-based server.  The
     standalone server can also be tunnelled over ssh.</p> </li>
 
-<li id="parseable-output" title="parseable-output">
-    <strong>Parseable output.</strong>
+<li id="parseable-output">
+    <strong>Parseable output.
+      <a class="sectionlink" href="#parseable-output"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>All output of the Subversion command-line client is carefully
     designed to be both human readable and automatically parseable;
     scriptability is a high priority.</p>
 </li>
 
-<li id="localization" title="localization">
-    <strong>Localized messages.</strong>
+<li id="localization">
+    <strong>Localized messages.
+      <a class="sectionlink" href="#localization"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion uses gettext() to display translated error,
     informational, and help messages, based on current locale
     settings.</p>
 </li>
 
-<li id="interactive-conflict-resolution" title="interactive-conflict-resolution">
-    <strong>Interactive conflict resolution.</strong>
+<li id="interactive-conflict-resolution">
+    <strong>Interactive conflict resolution.
+      <a class="sectionlink" href="#interactive-conflict-resolution"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>The Subversion command-line client (<tt>svn</tt>) offers
     various ways to resolve conflicting changes, include interactive
     resolution prompting.  This mechanism is also made available via
@@ -174,15 +219,21 @@
     interactive conflict resolution appropriate to their interfaces.</p>
 </li>
 
-<li id="read-only-mirroring" title="read-only-mirroring">
-    <strong>Repository read-only mirroring.</strong>
+<li id="read-only-mirroring">
+    <strong>Repository read-only mirroring.
+      <a class="sectionlink" href="#read-only-mirroring"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion supplies a utility, <tt>svnsync</tt> for synchronizing
     (via either push or pull) a read-only slave repository with a
     master repository.</p>
 </li>
 
-<li id="write-through-proxy" title="write-through-proxy">
-    <strong>Write-through proxy over WebDAV.</strong>
+<li id="write-through-proxy">
+    <strong>Write-through proxy over WebDAV.
+      <a class="sectionlink" href="#write-through-proxy"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion 1.5 introduces a write-through proxy feature that
     allows slave repositories (see <a href="#read-only-mirroring"
     >read-only mirroring</a>) to handle all read operations
@@ -192,39 +243,54 @@
 
 </li>
 
-<li id="modular-design" title="modular-design">
+<li id="modular-design">
     <strong>Natively client/server, layered library design with
-            clean APIs.</strong>
+            clean APIs.
+      <a class="sectionlink" href="#modular-design"
+        title="Link to this section">&para;</a>
+    </strong>
     <p> Subversion is designed to be client/server from the beginning;
     thus avoiding some of the maintenance problems which have plagued
     CVS.  The code is structured as a set of modules with well-defined
     interfaces, designed to be called by other applications.</p>
 </li>
 
-<li id="binary-files" title="binary-files">
-    <strong>Binary files handled efficiently.</strong>
+<li id="binary-files">
+    <strong>Binary files handled efficiently.
+      <a class="sectionlink" href="#binary-files"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion is equally efficient on binary as on text files,
     because it uses a binary diffing algorithm to transmit and store
     successive revisions.</p>
 </li>
 
-<li id="proportionality" title="proportionality">
-    <strong>Costs are proportional to change size, not data size.</strong>
+<li id="proportionality">
+    <strong>Costs are proportional to change size, not data size.
+      <a class="sectionlink" href="#proportionality"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>In general, the time required for a Subversion operation is
     proportional to the size of the <i>changes</i> resulting from that
     operation, not to the absolute size of the project in which the
     changes are taking place.</p>
 </li>
 
-<li id="bindings" title="bindings">
-    <strong>Bindings to programming languages.</strong>
+<li id="bindings">
+    <strong>Bindings to programming languages.
+      <a class="sectionlink" href="#bindings"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>The Subversion APIs come with bindings for many programming
     languages, such as Python, Perl, Java, and Ruby.  (Subversion
     itself is written in C.)</p>
 </li>
 
-<li id="changelists" title="changelists">
-    <strong>Changelists.</strong>
+<li id="changelists">
+    <strong>Changelists.
+      <a class="sectionlink" href="#changelists"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>Subversion 1.5 introduces changelists, which allows a user to
     put modified files into named groups on the client side, and then
     commit by specifying a particular group.  For those who work on
@@ -232,8 +298,11 @@
     tree, changelists can help keep things organized.</p>
 </li>
 
-<li id="more" title="more">
-    <strong>And more...</strong>
+<li id="more">
+    <strong>And more...
+      <a class="sectionlink" href="#more"
+        title="Link to this section">&para;</a>
+    </strong>
     <p>...even when we manage to keep this list up-to-date, it isn't
     possible to list every little feature.  See the <a
     href="docs/" >documentation</a> for more information.</p>

Modified: subversion/site/publish/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/index.html?rev=909145&r1=909144&r2=909145&view=diff
==============================================================================
--- subversion/site/publish/index.html (original)
+++ subversion/site/publish/index.html Thu Feb 11 21:04:38 2010
@@ -32,15 +32,21 @@
    this site, see the <a href="#site-overview">About This Site</a>
    section below.</p>
 
-<div class="h2" id="news" title="news">
-<h2>News</h2>
+<div class="h2" id="news">
+<h2>News
+  <a class="sectionlink" href="#news"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p style="font-style: italic; text-align:
    right;">[Click <a href="/news.html">here</a> to see all News
    items.]</p>
 
-<div class="h3" id="news-20100121" title="news-20100121">
-<h3>2010-01-21 &mdash; Subversion 1.6.9 Released</h3>
+<div class="h3" id="news-20100121">
+<h3>2010-01-21 &mdash; Subversion 1.6.9 Released
+  <a class="sectionlink" href="#news-20100121"
+    title="Link to this section">&para;</a>
+</h3>
 
 <p>Subversion 1.6.9, the latest stable version of Subversion, has been
    released.  For more information, see the
@@ -51,8 +57,11 @@
 
 </div> <!-- #news-20100121 -->
 
-<div class="h3" id="news-20091107" title="news-20091107">
-<h3>2009-11-07 &mdash; Subversion joins Apache Incubator</h3>
+<div class="h3" id="news-20091107">
+<h3>2009-11-07 &mdash; Subversion joins Apache Incubator
+  <a class="sectionlink" href="#news-20091107"
+    title="Link to this section">&para;</a>
+</h3>
 
 <p>The Subversion project has been accepted into
    the <a href="http://incubator.apache.org">Apache Incubator</a>, the
@@ -75,8 +84,11 @@
 </div> <!-- #news -->
 
 
-<div class="h2" id="site-overview" title="site-overview">
-<h2>About This Site</h2>
+<div class="h2" id="site-overview">
+<h2>About This Site
+  <a class="sectionlink" href="#site-overview"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>This website is the central source of information about Subversion
    and the community which gives it life.  Here, you'll find resources
@@ -101,8 +113,11 @@
    the <a href="#site-nav-menu">navigation menu</a> you should find on
    the left-hand side of each page of the website.</p>
 
-<div class="h3" id="site-overview-about" title="site-overview-about">
-<h3>The "About Subversion" Section</h3>
+<div class="h3" id="site-overview-about">
+<h3>The "About Subversion" Section
+  <a class="sectionlink" href="#site-overview-about"
+    title="Link to this section">&para;</a>
+</h3>
 
 <p>The "About Subversion" section of the website is Information
    Central.  You can read the latest Subversion
@@ -116,8 +131,11 @@
 
 </div> <!-- #site-overview-about -->
 
-<div class="h3" id="site-overview-getting" title="site-overview-getting">
-<h3>The "Getting Subversion" Section</h3>
+<div class="h3" id="site-overview-getting">
+<h3>The "Getting Subversion" Section
+  <a class="sectionlink" href="#site-overview-getting"
+    title="Link to this section">&para;</a>
+</h3>
 
 <p>Learning about Subversion is great, but the real fun is in applying
    that knowledge.  The "Getting Subversion" section of the website is
@@ -134,8 +152,11 @@
 
 </div> <!-- #site-overview-getting -->
 
-<div class="h3" id="site-overview-community" title="site-overview-community">
-<h3>The "Community" Section</h3>
+<div class="h3" id="site-overview-community">
+<h3>The "Community" Section
+  <a class="sectionlink" href="#site-overview-community"
+    title="Link to this section">&para;</a>
+</h3>
 
 <p>The other sections of the website are primarily about getting
    &mdash; the "Community" section is where you interact and give.

Modified: subversion/site/publish/issue-tracker.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/issue-tracker.html?rev=909145&r1=909144&r2=909145&view=diff
==============================================================================
--- subversion/site/publish/issue-tracker.html (original)
+++ subversion/site/publish/issue-tracker.html Thu Feb 11 21:04:38 2010
@@ -45,8 +45,11 @@
    the likelihood that we'll recognize them as constructive.</p>
 
 
-<div class="h2" id="queries" title="queries">
-<h2>Handy Dandy Issue Tracker Queries</h2>
+<div class="h2" id="queries">
+<h2>Handy Dandy Issue Tracker Queries
+  <a class="sectionlink" href="#queries"
+    title="Link to this section">&para;</a>
+</h2>
 
 <div class="notice">
 

Modified: subversion/site/publish/mailing-lists.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/mailing-lists.html?rev=909145&r1=909144&r2=909145&view=diff
==============================================================================
--- subversion/site/publish/mailing-lists.html (original)
+++ subversion/site/publish/mailing-lists.html Thu Feb 11 21:04:38 2010
@@ -112,8 +112,11 @@
   </tbody>
 </table> <!-- #list-list -->
 
-<div class="h2" id="subscribing" title="subscribing">
-<h2>Subscribing</h2>
+<div class="h2" id="subscribing">
+<h2>Subscribing
+  <a class="sectionlink" href="#subscribing"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>To subscribe to the lists above, simply send email
    to <em>LISTNAME</em>-subscribe@subversion.apache.org
@@ -123,8 +126,11 @@
 </div> <!-- #subscribing -->
 
 
-<div class="h2" id="archives" title="archives">
-<h2>Searching the Archives</h2>
+<div class="h2" id="archives">
+<h2>Searching the Archives
+  <a class="sectionlink" href="#archives"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>It's often useful to search the mailing list archives before
    posting or replying: someone may have already reported the bug
@@ -157,8 +163,11 @@
 </div> <!-- #archives -->
 
 
-<div class="h2" id="announcements" title="announcements">
-<h2>Announcements</h2>
+<div class="h2" id="announcements">
+<h2>Announcements
+  <a class="sectionlink" href="#announcements"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>If you only want to receive mail about important announcements (new
    releases of Subversion, for example), just subscribe
@@ -167,8 +176,11 @@
 </div> <!-- #announcements -->
 
 
-<div class="h2" id="other-lists" title="other-lists">
-<h2>Other Mailing Lists</h2>
+<div class="h2" id="other-lists">
+<h2>Other Mailing Lists
+  <a class="sectionlink" href="#other-lists"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>We have a variety of additional mailing lists for other aspects of
    the project management.  You can find these lists on

Modified: subversion/site/publish/news.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/news.html?rev=909145&r1=909144&r2=909145&view=diff
==============================================================================
--- subversion/site/publish/news.html (original)
+++ subversion/site/publish/news.html Thu Feb 11 21:04:38 2010
@@ -22,8 +22,11 @@
 <!-- Maybe we could insert H2's to split up the news items by  -->
 <!-- calendar year if we felt the need to do so.               -->
 
-<div class="h3" id="news-20100121" title="news-20100121">
-<h3>2010-01-21 &mdash; Subversion 1.6.9 Released</h3>
+<div class="h3" id="news-20100121">
+<h3>2010-01-21 &mdash; Subversion 1.6.9 Released
+  <a class="sectionlink" href="#news-20100121"
+    title="Link to this section">&para;</a>
+</h3>
 
 <p>Subversion 1.6.9, the latest stable version of Subversion, has been
    released.  For more information, see the
@@ -34,8 +37,11 @@
 
 </div> <!-- #news-20100121 -->
 
-<div class="h3" id="news-20091107" title="news-20091107">
-<h3>2009-11-07 &mdash; Subversion joins Apache Incubator</h3>
+<div class="h3" id="news-20091107">
+<h3>2009-11-07 &mdash; Subversion joins Apache Incubator
+  <a class="sectionlink" href="#news-20091107"
+    title="Link to this section">&para;</a>
+</h3>
 
 <p>The Subversion project has been accepted into
    the <a href="http://incubator.apache.org">Apache Incubator</a>, the

Modified: subversion/site/publish/packages.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/packages.html?rev=909145&r1=909144&r2=909145&view=diff
==============================================================================
--- subversion/site/publish/packages.html (original)
+++ subversion/site/publish/packages.html Thu Feb 11 21:04:38 2010
@@ -55,8 +55,11 @@
    ready.  The packagers already know when new source releases come
    out, and work as fast as they can to make binaries available.</p>
 
-<div class="h2" id="aix" title="aix">
-<h2>AIX</h2>
+<div class="h2" id="aix">
+<h2>AIX
+  <a class="sectionlink" href="#aix"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/aix.png');">
 
 <ul>
@@ -71,8 +74,11 @@
 </div> <!-- #aix -->
 
 
-<div class="h2" id="debian" title="debian">
-<h2>Debian Linux</h2>
+<div class="h2" id="debian">
+<h2>Debian Linux
+  <a class="sectionlink" href="#debian"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/debian.png');">
 
 <ul>
@@ -88,8 +94,11 @@
 </div> <!-- #debian -->
 
 
-<div class="h2" id="fedora" title="fedora">
-<h2>Fedora Linux</h2>
+<div class="h2" id="fedora">
+<h2>Fedora Linux
+  <a class="sectionlink" href="#fedora"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/fedora.png');">
 
 <ul>
@@ -105,8 +114,11 @@
 </div> <!-- #fedora -->
 
 
-<div class="h2" id="freebsd" title="freebsd">
-<h2>FreeBSD</h2>
+<div class="h2" id="freebsd">
+<h2>FreeBSD
+  <a class="sectionlink" href="#freebsd"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/freebsd.png');">
 
 <ul>
@@ -121,8 +133,11 @@
 </div> <!-- #freebsd -->
 
 
-<div class="h2" id="hpux" title="hpux">
-<h2>HP-UX</h2>
+<div class="h2" id="hpux">
+<h2>HP-UX
+  <a class="sectionlink" href="#hpux"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/hp.png');">
 
 <ul>
@@ -137,8 +152,11 @@
 </div> <!-- #hpux -->
 
 
-<div class="h2" id="netbsd" title="netbsd">
-<h2>NetBSD</h2>
+<div class="h2" id="netbsd">
+<h2>NetBSD
+  <a class="sectionlink" href="#netbsd"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/netbsd.png');">
 
 <ul>
@@ -155,8 +173,11 @@
 </div> <!-- #netbsd -->
 
 
-<div class="h2" id="openbsd" title="openbsd">
-<h2>OpenBSD</h2>
+<div class="h2" id="openbsd">
+<h2>OpenBSD
+  <a class="sectionlink" href="#openbsd"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/openbsd.png');">
 
 <ul>
@@ -170,8 +191,11 @@
 </div> <!-- #openbsd -->
 
 
-<div class="h2" id="osx" title="osx">
-<h2>Mac OS X</h2>
+<div class="h2" id="osx">
+<h2>Mac OS X
+  <a class="sectionlink" href="#osx"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/mac.png');">
 
 <ul>
@@ -197,8 +221,11 @@
 </div> <!-- #osx -->
 
 
-<div class="h2" id="redhat" title="redhat">
-<h2>Red Hat Linux</h2>
+<div class="h2" id="redhat">
+<h2>Red Hat Linux
+  <a class="sectionlink" href="#redhat"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/redhat.png');">
 
 <ul>
@@ -217,8 +244,11 @@
 </div> <!-- #redhat -->
 
 
-<div class="h2" id="solaris" title="solaris">
-<h2>Solaris</h2>
+<div class="h2" id="solaris">
+<h2>Solaris
+  <a class="sectionlink" href="#solaris"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/solaris.png');">
 
 <ul>
@@ -238,8 +268,11 @@
 </div> <!-- #solaris -->
 
 
-<div class="h2" id="suse" title="suse">
-<h2>SUSE Linux</h2>
+<div class="h2" id="suse">
+<h2>SUSE Linux
+  <a class="sectionlink" href="#suse"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/suse.png');">
 
 <ul>
@@ -252,8 +285,11 @@
 </div> <!-- #suse -->
 
 
-<div class="h2" id="ubuntu" title="ubuntu">
-<h2>Ubuntu Linux</h2>
+<div class="h2" id="ubuntu">
+<h2>Ubuntu Linux
+  <a class="sectionlink" href="#ubuntu"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/ubuntu.png');">
 
 <ul>
@@ -269,8 +305,11 @@
 </div> <!-- #ubuntu -->
 
 
-<div class="h2" id="windows" title="windows">
-<h2>Windows</h2>
+<div class="h2" id="windows">
+<h2>Windows
+  <a class="sectionlink" href="#windows"
+    title="Link to this section">&para;</a>
+</h2>
 <div class="package" style="background-image: url('/images/windows.png');">
 
 <ul>

Modified: subversion/site/publish/roadmap.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=909145&r1=909144&r2=909145&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Thu Feb 11 21:04:38 2010
@@ -18,8 +18,11 @@
 
 <h1>Subversion Roadmap</h1>
 
-<div class="h2" id="upcoming-releases" title="upcoming-releases">
-<h2>Upcoming Releases</h2>
+<div class="h2" id="upcoming-releases">
+<h2>Upcoming Releases
+  <a class="sectionlink" href="#upcoming-releases"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>This is a <em>preliminary</em> timetable for the next few upcoming
 releases.  As noted above, we do not guarantee that a specific feature will
@@ -58,8 +61,11 @@
 
 </div>
 
-<div class="h2" id="release-planning" title="release-planning">
-<h2>How We Plan Releases</h2>
+<div class="h2" id="release-planning">
+<h2>How We Plan Releases
+  <a class="sectionlink" href="#release-planning"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>Subversion uses a compromise between time-driven and feature-driven
 release planning.  We schedule the next release for an approximate
@@ -91,8 +97,11 @@
 
 </div>
 
-<div class="h2" id="upcoming-features" title="upcoming-features">
-<h2>Upcoming Features</h2>
+<div class="h2" id="upcoming-features">
+<h2>Upcoming Features
+  <a class="sectionlink" href="#upcoming-features"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>We try to have at least one or two new features under active
 development at any given time, but we generally don't rush a feature
@@ -180,8 +189,11 @@
 
 </div>
 
-<div class="h2" id="past-releases" title="past-releases">
-<h2>Past Releases</h2>
+<div class="h2" id="past-releases">
+<h2>Past Releases
+  <a class="sectionlink" href="#past-releases"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>For information about past releases, see the <a
 href="release-history.html">release history</a>.</p>

Modified: subversion/site/publish/source-code.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/source-code.html?rev=909145&r1=909144&r2=909145&view=diff
==============================================================================
--- subversion/site/publish/source-code.html (original)
+++ subversion/site/publish/source-code.html Thu Feb 11 21:04:38 2010
@@ -39,8 +39,11 @@
    numbers don't match (e.g., 1.0 and 1.1), then some of the features
    of the newer release may not be activated.</p>
 
-<div class="h2" id="source-release" title="source-release">
-<h2>Source Release</h2>
+<div class="h2" id="source-release">
+<h2>Source Release
+  <a class="sectionlink" href="#source-release"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>To build Subversion from a source code release:</p>
 

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=909145&r1=909144&r2=909145&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Thu Feb 11 21:04:38 2010
@@ -171,3 +171,15 @@
   font-size: 120%;
   line-height: 1.2em;
 }
+
+/*
+ * Hide class="sectionlink", except when an enclosing heading
+ * has the :hover property.
+ */
+.sectionlink {
+  display: none;
+}
+:hover > .sectionlink {
+  display: inline;
+}
+