You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2015/08/23 22:49:00 UTC

svn commit: r962830 [3/5] - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ pylucene/ pylucene/jcc/ solr/

Modified: websites/staging/lucene/trunk/content/openrelevance/orpnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/orpnews.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/orpnews.html Sun Aug 23 20:48:59 2015
@@ -134,29 +134,86 @@
     <div id="main">
       <h1 class="title"></h1>
 
-      <div><h2 id="11-june-2014-project-closed">11 June 2014 - Project closed</h2>
+      <div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="11-june-2014-project-closed">11 June 2014 - Project closed<a class="headerlink" href="#11-june-2014-project-closed" title="Permanent link">&para;</a></h2>
 <p>The Apache Lucene Project Management Committee decided in a vote,
 that the Apache Lucene sub-project "Open Relevance" will be discontinued. There was only modest activity during the last
 years and the project made no releases. Thank you to all committers for their support in this project!</p>
-<h2 id="14-july-2009-wiki-now-available">14 July 2009 - Wiki now available</h2>
+<h2 id="14-july-2009-wiki-now-available">14 July 2009 - Wiki now available<a class="headerlink" href="#14-july-2009-wiki-now-available" title="Permanent link">&para;</a></h2>
 <p>The ORP Wiki is now available at http://cwiki.apache.org/ORP. Anyone can edit it, so please feel free to help out the ORP!</p>
-<h2 id="25-june-2009-apache-open-relevance-kickoff">25 June 2009 - Apache Open Relevance Kickoff</h2>
+<h2 id="25-june-2009-apache-open-relevance-kickoff">25 June 2009 - Apache Open Relevance Kickoff<a class="headerlink" href="#25-june-2009-apache-open-relevance-kickoff" title="Permanent link">&para;</a></h2>
 <p>The Apache Lucene PMC has officially voted to add the Open Relevance Project (ORP) as a Lucene subproject. ORP's main goal is to build out collections,
 judgments and queries in an open environment to make it easier for Lucene developers and users to do relevance testing, much like
 one would get if using TREC or other evaluation conferences.</p></div>
       
-        <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
-<h2 id="15-june-2015-apache-lucene-521-and-apache-solr-521-available">15 June 2015 - Apache Lucene 5.2.1 and Apache Solr 5.2.1 Available</h2>
+        <div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="lucenetm-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News<a class="headerlink" href="#lucenetm-news" title="Permanent link">&para;</a></h1>
+<h2 id="25-august-2015-apache-lucene-520-and-apache-solr-520-available">25 August 2015 - Apache Lucene 5.2.0 and Apache Solr 5.2.0 Available<a class="headerlink" href="#25-august-2015-apache-lucene-520-and-apache-solr-520-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 5.3.0 and Apache Solr 5.3.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/5.3.0">http://www.apache.org/dyn/closer.cgi/lucene/java/5.3.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/5.3.0">http://www.apache.org/dyn/closer.cgi/lucene/solr/5.3.0</a></p>
+<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include" title="Permanent link">&para;</a></h3>
+<p>API Changes
+ * PhraseQuery and BooleanQuery are now immutable</p>
+<p>New features
+ * Added a new org.apache.lucene.search.join.CheckJoinIndex class that can be used to validate that an index has an appropriate structure to run join queries
+ * Added a new BlendedTermQuery to blend statistics across several terms
+ * New common suggest API that mirrors Lucene's Query/IndexSearcher APIs for Document based suggester.
+ * IndexWriter can now be initialized from an already open near-real-time or non-NRT reader
+ * Add experimental range tree doc values format and queries, based on a 1D version of the spatial BKD tree, for a faster and smaller alternative to postings-based numeric and binary term filtering.  Range trees can also handle values larger than 64 bits.</p>
+<p>Geo-related features and improvements
+ * Added GeoPointField, GeoPointInBBoxQuery, GeoPointInPolygonQuery for simple "indexed lat/lon point in bbox/shape" searching
+ * Added experimental BKD geospatial tree doc values format and queries, for fast "bbox/polygon contains lat/lon points"
+ * Use doc values to post-filter GeoPointField hits that fall in boundary cells, resulting in smaller index, faster searches and less heap used for each query</p>
+<p>Optimizations
+ * Reduce RAM usage of FieldInfos, and speed up lookup by number, by using an array instead of TreeMap except in very sparse cases
+ * Faster intersection of the terms dictionary with very finite automata, which can be generated eg. by simple regexp queries
+ * Various bugfixes and optimizations since the 5.2.0 release.</p>
+<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
+<p>In built security plugins implementing Basic Auth
+In addition to many other improvements in the security framework, Solr now includes an AuthenticationPlugin implementing HTTP Basic Auth that stores credentials securely in ZooKeeper. This is a simple way to require a username and password for anyone accessing Solr’s admin screen or APIs.
+The JSON Facet API can now change the domain for facet commands, essentially doing a block join and moving from parents to children, or children to parents before calculating the facet data.
+Major improvements in performance of the new Facet Module / JSON Facet API.
+Query and Range Facets under Pivot Facets. Just like the JSON Facet API, pivot facets can how nest other facet types such as range and query facets.
+More Like This Query Parser options. The MoreLikeThis QParser mlt now supports all options provided by the MLT Handler. The query parser is much more versatile than the handler as it works in cloud mode as well as anywhere a normal query can be specified.
+Schema API support in SolrJ
+Scoring mode for query-time join and block join. Solr’s pseudo-join query parser has a new optional attribute score that can be used specify the scores produced on the resulting documents. It’s value can be min, max,avg or total.
+Query Comments. Lucene/Solr query syntax (i.e. Solr’s dialect of the lucene syntax) now supports nested C-style comments.
+Smile data format
+Smile is a binary data interchange format that is very close to Solr’s own “javabin” (encoded sizes are very close). Adding wt=smile to a request will cause the response to come back in this format.
+min/max for multi-valued docValues fields.A second parameter has been added to the field function to select the minimum or maximum value of a multi-valued field with docValues.</p>
+<h2 id="15-june-2015-apache-lucene-521-and-apache-solr-521-available">15 June 2015 - Apache Lucene 5.2.1 and Apache Solr 5.2.1 Available<a class="headerlink" href="#15-june-2015-apache-lucene-521-and-apache-solr-521-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.2.1 and Apache Solr 5.2.1</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.1">http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.1">http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.1</a></p>
-<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:</h3>
+<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>Fix class loading deadlock relating to Codec initialization, default codec and SPI discovery.</li>
 <li>NRT readers now reflect a new commit even if there is no change to the commit user data</li>
 <li>Queries now get a dummy Similarity when scores are not needed in order to not load unnecessary information like norms</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:</h3>
+<h3 id="highlights-of-this-solr-release-include_1">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>Fix javascript bug introduced by SOLR-7409 that breaks the dataimport screen in the admin UI</li>
 <li>Faceting on a numeric field with a unique() subfacet function on another numeric field can result in incorrect results or an exception</li>
