From 82691a35fcf3b8945539084a029722b3458d72c8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 1 Feb 2021 00:57:02 -0500 Subject: doc: start manpages for lei commands Add manpages for lei and the currently implemented subcommands. The included options and their descriptions follow to a large degree the --help output, dropping some options that are not currently wired up. --- Documentation/lei.pod | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 Documentation/lei.pod (limited to 'Documentation/lei.pod') diff --git a/Documentation/lei.pod b/Documentation/lei.pod new file mode 100644 index 00000000..e12a157d --- /dev/null +++ b/Documentation/lei.pod @@ -0,0 +1,90 @@ +=head1 NAME + +lei - local email interface for public-inbox + +=head1 SYNOPSIS + +lei COMMAND + +=head1 DESCRIPTION + +Unlike the C10K-oriented L, lei is designed +exclusively to handle trusted local clients with read/write access to +the file system, using as many system resources as the local user has +access to. lei supports a local, writable store built on top of +L and L. +L provides an interface for querying messages across the lei +store and read-only local and remote "externals" (inboxes and external +indices). + +Available in public-inbox 1.7.0+. + +=head1 COMMANDS + +Subcommands for initializing and managing local, writable storage: + +=over + +=item * L + +=back + +TODO: Add commands like lei-import once they're implemented. + +The following subcommands can be used to manage and inspect external +locations: + +=over + +=item * L + +=item * L + +=item * L + +=back + +Subcommands related to searching and inspecting messages from the lei +store and configured externals are + +=over + +=item * L + +=back + +TODO: Add lei-show (and perhaps others) once implemented. + +Other subcommands include + +=over + +=item * L + +=item * L + +=item * L + +=back + +=head1 FILES + +By default storage is located at C<$XDG_DATA_HOME/lei/store>. The +configuration for lei resides at C<$XDG_CONFIG_HOME/lei/config>. + +=head1 CONTACT + +Feedback welcome via plain-text mail to L + +The mail archives are hosted at L +and L + +=head1 COPYRIGHT + +Copyright 2021 all contributors L + +License: AGPL-3.0+ L + +=head1 SEE ALSO + +L -- cgit v1.2.3-24-ge0c7