ssoma (client-side) installation
--------------------------------
This is for users who wish to follow archives hosted on public-inbox.
We only use commonly-available Perl modules available on Debian-based
distributions (and not necessarily modern ones!)

If you have problems or comments on installation, please send a
plain-text email to: meta@public-inbox.org

downloading
-----------
ssoma is available via git and tarballs.
The latest tarball release is available here:

	http://ssoma.public-inbox.org/files/ssoma-0.2.0.tar.gz

You may also clone using git:

	git clone git://80x24.org/ssoma

standard MakeMaker installation (Perl)
--------------------------------------

	perl Makefile.PL
	make
	make test
	make install # root permissions may be needed

Requirements
------------
All packages should be easily available in Debian GNU/Linux and derived
distros.   Debian package names for Perl modules are are listed for
convenience.

* git (https://git-scm.com/)
* any MUA capable of reading/importing IMAP, mbox(5) or Maildir
* Perl and several modules:     (Debian package name (7.0))
  - Digest::SHA                 perl
  - Email::LocalDelivery        libemail-localdelivery-perl
  - Email::MIME                 libemail-mime-perl
  - File::Path::Expand          libfile-path-expand-perl
  - IPC::Run                    libipc-run-perl
  - Net::IMAP::Simple           libnet-imap-simple-perl

Copyright
---------
Copyright 2013-2016 all contributors <meta@public-inbox.org>
License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>