Skip to content

Commit 62b8750

Browse files
committed
new site
1 parent 7742587 commit 62b8750

File tree

335 files changed

+802
-14579
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+802
-14579
lines changed

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
www.elasticsearch.com
1+
www.elasticsearch.org

README

Whitespace-only changes.

_includes/analyticsfooter.html

-7
This file was deleted.

_includes/analyticsheader.html

-6
This file was deleted.

_includes/footer.html

+2-63
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,3 @@
1-
<!-- FOOTER -->
2-
<div class="footerwrapper clear">
3-
<div class="footer">
4-
5-
{% if page.type == "main" %}
6-
<div style="float: right">
7-
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
8-
<script>
9-
new TWTR.Widget({
10-
version: 2,
11-
type: 'search',
12-
search: 'elasticsearch OR from:elasticsearch OR @elasticsearch',
13-
interval: 6000,
14-
title: 'You Know, for Search',
15-
subject: 'elasticsearch',
16-
width: 500,
17-
height: 150,
18-
theme: {
19-
shell: {
20-
background: '#ffffff',
21-
color: '#ffffff'
22-
},
23-
tweets: {
24-
background: '#ffffff',
25-
color: '#000000',
26-
links: '#6A8A22'
27-
}
28-
},
29-
features: {
30-
scrollbar: false,
31-
loop: true,
32-
live: true,
33-
hashtags: true,
34-
timestamp: true,
35-
avatars: true,
36-
behavior: 'default'
37-
}
38-
}).render().start();
39-
</script>
40-
</div>
41-
{% endif %}
42-
43-
<p>Copyright 2010 Elastic Search. All Rights Reserved.</p>
44-
<ul class="footermenu">
45-
<li><a href="/">Resources</a>
46-
<ul>
47-
<li><a href="/search">Search</a></li>
48-
<li><a href="/blog">Blog</a></li>
49-
<li><a href="/community/twitter">Twitter</a></li>
50-
<li><a href="/videos">Videos</a></li>
51-
<li><a href="/download">Download</a></li>
52-
</ul>
53-
</li>
54-
<li><a href="/blog">Latest</a>
55-
<ul>
56-
{% for post in site.categories.blog limit:5 %}
57-
<li><a href="{{post.url}}">{{post.title}}</a></li>
58-
{% endfor %}
59-
</ul>
60-
</li>
61-
</ul>
62-
</div>
1+
<div id="empty">&nbsp;</div>
2+
<div id="footer">
633
</div>
64-
<!-- END FOOTER -->

_includes/header.html

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
<!-- START SITEHEADER -->
2-
<div class="siteheaderwrapper">
3-
<div class="siteheader">
4-
<h1 class="hidden"><a href="/" class="hidden">elasticsearch</a></h1>
5-
<h2 class="hidden">Search Engine for the Cloud</h2>
6-
<div class="sitelinks">
7-
<a href="/products/">Products</a> &middot; <a href="/community/">Community</a> &middot; <a href="/docs/">Docs</a> &middot; <a href="/download/">Download</a> &middot; <a href="/blog/">Blog</a>
8-
</div>
9-
10-
<div class='homeLink'>
11-
<div class='branding'>
12-
<a href='/'><img height="120px" alt='ElasticSearch' rel='nofollow' src='/images/logo.png' title='Return to home' /></a>
1+
<div id="header">
2+
<a href="/">
3+
<div style="padding-top: 70px; padding-left: 50px">
4+
<div style="float: left">
5+
<img src="/images/logo.png" height="170px">
6+
</div>
7+
<div style="float: left; font-size: 70px; padding-top: 40px; margin-left: -45px">
8+
elasticsearch.
139
</div>
14-
</div>
10+
</div>
11+
</a>
12+
<div class="clear"></div>
13+
<div style="height: 80px; text-align: center; font-size: 34px; padding-top: 10px">
14+
{% if page.title_in_header != false %}
15+
{{ page.title }}
16+
{% endif %}
1517
</div>
16-
</div>
17-
<!-- END SITEHEADER -->
18-
<div class="dropshadow"></div>
18+
<div class="clear"></div>
19+
</div>

_includes/lazyscripts.html

-4
This file was deleted.

