File: index.htm.in

package info (click to toggle)
quickplot 0.10.3-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,464 kB
  • sloc: ansic: 16,640; sh: 11,163; makefile: 395
file content (156 lines) | stat: -rw-r--r-- 3,847 bytes parent folder | download
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--

  Quickplot - an interactive 2D plotter

  Copyright (C) 1998-2011  Lance Arsenault


  This file is part of Quickplot.

  Quickplot is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
  by the Free Software Foundation, either version 3 of the License,
  or (at your option) any later version.

  Quickplot is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with Quickplot.  If not, see <http://www.gnu.org/licenses/>.

-->

<html>
<head>
<title>Quickplot</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<style type='text/css'><!--
/* inline the style sheet so it does not get lost */
@STYLE_CSS@
li {
  margin:5px;
  padding:0px;
}
ul {
  margin:10px;
  margin-left:14px;
  padding:0px;
}
--></style>
</head>

<body>

<center>
  <h1>Quickplot</h1>
</center>


<table  summary="page layout" style="margin-top:20px;margin-bottom:26px;">
  <tr>
  <td style="padding-right:20px;">

  <span style="font-weight:bold; font-size:110%;">Quickplot</span>
  is a fast interactive 2D
  plotter with infinite zooming, value picking, pipe and regular file
  input, with unlimited simultaneous plots displayed per graph.&nbsp;
  Quickplot is meant for looking at
  your data quickly and of secondary importance is making static
  pictures of your data.&nbsp; It's a data viewer, not a plot
  editor.&nbsp; It reads ASCII text and sound files.&nbsp; It has lots
  of command line options, making it very shell script friendly.&nbsp;
  It currently runs on GNU/Linux systems and we hear it works on Mac OS
  X Darwin.&nbsp;

  
  </td>
  <td>

  <a href="@SCREENSHOT_URL@">
    <img alt="small screen shot" border=0 src="screenshot_small.png">
  </a>

  </td>
</tr>
  <tr>
    <td style="padding-right:20px;">

  <p>
  <span style="font-weight:bold; font-size:110%;">Quickplot</span> is <a
  href="http://www.gnu.org/copyleft/gpl.html">GNU GPL free
  software</a>.
  </p>


  <ul style="font-weight:bold;">
    <li><a href="@SCREENSHOT_URL@">Screen Shots</a></li>
    <li><a
href="https://sourceforge.net/project/showfiles.php?group_id=82651"
     >Downloads page</a></li>
    <li><a
href="https://sourceforge.net/projects/quickplot/">Sourceforge
        Project Summary</a></li>
  </ul>

  </td>
  <td>

  <p style="padding-top:4px;padding-bottom:4px;">
  <span style="font-size:110%; font-weight:bold;">Quickplot is hosted by</span>
  </p>

  <p>
    <a href="http://sourceforge.net/projects/quickplot"><img
    style="padding-left:8px;padding-right:8px;padding-top:4px;padding-bottom:4px;"
    src="http://sourceforge.net/sflogo.php?group_id=82651&amp;type=7"
    border="0"
    alt="SourceForge.net Logo" /></a>
  </p>

  </td>
  </tr>
</table>  



<p>
To check-out the current source from the SourceForge Subversion
repository run:
</p>

<pre>
svn co https://quickplot.svn.sf.net/svnroot/quickplot/trunk quickplot
</pre>

<p>
This will create a directory named quickplot in the current directory.
</p>

<h3>News</h3>

<p>

<span style="font-size: 90%; font-weight:bold;">Dec 11
2011</span>&nbsp;&nbsp;
Quickplot is currently under active development.&nbsp;
A complete re-write was done and there is a new release that
requires the use of GTK+ version 3, without GTKmm.&nbsp;
We consider this rewrite, version 0.10.*, much better than
version 0.8.15 in many ways.&nbsp; See the
new features list at
<a href="about.html#features">about.html#features</a>.
</p>


<div style="margin-bottom:34px;">
</div>


@FOOTER_HTM@

</body>
</html>