+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!)
+
standard MakeMaker installation (Perl)
--------------------------------------
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.
ssoma - some sort of mail archiver
----------------------------------
-
ssoma is a git-based mail archiver and transport. Email is injected via
ssoma-mda(1) (MDA: mail delivery agent) on a server and may be shared
-(via git) and extracted to mbox, Maildir, or IMAP via ssoma(1). It
-exists primarily as the mechanism for public-inbox but may easily be
-used for other projects.
+(via git) and extracted to mbox, Maildir, or IMAP via ssoma(1). ssoma
+exists primarily as the mechanism (not policy) for public-inbox but may
+easily be used for other projects.
+
+Readers of public-inbox instances may install ssoma to extract messages
+into their favorite mail client for reading.
See http://public-inbox.org/ for more information on how ssoma is used.
* mail user-agent (MUA) users may choose from IMAP, mbox(5), and Maildir
* uses only well-documented and easy-to-implement data formats
+Install
+-------
+Installation should be easy and require only a few, commonly-available
+packages. See http://ssoma.public-inbox.org/INSTALL.html for details.
+
Hacking
-------
Source code is available via git:
# to sync all your ssoma subscriptions
ssoma sync
+ # You may wish to sync in your cronjob
+ ssoma sync --cron
+
Mail repository format
----------------------
If you are uncomfortable running code in ssoma for any reason and