[prev] [thread] [next] [lurker] [Date index for 2005/02/08]
Author: simon
Date: 2005-02-08 15:36:11 +0000 (Tue, 08 Feb 2005)
New Revision: 1853
Modified:
trunk/buscador/lib/Buscador.pm
Log:
Update docs
Modified: trunk/buscador/lib/Buscador.pm
===================================================================
--- trunk/buscador/lib/Buscador.pm 2005-02-08 15:23:09 UTC (rev 1852)
+++ trunk/buscador/lib/Buscador.pm 2005-02-08 15:36:11 UTC (rev 1853)
@@ -3,7 +3,7 @@
use vars qw($VERSION);
use base 'Maypole::Redirect';
-$VERSION = "0.7";
+$VERSION = "0.1";
# use Maypole::Cache;
Buscador->config->{cache_options}{class} = "Cache::FileCache";
@@ -69,7 +69,7 @@
=head1 NAME
-Buscador - a mail archiver with a twise
+Buscador - a dynamic mail archiver with a twist
=head1 DESCRIPTION
@@ -115,7 +115,7 @@
Make a directory in your web root, cd into it and do
- % buscador-import -init
+ % buscador -init
this will copy some templates and some images into the directory and
then generate a sample config file. You should edit the config file.
@@ -131,11 +131,11 @@
Run
- % buscador-import -setup
+ % buscador -setup
and then
- % buscador-import /path/to/mail/folder
+ % buscador /path/to/mail/folder
=head2 Create Apache config
@@ -148,7 +148,7 @@
PerlHandler Buscador
</Location>
-but changed to whatever directory yu wnat to install it under.
+but changed to whatever directory you wnat to install it under.
If you're using the default SQLite db remember to make sure that
@@ -203,14 +203,41 @@
we'll be presented with a fortune.
+=head1 BUGS
+Lots and lots. And then some more
+
+=over 4
+
+=item UTF8 doesn't work properly.
+
+This needs serious testing.
+
+=item The templates are ugly.
+
+I have a vague design in mind. We could also do with having themes.
+
+=item see TODO file
+
+=back
+
=head1 AUTHOR
-Simon Cozens, E<lt>simon@xxxx.xxxx<gt>
+Originally Simon Cozens, E<lt>simon@xxxx.xxxx<gt>
+Now maintained by Simon Wistow, E<lt>simon@xxxxxxxxxx.xxxx<gt>
+=head1 SUPPORT
+
+This module is part of the Siesta project - http://siesta.unixbeard.net
+
+There is a mailing list at siesta-dev@xxxxxx.xxxxxxxxx.xxx (subscribe at siesta-dev-sub@xxxxxx.xxxxxxxxx.xxx).
+
+SVN/DAV access is available via http://siesta.unixbeard.net/svn/trunk/buscador/
+
+
=head1 COPYRIGHT AND LICENSE
-Copyright 2004 by Simon Cozens
+Copyright 2004, 2005 by Simon Cozens and Simon Wistow
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
Generated at 16:00 on 08 Feb 2005 by mariachi 0.52