Parent Directories

/
software/

Directory etrack

2008-04-26 16:11:00(subdir)scm-html/
87492008-04-17 16:19:33text/plainNEWS
5432008-03-22 16:15:20text/plainTODO
8412008-04-17 16:28:58text/plainWHIRLPOOLSUMS
1342412007-04-27 19:10:10application/x-taretrack-0.9907.tar.gz
1345442007-05-03 14:18:43application/x-taretrack-0.9908.tar.gz
1411882008-03-25 13:49:45application/x-taretrack-0.9909.tar.gz
1427332008-04-17 16:27:26application/x-taretrack-0.9910.tar.gz
592252008-03-25 13:49:35text/htmletrack.html
10452008-04-26 16:10:59text/plainfrisk.out
33592008-04-26 16:11:00text/htmlfrisk.out.html

Welcome!
--------

        This directory contains ETRACK, a simple package to track
        expenses: query, add, delete, update.  You can use ETRACK
        from Emacs or from the command-line.


Installation
------------

        Generic instructions are provided in file INSTALL.
        For the impatient:

          ./configure
          make
          make install

        The "make install" step populates these dirs with these files:

          ${bindir}                  -- etrack
          ${infodir}                 -- etrack.info
          ${datadir}/etrack          -- etrack.scm
                                        etrack.el
                                        example.etrack.conf
                                        NEWS
          ${datadir}/emacs/site-lisp -- etrack.el

        Use "./configure --help" for info on how to change the default values
	of ${bindir}, ${infodir} and ${datadir}, which are typically
	/usr/local/bin, /usr/local/info and /usr/local/share, respectively.


Dependencies
------------

        - PostgreSQL 7.x (x > 0)
        - Emacs (default front-end, possible to use w/o)
        - Guile 1.4.x
        - modules from Guile 1.4.x
	  - (database tmpfile)
	  - (ice-9 accumulate)
	  - (ice-9 common-list)
	  - (ice-9 editing-buffer)
	  - (ice-9 format)
	  - (ice-9 gap-buffer)
	  - (ice-9 rdelim)
	  - (srfi srfi-13)
	  - (srfi srfi-14)
	- modules from Guile-PG 0.33 or later
	  - (database postgres)
	  - (database postgres-col-defs)
	  - (database postgres-meta)
	  - (database postgres-qcons)
	  - (database postgres-resdisp)
	  - (database postgres-resx)
	  - (database postgres-table)
  	  - (database postgres-types)


Troubleshooting
---------------

        Send bug reports to <ttn@gnuvola.org>.