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 2014/11/13 19:13:18 UTC

svn commit: r929089 - in /websites/staging/lucene/trunk/content: ./ solr/logos-and-assets.html

Author: buildbot
Date: Thu Nov 13 18:13:18 2014
New Revision: 929089

Log:
Staging update by buildbot for lucene

Added:
    websites/staging/lucene/trunk/content/solr/logos-and-assets.html
Modified:
    websites/staging/lucene/trunk/content/   (props changed)

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 13 18:13:18 2014
@@ -1 +1 @@
-1639423
+1639425

Added: websites/staging/lucene/trunk/content/solr/logos-and-assets.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/logos-and-assets.html (added)
+++ websites/staging/lucene/trunk/content/solr/logos-and-assets.html Thu Nov 13 18:13:18 2014
@@ -0,0 +1,364 @@
+<!doctype html>
+<html>
+
+  <head>
+  <!--
+      Licensed to the Apache Software Foundation (ASF) under one or more
+      contributor license agreements.  See the NOTICE file distributed with
+      this work for additional information regarding copyright ownership.
+      The ASF licenses this file to You under the Apache License, Version 2.0
+      (the "License"); you may not use this file except in compliance with
+      the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE- 2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+      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">
+
+  <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 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"/>
+  <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.css"/>
+  <link rel="stylesheet" href="/solr/assets/styles/base.css" />
+  
+
+  <title>Apache Solr - Logos and Assets</title>
+
+
+
+  <meta name="Distribution" content="Global"/>
+  <meta name="Robots" content="index,follow"/>
+
+  <meta name="keywords"
+            content="apache, apache lucene, apache solr, solr, lucene
+            search, information retrieval, spell checking, faceting, inverted index, open source"/>
+    
+
+  
+  <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"> 
+  
+
+  <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>
+
+    <script src="/solr/assets/scripts/main.js"></script>
+    
+
+</head>
+
+
+
+  <body class="page full-width" x-ng-app-root="/solr" x-ng-app="page" x-ng-controller="page.controllers.main">
+
+    
+<div class="contain-to-grid">
+<div class="header-section">
+	<nav class="top-bar" data-topbar role="navigation">
+	  <ul class="title-area">
+	    <li class="name">
+	      <a href="/solr/"><img class="logo" src="/solr/assets/images/logo.svg" /></a>
+	    </li>
+	    <li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
+	  </ul>
+
+	  <div class="top-bar-section">
+	    <ul class="navigation right">
+  <li>
+    <a href="/solr/news.html">News</a>
+  </li>
+  <li>
+    <a href="/solr/features.html">Features</a>
+  </li>
+  <li>
+    <a href="/solr/resources.html">Resources</a>
+  </li>
+  <li class="toggle">
+    <a ng-hide="toggled" ng-click="toggle();" href="#">Search</a>
+    <div id="search">
+  <script type="text/javascript">
+    function getBlank(input, stdValue) {
+      if (input.value == stdValue) {
+        input.value = '';
+      }
+      return true;
+    }
+
+    function selectProvider(form) {
+      lucidAction = "http://find.searchhub.org/p:lucene,solr";
+      searchLuceneAction = "http://search-lucene.com/lucene";
+
+      provider = form.elements['searchProvider'].value;
+      if (provider == "lucid" || provider == "sl") {
+        if (provider == "lucid") {
+          form.action = lucidAction;
+        } else if (provider == "sl") {
+          form.action = searchLuceneAction;
+        }
+
+        // Only store provider preference cookie if the user selected it
+        days = 90; // cookie will be valid for 90 days
+        date = new Date();
+        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
+        expires = "; expires=" + date.toGMTString();
+        document.cookie = "searchProvider=" + provider + expires + "; path=/";
+      } else {
+        if (Math.random() > 0.5) {
+          form.action = lucidAction;
+        } else {
+          form.action = searchLuceneAction;
+        }
+      }
+      return true;
+    }
+  </script>
+  <form id="quick-search" method="GET" onsubmit="return selectProvider(this)"
+        action="http://search-lucene.com//lucene"
+        name="searchform">
+    <fieldset>
+      <div ng-show="toggled" class="search-box">
+        <input type="search" name="q" placeholder="Search |" accesskey="q"
+               onfocus="getBlank(this, 'Search |');"/>
+        <a class="search-button" type="submit" 
+           onclick="form = document.getElementById('quick-search'); selectProvider(form); form.submit();"><img src="/solr/assets/images/magnifying-glass.png"/></a>
+        <select name="searchProvider" id="searchProvider" class="search-provider">
+          <option value="any"> - select provider - </option>
+          <option value="lucid">@ Lucid Find</option>
+          <option value="sl">@ Search-Lucene</option>
+        </select>
+      </div>
+    </fieldset>
+    <script type="text/javascript">
+      if (document.cookie.length > 0) {
+        cStart = document.cookie.indexOf("searchProvider=");
+        if (cStart != -1) {
+          cStart = cStart + "searchProvider=".length;
+          cEnd = document.cookie.indexOf(";", cStart);
+          if (cEnd == -1) {
+            cEnd = document.cookie.length;
+          }
+          provider = unescape(document.cookie.substring(cStart, cEnd));
+          document.forms['searchform'].elements['searchProvider'].value = provider;
+        }
+      }
+    </script>
+  </form>
+</div>
+
+  </li>
+  <li>
+    <a class="btn" href="/solr/mirrors-solr-latest-redir.html">download</a>
+  </li>
+  <li >
+    <a class="lucene-btn" href="/index.html">Lucene<br />&#8679; TLP</a>
+  </li>
+</ul>
+
+	  </div>
+	</nav>
+</div>
+</div>
+
+<div class="header-fill"></div>
+
+        
+          <section class="hero alternate">
+  <div class="row">
+    <div class="large-12 columns">
+      <div class="annotation">
+        Apache Solr<sup>&trade;</sup> 4.10
+      </div>
+      <h1>Solr Logos and Assets</h1>
+      <p>Solr's identity system: a style guide, icons, and logos</p>
+      <div class="down-arrow"><a data-scroll href="#top"><i class="fa fa-angle-down fa-2x red"></i></a></div>
+    </div>
+  </div>
+</section>
+
+<section class="gray offset-small" id="top">
+  <div class="row">
+    <div class="small-12 columns">
+      <h3 class="asset-download">Download the <a href="/solr/assets/identity/Solr_Styleguide.pdf">Solr Style Guide</a> (PDF format)</h3>
+      <h3 class="asset-download">Download the <a href="/solr/assets/identity/Solr_Icons.pdf">Solr Icons</a> (editable PDF format)</h3>
+    </div>
+  </div>
+</section>
+
+<section class="gray col-4">
+  <div class="row">
+    <ul class="small-block-grid-1 medium-block-grid-3">
+      <li>
+        <div class="box logo-box">
+          <h3>Solr logo on orange</h3>
+          <p>PNG format, 1692x855</p>
+          <div class="img logo-container orange-background">
+            <img class="resizeable-solr-logo" alt="Solr Logo on orange (PNG format, 1692x855)" 
+                 src="/solr/assets/identity/Solr_Logo_on_orange.png"/>
+          </div>
+          <br />
+          <p>Download editable PDF format <a href="/solr/assets/identity/Solr_Logo_on_orange.pdf">here</a></p>
+      </li>
+      <li>
+        <div class="box logo-box">
+          <h3 class="fixed-wrap-point-logo-title">Solr logo on white</h3>
+          <p>PNG format, 1692x855</p>
+          <div class="img logo-container white-background">
+            <img class="resizeable-solr-logo" alt="Solr Logo on white (PNG format, 1692x855)" 
+                 src="/solr/assets/identity/Solr_Logo_on_white.png"/>
+          </div>
+          <br />
+          <p>Download editable PDF format <a href="/solr/assets/identity/Solr_Logo_on_white.pdf">here</a></p>
+      </li>
+      <li>
+        <div class="box logo-box">
+          <h3 class="fixed-wrap-point-logo-title">Solr logo on black</h3>
+          <p>PNG format, 1692x855</p>
+          <div class="img" style="background-color:#000; padding:20px; height:auto; width:auto">
+            <img class="resizeable-solr-logo" alt="Solr Logo on black (PNG format, 1692x855)" 
+                 src="/solr/assets/identity/Solr_Logo_on_black.png"/>
+          </div>
+          <br />
+          <p>Download editable PDF format <a href="/solr/assets/identity/Solr_Logo_on_black.pdf">here</a></p>
+      </li>
+    </div>
+  </div>
+</section>
+        
+    
+    <footer>
+  <div class="row">
+    <div class="small-6 medium-3 columns">
+      <h4>Features</h4>
+      <ul>
+        <li><a href="/solr/features.html">Overview</a></li>
+        <li><a href="/solr/features.html#schema">Data Handling</a></li>
+        <li><a href="/solr/features.html#query">Querying</a></li>
+        <li><a href="/solr/features.html#facets">Faceting</a></li>
+        <li><a href="/solr/features.html#discovery">Discovery</a></li>
+        <li><a href="/solr/features.html#plugins">Plugins and Extensions</a></li>
+        <li><a href="/solr/features.html#stats">Statistics and Aggregations</a></li>
+        <li><a href="/solr/features.html#spatial">Spatial</a></li>
+        <li><a href="/solr/features.html#rich-content">Rich Content</a></li>
+        <li><a href="/solr/features.html#performance">Performance</a></li>
+        <li><a href="/solr/features.html#solrcloud">Scaling with SolrCloud</a></li>
+        <li><a href="/solr/features.html#admin-ui">User Interface</a></li>
+      </ul>
+    </div>
+    <div class="small-6 medium-3 columns">
+      <h4>Resources</h4>
+      <ul>
+        <li><a href="/solr/resources.html#tutorial">Tutorial</a></li>
+        <li><a href="/solr/resources.html#documentation">Docs</a></li>
+        <li><a href="/solr/resources.html#solr-books">Books</a></li>
+        <li><a href="/solr/resources.html#presentations">Presentations</a></li>
+        <li><a href="/solr/resources.html#videos">Videos</a></li>
+        <li><a href="/solr/resources.html#community">Solr Community</a></li>
+        <li><a href="/solr/logos-and-assets.html">Solr Logos and Assets</a></li>
+      </ul>
+    </div>
+    <div class="small-6 medium-3 columns">
+      <h4>Get Started</h4>
+      <ul>
+        <li><a href="/solr/mirrors-solr-latest-redir.html">Download</a></li>
+        <li><a href="/solr/quickstart.html">Run Through the Tutorial</a></li>
+        <li><a href="/solr/resources.html">Level Up</a></li>
+      </ul>
+    </div>
+    <div class="small-6 medium-3 columns">
+      <h4>Related Projects</h4>
+      <ul>
+        <li><a href="http://hadoop.apache.org/">Apache Hadoop</a></li>
+        <li><a href="http://manifoldcf.apache.org/">Apache ManifoldCF</a></li>
+        <li><a href="http://mahout.apache.org/">Apache Mahout</a></li>
+        <li><a href="http://nutch.apache.org/">Apache Nutch</a></li>
+        <li><a href="http://opennlp.apache.org/">Apache OpenNLP</a></li>
+        <li><a href="http://tika.apache.org/">Apache Tika</a></li>
+        <li><a href="http://zookeeper.apache.org/">Apache Zookeeper</a></li>
+      </ul>
+    </div>
+  </div>
+  <div class="row copyright">
+    <div class="large-centered columns">
+      <p>Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Privacy Policy<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene, Apache Solr and their respective logos are trademarks of the Apache Software Foundation. Please see the Apache Trademark Policy for more information.  All non-Apache logos are the trademarks of their respective owners.</p>
+    </div>
+  </div>
+</footer>
+
+<script>
+  $(document).foundation();
+</script>
+<script>
+$(document).ready(function(){
+    $('.slider').slick({
+      infinite: false,
+      speed: 300,
+      slidesToShow: 6,
+      slidesToScroll: 6,
+      responsive: [
+        {
+          breakpoint: 1024,
+          settings: {
+            slidesToShow: 4,
+            slidesToScroll: 4,
+            infinite: true
+          }
+        },
+        {
+          breakpoint: 600,
+          settings: {
+            slidesToShow: 3,
+            slidesToScroll: 3
+          }
+        },
+        {
+          breakpoint: 480,
+          settings: {
+            slidesToShow: 2,
+            slidesToScroll: 2
+          }
+        },
+        {
+          breakpoint: 320,
+          settings: {
+            slidesToShow: 1,
+            slidesToScroll: 1
+          }
+        }
+      ],
+      prevArrow: '<i class="fa fa-angle-left fa-2x slider-prev"></i>',
+      nextArrow: '<i class="fa fa-angle-right fa-2x slider-next"></i>'
+    });
+});
+</script>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-94576-12']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+
+
+
+  </body>
+</html>