Skip to content

Commit 39c20e8

Browse files
committed
readme updates & header on js
1 parent 05d7fed commit 39c20e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ files - and all modern web servers support Range (tested lighttpd, cherokee,
1212
apache). Tested (briefly) in IE, FF, Chrome.
1313

1414
Usage: symlink the log to /log, or alter the url in logtail.js. Other settings
15-
available in logtail.js including poll frequency.
15+
available in logtail.js including poll frequency. Then browse to index.html
1616

1717
License is GNU GPL 3; see http://www.gnu.org/licenses/
18+
19+
jQuery is included in this repository (jquery.min.js);
20+
see http://jquery.org/license

logtail.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Copyright (c) 2012: Daniel Richman. License: GNU GPL 3 */
2+
13
(function () {
24

35
var dataelem = "#data";

0 commit comments

Comments
 (0)