@@ -170,12 +227,12 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/5_2_1/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/5_2_1/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="7-june-2015-apache-lucene-520-and-apache-solr-520-available">7 June 2015 - Apache Lucene 5.2.0 and Apache Solr 5.2.0 Available</h2>
+<h2 id="7-june-2015-apache-lucene-520-and-apache-solr-520-available">7 June 2015 - Apache Lucene 5.2.0 and Apache Solr 5.2.0 Available<a class="headerlink" href="#7-june-2015-apache-lucene-520-and-apache-solr-520-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 5.2.0 and Apache Solr 5.2.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0">http://www.apache.org/dyn/closer.cgi/lucene/solr/5.2.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:</h3>
+<h3 id="highlights-of-this-lucene-release-include_2">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Span queries now share document conjunction/intersection code with boolean queries, and use two-phased iterators for faster intersection by avoiding loading positions in certain cases.</p>
@@ -208,7 +265,7 @@ and Solr can be downloaded from <a href=
 <p>Various bugfixes and optimizations since the 5.1.0 release.</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_1">Highlights of this Solr release include:</h3>
+<h3 id="highlights-of-this-solr-release-include_2">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Restore API allows restoring a core from an index backup.</p>
@@ -271,7 +328,7 @@ See examples at http://yonik.com/solr-co
 <p>See the <a href="/core/5_2_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/5_2_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="14-april-2015-apache-lucene-510-and-apache-solr-510-available">14 April 2015 - Apache Lucene 5.1.0 and Apache Solr 5.1.0 Available</h2>
+<h2 id="14-april-2015-apache-lucene-510-and-apache-solr-510-available">14 April 2015 - Apache Lucene 5.1.0 and Apache Solr 5.1.0 Available<a class="headerlink" href="#14-april-2015-apache-lucene-510-and-apache-solr-510-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 5.1.0 and Apache Solr 5.1.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/5.1.0">http://www.apache.org/dyn/closer.cgi/lucene/java/5.1.0</a>
@@ -280,7 +337,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/5_1_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/5_1_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="5-march-2015-apache-lucene-4104-and-apache-solr-4104-available">5 March 2015 - Apache Lucene 4.10.4 and Apache Solr 4.10.4 Available</h2>
+<h2 id="5-march-2015-apache-lucene-4104-and-apache-solr-4104-available">5 March 2015 - Apache Lucene 4.10.4 and Apache Solr 4.10.4 Available<a class="headerlink" href="#5-march-2015-apache-lucene-4104-and-apache-solr-4104-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.10.4 and Apache Solr 4.10.4.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/4.10.4">http://www.apache.org/dyn/closer.cgi/lucene/java/4.10.4</a>
@@ -289,7 +346,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_10_4/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_10_4/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="20-february-2015-apache-lucene-500-and-apache-solr-500-available">20 February 2015 - Apache Lucene 5.0.0 and Apache Solr 5.0.0 Available</h2>
+<h2 id="20-february-2015-apache-lucene-500-and-apache-solr-500-available">20 February 2015 - Apache Lucene 5.0.0 and Apache Solr 5.0.0 Available<a class="headerlink" href="#20-february-2015-apache-lucene-500-and-apache-solr-500-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 5.0.0 and Apache Solr 5.0.0.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -297,7 +354,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/5_0_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/5_0_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:<a class="headerlink" href="#highlights-of-the-lucene-release-include" title="Permanent link">&para;</a></h3>
 <p>Stronger index safety</p>
 <ul>
 <li>
@@ -373,7 +430,7 @@ with the release for a full list of deta
 <p>Stored fields are merged more efficiently, especially when upgrading from previous versions or using SortingMergePolicy</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:<a class="headerlink" href="#highlights-of-the-solr-release-include" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Usability improvements that include improved bin scripts and new and restructured examples.</p>
@@ -444,7 +501,7 @@ with the release for a full list of deta
 </ul>
 </li>
 </ul>
-<h2 id="29-december-2014-apache-lucene-4103-and-apache-solr-4103-available">29 December 2014 - Apache Lucene 4.10.3 and Apache Solr 4.10.3 Available</h2>
+<h2 id="29-december-2014-apache-lucene-4103-and-apache-solr-4103-available">29 December 2014 - Apache Lucene 4.10.3 and Apache Solr 4.10.3 Available<a class="headerlink" href="#29-december-2014-apache-lucene-4103-and-apache-solr-4103-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.10.3 and Apache Solr 4.10.3.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -454,7 +511,7 @@ fix that you can read about on the Solr
 <p>See the <a href="/core/4_10_3/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_10_3/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details, and Happy Holidays!</p>
-<h2 id="31-october-2014-apache-lucene-4102-and-apache-solr-4102-available">31 October 2014 - Apache Lucene 4.10.2 and Apache Solr 4.10.2 Available</h2>
+<h2 id="31-october-2014-apache-lucene-4102-and-apache-solr-4102-available">31 October 2014 - Apache Lucene 4.10.2 and Apache Solr 4.10.2 Available<a class="headerlink" href="#31-october-2014-apache-lucene-4102-and-apache-solr-4102-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.10.2 and Apache Solr 4.10.2.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -463,7 +520,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_10_2/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_10_2/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details, and Happy Halloween!</p>
-<h2 id="29-september-2014-apache-lucene-4101-and-apache-solr-4101-available">29 September 2014 - Apache Lucene 4.10.1 and Apache Solr 4.10.1 Available</h2>
+<h2 id="29-september-2014-apache-lucene-4101-and-apache-solr-4101-available">29 September 2014 - Apache Lucene 4.10.1 and Apache Solr 4.10.1 Available<a class="headerlink" href="#29-september-2014-apache-lucene-4101-and-apache-solr-4101-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.10.1 and Apache Solr 4.10.1.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -472,7 +529,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_10_1/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_10_1/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="22-september-2014-apache-lucene-491-and-apache-solr-491-available">22 September 2014 - Apache Lucene 4.9.1 and Apache Solr 4.9.1 Available</h2>
+<h2 id="22-september-2014-apache-lucene-491-and-apache-solr-491-available">22 September 2014 - Apache Lucene 4.9.1 and Apache Solr 4.9.1 Available<a class="headerlink" href="#22-september-2014-apache-lucene-491-and-apache-solr-491-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.9.1 and Apache Solr 4.9.1.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -481,7 +538,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_9_1/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_9_1/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="03-september-2014-apache-lucene-4100-and-apache-solr-4100-available">03 September 2014 - Apache Lucene 4.10.0 and Apache Solr 4.10.0 Available</h2>
+<h2 id="03-september-2014-apache-lucene-4100-and-apache-solr-4100-available">03 September 2014 - Apache Lucene 4.10.0 and Apache Solr 4.10.0 Available<a class="headerlink" href="#03-september-2014-apache-lucene-4100-and-apache-solr-4100-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.10.0 and Apache Solr 4.10.0.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -489,7 +546,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_10_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_10_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:<a class="headerlink" href="#highlights-of-the-lucene-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>New TermAutomatonQuery using an automaton for proximity queries.
@@ -508,7 +565,7 @@ with the release for a full list of deta
 <p>Fixed edge case in StandardTokenizer that caused extremely slow parsing times with long text which partially matched grammar rules.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:<a class="headerlink" href="#highlights-of-the-solr-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>This release upgrades Solr Cell's (contrib/extraction) dependency
@@ -528,7 +585,7 @@ with the release for a full list of deta
 <p>New "terms" QParser for efficiently filtering documents by a list of values</p>
 </li>
 </ul>
