ssoma: add --since option for time-limiting imports
[ssoma-mda.git] / INSTALL
1 ssoma (client-side) installation
2 --------------------------------
3 This is for users who wish to follow archives hosted on public-inbox.
4 We only use commonly-available Perl modules available on Debian-based
5 distributions (and not necessarily modern ones!)
6
7 standard MakeMaker installation (Perl)
8 --------------------------------------
9
10         perl Makefile.PL
11         make
12         make test
13         make install # root permissions may be needed
14
15 Requirements
16 ------------
17 All packages should be easily available in Debian GNU/Linux and derived
18 distros.   Debian package names for Perl modules are are listed for
19 convenience.
20
21 * git (https://git-scm.com/)
22 * any MUA capable of reading/importing IMAP, mbox(5) or Maildir
23 * Perl and several modules:     (Debian package name (7.0))
24   - Digest::SHA                 perl
25   - Email::LocalDelivery        libemail-localdelivery-perl
26   - Email::Simple               libemail-simple-perl
27   - File::Path::Expand          libfile-path-expand-perl
28   - Net::IMAP::Simple           libnet-imap-simple-perl
29
30 Copyright
31 ---------
32 Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.
33 License: AGPLv3 or later <http://www.gnu.org/licenses/agpl-3.0.txt>