Welcome to AXP
--------------

AXP stands for Arch eXtension Platform (or Arch eXtended by Perl).

This is a command line tool with a modular, hierarchical and pluggable
command set, that provides an additional GNU Arch functionality.


Verify dependencies
-------------------

Please run "make". This roughly checks you have all needed dependancies,
that is any perl (5.005 or higher) and arch-perl tree (instructions will
follow if missing).


How to install
--------------

Please run "make" to get a short explanation.


AXP information
---------------

The axp development may be browsed using archzoom:

  http://archzoom.sourcecontrol.net/archzoom.cgi/migo@homemail.com--Perl-GPL/axp?expand

Run "axp help -r" to get the list of all currently implemented commands.

Please read the files in doc/ directory for additional information.

Home Page: http://migo.sixbit.org/software/axp/


Shell completion
----------------

axp can produce its own completion code for several shells.

If you use tcsh, just run:
	`axp self completion tcsh -c`     # yes, with backticks
If you use zsh, run something like:
	axp self completion zsh >~/.zsh/autoload/_axp

