Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 8cc9122

Browse files
author
Florian Lautenschlager
committed
Added html proofer.
1 parent 43e43fd commit 8cc9122

File tree

5 files changed

+55
-2
lines changed

5 files changed

+55
-2
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
22
gem 'github-pages'
33
gem "jekyll"
4+
gem "html-proofer"

_includes/download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!-- Download section -->
2-
<section class="bgGray" id="download">
2+
<section class="bgWhite" id="download">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12 text-center">
66
<h2>Download</h2>
7-
<hr class="star-gray">
7+
<hr class="star-white">
88
</div>
99
</div>
1010
<div class="row">

_includes/nav.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<li class="page-scroll">
3434
<a href="#quickstart">Quickstart</a>
3535
</li>
36+
<li class="page-scroll">
37+
<a href="#publications">Publications</a>
38+
</li>
3639
<li class="page-scroll">
3740
<a href="#download">Download</a>
3841
</li>

_includes/publications.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!-- Download section -->
2+
<section class="bgGray" id="publications">
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-lg-12 text-center">
6+
<h2>Publications</h2>
7+
<hr class="star-gray">
8+
</div>
9+
</div>
10+
<div class="row">
11+
<div class="col-lg-12">
12+
<p>
13+
If you want to know more about Chronix you can check out our various publications about Chronix.
14+
Below you can find an chronological ordered list with links to the talks, papers, and blog entries.
15+
</p>
16+
<br>
17+
18+
<h4>2014</h4>
19+
<ul>
20+
<li><a href="https://github.com/ChronixDB/chronix.server/releases">Chronix Server</a></li>
21+
<li><a href="https://github.com/ChronixDB/chronix.kassiopeia/releases">Chronix Kassiopeia
22+
(Format)</a>
23+
<li><a href="https://github.com/ChronixDB/chronix.storage/releases">Chronix Storage</a>
24+
<li><a href="https://github.com/ChronixDB/chronix.spark/releases">Chronix Spark</a>
25+
</ul>
26+
27+
<h4>2015</h4>
28+
<ul>
29+
<li>Apache Solr as a compressed, scalable and high performance time series database, FOSDEM, 2015.
30+
Link: <br>
31+
<a href="https://archive.fosdem.org/2015/schedule/event/apache_solr_as_a_compressed,_scalable_and_high_performance_time_series_database/">Slides</a></li>
32+
<li>Fast and efficient operational time series storage: The missing link in dynamic software
33+
analysis, Symposium on Software Performance, 2015. <br>
34+
<a href="http://www.performance-symposium.org/fileadmin/user_upload/palladio-conference/2015/slides/06_FLautenschlager.pdf">Slides</a></li>
35+
</ul>
36+
37+
<h4>2016</h4>
38+
<ul>
39+
<li>Chronix – A fast and efficient time series storage based on Apache Solr, Open Source Data Center
40+
Conference, 2016. <br>
41+
Link: <a href="/">Comming Soon</a></li>
42+
<li>The new time series kid on the block, Apache Con: Big Data, 2016.
43+
<a href="http://www.performance-symposium.org/fileadmin/user_upload/palladio-conference/2015/slides/06_FLautenschlager.pdf">Slides</a></li>
44+
</ul>
45+
</div>
46+
</div>
47+
</div>
48+
</section>

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
{% include features.html %}
88
{% include documentation.html %}
99
{% include quickstart.html %}
10+
{% include publications.html %}
1011
{% include download.html %}
1112
{% include footer.html %}
1213
{% include js.html %}

0 commit comments

Comments
 (0)