ANN: discord 1.0 -- Python conversion of dates to Discordian
Erik Max Francis
max@alcyone.com
Tue, 18 Mar 2003 18:17:00 -0800
Summary
A simple module for converting dates from Gregorian to Discordian.
Overview
This is a very simple module which allows for conversion from
normal dates (via 'time.time', 'time.localtime', etc.) to
Discordian dates (a silly made-up dating system that divides a
year into five seasons of 73 days each). The module can either be
used as a standalone command line application (which prints the
current date in Discordian form) or as a extension module.
Getting the software
The current version of discord is 1.0.
The latest version of the software is available in a tarball here:
http://www.alcyone.com/pyos/discord/discord-latest.tar.gz.
The official URL for this Web site is
http://www.alcyone.com/pyos/discord/.
Requirements
This module requires Python 2.0 or greater.
License
This code is released under the GPL.
....
Release history
- 1.0; 2003 Mar 18. Initial release.
--
Erik Max Francis / max@alcyone.com / http://www.alcyone.com/max/
__ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/ \ Nine worlds I remember.
\__/ Icelandic Edda of Snorri Sturluson
Maths reference / http://www.alcyone.com/max/reference/maths/
A mathematics reference.