-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
59 lines (54 loc) · 2.15 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: default
nav: About
title: About
lead: Learn about the project's history and it's community
---
<div class="row">
<div class="col-md-3">
<div class="bs-sidebar hidden-print" role="complementary">
<ul class="nav bs-sidenav">
<li>
<a href="#history">History</a>
</li>
<li>
<a href="#community">Community</a>
</li>
</ul>
</div>
</div>
<div class="col-md-9" role="main">
<!-- History -->
<div class="bs-docs-section">
<div class="page-header">
<h1 class="docs-heading">History</h1>
</div>
<p class="lead">What started out as an internal development project from within <a href="http://www.cityindex.co.uk/" target="_blank">City Index</a> was soon after released as
an open source project for all to benefit.</p>
<p>
<a href="http://www.cityindex.co.uk/" target="_blank">City Index</a> realised the potential value of the information available to them in the log files and required a flexible solution to not only view
the log files but rather to view and cross analyse them.
</p>
<!--<p>-->
<!--Maybe something about event driven data ?-->
<!--</p>-->
<!--<p>-->
<!--Something about CI making it open source ?-->
<!--</p>-->
</div>
<!-- Community -->
<div class="bs-docs-section">
<div class="page-header">
<h1 class="docs-heading">Community</h1>
</div>
<div id="wordcount">
<p class="lead">Stay up to date on the development of Logsearch and reach out to the community with these
helpful resources.</p>
<ul>
<li>Read and subscribe to <a href="http://www.logsearch.io/">the Logsearch Newsletter</a>.</li>
<li>Read the latest articles on the Logsearch Blog (coming soon!)</li>
</ul>
</div>
</div>
</div>
</div>