• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,5401,219

intl/H03-May-2022-17,14912,292

lib/H03-May-2022-1,204951

m4/H03-May-2022-3,6753,400

po/H03-May-2022-5,1544,167

src/H03-May-2022-10,6047,303

ABOUT-NLSH A D15-May-200877.7 KiB1,1021,055

AUTHORSH A D05-Mar-200841 21

COPYINGH A D04-Mar-200817.6 KiB341281

ChangeLogH A D15-May-200813.4 KiB291248

INSTALLH A D26-Mar-20082.6 KiB6444

INSTALL.genericH A D15-May-20089.3 KiB238179

Makefile.amH A D18-Mar-2008934 3024

Makefile.inH A D03-May-202222.6 KiB717634

NEWSH A D14-Apr-20081.4 KiB3425

NLS-TEAMH A D04-Mar-2008114 32

READMEH A D05-Mar-20083.7 KiB9369

TODOH A D04-Mar-20082.1 KiB6046

aclocal.m4H A D15-May-200840.6 KiB1,1241,015

autogen.shH A D18-Mar-20081.6 KiB5936

config.guessH A D15-May-200843.8 KiB1,5271,315

config.h.inH A D15-May-200814.1 KiB491350

config.rpathH A D15-May-200815.8 KiB615517

config.subH A D15-May-200832.6 KiB1,6591,514

configureH A D03-May-2022514.7 KiB18,27015,504

configure.acH A D19-Mar-20084 KiB131112

depcompH A D15-May-200817.4 KiB590375

install-shH A D15-May-200813.3 KiB520344

missingH A D15-May-200810.9 KiB368275

mkinstalldirsH A D15-May-20083.4 KiB162112

starplot.desktopH A D04-Mar-2008284 1110

system.hH A D04-Mar-200810.3 KiB399278

README

1                 StarPlot - A 3-dimensional star chart viewer
2
3StarPlot - Copyright (C) 2000-2008 Kevin B. McCarty <starplot@starplot.org>
4Web page: http://starplot.org/
5
61. DESCRIPTION
7
8StarPlot is a GTK+ based program, written in C++, which can be used
9interactively to view three-dimensional perspective charts of stars.  It is
10licensed under the GNU General Public License.  If you find StarPlot useful,
11or want to submit a bug report, feature request or patch, please drop me an
12email!
13
142. CONTENTS
15
16This directory should include the following subdirectories:
17
18	src		Source code.
19	doc		StarPlot documentation.
20	intl		GNU libintl.
21	lib		Routines to replace any missing library functions.
22	m4		GNU m4 Autoconf functions.
23	po		Translations.
24
25The following files (not a complete list) may also be of interest:
26
27	AUTHORS		List of authors (currently only one).
28	COPYING		The GNU GPL, version 2.
29	ChangeLog	History of StarPlot.
30	INSTALL		Installation instructions for StarPlot.
31	INSTALL.generic	Generic instructions for configure.
32	README		This file.
33	TODO		Planned future work on the program.
34	configure	Script to configure compile-time options.
35
363. INSTALLATION
37
38Please see the file INSTALL in this directory.  The file INSTALL.generic
39provides generic instructions for source trees with configure scripts.  The
40executive summary: "./configure && make && sudo make install".  HTML
41documentation will be installed by default under the directory
42/usr/local/share/doc/starplot/html.
43
444. DATA FILES
45
46StarPlot comes with only two small example data files.  This (a) makes it
47easier to download, and (b) removes the problem of having data files with
48GPL-incompatible licenses within the program source tree.  Other data files can
49be downloaded and installed from the StarPlot web page.  To do so, see the
50"starpkg" man page.  The executive summary: being that you have downloaded the
51file datafile.tar.gz from the StarPlot web page, run "starpkg datafile.tar.gz"
52as root.  This will also work if you do not have root permissions, but the
53resulting .stars file will be saved to your current directory.
54
55Please read the copyright information in the COPYING and README files of those
56data sets - note that many of them can be freely distributed only if *not*
57modified.  That is, you can pass around an unmodified copy of datafile.tar.gz,
58but not a copy of datafile.stars.
59
60To create your own StarPlot data files from files of star data (available, for
61instance, from http://cdsarc.u-strasbg.fr ), you will want to read the man page
62or HTML documentation for the "starconvert" program.  To create StarPlot data
63files from scratch, see the HTML documentation for the data file format.
64
655. SPECIAL NOTE
66
67I would like to thank my brother Jason for working with me on programming
68StarPlot with a GUI written in C++, back when we were still playing with it
69on Windows 95/NT.  This was a vast improvement over the original QBASIC
70version I wrote in high school.  If anyone wants to see the QBASIC version,
71I still have the file ;)
72
736. COPYRIGHT
74
75StarPlot is free software; you can redistribute it and/or modify
76it under the terms of the GNU General Public License as published by
77the Free Software Foundation; either version 2 of the License, or
78(at your option) any later version.
79
80This program is distributed in the hope that it will be useful,
81but WITHOUT ANY WARRANTY; without even the implied warranty of
82MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
83GNU General Public License for more details.
84
85You should have received a copy of the GNU General Public License
86along with this program; if not, write to the Free Software
87Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
88
89Comments are welcome.
90
91-- Kevin B. McCarty <starplot@starplot.org>
92
93