1. Description
==============

XML::Directory - Perl extension to get a content of directory including 
sub-directories as an XML file. The current version is 0.30.

2. License
==========

Copyright (c) 2001 Ginger Alliance. All rights reserved. This program is free 
software; you can redistribute it and/or modify it under the same terms as 
Perl itself. 

3. Prerequisites
================

There are no prerequisites for this module.

4. Build and Install
====================

The module builds and installs in a standard way:

	perl Makefile.PL
	make
	make test
	make install

To install on Windows (with ActivePerl), just replace "make" with "nmake".

7. Scripts
==========

The scripts directory contains examples of scripts using this module.

dir2xml.pl: a command line interface
	Usage: ./dir2xml.pl <directory>

dir2xml_cgi.pl: a CGI/mod_perl interface (requires CGI_Lite)
	Usage: http://<host>/<cgi-bin>/dir2xml_cgi.pl?dir=<directory>

6. To Do
========

- more control over resulting XML
- object interface
