Menu

Tree [ff9a99] master /
 History

HTTPS access


File Date Author Commit
 bin 2012-05-27 John Dickson John Dickson [d9021d] Fixed stupid bug in cliserver use of subprocess
 docs 2012-05-27 John Dickson John Dickson [eb6766] - Added options for min y value
 lib 2010-08-29 John Dickson John Dickson [4a483d] - Changed all scripts to have a main() function...
 resource 2012-05-27 John Dickson John Dickson [ff9a99] Fixed another stupid bug with use of subprocess
 samples 2010-08-28 John Dickson John Dickson [d9b65d] first import into git - version 0.5.6a5
 src 2012-05-27 John Dickson John Dickson [eb6766] - Added options for min y value
 test 2012-05-27 John Dickson John Dickson [eb6766] - Added options for min y value
 .gitignore 2012-05-27 John Dickson John Dickson [eb6766] - Added options for min y value
 CHANGES.txt 2012-05-27 John Dickson John Dickson [eb6766] - Added options for min y value
 DistChecklist.txt 2012-05-27 John Dickson John Dickson [eb6766] - Added options for min y value
 INSTALL.txt 2010-08-30 John Dickson John Dickson [e62631] Ready for 0.5.6a6
 LICENCE.txt 2010-08-28 John Dickson John Dickson [d9b65d] first import into git - version 0.5.6a5
 README.txt 2010-08-28 John Dickson John Dickson [d9b65d] first import into git - version 0.5.6a5
 TODO.txt 2012-04-12 John Dickson John Dickson [d5f744] - Support negative column indexes in aggregate
 build.xml 2012-05-27 John Dickson John Dickson [eb6766] - Added options for min y value
 clichart.iml 2010-08-29 John Dickson John Dickson [4a483d] - Changed all scripts to have a main() function...
 clichart.ipr 2010-08-29 John Dickson John Dickson [4a483d] - Changed all scripts to have a main() function...
 clichart.iws 2010-08-29 John Dickson John Dickson [4a483d] - Changed all scripts to have a main() function...
 setup.py 2012-05-27 John Dickson John Dickson [eb6766] - Added options for min y value

Read Me

                            --== clichart ==--

1. Introduction
===============
clichart is a tool for quick visualisation of tabular data, by generating and
displaying charts.  It was originally developed for interactive charting of data
from server log files, but can also be called from scripts to generate and save
charts as JPEG or PNG images.  Input data can be comma- or whitespace-separated,
and can come from a file or be piped in.


2. Installation
===============
See docs/txt/installation.txt or docs/html/installation.html.


3. Documentation
================
See docs/txt/index.txt or docs/html/index.html.  In particular, the Quick Start
guide (docs/txt/quickstart.txt or docs/html/quickstart.html) is a good jumping-off
point.


3. Licence
==========
clichart is licensed under the GNU Lesser (or Library) General Public Licence -
see the LICENCE.txt file.