#----------------------------------------------------------#
# INFO                                                     #
#----------------------------------------------------------#
# Title: WP Category Posts                                 #
# Author: Brian Groce (http://watershedstudio.com)         #
# Date: May 27, 2005                                       #
# Version: 1.0                                             #
#                                                          #
# Note: This was created for and tested in WordPress v1.5  #
#----------------------------------------------------------#

#----------------#
#     ABOUT
#----------------#

This is a plugin for WordPress that creates a linked list of 
the posts in a specific category.

#----------------#
#    INSTALL
#----------------#

1. Upload "wp_category_posts.php" to your "wp-content/plugins" directory.
2. Activate it in the admin panel

#----------------#
#    USAGE
#----------------#

<?php wp_cat_posts(3); ?>

Insert this line in where you want to use it, substituting the number 
for the ID of category you want to display.

If you use a plugin like PHP Exec (http://priyadi.net/archives/2005/03/02/wordpress-php-exec-plugin/)
you can easily use the WP Category Posts plugin inside of a WordPress "page" to create a specific archive page.