Commit info for scoop:

Modified Files:
	README 
Removed Files:
	INSTALL README.upgrade 
Log Message:
README update from janra.
--hulver


Index: README
===================================================================
RCS file: /cvs/scoop/scoop/README,v
retrieving revision 1.23
retrieving revision 1.24
diff -r1.23 -r1.24
6,8c6,8
< $Revision: 1.23 $
< $Date: 2002/09/08 23:53:55 $
< $Author: panner $
---
> $Revision: 1.24 $
> $Date: 2004/03/03 10:35:28 $
> $Author: hulver $
36,37c36,37
< Read the file INSTALL in this directory, and/or the Installation section of the
< Scoop Administrators Guide (it's in the doc/scoop_admin_guide/ directory).
---
> Read the Installation section of the Scoop Administrators Guide (it's in the
> doc/scoop_admin_guide/ directory).
39,41c39,40
< Lots more info and support is available at http://scoop.kuro5hin.org/, and the
< Sourceforge project at http://scoop.sourceforge.net/.  We also hang out in
< #kuro5hin on irc.kuro5hin.org.
---
> Lots more info and support is available at http://scoop.kuro5hin.org/.  We also
> hang out in #scoop on irc.slashnet.org.
44a44,82
> Quick install instructions:
> 
> 1) install expat
> 2) install MySQL
> 3) install Apache with mod_perl
> 4) install the following perl modules from CPAN (or use install.pl which will 
>    attempt to install all these modules for you)
>       DBI
>       DBD::mysql
>       Digest::MD5
>       Apache::DBI
>       Apache::Test
>       Apache::Request
>       Apache::Session
>       Class::Singleton
>       Crypt::UnixCrpyt
>       Mail::Sendmail
>       String::Random
>       Time::CTime
>       Time::Timezone
>       XML::Parser
>       LWP
>       Crypt::CBC
>       Crypt::Blowfish
>       XML::RSS
> 5) (optional) install the aspell libraries and Text::Aspell for Spellchecking 
>    support
> 6) (optional) install Crypt::SSLeay for PayPal support
> 7) (optional) run install.pl - this will perform steps 8, 9, and 10 for you
> 8) create a MySQL database and user for Scoop
> 9) load struct/scoop.sql into the database
> 10) edit etc/httpd-location.conf or etc/httpd-vhost.conf to suit your 
>     configuration
> 11) add an Include directive to the main httpd.conf referring to your Scoop 
>     configuration file
> 12) stop then start Apache
> 13) Scoop should be running. If it isn't, see the Scoop Admin Guide for 
>     troubleshooting.
> 
49,50c87,88
< Check out the README.upgrade file in this directory, and/or the Upgrading
< section on the Scoop Administrators Guide (in doc/scoop_admin_guide/).
---
> Check out the Upgrading section on the Scoop Administrators Guide (it's in the
> doc/scoop_admin_guide/ directory).
56a95
>