You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/11/04 14:18:54 UTC

svn commit: r1636575 - in /lucene/cms/branches/solr_6058: content/solr/news.mdtext content/solr/resources.mdtext templates/solr-resources.html

Author: sarowe
Date: Tue Nov  4 13:18:53 2014
New Revision: 1636575

URL: http://svn.apache.org/r1636575
Log:
SOLR-6058: More resources page cleanup: remove 'Links' nav menu item; move version control section to under the community section; add a H2 documentation section and make relese doc, solr ref guide and other docs sections H3-s.

Modified:
    lucene/cms/branches/solr_6058/content/solr/news.mdtext
    lucene/cms/branches/solr_6058/content/solr/resources.mdtext
    lucene/cms/branches/solr_6058/templates/solr-resources.html

Modified: lucene/cms/branches/solr_6058/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/news.mdtext?rev=1636575&r1=1636574&r2=1636575&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/news.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/news.mdtext Tue Nov  4 13:18:53 2014
@@ -1,6 +1,6 @@
 Title: News
 
-# Solr<span style="vertical-align: super; font-size: xx-small">TM</span> News
+# Solr<sup>&trade;</sup> News
 
 ## 31 October 2014 - Apache Solr 4.10.2 Available
 

Modified: lucene/cms/branches/solr_6058/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/resources.mdtext?rev=1636575&r1=1636574&r2=1636575&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/resources.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/resources.mdtext Tue Nov  4 13:18:53 2014
@@ -11,23 +11,22 @@ Users who have completed the tutorial ar
 
 ***
 
-## Release Documentation ##
+## Documentation ##
+
+### Release Documentation ###
 
 In each Solr binary release artifact, you can find a copy of the Solr tutorial, a detailed list of changes, and JavaDocs for all included code.
 Copies of this documentation for the most recent release of each major branch under active development can also be found online:
 
 * [Latest Release](/solr/4_10_2/index.html)
 
-***
-## The Apache Solr Reference Guide ##
+### The Apache Solr Reference Guide ###
 
 Beginning with Solr 4.4, A detailed reference guide is also available as a [PDF download](https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/) for each minor release.
 
 Archives for all past versions of the Solr Reference Guide are available at [the Apache archives](http://archive.apache.org/dist/lucene/solr/ref-guide/).
 
-***
-
-## Additional Documentation ##
+### Additional Documentation ###
 
 Additional documentation can be found on the [Solr Community Wiki](http://wiki.apache.org/solr) or the various [books published about Solr](#solr-books).
 
@@ -110,6 +109,27 @@ No endorsement is implied by the listing
 
 Each Lucene project maintains its own mailing lists. Please refer to the project you are interested in for details on subscribing to its mailing list.
 
+
+### How To Contribute ###
+
+Looking to contribute to Solr?  Read the [instructions](http://wiki.apache.org/solr/HowToContribute) on contributing and then submit a patch!
+
+### Solr Version Control ###
+
+The Solr source code resides in the Apache [Subversion (SVN)](http://subversion.apache.org) repository. The command-line SVN client can be obtained [here](http://subversion.apache.org/packages.html) or as an optional package for [Cygwin](http://www.cygwin.com). The TortoiseSVN GUI client for Windows can be obtained [here](http://tortoisesvn.tigris.org). There are also SVN plugins available for older versions of [Eclipse](http://subclipse.tigris.org) and [IntelliJ](https://plugins.jetbrains.com/plugin/60?pr=) IDEA that don't have Subversion support already included.
+
+#### Web Access (read-only) ####
+
+The source code can be browsed via the Web at <http://svn.apache.org/viewcvs.cgi/lucene/dev/>. No SVN client software is required.
+
+#### Anonymous Access (read-only) ####
+
+The SVN URL for anonymous users is <http://svn.apache.org/repos/asf/lucene/dev/>. Instructions for anonymous SVN access are [here](http://www.apache.org/dev/version-control.html#anon-svn).
+
+#### Committer Access (read-write) ####
+
+The SVN URL for committers is <https://svn.apache.org/repos/asf/lucene/dev/>. Instructions for committer SVN access are [here](http://www.apache.org/dev/version-control.html#https-svn).
+
 ***
 
 ## Solr Books ##
@@ -232,25 +252,3 @@ If you have a Solr video that you would 
 ### Vimeo ###
 
 [Search Vimeo for Solr](http://vimeo.com/search?q=solr)
-
-***
-
-## How To Contribute ##
-
-Looking to contribute to Solr?  Read the [instructions](http://wiki.apache.org/solr/HowToContribute) on contributing and then submit a patch!
-
-## Solr Version Control ##
-
-The Solr source code resides in the Apache [Subversion (SVN)](http://subversion.apache.org) repository. The command-line SVN client can be obtained [here](http://subversion.apache.org/packages.html) or as an optional package for [Cygwin](http://www.cygwin.com). The TortoiseSVN GUI client for Windows can be obtained [here](http://tortoisesvn.tigris.org). There are also SVN plugins available for older versions of [Eclipse](http://subclipse.tigris.org) and [IntelliJ](https://plugins.jetbrains.com/plugin/60?pr=) IDEA that don't have Subversion support already included.
-
-### Web Access (read-only) ###
-
-The source code can be browsed via the Web at <http://svn.apache.org/viewcvs.cgi/lucene/dev/>. No SVN client software is required.
-
-### Anonymous Access (read-only)
-
-The SVN URL for anonymous users is <http://svn.apache.org/repos/asf/lucene/dev/>. Instructions for anonymous SVN access are [here](http://www.apache.org/dev/version-control.html#anon-svn).
-
-### Committer Access (read-write) ###
-
-The SVN URL for committers is <https://svn.apache.org/repos/asf/lucene/dev/>. Instructions for committer SVN access are [here](http://www.apache.org/dev/version-control.html#https-svn).
\ No newline at end of file

Modified: lucene/cms/branches/solr_6058/templates/solr-resources.html
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/templates/solr-resources.html?rev=1636575&r1=1636574&r2=1636575&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/templates/solr-resources.html (original)
+++ lucene/cms/branches/solr_6058/templates/solr-resources.html Tue Nov  4 13:18:53 2014
@@ -27,13 +27,12 @@
       <div class="row sub-nav-border anchor-top">
         <div class="small-12 text-center columns">
           <dl class="sub-nav">
-            <dd><a data-scroll href="/solr/resources.html#tutorial">Tutorial</a></dd>
-            <dd><a data-scroll href="#release-documentation">Docs</a></dd>
+            <dd><a data-scroll href="#tutorial">Tutorial</a></dd>
+            <dd><a data-scroll href="#documentation">Docs</a></dd>
             <dd><a data-scroll href="#community">Community</a></dd>
             <dd><a data-scroll href="#solr-books">Books</a></dd>
             <dd><a data-scroll href="#presentations">Presentations</a></dd>
             <dd><a data-scroll href="#videos">Videos</a></dd>
-            <dd><a data-scroll href="#solr-version-control">Links</a></dd>
           </dl>
         </div>
       </div>