You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2015/02/13 22:44:56 UTC

svn commit: r1659695 - in /lucene/cms/trunk/templates: _solr-head.html _solr-javascript.html core-simple.html core.html jcc-simple.html jcc.html main.html mirrors-core-latest-redir.html mirrors-core-redir.html simple.html

Author: janhoy
Date: Fri Feb 13 21:44:56 2015
New Revision: 1659695

URL: http://svn.apache.org/r1659695
Log:
SOLR-7107: reverting my stupid html changes

Modified:
    lucene/cms/trunk/templates/_solr-head.html
    lucene/cms/trunk/templates/_solr-javascript.html
    lucene/cms/trunk/templates/core-simple.html
    lucene/cms/trunk/templates/core.html
    lucene/cms/trunk/templates/jcc-simple.html
    lucene/cms/trunk/templates/jcc.html
    lucene/cms/trunk/templates/main.html
    lucene/cms/trunk/templates/mirrors-core-latest-redir.html
    lucene/cms/trunk/templates/mirrors-core-redir.html
    lucene/cms/trunk/templates/simple.html

Modified: lucene/cms/trunk/templates/_solr-head.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/_solr-head.html?rev=1659695&r1=1659694&r2=1659695&view=diff
==============================================================================
--- lucene/cms/trunk/templates/_solr-head.html (original)
+++ lucene/cms/trunk/templates/_solr-head.html Fri Feb 13 21:44:56 2015
@@ -15,12 +15,12 @@
       See the License for the specific language governing permissions and
       limitations under the License.
   -->
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-  <meta name="viewport" content="minimal-ui, initial-scale=1, maximum-scale=1, user-scalable=0" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <meta name="viewport" content="minimal-ui, initial-scale=1, maximum-scale=1, user-scalable=0">
 
-  <link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600,500' rel='stylesheet' type='text/css' />
+  <link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600,500' rel='stylesheet' type='text/css'>
 
-  <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" />
+  <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
   <link rel="stylesheet" href="/solr/lib/foundation/styles/normalize.css" />
   <link rel="stylesheet" href="/solr/lib/foundation/styles/foundation.min.css"/>
   <link rel="stylesheet" href="/solr/lib/foundation/styles/foundation-icons.css"/>
@@ -40,8 +40,8 @@
         search, information retrieval, spell checking, faceting, inverted index, open source"/>{% endblock %}
 
   {% block favicon %}
-  <link rel="icon" href="/solr/assets/images/favicon.ico" type="image/x-icon" /> 
-  <link rel="shortcut icon" href="/solr/assets/images/favicon.ico" type="image/x-icon" /> 
+  <link rel="icon" href="/solr/assets/images/favicon.ico" type="image/x-icon"> 
+  <link rel="shortcut icon" href="/solr/assets/images/favicon.ico" type="image/x-icon"> 
   {% endblock %}
 
   {% include "_solr-javascript.html" %}

Modified: lucene/cms/trunk/templates/_solr-javascript.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/_solr-javascript.html?rev=1659695&r1=1659694&r2=1659695&view=diff
==============================================================================
--- lucene/cms/trunk/templates/_solr-javascript.html (original)
+++ lucene/cms/trunk/templates/_solr-javascript.html Fri Feb 13 21:44:56 2015
@@ -1,8 +1,8 @@
-<script src="/solr/lib/jquery-2.1.1.min.js"/>
-<script src="/solr/lib/foundation/scripts/modernizr.js"/>
-<script src="/solr/lib/angularjs/scripts/angular.min.js"/>
-<script src="/solr/lib/angularjs/scripts/angular-animate.min.js"/>
-<script src="/solr/lib/foundation/scripts/foundation.min.js"/>
-<script src="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.min.js"/>
-<script src="/solr/lib/jquery.smooth-scroll.min.js"/>
+<script src="/solr/lib/jquery-2.1.1.min.js"></script>
+<script src="/solr/lib/foundation/scripts/modernizr.js"></script>
+<script src="/solr/lib/angularjs/scripts/angular.min.js"></script>
+<script src="/solr/lib/angularjs/scripts/angular-animate.min.js"></script>
+<script src="/solr/lib/foundation/scripts/foundation.min.js"></script>
+<script src="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.min.js"/></script>
+<script src="/solr/lib/jquery.smooth-scroll.min.js"></script>
 {% block javascript %}{% endblock %}

Modified: lucene/cms/trunk/templates/core-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-simple.html?rev=1659695&r1=1659694&r2=1659695&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-simple.html (original)
+++ lucene/cms/trunk/templates/core-simple.html Fri Feb 13 21:44:56 2015
@@ -5,8 +5,8 @@
 #}
 {% extends "head.html" %}
 {% block css %}
-  <link href="../css/global.css" rel="stylesheet" type="text/css" />
-  <link href="../css/core.css" rel="stylesheet" type="text/css" />
+    <link href="../css/global.css" rel="stylesheet" type="text/css">
+    <link href="../css/core.css" rel="stylesheet" type="text/css">
 {% endblock %}
 {% block metakeys %}<meta name="keywords"
         content="apache, apache lucene, apache solr, solr, lucene