-<h2 id="18-august-2014-recommendation-to-update-apache-poi-in-apache-solr-480-481-and-490-installations">18 August 2014 - Recommendation to update Apache POI in Apache Solr 4.8.0, 4.8.1, and 4.9.0 installations</h2>
+<h2 id="18-august-2014-recommendation-to-update-apache-poi-in-apache-solr-480-481-and-490-installations">18 August 2014 - Recommendation to update Apache POI in Apache Solr 4.8.0, 4.8.1, and 4.9.0 installations<a class="headerlink" href="#18-august-2014-recommendation-to-update-apache-poi-in-apache-solr-480-481-and-490-installations" title="Permanent link">&para;</a></h2>
 <p>Apache Solr versions 4.8.0, 4.8.1, 4.9.0 bundle Apache POI 3.10-beta2 with its binary release tarball.
 This version (and all previous ones) of Apache POI are vulnerable to the following issues:
 CVE-2014-3529 <em>(XML External Entity (XXE) problem in Apache POI's OpenXML parser)</em>, 
@@ -541,7 +598,7 @@ Alternatively, users of Apache Solr 4.8.
 replacing the vulnerable JAR files in the distribution folder. Users of previous versions have
 to update their Solr release first, patching older versions is impossible.</p>
 <p>For detailed instructions, see <a href="/solr/solrnews.html#18-august-2014-recommendation-to-update-apache-poi-in-apache-solr-480-481-and-490-installations">Solr's News</a></p>
-<h2 id="25-june-2014-apache-lucene-490-and-apache-solr-490-available">25 June 2014 - Apache Lucene 4.9.0 and Apache Solr 4.9.0 Available</h2>
+<h2 id="25-june-2014-apache-lucene-490-and-apache-solr-490-available">25 June 2014 - Apache Lucene 4.9.0 and Apache Solr 4.9.0 Available<a class="headerlink" href="#25-june-2014-apache-lucene-490-and-apache-solr-490-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.9.0 and Apache Solr 4.9.0.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -549,7 +606,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_9_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_9_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include_2">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_2">Highlights of the Lucene release include:<a class="headerlink" href="#highlights-of-the-lucene-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>New Terms.getMin/Max methods to retrieve the lowest and highest
@@ -592,7 +649,7 @@ with the release for a full list of deta
   a new map.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include_2">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_2">Highlights of the Solr release include:<a class="headerlink" href="#highlights-of-the-solr-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Numerous optimizations for doc values search-time performance</p>
@@ -614,11 +671,11 @@ with the release for a full list of deta
   such as very short fields.</p>
 </li>
 </ul>
-<h2 id="11-june-2014-open-relevance-sub-project-closed">11 June 2014 - Open Relevance sub-project closed</h2>
+<h2 id="11-june-2014-open-relevance-sub-project-closed">11 June 2014 - Open Relevance sub-project closed<a class="headerlink" href="#11-june-2014-open-relevance-sub-project-closed" title="Permanent link">&para;</a></h2>
 <p>The Apache Lucene Project Management Committee decided in a vote,
 that the Apache Lucene sub-project "Open Relevance" will be discontinued. There was only modest activity during the last
 years and the project made no releases. Thank you to all committers for their support in this project!</p>
-<h2 id="20-may-2014-apache-lucene-481-and-apache-solr-481-available">20 May 2014 - Apache Lucene 4.8.1 and Apache Solr 4.8.1 Available</h2>
+<h2 id="20-may-2014-apache-lucene-481-and-apache-solr-481-available">20 May 2014 - Apache Lucene 4.8.1 and Apache Solr 4.8.1 Available<a class="headerlink" href="#20-may-2014-apache-lucene-481-and-apache-solr-481-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.8.1 and Apache Solr 4.8.1.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -627,7 +684,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_8_1/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_8_1/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="28-april-2014-apache-lucene-480-and-apache-solr-480-available">28 April 2014 - Apache Lucene 4.8.0 and Apache Solr 4.8.0 Available</h2>
+<h2 id="28-april-2014-apache-lucene-480-and-apache-solr-480-available">28 April 2014 - Apache Lucene 4.8.0 and Apache Solr 4.8.0 Available<a class="headerlink" href="#28-april-2014-apache-lucene-480-and-apache-solr-480-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.8.0 and Apache Solr 4.8.0.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -639,7 +696,7 @@ both are fully compatible with Java 8.</
 <p>See the <a href="/core/4_8_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_8_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include_3">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_3">Highlights of the Lucene release include:<a class="headerlink" href="#highlights-of-the-lucene-release-include_3" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>All index files now store end-to-end checksums, which are
@@ -692,7 +749,7 @@ with the release for a full list of deta
   even when the lock is not held.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include_3">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_3">Highlights of the Solr release include:<a class="headerlink" href="#highlights-of-the-solr-release-include_3" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p><code class="inline">&lt;fields&gt;</code> and <code class="inline">&lt;types&gt;</code> tags have been deprecated from schema.xml.
@@ -740,7 +797,7 @@ with the release for a full list of deta
   automatically deleting expired documents on a periodic basis. </p>
 </li>
 </ul>
-<h2 id="15-april-2014-apache-lucene-472-and-apache-solr-472-available">15 April 2014 - Apache Lucene 4.7.2 and Apache Solr 4.7.2 Available</h2>
+<h2 id="15-april-2014-apache-lucene-472-and-apache-solr-472-available">15 April 2014 - Apache Lucene 4.7.2 and Apache Solr 4.7.2 Available<a class="headerlink" href="#15-april-2014-apache-lucene-472-and-apache-solr-472-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.2 and Apache Solr 4.7.2.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -749,7 +806,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_7_2/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_7_2/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="02-april-2014-apache-lucene-471-and-apache-solr-471-available">02 April 2014 - Apache Lucene 4.7.1 and Apache Solr 4.7.1 Available</h2>
+<h2 id="02-april-2014-apache-lucene-471-and-apache-solr-471-available">02 April 2014 - Apache Lucene 4.7.1 and Apache Solr 4.7.1 Available<a class="headerlink" href="#02-april-2014-apache-lucene-471-and-apache-solr-471-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.1 and Apache Solr 4.7.1.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -758,7 +815,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_7_1/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_7_1/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="12-march-2014-apache-lucene-48-and-apache-solr-48-will-require-java-7">12 March 2014 - Apache Lucene 4.8 and Apache Solr 4.8 will require Java 7</h2>
+<h2 id="12-march-2014-apache-lucene-48-and-apache-solr-48-will-require-java-7">12 March 2014 - Apache Lucene 4.8 and Apache Solr 4.8 will require Java 7<a class="headerlink" href="#12-march-2014-apache-lucene-48-and-apache-solr-48-will-require-java-7" title="Permanent link">&para;</a></h2>
 <p>The Apache Lucene/Solr committers decided with a large majority on the vote to require <strong>Java 7</strong> for the next minor release of Apache Lucene and Apache Solr (version 4.8)!</p>
 <p>The next release will also contain some improvements for Java 7:</p>
 <ul>
@@ -778,7 +835,7 @@ JRockit was never working correctly with
 Please also review our list of JVM bugs: <a href="http://wiki.apache.org/lucene-java/JavaBugs">http://wiki.apache.org/lucene-java/JavaBugs</a></p>
 <p><em>EDIT (as of 15 April 2014):</em> The recently released Java 7u55 fixes the above bug causing index corrumption.
 This version is now the recommended version for running Apache Lucene and Solr.</p>
-<h2 id="26-february-2014-apache-lucene-470-and-apache-solrwzxhzdk2tmwzxhzdk3-470-available">26 February 2014 - Apache Lucene 4.7.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.7.0 available</h2>
+<h2 id="26-february-2014-apache-lucene-470-and-apache-solrtm-470-available">26 February 2014 - Apache Lucene 4.7.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.7.0 available<a class="headerlink" href="#26-february-2014-apache-lucene-470-and-apache-solrtm-470-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.7.0 and Apache Solr 4.7.0.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -787,7 +844,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_7_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_7_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="28-january-2014-apache-lucene-461-and-apache-solrwzxhzdk4tmwzxhzdk5-461-available">28 January 2014 - Apache Lucene 4.6.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.6.1 available</h2>
+<h2 id="28-january-2014-apache-lucene-461-and-apache-solrtm-461-available">28 January 2014 - Apache Lucene 4.6.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.6.1 available<a class="headerlink" href="#28-january-2014-apache-lucene-461-and-apache-solrtm-461-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.6.1 and Apache Solr 4.6.1.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -796,7 +853,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_6_1/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_6_1/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="24-november-2013-apache-lucene-460-and-apache-solrwzxhzdk6tmwzxhzdk7-460-available">24 November 2013 - Apache Lucene 4.6.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.6.0 available</h2>
+<h2 id="24-november-2013-apache-lucene-460-and-apache-solrtm-460-available">24 November 2013 - Apache Lucene 4.6.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.6.0 available<a class="headerlink" href="#24-november-2013-apache-lucene-460-and-apache-solrtm-460-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.6.0 and Apache Solr 4.6.0.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -805,7 +862,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_6_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_6_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="24-october-2013-apache-lucene-451-and-apache-solrwzxhzdk8tmwzxhzdk9-451-available">24 October 2013 - Apache Lucene 4.5.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.5.1 available</h2>
+<h2 id="24-october-2013-apache-lucene-451-and-apache-solrtm-451-available">24 October 2013 - Apache Lucene 4.5.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.5.1 available<a class="headerlink" href="#24-october-2013-apache-lucene-451-and-apache-solrtm-451-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.5.1 and Apache Solr 4.5.1.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -814,7 +871,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_5_1/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_5_1/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h2 id="5-october-2013-apache-lucene-45-and-apache-solrwzxhzdk10tmwzxhzdk11-45-available">5 October 2013 - Apache Lucene 4.5 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.5 available</h2>
+<h2 id="5-october-2013-apache-lucene-45-and-apache-solrtm-45-available">5 October 2013 - Apache Lucene 4.5 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.5 available<a class="headerlink" href="#5-october-2013-apache-lucene-45-and-apache-solrtm-45-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.5 and Apache Solr 4.5.</p>
 <p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
@@ -822,7 +879,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_5_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_5_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include_4">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_4">Highlights of the Lucene release include:<a class="headerlink" href="#highlights-of-the-lucene-release-include_4" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Added support for missing values to DocValues fields through
@@ -848,7 +905,7 @@ with the release for a full list of deta
 </li>
 </ul>
 <p>Lucene 4.5 also includes numerous optimizations and bugfixes.</p>
-<h3 id="highlights-of-the-solr-release-include_4">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_4">Highlights of the Solr release include:<a class="headerlink" href="#highlights-of-the-solr-release-include_4" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Custom sharding support, including the ability to shard by field.</p>
@@ -873,26 +930,48 @@ with the release for a full list of deta
       
 
       
-      <div><h2 id="the-apache-software-foundation">The Apache Software Foundation</h2>
+      <div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="the-apache-software-foundation">The Apache Software Foundation<a class="headerlink" href="#the-apache-software-foundation" title="Permanent link">&para;</a></h2>
 <p>The <a href="http://www.apache.org">Apache Software Foundation</a> provides support for the Apache community of open-source software projects. The Apache projects are defined by collaborative consensus based processes, an open, pragmatic software license and a desire to create high quality software that leads the way in its field. Apache Lucene, Apache Solr, Apache PyLucene, Apache Open Relevance Project and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p></div>
       
     </div>
     
   
 <div id="sidebar">
-  <h1 id="about">About</h1>
+  <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 <li><a href="../whoweare.html">Who We are</a></li>
 </ul>
-<h1 id="asf-links">ASF links</h1>
+<h1 id="asf-links">ASF links<a class="headerlink" href="#asf-links" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org">Apache Software Foundation</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
 <li><a href="http://www.apache.org/security/">Security</a></li>
 </ul>
-<h1 id="related-projects">Related Projects</h1>
+<h1 id="related-projects">Related Projects<a class="headerlink" href="#related-projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
 <li><a href="http://manifoldcf.apache.org/">Apache ManifoldCF</a></li>

Modified: websites/staging/lucene/trunk/content/privacy.html
==============================================================================
--- websites/staging/lucene/trunk/content/privacy.html (original)
+++ websites/staging/lucene/trunk/content/privacy.html Sun Aug 23 20:48:59 2015
@@ -193,7 +193,18 @@
     <div id="main">
       <h1 class="title"></h1>
 
-      <div><h1 id="privacy-policy">Privacy Policy</h1>
+      <div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="privacy-policy">Privacy Policy<a class="headerlink" href="#privacy-policy" title="Permanent link">&para;</a></h1>
 <p>Information about your use of this website is collected using server access logs and a tracking cookie. The collected information consists of the following:</p>
 <p>The IP address from which you access the website;
 The type of browser and operating system you use to access our site;
@@ -212,7 +223,18 @@ Part of this information is gathered usi
     </div>
     
     <div id="sidebar">
-      <p><div class="button-green">
+      <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
     <div class="flap bottom">of Apache Lucene 5.2.1</div>
@@ -224,33 +246,33 @@ Part of this information is gathered usi
     <div class="flap bottom">of Apache Solr 5.2.1</div>
   </div>
   <div class="download-desc">Apache Solr 5.2.1</div></p>
-<h1 id="projects">Projects</h1>
+<h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>
 <li><a href="./solr/">Solr</a></li>
 <li><a href="./pylucene/">PyLucene</a></li>
 <li><a href="./openrelevance/">Open Relevance</a></li>
 </ul>
-<h1 id="about">About</h1>
+<h1 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 <li><a href="./whoweare.html">Who We are</a></li>
 </ul>
-<h1 id="asf-links">ASF links</h1>
+<h1 id="asf-links">ASF links<a class="headerlink" href="#asf-links" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org">Apache Software Foundation</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
 <li><a href="http://www.apache.org/security/">Security</a></li>
 </ul>
-<h1 id="editing-this-site">Editing This Site</h1>
+<h1 id="editing-this-site">Editing This Site<a class="headerlink" href="#editing-this-site" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="site-instructions.html">Instructions</a></li>
 <li><a href="http://www.apache.org/dev/cms.html">ASF CMS</a></li>
 <li><a href="http://www.apache.org/dev/cmsref.html">ASF CMS Reference/FAQ</a></li>
 <li><a href="http://daringfireball.net/projects/markdown/syntax">Markdown</a></li>
 </ul>
-<h1 id="related-projects">Related Projects</h1>
+<h1 id="related-projects">Related Projects<a class="headerlink" href="#related-projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
 <li><a href="http://manifoldcf.apache.org/">Apache ManifoldCF</a></li>

Modified: websites/staging/lucene/trunk/content/pylucene/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/features.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/features.html Sun Aug 23 20:48:59 2015
@@ -136,11 +136,22 @@
     <div id="main">
       <h1 class="title"></h1>
 
-      <div><h2 id="warning">Warning</h2>
+      <div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="warning">Warning<a class="headerlink" href="#warning" title="Permanent link">&para;</a></h2>
 <p>Before calling any PyLucene API that requires the Java VM, start it by
 calling <i>initVM(classpath, ...)</i>. 
 More about this function in <a href="jcc/features.html">here</a>.</p>
-<h2 id="installing-pylucene">Installing PyLucene</h2>
+<h2 id="installing-pylucene">Installing PyLucene<a class="headerlink" href="#installing-pylucene" title="Permanent link">&para;</a></h2>
 <p>PyLucene is a Python extension built with 
 <a href="jcc/">JCC</a>.</p>
 <p>To build PyLucene, JCC needs to be built first. Sources for JCC are
@@ -148,7 +159,7 @@ included with the PyLucene sources. Inst
 installing JCC are <a href="jcc/install.html">here</a>. </p>
 <p>Instruction for building PyLucene
 are <a href="install.html">here</a>.</p>
-<h2 id="api-documentation">API documentation</h2>
+<h2 id="api-documentation">API documentation<a class="headerlink" href="#api-documentation" title="Permanent link">&para;</a></h2>
 <p>PyLucene is closely tracking Java Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> releases. It intends to
 supports the entire Lucene API.</p>
 <p>PyLucene also includes a number of Lucene contrib packages: the
@@ -161,7 +172,7 @@ APIs. For the documentation on Java Luce
 see <a href="http://lucene.apache.org/java/docs/api/index.html">here</a>.</p>
 <p>To help with debugging and to support some Lucene APIs, PyLucene also
 exposes some Java runtime APIs.</p>
-<h2 id="samples">Samples</h2>
+<h2 id="samples">Samples<a class="headerlink" href="#samples" title="Permanent link">&para;</a></h2>
 <p>The best way to learn PyLucene is to look at the samples and tests
 included with the PyLucene source release or on the web at:</p>
 <ul>
@@ -172,17 +183,17 @@ included with the PyLucene source releas
 <p><a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test">http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/test</a></p>
 </li>
 </ul>
-<h2 id="threading-support-with-attachcurrentthread">Threading support with attachCurrentThread</h2>
+<h2 id="threading-support-with-attachcurrentthread">Threading support with attachCurrentThread<a class="headerlink" href="#threading-support-with-attachcurrentthread" title="Permanent link">&para;</a></h2>
 <p>Before PyLucene APIs can be used from a thread other than the main
 thread that was not created by the Java Runtime, the
 <i>attachCurrentThread()</i> method must be called on the
 <i>JCCEnv</i> object returned by the <i>initVM()</i>
 or <i>getVMEnv()</i> functions.</p>
-<h2 id="exception-handling-with-lucenejavaerror">Exception handling with lucene.JavaError</h2>
+<h2 id="exception-handling-with-lucenejavaerror">Exception handling with lucene.JavaError<a class="headerlink" href="#exception-handling-with-lucenejavaerror" title="Permanent link">&para;</a></h2>
 <p>Java exceptions are caught at the language barrier and reported to
 Python by raising a JavaError instance whose args tuple contains the
 actual Java Exception instance.</p>
-<h2 id="handling-java-arrays">Handling Java arrays</h2>
+<h2 id="handling-java-arrays">Handling Java arrays<a class="headerlink" href="#handling-java-arrays" title="Permanent link">&para;</a></h2>
 <p>Java arrays are returned to Python in a <i>JArray</i>
 wrapper instance that implements the Python sequence protocol. It
 is possible to change array elements but not to change the array
@@ -223,7 +234,7 @@ from the array arguments after the call,
 to instantiate a Java array to make such calls.</p>
 <p>See <a href="jcc/features.html">JCC</a> for more
 information about handling arrays.</p>
-<h2 id="differences-between-the-java-lucene-and-pylucene-apis">Differences between the Java Lucene and PyLucene APIs</h2>
+<h2 id="differences-between-the-java-lucene-and-pylucene-apis">Differences between the Java Lucene and PyLucene APIs<a class="headerlink" href="#differences-between-the-java-lucene-and-pylucene-apis" title="Permanent link">&para;</a></h2>
 <ul>
 <li>
 <p>The PyLucene API exposes all Java Lucene classes in a flat namespace
@@ -241,7 +252,7 @@ implement two class methods called insta
 verify and cast an instance respectively.</p>
 </li>
 </ul>
-<h2 id="pythonic-extensions-to-the-java-lucene-apis">Pythonic extensions to the Java Lucene APIs</h2>
+<h2 id="pythonic-extensions-to-the-java-lucene-apis">Pythonic extensions to the Java Lucene APIs<a class="headerlink" href="#pythonic-extensions-to-the-java-lucene-apis" title="Permanent link">&para;</a></h2>
 <p>Java is a very verbose language. Python, on the other hand, offers
 many syntactically attractive constructs for iteration, property
 access, etc... As the Java Lucene samples from the <em>Lucene in
@@ -321,7 +332,7 @@ Once JCC heeds Java 1.5 type parameters
 makes use of them, such casting should become unncessary.</p>
 </li>
 </ul>
-<h2 id="extending-java-lucene-classes-from-python">Extending Java Lucene classes from Python</h2>
+<h2 id="extending-java-lucene-classes-from-python">Extending Java Lucene classes from Python<a class="headerlink" href="#extending-java-lucene-classes-from-python" title="Permanent link">&para;</a></h2>
 <p>Many areas of the Lucene API expect the programmer to provide
 their own implementation or specialization of a feature where
 the default is inappropriate. For example, text analyzers and
@@ -345,7 +356,18 @@ Action</em> <a href="http://svn.apache.o
 
 
       
-      <div><h2 id="the-apache-software-foundation">The Apache Software Foundation</h2>
+      <div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="the-apache-software-foundation">The Apache Software Foundation<a class="headerlink" href="#the-apache-software-foundation" title="Permanent link">&para;</a></h2>
 <p>The <a href="http://www.apache.org">Apache Software Foundation</a> provides support for the Apache community of open-source software projects. The Apache projects are defined by collaborative consensus based processes, an open, pragmatic software license and a desire to create high quality software that leads the way in its field. Apache Lucene, Apache Solr, Apache PyLucene, Apache Open Relevance Project and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p></div>
       
     </div>
@@ -359,20 +381,31 @@ Action</em> <a href="http://svn.apache.o
       <div class="flap bottom">of Apache PyLucene</div>
     </div>
   </div>
-  <h1 id="documentation">Documentation</h1>
+  <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 <li><a href="features.html">Features</a></li>
 <li><a href="install.html">Install</a></li>
 </ul>
-<h1 id="asf-links">ASF links</h1>
+<h1 id="asf-links">ASF links<a class="headerlink" href="#asf-links" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org">Apache Software Foundation</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
 <li><a href="http://www.apache.org/security/">Security</a></li>
 </ul>
-<h1 id="related-projects">Related Projects</h1>
+<h1 id="related-projects">Related Projects<a class="headerlink" href="#related-projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
 <li><a href="http://manifoldcf.apache.org/">Apache ManifoldCF</a></li>

Modified: websites/staging/lucene/trunk/content/pylucene/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/index.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/index.html Sun Aug 23 20:48:59 2015
@@ -136,7 +136,18 @@
     <div id="main">
       <h1 class="title">Welcome to PyLucene</h1>
 
-      <div><h2 id="what-is-pylucene">What is PyLucene ?</h2>
+      <div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="what-is-pylucene">What is PyLucene ?<a class="headerlink" href="#what-is-pylucene" title="Permanent link">&para;</a></h2>
 <p>PyLucene is a <a href="http://www.python.org">Python</a> extension
 for accessing
 Java <a href="http://lucene.apache.org/java/">Lucene</a><span style="vertical-align: super; font-size: xx-small">TM</span>. Its goal
@@ -153,7 +164,7 @@ Python via Java's Native Invocation Inte
 are included with the PyLucene sources.</p>
 <p>See <a href="features.html">here</a> for more
 information and documentation about PyLucene.</p>
-<h2 id="requirements">Requirements</h2>
+<h2 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">&para;</a></h2>
 <p>PyLucene is supported on Mac OS X, Linux, Solaris and Windows.</p>
 <p>PyLucene requires Python version 2.x (x &gt;= 3.5) and Java version 1.x
 (x &gt;= 5). Building PyLucene requires GNU Make, a recent version
@@ -169,106 +180,117 @@ instructions</a> for more information ab
 <p>See the PyLucene <a href="install.html">installation
 instructions</a> for more information about building PyLucene from
 sources.</p>
-<div><h1 id="news">News</h1>
-<h2 id="6-oct-2014-pylucene-4101-1-available">6 Oct 2014 - PyLucene 4.10.1-1 available</h2>
+<div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="news">News<a class="headerlink" href="#news" title="Permanent link">&para;</a></h1>
+<h2 id="6-oct-2014-pylucene-4101-1-available">6 Oct 2014 - PyLucene 4.10.1-1 available<a class="headerlink" href="#6-oct-2014-pylucene-4101-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 4.10.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_10_1/CHANGES">PyLucene 4.10.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.21 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.<br/></p>
-<h2 id="17-jul-2014-pylucene-490-0-available">17 Jul 2014 - PyLucene 4.9.0-0 available</h2>
+<h2 id="17-jul-2014-pylucene-490-0-available">17 Jul 2014 - PyLucene 4.9.0-0 available<a class="headerlink" href="#17-jul-2014-pylucene-490-0-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 4.9.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_9_0/CHANGES">PyLucene 4.9.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.20 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.<br/></p>
-<h2 id="3-may-2014-pylucene-480-1-available">3 May 2014 - PyLucene 4.8.0-1 available</h2>
+<h2 id="3-may-2014-pylucene-480-1-available">3 May 2014 - PyLucene 4.8.0-1 available<a class="headerlink" href="#3-may-2014-pylucene-480-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 4.8.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_8_0/CHANGES">PyLucene 4.8.0 CHANGES</a> for details. The JCC version included with PyLucene 4.8.0 is unchanged at 2.19.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.<br/>
 <b>Attention:</b> Starting with this release, Lucene requires Java 1.7 at the
 minimum; Java 1.6 is no longer supported. After upgrading JDK, please be sure to
 rebuild JCC first with the new JDK.</p>
-<h2 id="28-apr-2014-pylucene-472-1-available">28 Apr 2014 - PyLucene 4.7.2-1 available</h2>
+<h2 id="28-apr-2014-pylucene-472-1-available">28 Apr 2014 - PyLucene 4.7.2-1 available<a class="headerlink" href="#28-apr-2014-pylucene-472-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 4.7.2 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_7_2/CHANGES">PyLucene 4.7.2 CHANGES</a> for details. The JCC version included with PyLucene 4.7.2 is unchanged at 2.19.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="13-feb-2014-pylucene-461-1-available">13 Feb 2014 - PyLucene 4.6.1-1 available</h2>
+<h2 id="13-feb-2014-pylucene-461-1-available">13 Feb 2014 - PyLucene 4.6.1-1 available<a class="headerlink" href="#13-feb-2014-pylucene-461-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 4.6.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_6_1/CHANGES">PyLucene 4.6.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.19 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="4-nov-2013-pylucene-451-1-available">4 Nov 2013 - PyLucene 4.5.1-1 available</h2>
+<h2 id="4-nov-2013-pylucene-451-1-available">4 Nov 2013 - PyLucene 4.5.1-1 available<a class="headerlink" href="#4-nov-2013-pylucene-451-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 4.5.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_5_1/CHANGES">PyLucene 4.5.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.18 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="23-aug-2013-pylucene-440-1-available">23 Aug 2013 - PyLucene 4.4.0-1 available</h2>
+<h2 id="23-aug-2013-pylucene-440-1-available">23 Aug 2013 - PyLucene 4.4.0-1 available<a class="headerlink" href="#23-aug-2013-pylucene-440-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 4.4.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_4_0/CHANGES">PyLucene 4.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.17 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="14-may-2013-pylucene-430-1-available">14 May 2013 - PyLucene 4.3.0-1 available</h2>
+<h2 id="14-may-2013-pylucene-430-1-available">14 May 2013 - PyLucene 4.3.0-1 available<a class="headerlink" href="#14-may-2013-pylucene-430-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 4.3.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_4_3_0/CHANGES">PyLucene 4.3.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.16 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="4-jan-2013-pylucene-362-1-available">4 Jan 2013 - PyLucene 3.6.2-1 available</h2>
+<h2 id="4-jan-2013-pylucene-362-1-available">4 Jan 2013 - PyLucene 3.6.2-1 available<a class="headerlink" href="#4-jan-2013-pylucene-362-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 3.6.2 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_2/CHANGES">PyLucene 3.6.2 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.15 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="24-aug-2012-pylucene-361-2-available">24 Aug 2012 - PyLucene 3.6.1-2 available</h2>
+<h2 id="24-aug-2012-pylucene-361-2-available">24 Aug 2012 - PyLucene 3.6.1-2 available<a class="headerlink" href="#24-aug-2012-pylucene-361-2-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 3.6.1 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_1/CHANGES">PyLucene 3.6.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.14 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="11-may-2012-pylucene-360-2-available">11 May 2012 - PyLucene 3.6.0-2 available</h2>
+<h2 id="11-may-2012-pylucene-360-2-available">11 May 2012 - PyLucene 3.6.0-2 available<a class="headerlink" href="#11-may-2012-pylucene-360-2-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 3.6.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_6_0/CHANGES">PyLucene 3.6.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.13 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="12-dec-2011-pylucene-350-3-available">12 Dec 2011 - PyLucene 3.5.0-3 available</h2>
+<h2 id="12-dec-2011-pylucene-350-3-available">12 Dec 2011 - PyLucene 3.5.0-3 available<a class="headerlink" href="#12-dec-2011-pylucene-350-3-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 3.5.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_5/CHANGES">PyLucene 3.5.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.12 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="19-sep-2011-pylucene-340-1-available">19 Sep 2011 - PyLucene 3.4.0-1 available</h2>
+<h2 id="19-sep-2011-pylucene-340-1-available">19 Sep 2011 - PyLucene 3.4.0-1 available<a class="headerlink" href="#19-sep-2011-pylucene-340-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 3.4.0 <a href="http://lucene.apache.org/core/corenews.html">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_4/CHANGES">PyLucene 3.4.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.11 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="23-jul-2011-pylucene-33-3-available">23 Jul 2011 - PyLucene 3.3-3 available</h2>
+<h2 id="23-jul-2011-pylucene-33-3-available">23 Jul 2011 - PyLucene 3.3-3 available<a class="headerlink" href="#23-jul-2011-pylucene-33-3-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 3.3 <a href="http://lucene.apache.org/#1+July+2011+-+Lucene+Core+3.3+and+Solr+3.3+Available">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_3/CHANGES">PyLucene 3.3 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.10 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="09-jun-2011-pylucene-320-1-available">09 Jun 2011 - PyLucene 3.2.0-1 available</h2>
+<h2 id="09-jun-2011-pylucene-320-1-available">09 Jun 2011 - PyLucene 3.2.0-1 available<a class="headerlink" href="#09-jun-2011-pylucene-320-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 3.2 <a href="http://lucene.apache.org/java/docs/index.html#4+June+2011+-+Lucene+Core+3.2">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_2_0/CHANGES">PyLucene 3.2.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.9 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="04-apr-2011-pylucene-310-1-available">04 Apr 2011 - PyLucene 3.1.0-1 available</h2>
+<h2 id="04-apr-2011-pylucene-310-1-available">04 Apr 2011 - PyLucene 3.1.0-1 available<a class="headerlink" href="#04-apr-2011-pylucene-310-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Core's recent 3.1 <a href="http://lucene.apache.org/java/docs/index.html#31+March+2011+-+Lucene+Core+3.1">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_1_0/CHANGES">PyLucene 3.1.0 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.8 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="16-dec-2010-pylucene-303-1-and-294-1-available">16 Dec 2010 - PyLucene 3.0.3-1 and 2.9.4-1 available</h2>
+<h2 id="16-dec-2010-pylucene-303-1-and-294-1-available">16 Dec 2010 - PyLucene 3.0.3-1 and 2.9.4-1 available<a class="headerlink" href="#16-dec-2010-pylucene-303-1-and-294-1-available" title="Permanent link">&para;</a></h2>
 <p>These releases track Lucene Java's recent 2.9.4 and 3.0.3 <a href="http://lucene.apache.org/java/docs/index.html#3+December+2010+-+Lucene+Java+3.0.3+and+2.9.4+available">releases</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_3/CHANGES">PyLucene 3.0.3 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/CHANGES">JCC 2.7 CHANGES</a> for details.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_4/CHANGES">PyLucene 2.9.4 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="02-jul-2010-pylucene-302-1-and-293-1-available">02 Jul 2010 - PyLucene 3.0.2-1 and 2.9.3-1 available</h2>
+<h2 id="02-jul-2010-pylucene-302-1-and-293-1-available">02 Jul 2010 - PyLucene 3.0.2-1 and 2.9.3-1 available<a class="headerlink" href="#02-jul-2010-pylucene-302-1-and-293-1-available" title="Permanent link">&para;</a></h2>
 <p>These releases track Lucene Java's recent 2.9.3 and 3.0.2 <a href="http://lucene.apache.org/java/docs/index.html#18+June+2010+-+Lucene+Java+3.0.2+and+2.9.3+available">releases</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_2/CHANGES">PyLucene 3.0.2 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_2/jcc/CHANGES">JCC 2.6 CHANGES</a> for details.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_3/CHANGES">PyLucene 2.9.3 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="03-mar-2010-pylucene-301-1-and-292-1-available">03 Mar 2010 - PyLucene 3.0.1-1 and 2.9.2-1 available</h2>
+<h2 id="03-mar-2010-pylucene-301-1-and-292-1-available">03 Mar 2010 - PyLucene 3.0.1-1 and 2.9.2-1 available<a class="headerlink" href="#03-mar-2010-pylucene-301-1-and-292-1-available" title="Permanent link">&para;</a></h2>
 <p>These releases track Lucene Java's recent 2.9.2 and 3.0.1 <a href="http://lucene.apache.org/java/docs/index.html#26+February+2010+-+Lucene+Java+3.0.1+and+2.9.2+available">releases</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/CHANGES">PyLucene 3.0.1 CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_1/jcc/CHANGES">JCC 2.5.1 CHANGES</a> for details.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_2/CHANGES">PyLucene 2.9.2 CHANGES</a> for details.<br/>
 Source distributions are available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="08-dec-2009-pylucene-300-1-available">08 Dec 2009 - PyLucene 3.0.0-1 available</h2>
+<h2 id="08-dec-2009-pylucene-300-1-available">08 Dec 2009 - PyLucene 3.0.0-1 available<a class="headerlink" href="#08-dec-2009-pylucene-300-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Java's recent 3.0.0 <a href="http://lucene.apache.org/java/docs/index.html#25+November+2009+-+Lucene+Java+3.0.0+available">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_3_0_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
 A source distribution is available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="10-nov-2009-pylucene-291-1-available">10 Nov 2009 - PyLucene 2.9.1-1 available</h2>
+<h2 id="10-nov-2009-pylucene-291-1-available">10 Nov 2009 - PyLucene 2.9.1-1 available<a class="headerlink" href="#10-nov-2009-pylucene-291-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Java's recent 2.9.1 <a href="http://lucene.apache.org/java/docs/index.html#6+November+2009+-+Lucene+Java+2.9.1+available">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
 A source distribution is available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="13-oct-2009-pylucene-290-1-available">13 Oct 2009 - PyLucene 2.9.0-1 available</h2>
+<h2 id="13-oct-2009-pylucene-290-1-available">13 Oct 2009 - PyLucene 2.9.0-1 available<a class="headerlink" href="#13-oct-2009-pylucene-290-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Java's recent 2.9.0 <a href="http://lucene.apache.org/java/docs/index.html#25+September+2009+-+Lucene+Java+2.9.0+available">release</a>.<br/>
 See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
 A source distribution is available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="03-apr-2009-pylucene-241-1-availablewzxhzdk230">03 Apr 2009 - PyLucene 2.4.1-1 available</title></h2>
+<h2 id="03-apr-2009-pylucene-241-1-available">03 Apr 2009 - PyLucene 2.4.1-1 available</title><a class="headerlink" href="#03-apr-2009-pylucene-241-1-available" title="Permanent link">&para;</a></h2>
 <p>This release tracks Lucene Java's recent 2.4.1 <a href="http://lucene.apache.org/java/docs/index.html#9+March+2009+-+Lucene+Java+2.4.1+available">release</a>.<br/>
  See <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/CHANGES">PyLucene CHANGES</a> and <a href="http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_4_1/jcc/CHANGES">JCC CHANGES</a> for details.<br/>
 A source distribution is available <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">here</a>.</p>
-<h2 id="08-jan-2009-pylucene-joins-apache-lucene-as-a-subproject">08 Jan 2009 - PyLucene joins Apache Lucene as a Subproject</h2>
+<h2 id="08-jan-2009-pylucene-joins-apache-lucene-as-a-subproject">08 Jan 2009 - PyLucene joins Apache Lucene as a Subproject<a class="headerlink" href="#08-jan-2009-pylucene-joins-apache-lucene-as-a-subproject" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the arrival of PyLucene as a Lucene
 subproject. PyLucene was previously hosted at the Open Source Applications
 Foundation since its inception in early 2004.</p></div></div>
@@ -276,7 +298,18 @@ Foundation since its inception in early
 
 
       
-      <div><h2 id="the-apache-software-foundation">The Apache Software Foundation</h2>
+      <div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="the-apache-software-foundation">The Apache Software Foundation<a class="headerlink" href="#the-apache-software-foundation" title="Permanent link">&para;</a></h2>
 <p>The <a href="http://www.apache.org">Apache Software Foundation</a> provides support for the Apache community of open-source software projects. The Apache projects are defined by collaborative consensus based processes, an open, pragmatic software license and a desire to create high quality software that leads the way in its field. Apache Lucene, Apache Solr, Apache PyLucene, Apache Open Relevance Project and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p></div>
       
     </div>
@@ -290,20 +323,31 @@ Foundation since its inception in early
       <div class="flap bottom">of Apache PyLucene</div>
     </div>
   </div>
-  <h1 id="documentation">Documentation</h1>
+  <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 <li><a href="features.html">Features</a></li>
 <li><a href="install.html">Install</a></li>
 </ul>
-<h1 id="asf-links">ASF links</h1>
+<h1 id="asf-links">ASF links<a class="headerlink" href="#asf-links" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org">Apache Software Foundation</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
 <li><a href="http://www.apache.org/security/">Security</a></li>
 </ul>
-<h1 id="related-projects">Related Projects</h1>
+<h1 id="related-projects">Related Projects<a class="headerlink" href="#related-projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
 <li><a href="http://manifoldcf.apache.org/">Apache ManifoldCF</a></li>

Modified: websites/staging/lucene/trunk/content/pylucene/install.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/install.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/install.html Sun Aug 23 20:48:59 2015
@@ -136,10 +136,21 @@
     <div id="main">
       <h1 class="title"></h1>
 
-      <div><h2 id="building-pylucene">Building PyLucene</h2>
+      <div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="building-pylucene">Building PyLucene<a class="headerlink" href="#building-pylucene" title="Permanent link">&para;</a></h2>
 <p>PyLucene is completely code-generated by JCC whose sources are
 included with the PyLucene sources.<br/></p>
-<h2 id="requirements">Requirements</h2>
+<h2 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">&para;</a></h2>
 <p>To build PyLucene a Java Development Kit (JDK)
 and <a href="http://ant.apache.org">Ant</a> are required; use of the
 resulting PyLucene binaries requires only a Java Runtime Environment
@@ -159,7 +170,7 @@ package is required to build and run PyL
 later versions of Python, setuptools is only required for shared
 mode. See JCC's <a href="jcc/install.html">installation
 instructions</a> for more information.</p>
-<h2 id="for-the-impatient-ones">For the Impatient Ones</h2>
+<h2 id="for-the-impatient-ones">For the Impatient Ones<a class="headerlink" href="#for-the-impatient-ones" title="Permanent link">&para;</a></h2>
 <ul>
 <li><b>pushd jcc</b></li>
 <li><i>&lt;edit <em>setup.py</em> to match your environment&gt;</i></li>
@@ -171,7 +182,7 @@ instructions</a> for more information.</
 <li><b>make test</b> (look for failures)</li>
 <li><b>sudo make install</b></li>
 </ul>
-<h2 id="for-the-rest-of-us">For the Rest of Us</h2>
+<h2 id="for-the-rest-of-us">For the Rest of Us<a class="headerlink" href="#for-the-rest-of-us" title="Permanent link">&para;</a></h2>
 <p>Before building PyLucene, JCC must be
 built first. See
 JCC's <a href="jcc/install.html">installation
@@ -199,7 +210,7 @@ tuned to workaround various limits, for
 <code>--files separate</code></p>
 </li>
 </ul>
-<h2 id="notes-for-solaris-11-with-sun-studio-c-12">Notes for Solaris 11 with Sun Studio C++ 12</h2>
+<h2 id="notes-for-solaris-11-with-sun-studio-c-12">Notes for Solaris 11 with Sun Studio C++ 12<a class="headerlink" href="#notes-for-solaris-11-with-sun-studio-c-12" title="Permanent link">&para;</a></h2>
 <p>PyLucene's Makefile is a GNU Makefile. Be sure to
 use <i>gmake</i> instead of plain <i>make</i>.</p>
 <p>Just as when building JCC, Python's distutils must be nudged a bit to
@@ -211,7 +222,7 @@ the C++ compiler is used:<br/>
 <code>
 $ CC=CC gmake
 </code></p>
-<h2 id="notes-for-solaris-111-with-gcc-45">Notes for Solaris 11.1 with GCC 4.5</h2>
+<h2 id="notes-for-solaris-111-with-gcc-45">Notes for Solaris 11.1 with GCC 4.5<a class="headerlink" href="#notes-for-solaris-111-with-gcc-45" title="Permanent link">&para;</a></h2>
 <p>PyLucene's Makefile is a GNU Makefile. Be sure to use gmake instead of plain
 make.</p>
 <ul>
@@ -232,7 +243,18 @@ NUM_FILES=4
 
 
       
-      <div><h2 id="the-apache-software-foundation">The Apache Software Foundation</h2>
+      <div><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="the-apache-software-foundation">The Apache Software Foundation<a class="headerlink" href="#the-apache-software-foundation" title="Permanent link">&para;</a></h2>
 <p>The <a href="http://www.apache.org">Apache Software Foundation</a> provides support for the Apache community of open-source software projects. The Apache projects are defined by collaborative consensus based processes, an open, pragmatic software license and a desire to create high quality software that leads the way in its field. Apache Lucene, Apache Solr, Apache PyLucene, Apache Open Relevance Project and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p></div>
       
     </div>
@@ -246,20 +268,31 @@ NUM_FILES=4
       <div class="flap bottom">of Apache PyLucene</div>
     </div>
   </div>
-  <h1 id="documentation">Documentation</h1>
+  <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
 <li><a href="features.html">Features</a></li>
 <li><a href="install.html">Install</a></li>
 </ul>
-<h1 id="asf-links">ASF links</h1>
+<h1 id="asf-links">ASF links<a class="headerlink" href="#asf-links" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://www.apache.org">Apache Software Foundation</a></li>
 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
 <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
 <li><a href="http://www.apache.org/security/">Security</a></li>
 </ul>
-<h1 id="related-projects">Related Projects</h1>
+<h1 id="related-projects">Related Projects<a class="headerlink" href="#related-projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
 <li><a href="http://manifoldcf.apache.org/">Apache ManifoldCF</a></li>