File: README

package info (click to toggle)
itools 0.6.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 324 kB
  • ctags: 85
  • sloc: ansic: 1,367; perl: 333; makefile: 120; sh: 14
file content (58 lines) | stat: -rw-r--r-- 1,769 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/************************************************************************
 * $Id: README,v 1.2 2004/07/28 23:11:30 nadim Exp $
 *
 * ------------
 * Description:
 * ------------
 *  This README file is intended to be give a glimpse of what the
 *  Islamic Tools Library (ITL) project is all about.
 *
 *  For INSTALL details note the 'Basic Instructions' section below.
 *
 * -----------------
 * Revision Details:    (Updated by Revision Control System)
 * -----------------
 *  $Date: 2004/07/28 23:11:30 $
 *  $Author: nadim $
 *  $Revision: 1.2 $
 *  $Source: /home/arabeyes/cvs/projects/itl/programs/itools/README,v $
 *
 ************************************************************************/

The itools package is a set of user friendly applications utilizing
Arabeyes' ITL library.

The package currently addresses two main areas - hijri date and prayertime
calculation.  The package is envisioned to mimick the development of the
underlying ITL library and is meant to always give the end-user a simple
means to access its functions.

The project's homepage is,

  http://www.arabeyes.org/project.php?proj=ITL

-------------------
Basic Instructions:
-------------------

+ Download and install the ITL-lib (the actual library component)

+ Download the install the ITL-tools (ie. itools package)
  - Compile the package
    $ autogen.sh
    $ configure
    $ make
  - To install post a succesful compilation,
    $ make install

--------------------
Support/Suggestions:
--------------------

The project is always in need of volunteers, so if you think
you have a better implementation and/or would like to augment
the library with an addition of your own, mail your ideas,
comments and suggestions to 'developer -at- arabeyes .org'

Salam and have fun!