#
#   $id:README - Jalali Calendar
#   Tools for converting Jalali to Gregorian dates and vice-versa.
#   Copyright (C) 2006, 2007 Ashkan Ghassemi 
#
#   This program is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; either version 2 of the License, or
#   (at your option) any later version.
#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
#
#   You should have received a copy of the GNU General Public License along
#   with this program; if not, write to the Free Software Foundation, Inc.,
#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# 

Jalali Calendar is a UNIX-cal-like tool to display calendar
based on jalali reperesnation of date.

Switches in brief:
-y 	Display a calendar for the current year.
-p	Display year based on Pahlavi epoch. 
-j 	Display Julian dates (days one-based, numbered from Farvardin 1).
-1 	Display single month output. (This is the default.)
-3	Display prev/current/next months output.
-V 	Display calendar version.

If you had troubles, compiling the package with GNU's build system, use Unsafe.

Unsafe way of compilation
=========================

There is a non-portable Makefile available in package tree ``Makefile.old''
If you had troubles, compiling your package with ./configure script, rename
Makefile.old to Makefile, then simply invoke make and then make install as root.
