Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « sparkline « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b4d6509dad74a8bdf03af7fa0f8c6f003138820 (plain)
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
#
# Sparkline PHP Graphing Library
# Copyright 2004 James Byers <jbyers@gmail.com>
# http://sparkline.org
#
# Dual-licensed under the BSD (LICENSE-BSD.txt) and GPL (LICENSE-GPL.txt)
# licenses.
#
# $Id: README,v 1.3 2008/03/11 19:12:49 jbyers Exp $
#

Installation:
-------------

Sparkline does not have any installation requirements.  See the
samples directory for usage ideas.

Requirements:
-------------

Sparkline requires PHP 4.0.6 or newer and GD 2.0 built as a PHP
module.

Troubleshooting and Support:
----------------------------

See http://sparkline.org for troubleshooting advice and support.

Bugs, Features:
---------------

Please submit bugs to the bug tracker:

  http://sourceforge.net/tracker/?group_id=122936&atid=694962

Please submit feature requests to the RFE tracker:

  http://sourceforge.net/tracker/?group_id=122936&atid=694965

License:
--------

The library is dual-licensed under the BSD and GPL licenses.  You
may use this library under the terms of either license.  See
LICENSE-BSD.txt and LICENSE-GPL.txt.