-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (56 loc) · 1.65 KB
/
index.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html><head>
<meta charset='UTF-8'>
<title>Utils for Log4-serie by Tektyte</title>
<link rel='stylesheet' href='main.css' type='text/css'>
</head><body>
<div id='header'>
<b>Index</b> ☆
<a href='log-filter/index.html'>Log Filter</a>
</div><hr>
<h1>Utils for Log4-serie</h1>
<h2>About</h2>
Some utilities for Log4-serie data-loggers by
<a href='http://www.tektyte.com/'>Tektyte</a>.
<p>
These have been created by a user of Log4-serie
and are not affiliated with Tektyte in any way.
<h2>Utilities</h2>
<ul>
<li><a href='log-filter/index.html'>Log Filter</a>
- filter and format Log4-serie CSV logs<br>
<span class='alpha-beta-notice'><b>ALPHA VERSION</b>
- can be buggy and features might change without notice
</span>
</ul>
<h2>Requirements</h2>
I mainly test these with Firefox in Linux,
however these should work with any recent web browser.
<p>
(If not, bug reports are welcome.)
<h3>Using locally</h3>
To use these locally,
just download or clone the GitHub repository
and open the files in web browser.
<p>
I am creating everything manually for now,
instead of using any code-generators,
so everything will work directly.
<h2>Source</h2>
<ul>
<li><a href='https://github.com/malaire/utils-for-log4'>GitHub repository</a>
</ul>
<h2>Contributing</h2>
Bug reports and feature requests can be added to
<a href='https://github.com/malaire/utils-for-log4/issues'>GitHub issue tracker</a>
or sent to me via email.
<p>
Any other feedback is also welcome via email.
<h2>Contact</h2>
Email: "Markus Laire" <[email protected]>
<!-- FOOTER -->
<hr>
<div id='footer'>
<a href='license.html'>License</a>
</div>
</body></html>