~ubuntu-branches/ubuntu/precise/stellarium/precise

« back to all changes in this revision

Viewing changes to plugins/LogBook/resources/about.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2010-02-15 20:48:39 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100215204839-u3qgbv60rho997yk
Tags: 0.10.3-0ubuntu1
* New upstream release.
  - fixes intel rendering bug (LP: #480553)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 
2
<html>
 
3
<head>
 
4
  <style type="text/css">
 
5
    dt { font-weight:bold; }
 
6
    p, li { white-space: pre-wrap; }
 
7
    h1 { font-size: 150%; }
 
8
  </style>
 
9
</head>
 
10
<body>
 
11
  <p>Author: <a href="treaves@silverfieldstech.com">Timothy Reaves</a></p>
 
12
  <h1>Overview</h1>
 
13
  <p>This plugin is intended to allow you to record observations of objects; a diary of your observations. Eventually, you'll be able to see icons on the screens for what objects you have entries on, and be able to fetch additional information on those objects from online resources. </p>
 
14
  <p>If you find any issues, please let me know.  Enjoy!</p>
 
15
  <h1>Hot Keys</h1>
 
16
  <p>There are several keys that allow you to use the features of this plugin.  If you are not a Mac user, replace the <em>Command</em> key with the <em>CTRL</em> key.</p>
 
17
  <dl>
 
18
    <dt>Command-L</dt>
 
19
    <dd>Display the main dialog.  This is where you enter your log book entries.</dd>
 
20
    <dt>Alt-T</dt>
 
21
    <dd>Displays the target configuration dialog.  In this dialog, you configure those objects you want to enter observations for.  To save an object, you need to have a name for that object.  If you are adding the selected object from Stellarium, make sure if it does not show a name, you enter one for it.</dd>
 
22
    <dt>Alt-L</dt>
 
23
    <dd>Shows this configuration dialog.  This is where you add your inventory of equipment.  Unfortunately, you must close it by clicking the close button.  I've been unable to figure out why this does not toggle the dialog open and close.</dd>
 
24
  </dl>
 
25
  <h1>Instructions</h1>
 
26
  <p>The first thing you'll want to do is to add items into the configuration dialog; this is your inventory of times.  To make a log book entry, you won't need everything in the configuration dialog, but you will need the following:</p>
 
27
  <ul>
 
28
    <li>observer</li>
 
29
    <li>target</li>
 
30
    <li>optic</li>
 
31
  </ul>
 
32
  <p>Everything else is optional.</p>
 
33
  <p>Once you've entered the items you want, you can add targets. Targets can be added from the currently selected object in Stellarium, or they can be added manually.  Targets must have values for the following fields:</p>
 
34
  <ul>
 
35
    <li>name</li>
 
36
    <li>right ascension</li>
 
37
    <li>declination</li>
 
38
    <li>type</li>
 
39
  </ul>
 
40
  <p>All other items are optional.</p>
 
41
  <p>Sessions are next up.  A session does not really need any of the data filled out, but you should set at least the start time. You will need to have a session to add observations.</p>
 
42
  <p>Now, to point of the plugin, observations.  If you have all of the required information from above, you can now add an observation.</p>
 
43
</body>
 
44
</html>
 
 
b'\\ No newline at end of file'