_includes/top_left_menu.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div id="top_left_menu" style="position: absolute; top: 0; left: 0; border: 0;">
2+
<div class="m_link"><a href="/">- Home</a></div>
3+
<div class="m_link"><a href="/download">- Download</a></div>
4+
<div class="m_link"><a href="/community">- Community</a></div>
5+
<div class="m_link"><a href="/blog">- Blog</a></div>
6+
<div class="m_link"><a href="/videos">- Videos</a></div>
7+
<div class="m_link"><a href="https://github.com/elasticsearch/elasticsearch/wiki">- Docs / Wiki</a></div>
8+
<div class="m_link"><a href="https://github.com/elasticsearch/elasticsearch/issues">- Issues</a></div>
9+
</div>

_layouts/blog.html

-23
This file was deleted.

_layouts/blogpost.html

+18-20
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
---
2-
layout: blog
2+
layout: default
33
---
44

5-
<h1 style="margin-bottom: 0em;">{{page.title}}</h1>
6-
75
<div style="float: right">
8-
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.elasticsearch.com{{page.url}}" data-text="{{page.title}}" data-count="horizontal" data-via="elasticsearch" data-related="kimchy:Shay Banon: Founder of elasticsearch">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
6+
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.elasticsearch.org{{page.url}}" data-text="{{page.title}}" data-count="horizontal" data-via="elasticsearch" data-related="kimchy:Shay Banon: Founder of elasticsearch">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
97
</div>
10-
<!-- <div style="float: right">
11-
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.elasticsearch.com%2F{{ page.url | replace:'/','%2F' }}&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:90px; height:21px;"></iframe>
12-
</div> -->
13-
<!-- <div style="float: right; padding-right: 30px; padding-top: 2px;">
14-
<a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.elasticsearch.com/{{page.url}}"></a>
15-
<script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>
16-
</div> -->
178

189
<div style="margin-bottom: 2em;">By <a href="/blog/{{page.nick}}">{{page.author}}</a> | {{page.date | date_to_string}}</div>
1910

2011

2112
{{content}}
2213

23-
<div class="separator"></div>
14+
<div id="disqus_thread"></div>
15+
<script type="text/javascript">
16+
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
17+
var disqus_shortname = 'elasticsearch'; // required: replace example with your forum shortname
18+
19+
// The following are highly recommended additional parameters. Remove the slashes in front to use.
20+
var disqus_identifier = 'elasticsearch_{{page.url}}';
21+
var disqus_url = 'http://www.elasticsearch.org{{page.url}}';
2422

25-
<div class="generic">
26-
<script>
27-
var idcomments_acct = '5516f9588c4ee38e146bb90373a99144';
28-
var idcomments_post_id = '{{page.url}}';
29-
var idcomments_post_url = 'http://www.elasticsearch.com{{page.url}}';
23+
/* * * DON'T EDIT BELOW THIS LINE * * */
24+
(function() {
25+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
26+
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
27+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
28+
})();
3029
</script>
31-
<span id="IDCommentsPostTitle" style="display:none"></span>
32-
<script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script>
33-
</div>
30+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
31+
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>

_layouts/clean.html

-52
This file was deleted.

_layouts/default.html

+35-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
1-
---
2-
layout: clean
3-
---
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
3+
<head>
4+
<title>{{ page.title }}</title>
5+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
6+
<meta name="description" content="elasticsearch">
7+
<meta name="keywords" content="elastic, search, cloud, elasticsearch, indexing, lucene, distributed lucene, shay banon">
8+
<meta name="author" content="elasticsearch">
49

5-
<div id="wrapper">
6-
{{content}}
7-
</div>
10+
<link href="http://feeds.feedburner.com/elasticsearch" rel="alternate" title="elasticsearch" type="application/atom+xml" />
11+
12+
<link rel="stylesheet" type="text/css" href="/scripts/prettify/prettify.css">
13+
<link href="//fonts.googleapis.com/css?family=Neuton:regular" rel="stylesheet" type="text/css" >
14+
<link rel="stylesheet" type="text/css" href="/styles/screen.css">
15+
</head>
16+
17+
<body>
18+
{% include top_left_menu.html %}
19+
<div id="wrapper">
20+
<div id="all">
21+
{% include header.html %}
22+
<div id="content">
23+
{{ content }}
24+
</div>
25+
{% include footer.html %}
26+
</div>
27+
</div>
28+
<a href="http://github.com/elasticsearch"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub" /></a>
29+
30+
31+
<script type="text/javascript" src="/scripts/prettify/prettify.js"></script>
32+
<script type="text/javascript">
33+
prettyPrint();
34+
</script>
35+
</body>
36+
</html>

_layouts/doc.html

-57
This file was deleted.

0 commit comments

Comments
 (0)