forked from KDE/kstars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
148 lines (108 loc) · 4.94 KB
/
README
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
*****************************************************
** KStars 2.5.0: A Desktop Planetarium for KDE **
*****************************************************
Copyright (c) 2001 - 2016 by The KStars Team:
Jason Harris <kstars@30doradus.org>
Heiko Evermann <heiko@evermann.de>
Thomas Kabelmann <tk78@gmx.de>
Pablo de Vicente <pvicentea@wanadoo.es>
Jasem Mutlaq <mutlaqja@ikarustech.com>
Mark Hollomon <mhh@mindspring.com>
Carsten Niehaus <cniehaus@gmx.de>
James Bowlin <bowlin@mindspring.com>
Médéric Boquien <mboquien@free.fr>
Akarsh Simha <akarsh.simha@kdemail.net>
Alexey Khudyakov <alexey.skladnoy@gmail.com>
Jérôme Sonrier <jsid@emor3j.fr.eu.org>
Harry de Valence <hdevalence@gmail.com>
Victor Carbune <victor.carbune@kdemail.net>
Rafał Kułaga <rl.kulaga@gmail.com>
Samikshan Bairagya <samikshan@gmail.com>
Rishab Arora <ra.rishab@gmail.com>
KStars is Free Software, released under the GNU Public License.
See COPYING for GPL license information.
-----------------------------------------------------------------
1. Important URLs and files.
-----------------------------
The KStars homepage is: http://edu.kde.org/kstars/
You can obtain the latest version via git from:
git://anongit.kde.org/kstars
Installation instructions are in the file INSTALL.
This is the file README.
2. KStars documentation
-----------------------
The KStars handbook can be found in your $(KDEDIR)/share/doc/HTML/<lang>/kstars/
directory. You can also easily access it from the Help menu, or by pressing
the [F1] key, or by visiting http://edu.kde.org/kstars/handbook/
In addition, there are the following README files:
README: This file; general information
README.planetmath: Explanation of algorithms used to compute planet positions
README.customize: Advanced customization options
README.images: Copyright information for images used in KStars.
README.i18n: Instructions for translators
3. Credits
----------
A. The KStars Team
Main contributors:
Jason Harris <kstars@30doradus.org>
Heiko Evermann <heiko@evermann.de>
Thomas Kabelmann <tk78@gmx.de>
Pablo de Vicente <pvicentea@wanadoo.es>
Jasem Mutlaq <mutlaqja@ikarustech.com>
Mark Hollomon <mhh@mindspring.com>
Carsten Niehaus <cniehaus@kde.org>
James Bowlin <bowlin@mindspring.com>
Médéric Boquien <mboquien@free.fr>
Akarsh Simha <akarsh.simha@kdemail.net>
Alexey Khudyakov <alexey.skladnoy@gmail.com>
Jérôme Sonrier <jsid@emor3j.fr.eu.org>
Harry de Valence <hdevalence@gmail.com>
Victor Carbune <victor.carbune@kdemail.net>
Rafał Kułaga <rl.kulaga@gmail.com>
Samikshan Bairagya <samikshan@gmail.com>
Rishab Arora <ra.rishab@gmail.com>
B. Data Sources:
Most of the catalog data came from the Astronomical Data Center, run by
NASA. The website is:
http://adc.gsfc.nasa.gov/
KStars links to the excellent image collections and HTML pages put together
by the Students for the Exploration and Development of Space, at:
http://www.seds.org
KStars links to the online Digitized Sky Survey images, which you can
query at:
http://archive.stsci.edu/cgi-bin/dss_form
KStars links to images from the HST Heritage project, and from HST
press releases:
http://heritage.stsci.edu
http://oposite.stsci.edu/pubinfo/pr.html
KStars links to images from the Advanced Observer Program at
Kitt Peak National Observatory. If you are interested in astrophotography,
you might consider checking out their program:
http://www.noao.edu/outreach/aop/
Credits for each image used in the program are listed in README.images
C. Acknowledgements
KStars is a labor of love. It started as a personal hobby of mine, but
very soon after I first posted the code on Sourceforge, it started to
attract other developers. I am just completely impressed and gratified
by my co-developers. I couldn't ask for a more talented, friendly crew.
It goes without saying that KStars would be nowhere near what it is today
without their efforts. Together, we've made something we can all be
proud of.
We used (primarily) two books as a guide in writing the algorithms used
in KStars:
+ "Practical Astronomy With Your Calculator" by Peter Duffett-Smith
+ "Astronomical Algorithms" by Jean Meeus
Thanks to the developers of Qt and KDE whose peerless API made KStars
possible. Thanks also to the tireless efforts of the KDE translation
teams, who bring KStars to a global audience.
Thanks to everyone at the KDevelop message boards and on irc.kde.org,
for answering my frequent questions.
Thanks also to the many users who have submitted bug reports or other
feedback.
You're still reading this? :)
Well, that's about it. I hope you enjoy KStars!
Jason Harris
kstars@30doradus.org
KStars Development Mailing list
kstars-devel@kde.org
Send us ideas and feedback!