Astrognome is a free astrology software. Designed for the GNOME Desktop, it aims to be simple and intuitive.
Go to file
Gergely Polonkai 847e1c419e Change deprecated GTK stock items to actual values 2014-03-30 09:47:21 +02:00
data Fix typo in chart XSL 2014-03-09 00:24:47 +01:00
docs Uncrustified sources 2013-09-21 18:37:27 +02:00
help Merge branch 'help' 2013-09-22 20:53:20 +02:00
images Created pure-path version for sign Virgo 2013-09-19 15:19:09 +02:00
m4 Created geonames_process.pl Perl script to download and process geonames.org data 2013-09-06 16:37:36 +02:00
po Change deprecated GTK stock items to actual values 2014-03-30 09:47:21 +02:00
src Change deprecated GTK stock items to actual values 2014-03-30 09:47:21 +02:00
.gitignore Add .a files to .gitignore 2014-03-30 09:34:04 +02:00
.gitmodules Remove references and calls to libgd in favour of Gtk 3.10 calls 2014-02-25 22:32:54 +01:00
ABOUT-NLS Switched to gnome-autogen.sh 2013-08-22 01:44:01 +02:00
Makefile.am Remove references and calls to libgd in favour of Gtk 3.10 calls 2014-02-25 22:32:54 +01:00
README.md Update README.md with some up-to-date information 2014-03-30 09:31:53 +02:00
autogen.sh Remove references and calls to libgd in favour of Gtk 3.10 calls 2014-02-25 22:32:54 +01:00
configure.ac Remove references and calls to libgd in favour of Gtk 3.10 calls 2014-02-25 22:32:54 +01:00
graphics-help-from-irc.txt Added chat log on the topic of 2D drawing 2013-09-03 18:12:02 +02:00

README.md

#Astrognome

Features

The features below are already implemented.

  • Calculate planetary positions for any date, time and place on Earth, their aspects and mirrorpoints
  • Create natal charts for any date, time and place on earth, with exact planetary locations and their aspects

Upcoming features

The features below will be implemented in the first release of Astrognome.

  • Optionally include dwarf planets and comets: Chiron, Pallas, Ceres, Juno and Vesta
  • Optionally include Vertex
  • Time stepping
  • Application settings
    • Default display properties (can be overridden per window)
      • Traditional view (personal planets and Ptolemaic aspects only)
      • Display major (Ptolemaic) aspects
      • Display minor aspects
      • Display antiscia/contra-antiscia
      • Display personal planets
      • Display outer planets
      • Display dwarf planets and asteroids
      • Display fixed stars
      • Display hidden ascendent
      • Display Vertex/anti-Vertex
    • Symbol of Uranus and Pluto to use in charts

Later features

The features below will become part of Astrognome in later versions.

  • Custom location database
  • Synastries (Composite charts)
  • Transits
  • Progression

Credits

Astrognome was originally created by Jean-André Santoni, and was hosted on Google Code. The original project is now rewrote from scratch, using the SWE-GLib library (which is actually a wrapper around Swiss Ephemeris library). Several ideas come from the original project, and from others like Placidus and Aquarius2Go.

Hacking

The project is currently hosted on GitHub. Just fork the repo, make your changes and issue a pull request. Dont like GitHub? Thats fine with me; in this case, clone the repo, and send your changes, and send me your modifications at gergely@polonkai.eu as a git-bundle or a patch (in this latter case, you should also mention which commit is your base).

The entire project is written in C, utilizing GTK+ 3.10 (or anything later in the 3.x series) and SWE-GLib 2.0 (which is used for the calculations part). Im testing my code under Fedora, so even testers from other distributions are welcome!

Astrognome follows a well-defined coding style. If you contribute, please follow that by looking at existing sources, or use Uncrustify with the config file under docs/. The only thing it messes up currently is the alignment of object type #definitions.