some minor documentation tweaks
authorEric Wong <normalperson@yhbt.net>
Sun, 20 Apr 2014 19:46:11 +0000 (19:46 +0000)
committerEric Wong <normalperson@yhbt.net>
Sun, 20 Apr 2014 19:46:54 +0000 (19:46 +0000)
Hopefully clarify things for folks coming from public-inbox.

INSTALL
README

diff --git a/INSTALL b/INSTALL
index 8f0e378b35fde11857617b716df9391b86ca6dee..e220029c16b7b68e63c89fee3970eb8ac256fa90 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,9 @@
+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)
 --------------------------------------
 
@@ -8,7 +14,6 @@ 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.
diff --git a/README b/README
index 7efe9515e1270b7220dd5b6ab18ee586f8b9b320..8b00f60202c95641502b9f210539e414d0033eb8 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,13 @@
 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.
 
@@ -15,6 +17,11 @@ Features
 * 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:
@@ -59,6 +66,9 @@ You can subscribe via ssoma, LISTNAME is a name of your choosing:
     # 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