Modified: lucene/cms/trunk/templates/core.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core.html?rev=1659695&r1=1659694&r2=1659695&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core.html (original)
+++ lucene/cms/trunk/templates/core.html Fri Feb 13 21:44:56 2015
@@ -4,8 +4,8 @@
 #}
 {% extends "head.html" %}
 {% block css %}
-  <link href="../css/global.css" rel="stylesheet" type="text/css" />
-  <link href="../css/core.css" rel="stylesheet" type="text/css" />
+    <link href="../css/global.css" rel="stylesheet" type="text/css">
+    <link href="../css/core.css" rel="stylesheet" type="text/css">
 {% endblock %}
 {% block metakeys %}<meta name="keywords"
         content="apache, apache lucene, lucene

Modified: lucene/cms/trunk/templates/jcc-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/jcc-simple.html?rev=1659695&r1=1659694&r2=1659695&view=diff
==============================================================================
--- lucene/cms/trunk/templates/jcc-simple.html (original)
+++ lucene/cms/trunk/templates/jcc-simple.html Fri Feb 13 21:44:56 2015
@@ -5,8 +5,8 @@ This is a work around to the fact that t
 #}
 {% extends "head.html" %}
 {% block css %}
-  <link href="../../css/global.css" rel="stylesheet" type="text/css" />
-  <link href="../../css/pylucene.css" rel="stylesheet" type="text/css" />
+    <link href="../../css/global.css" rel="stylesheet" type="text/css">
+    <link href="../../css/pylucene.css" rel="stylesheet" type="text/css">
 {% endblock %}
 {% block metakeys %}<meta name="keywords"
         content="apache, pylucene, jcc, lucene, apache pylucene, apache jcc,

Modified: lucene/cms/trunk/templates/jcc.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/jcc.html?rev=1659695&r1=1659694&r2=1659695&view=diff
==============================================================================
--- lucene/cms/trunk/templates/jcc.html (original)
+++ lucene/cms/trunk/templates/jcc.html Fri Feb 13 21:44:56 2015
@@ -5,8 +5,8 @@
 <!-- jcc.html -->
 {% extends "head.html" %}
 {% block css %}
-  <link href="../../css/global.css" rel="stylesheet" type="text/css" />
-  <link href="../../css/pylucene.css" rel="stylesheet" type="text/css" />
+    <link href="../../css/global.css" rel="stylesheet" type="text/css">
+    <link href="../../css/pylucene.css" rel="stylesheet" type="text/css">
 {% endblock %}
 {% block metakeys %}<meta name="keywords"
         content="apache, pylucene, jcc, lucene, apache pylucene, apache jcc,

Modified: lucene/cms/trunk/templates/main.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/main.html?rev=1659695&r1=1659694&r2=1659695&view=diff
==============================================================================
--- lucene/cms/trunk/templates/main.html (original)
+++ lucene/cms/trunk/templates/main.html Fri Feb 13 21:44:56 2015
@@ -5,7 +5,7 @@
 <!-- main.html -->
 {% extends "head.html" %}
 {% block css %}
-  <link href="./css/global.css" rel="stylesheet" type="text/css" />
+    <link href="./css/global.css" rel="stylesheet" type="text/css">
 {% endblock %}
 {% block javascript %}
 <script type="text/javascript" src="./scripts/prototype.js"></script>

Modified: lucene/cms/trunk/templates/mirrors-core-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-core-latest-redir.html?rev=1659695&r1=1659694&r2=1659695&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-core-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-core-latest-redir.html Fri Feb 13 21:44:56 2015
@@ -4,10 +4,10 @@
 #}
 {% extends "head.html" %}
 {% block css %}
-  <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.10.3"/>
-  <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"/>
-  <link href="../css/global.css" rel="stylesheet" type="text/css"/>
-  <link href="../css/core.css" rel="stylesheet" type="text/css"/>
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.10.3">
+    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
+    <link href="../css/global.css" rel="stylesheet" type="text/css">
+    <link href="../css/core.css" rel="stylesheet" type="text/css">
 {% endblock %}
 {% endextends %}
 {% extends "core.html" %}

Modified: lucene/cms/trunk/templates/mirrors-core-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-core-redir.html?rev=1659695&r1=1659694&r2=1659695&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-core-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-core-redir.html Fri Feb 13 21:44:56 2015
@@ -4,8 +4,8 @@
 #}
 {% extends "head.html" %}
 {% block css %}
-  <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java" />
-  <link href="../css/global.css" rel="stylesheet" type="text/css" />
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java">
+    <link href="../css/global.css" rel="stylesheet" type="text/css">
 {% endblock %}
 {% endextends %}
 {% extends "core.html" %}

Modified: lucene/cms/trunk/templates/simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/simple.html?rev=1659695&r1=1659694&r2=1659695&view=diff
==============================================================================
--- lucene/cms/trunk/templates/simple.html (original)
+++ lucene/cms/trunk/templates/simple.html Fri Feb 13 21:44:56 2015
@@ -5,7 +5,7 @@
 <!-- simple.html -->
 {% extends "head.html" %}
 {% block css %}
-  <link href="./css/global.css" rel="stylesheet" type="text/css" />
+    <link href="./css/global.css" rel="stylesheet" type="text/css">
 {% endblock %}
 {% block javascript %}
 <script type="text/javascript" src="./scripts/prototype.js"></script>