Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions sources/AUTHORS

This file was deleted.

296 changes: 0 additions & 296 deletions sources/ChangeLog

This file was deleted.

1 change: 0 additions & 1 deletion sources/NEWS

This file was deleted.

28 changes: 28 additions & 0 deletions sources/README
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,31 @@ option to ./configure script or after installing libjalali use provided

# cd jcal/sources
# python setup.py install

Authors of Jalali calendar library:
===========================

Ashkan Ghassemi <ghassemi AT ftml dot net>

Special thanks to:
==================

Navid Abdi <[email protected]>
AmirMohammad Saied <[email protected]>
Armen Baghumian <[email protected]>
Mola Pahnadayan <[email protected]>
Milad Raastian <[email protected]>
Behnam Behjatmarandi <[email protected]>
Emil Sedgh <[email protected]>
Abbas Esmaeeli <[email protected]>
Saeid Taghavi <[email protected]>
Ali Rastegar
Nima Mohammadi
and all others for testing and reporting bugs.

TODOs for 0.4.0
======

* Adding support for locale-aware outputs
to jcal and jdate.
* Hindi digits, month and weekday names.
6 changes: 0 additions & 6 deletions sources/TODO

This file was deleted.

2 changes: 1 addition & 1 deletion sources/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_INIT([jcal], [0.5.1], [https://github.com/persiancal/jcal])

AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign])
AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])

Expand Down
Loading