Skip to Content.
Sympa Menu

Documentation for Sympa

NAME

Sympa::WWW::SharedDocument - Shared document repository and its nodes

SYNOPSIS

use Sympa::WWW::SharedDocument;

$shared = Sympa::WWW::SharedDocument->new($list, $path);

%access = $shared->get_privileges('read', $email, 'md5', {...});
@children = $shared->get_children;
$parent = $shared->{parent};

DESCRIPTION

Sympa::WWW::SharedDocument implements shared document repository of lists.

Methods

Methods for repository root

Functions

Attributes

Instance of Sympa::WWW::SharedDocument may have following attributes.

FILES

Note: The path components (“name” above) are encoded to the format suitable to physical filesystem. Such conversion will be hidden behind object methods.

SEE ALSO

Sympa::List, “qdecode_filename” in Sympa::Tools::Text, “qencode_filename” in Sympa::Tools::Text.

HISTORY

SharedDocument module appeared on Sympa 5.2b.2.

Rewritten Sympa::SharedDocument began to provide OO interface on Sympa 6.2.17.

It was renamed to Sympa::WWW::SharedDocument on Sympa 6.2.26.

Top of Page