-
-
03 Dec 2003 15:58:45 UTC
- Distribution: Mariachi
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (11 / 274 / 3)
- Kwalitee
Bus factor: 0- 30.41% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (20.19KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- AppConfig
- Class::Accessor
- Date::Parse
- Email::Find
- Email::Folder
- Email::Thread
- File::Basename
- File::Copy
- File::Find::Rule
- File::Path
- Mail::Thread
- Mail::Thread::Chronological
- Memoize
- Module::Build
- Storable
- Template
- Template::Plugin::Page
- Text::Original
- Time::HiRes
- URI::Find::Schemeless::Stricter
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
mariachi - All dancing mail archive generator
SYNOPSIS
mariachi [ OPTIONS ]
DESCRIPTION
Mariachi is a mail archive generator, much like mhonarc or pipermail. It differs in a few important ways:
USAGE
You can write a config file to save yourself some trouble - mariachi first looks in /usr/local/mariachi/mariachi.conf and then ~/.mariachi.
An example config file might look like
refresh input = ~/mail output = ~/public_html/mymail/
For more information about the configuration file format, consult AppConfig
You don't have to supply everything (as long as the required options are then passed on the command line).
Options on the command line override options in the config files.
OPTIONS
-i, --input folder
The source mail folder
-o, --output directory
Name of the directory to write output to
-n, --name title
What to use in the title of the mailing lists
-t, --templates directory
Add additional directories to scan in looking for templates
Defaults to /usr/local/mariachi/templates
Any values supplied will be added to the head of that list.
-r --refresh
Refreshes individual message pages and other indexes even if mariachi believes this is not necessary. This is usually only needed if you change the templates (typically to update the style of a page).
-v --reverse
By default, mariachi renders the most recent messages on the first page of the archive, and later messages later on in the archive. This flag reverses this behaviour, placing the earliest messages on the first page of the archive.
--nolurker
Disable lurker output
--thread-context context_style
Controls the amount of context to show with a message in thread view.
Legal values for context_style are
first_line
,first_paragraph
,first_sentence
, and the empty string (the default).--lurker-context context_style
See
thread-context
--class class
Specifies using a class other than
Mariachi
to do the rendering.AUTHORS
This code was written as part of the Siesta project and includes code from:
Richard Clamp <richardc@unixbeard.net>
Simon Wistow <simon@thegestalt.org>
Tom Insam <tom@jerakeen.org>
Mark Fowler <mark@twoshortplanks.com>
More information about the Siesta project can be found online at http://siesta.unixbeard.net/
COPYRIGHT
Copyright 2003 The Siesta Project
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install Mariachi, copy and paste the appropriate command in to your terminal.
cpanm Mariachi
perl -MCPAN -e shell install Mariachi
For more information on module installation, please visit the detailed CPAN module installation guide.