You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2012/01/31 19:39:00 UTC

svn commit: r1238739 - in /lucene/cms/trunk: content/core/ templates/

Author: gsingers
Date: Tue Jan 31 18:38:59 2012
New Revision: 1238739

URL: http://svn.apache.org/viewvc?rev=1238739&view=rev
Log:
LUCENE-2748: fill in some of the empty pages

Removed:
    lucene/cms/trunk/content/core/releases.mdtext
Modified:
    lucene/cms/trunk/content/core/documentation.mdtext
    lucene/cms/trunk/templates/core-nav.html
    lucene/cms/trunk/templates/core-simple.html
    lucene/cms/trunk/templates/core.html
    lucene/cms/trunk/templates/corenav.mdtext
    lucene/cms/trunk/templates/javascript.html
    lucene/cms/trunk/templates/solr-simple.html
    lucene/cms/trunk/templates/solr.html

Modified: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1238739&r1=1238738&r2=1238739&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Tue Jan 31 18:38:59 2012
@@ -0,0 +1,16 @@
+# Release Docs
+
+We are still porting our documentation to our new CMS.  For now, you can review the old site's documentation.
+
+## Java Docs
+
+- [3.5](http://lucene.apache.org/java/3_5_0/index.html)
+- [3.4](http://lucene.apache.org/java/3_4_0/index.html)
+- [3.3](http://lucene.apache.org/java/3_3_0/index.html)
+- [3.2](http://lucene.apache.org/java/3_2_0/index.html)
+- [3.1](http://lucene.apache.org/java/3_1_0/index.html)
+- [3.0.3](http://lucene.apache.org/java/3_0_3/index.html)
+- [3.0.2](http://lucene.apache.org/java/3_0_2/index.html)
+- [3.0.1](http://lucene.apache.org/java/3_0_1/index.html)
+- [3.0.0](http://lucene.apache.org/java/3_0_0/index.html)
+

Modified: lucene/cms/trunk/templates/core-nav.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-nav.html?rev=1238739&r1=1238738&r2=1238739&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-nav.html (original)
+++ lucene/cms/trunk/templates/core-nav.html Tue Jan 31 18:38:59 2012
@@ -1,6 +1,7 @@
 {% block corenav %}
 <ul>
   <li><a href="index.html">Core</a></li>
+  <li><a href="features.html">Features</a></li>
   <li><a href="downloads.html">Download</a></li>
   <li><a href="documentation.html">Documentation</a></li>
   <li><a href="quickstart.html">Tutorials</a></li>

Modified: lucene/cms/trunk/templates/core-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-simple.html?rev=1238739&r1=1238738&r2=1238739&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-simple.html (original)
+++ lucene/cms/trunk/templates/core-simple.html Tue Jan 31 18:38:59 2012
@@ -11,6 +11,13 @@
         content="apache, apache lucene, apache solr, solr, lucene
         search, information retrieval, spell checking, faceting, inverted index, open source"/>
 {% endblock %}
+{% block javascript %}
+<script type="text/javascript" src="../scripts/prototype.js"></script>
+<script type="text/javascript" src="../scripts/effects.js"></script>
+<script type="text/javascript" src="../scripts/search.js"></script>
+<script type="text/javascript" src="../scripts/slides.js"></script>
+{% endblock %}
+
 {% endextends %}
 {% extends "body.html" %}
 {% block logo %}

Modified: lucene/cms/trunk/templates/core.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core.html?rev=1238739&r1=1238738&r2=1238739&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core.html (original)
+++ lucene/cms/trunk/templates/core.html Tue Jan 31 18:38:59 2012
@@ -10,6 +10,13 @@
         content="apache, apache lucene, lucene
         search, information retrieval, spell checking, faceting, inverted index, open source"/>
 {% endblock %}
+{% block javascript %}
+<script type="text/javascript" src="../scripts/prototype.js"></script>
+<script type="text/javascript" src="../scripts/effects.js"></script>
+<script type="text/javascript" src="../scripts/search.js"></script>
+<script type="text/javascript" src="../scripts/slides.js"></script>
+{% endblock %}
+
 {% endextends %}
 {% extends "body.html" %}
 {% block slides %}

Modified: lucene/cms/trunk/templates/corenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/corenav.mdtext?rev=1238739&r1=1238738&r2=1238739&view=diff
==============================================================================
--- lucene/cms/trunk/templates/corenav.mdtext (original)
+++ lucene/cms/trunk/templates/corenav.mdtext Tue Jan 31 18:38:59 2012
@@ -2,10 +2,13 @@
 - [Developer](developer.html)
 - [Discussion](discussion.html)
 - [Features](features.html)
-- [Releases](releases.html)
+- [Releases](downloads.html)
 - [System Requirements](systemreqs.html)
 
 # Release Docs
+
+- [3.5](http://lucene.apache.org/java/3_5_0/index.html)
+- [3.4](http://lucene.apache.org/java/3_4_0/index.html)
 - [3.3](http://lucene.apache.org/java/3_3_0/index.html)
 - [3.2](http://lucene.apache.org/java/3_2_0/index.html)
 - [3.1](http://lucene.apache.org/java/3_1_0/index.html)

Modified: lucene/cms/trunk/templates/javascript.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/javascript.html?rev=1238739&r1=1238738&r2=1238739&view=diff
==============================================================================
--- lucene/cms/trunk/templates/javascript.html (original)
+++ lucene/cms/trunk/templates/javascript.html Tue Jan 31 18:38:59 2012
@@ -1,5 +1,6 @@
+{% block javascript %}
 <script type="text/javascript" src="scripts/prototype.js"></script>
 <script type="text/javascript" src="scripts/effects.js"></script>
 <script type="text/javascript" src="scripts/search.js"></script>
-<script type="text/javascript" src="scripts/slides.js"></script>
+<script type="text/javascript" src="scripts/slides.js"></script>{% endblock %}
 <!--<script type="text/javascript" src="scripts/jquery.js"></script>-->
\ No newline at end of file

Modified: lucene/cms/trunk/templates/solr-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr-simple.html?rev=1238739&r1=1238738&r2=1238739&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-simple.html (original)
+++ lucene/cms/trunk/templates/solr-simple.html Tue Jan 31 18:38:59 2012
@@ -8,6 +8,12 @@
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/solr.css" rel="stylesheet" type="text/css">
 {% endblock %}
+{% block javascript %}
+<script type="text/javascript" src="../scripts/prototype.js"></script>
+<script type="text/javascript" src="../scripts/effects.js"></script>
+<script type="text/javascript" src="../scripts/search.js"></script>
+<script type="text/javascript" src="../scripts/slides.js"></script>
+{% endblock %}
 {% block metakeys %}<meta name="keywords"
         content="apache, apache lucene, apache solr, solr, lucene
         search, information retrieval, spell checking, faceting, inverted index, open source"/>

Modified: lucene/cms/trunk/templates/solr.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr.html?rev=1238739&r1=1238738&r2=1238739&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr.html (original)
+++ lucene/cms/trunk/templates/solr.html Tue Jan 31 18:38:59 2012
@@ -8,6 +8,12 @@
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/solr.css" rel="stylesheet" type="text/css">
 {% endblock %}
+{% block javascript %}
+<script type="text/javascript" src="../scripts/prototype.js"></script>
+<script type="text/javascript" src="../scripts/effects.js"></script>
+<script type="text/javascript" src="../scripts/search.js"></script>
+<script type="text/javascript" src="../scripts/slides.js"></script>
+{% endblock %}
 {% block metakeys %}<meta name="keywords"
         content="apache, apache lucene, apache solr, solr, lucene
         search, information retrieval, spell checking, faceting, inverted index, open source"/>