File: about_html.cpp

package info (click to toggle)
quickplot 0.8.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,544 kB
  • ctags: 1,019
  • sloc: cpp: 10,051; sh: 7,597; makefile: 176
file content (228 lines) | stat: -rw-r--r-- 7,437 bytes parent folder | download | duplicates (2)
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
// about_html.cpp  Generated by running: cat about.html | ./html2CString about_html.cpp

const char *about_html = 
"<html>\n"
"<!-- about.html Generated from make and source about.html.in !-->\n"
"\n"
"\n"
"<head>\n"
"<title>About Quickplot</title>\n"
"<link rel=\"shortcut icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n"
"</head>\n"
"<body>\n"
"\n"
"<center>\n"
"<h1>Quickplot</h1>\n"
"\n"
"Version 0.8.6\n"
"<p>\n"
"<font size=+2>A fast interactive 2D plotter</font>\n"
"\n"
"</center>\n"
"\n"
"\n"
"\n"
"<p><br>\n"
"\n"
"<h3>Quickplot Home-page</h3>\n"
"\n"
"<blockquote> <a\n"
"href=\"http://quickplot.sourceforge.net/\">http://quickplot.sourceforge.net/</a\n"
"</blockquote>\n"
"\n"
"\n"
"\n"
"<br>\n"
"\n"
"<h3>What good is Quickplot?</h3>\n"
"\n"
"<blockquote> You can very quickly <em>swim</em> through data with\n"
"Quickplot.&nbsp; I wrote it to do my dynamics work and if other people can\n"
"use it, that's great. </blockquote>\n"
"\n"
"\n"
"<br>\n"
"\n"
"<h3>What can Quickplot do other 2D plotters can't do?</h3>\n"
"\n"
"<blockquote>\n"
"\n"
"The difference between this 2D plotter and most 2D plotters is that\n"
"the primary purpose of Quickplot is to help you quickly interact with\n"
"your data.&nbsp; Of secondary importance is to make a pretty static\n"
"picture of your data.&nbsp; Features that distinguish Quickplot\n"
"include: one click zooming, any number of plots with different scales\n"
"displayed at one time, value picking for any number of plots with\n"
"different scales displayed at one time, and reading data from standard\n"
"input.&nbsp; These features become indispensable when you're looking\n"
"at data sets with 10,000 to 1,000,000 and more data points.&nbsp; You\n"
"can't look at a 2D plot with 100,000 points unless you can quickly\n"
"zoom.&nbsp; If you need to look at hundreds of files each with 100,000\n"
"points, the command line options in Quickplot may save your\n"
"sanity.\n"
"\n"
"<p>Quickplot can display sound files with many sound formats.\n"
"</p>\n"
"\n"
"<p> Quickplot is more like an interactive data <b>browser</b> than an\n"
"interactive picture <b>editor</b>.</p>\n"
"\n"
"<p> All future versions of Quickplot will keep the <em>show me the\n"
"data quickly</em> theme.&nbsp; So all future additions to this program\n"
"must preserve this quick and lean theme.&nbsp; This does not rule out\n"
"the additions that make this program a more full-featured 2D plotter\n"
"that one can make pretty pictures with.</p>\n"
"\n"
"\n"
"</blockquote>\n"
"\n"
"\n"
"\n"
"<br>\n"
"\n"
"<h3>Installation prerequisites</h3>\n"
"\n"
"<blockquote>\n"
"\n"
"Quickplot uses the GNU Autotools (./configure) to build and install.\n"
"To build Quickplot from the distribution source tarball\n"
"(example: quickplot-0.8.6.tar.bz2) the following packages are required to be\n"
"installed:\n"
"\n"
"<ul>\n"
"\n"
"<li><b><a href=\"http://www.gtkmm.org/\">gtkmm</a></b>&nbsp;&nbsp;\n"
"has many prerequisites, but comes with most GNU/Linux\n"
"distributions.&nbsp; gtkmm is the official C++ interface for the\n"
"popular GUI library <a href=\"http://www.gtk.org/\">GTK+</a>.\n"
"\n"
"<ul>\n"
"<li>Quickplot version 0.7.8 (and below) works with gtkmm-2.2.* and will not work with gtkmm-2.4.*.</li>\n"
"<li>Quickplot version 0.8.0 (and above) works with gtkmm-2.4.* and will not work with gtkmm-2.2.*.</li>\n"
"</ul>\n"
"\n"
"<li><b><a href=\"http://www.mega-nerd.com/libsndfile/\">libsndfile</a>\n"
"(optional)</b>&nbsp;&nbsp; is a C library for reading and writing\n"
"files containing sampled sound (such as microsoft WAV and the\n"
"Apple/SGI AIFF format) through one standard library\n"
"interface. Quickplot will not read sound files without libsndfile.\n"
"\n"
"</ul>\n"
"\n"
"To build and develop Quickplot from the <a\n"
"href=\"https://sourceforge.net/cvs/?group_id=82651\">CVS source</a>\n"
"the following packages, in addition to the above packages, are\n"
"required to be installed:\n"
"\n"
"<ul>\n"
"\n"
"<li><b>The GNU Autotools</b>&nbsp;&nbsp; <a\n"
"href=\"http://www.gnu.org/software/autoconf/\">Autoconf</a> version 2.58\n"
"or greater, <a\n"
"href=\"http://www.gnu.org/software/automake/\">Automake</a> version\n"
"1.7 or greater, and <a\n"
"href=\"http://www.gnu.org/software/libtool/\">Libtool</a> version 1.4.3\n"
"or greater are used to build the Quickplot source.\n"
"\n"
"<li><b><a\n"
"href=\"http://www.imagemagick.org/\">ImageMagick</a></b>&nbsp;&nbsp; The\n"
"<em>convert</em> program (from ImageMagick) is used to make xpm images\n"
"from PNG images in the Quickplot source.\n"
"\n"
"\n"
"</ul>\n"
"\n"
"\n"
"\n"
"</blockquote>\n"
"\n"
"\n"
"\n"
"<br>\n"
"\n"
"<h3>The name and history of this program</h3>\n"
"\n"
"<blockquote> We call it <em>Lanceman's Quickplot</em> in order to\n"
"distinguish it from another program called Quickplot which predates\n"
"this program.&nbsp; It used to be on NeXT computers.&nbsp; It may\n"
"have died with NeXT.\n"
"\n"
"<p>This is a complete rewrite, by the original\n"
"author, of the Lanceman's Quickplot which first appeared in 1998, and\n"
"managed to find its way into the <a\n"
"href=\"http://www.debian.org/\">Debian GNU/Linux</a> distribution soon\n"
"after.</p>\n"
"\n"
"<p> Quickplot started out in 1998 as an Athena Widgets X11 GUI\n"
"program, in 2003 it was rewritten as a <a\n"
"href=\"http://www.trolltech.com/products/qt/\">QT</a> GUI program, and\n"
"in 2004 it was changed to a <a href=\"http://www.gtk.org/\">GTK+</a> GUI\n"
"program using the <a href=\"http://www.gtkmm.org/\">gtkmm</a> C++ wrapper\n"
"to GTK+.</p>\n"
"\n"
"</blockquote>\n"
"\n"
"\n"
"\n"
"<br>\n"
"\n"
"<h3>Authors</h3>\n"
"\n"
"<blockquote>\n"
"<b>Lance Arsenault</b>&nbsp;&nbsp;\n"
"<a href=\"http://quickplot.sourceforge.net/lanceman/\">http://quickplot.sourceforge.net/lanceman/</a>\n"
"\n"
"\n"
"<p>\n"
"I'm open for anyone to help.\n"
"</p>\n"
"\n"
"\n"
"</blockquote>\n"
"\n"
"\n"
"\n"
"\n"
"<br>\n"
"\n"
"<h3>Copy Right and Legal Notice</h3>\n"
"\n"
"<blockquote>\n"
"\n"
"Quickplot is free software, distributed under the terms of\n"
"the <a href=http://www.gnu.org/copyleft/gpl.html>GNU General Public\n"
"License</a> (v2+).\n"
"\n"
"<p>Quickplot -- a fast interactive 2D plotter<br>\n"
"\n"
"Copyright (C) 1998, 1999, 2003, 2004 Lance Arsenault<br>\n"
"\n"
"<p>Quickplot is free software; you can redistribute it\n"
"and/or modify it under the terms of the GNU General Public License as\n"
"published by the <a href=\"http://www.fsf.org/\">Free Software\n"
"Foundation</a>; either version 2, or (at your option) any later\n"
"version.\n"
"\n"
"<p>Quickplot is distributed in the hope that it will be\n"
"useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the GNU\n"
"General Public License for more details.\n"
"\n"
"<p>You should have received a copy of the <a\n"
"href=http://www.gnu.org/copyleft/gpl.html>GNU General Public\n"
"License</a> along with Quickplot, in a file named <a\n"
"href=\"COPYING\">COPYING</a>; if not, write to the Free Software\n"
"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n"
"USA. </blockquote>\n"
"\n"
"\n"
"<br>&nbsp;\n"
"<center><hr></hr>\n"
"<a href=\"index.html\">Top</a><hr></hr>\n"
"<a href=\"http://quickplot.sourceforge.net/\">Quickplot</a>\n"
"&nbsp;&nbsp; version 0.8.6 &nbsp;&nbsp;\n"
"release date: Thu Jan 6 20:26:45 EST 2005\n"
"</center>\n"
"</body>\n"
"</html>\n"
;