Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
2cde06aa
Commit
2cde06aa
authored
Aug 14, 2018
by
IKEDA Soji
Browse files
Update documentation.
parent
c643073e
Changes
6
Hide whitespace changes
Inline
Side-by-side
doc/sympa_toc.pod
View file @
2cde06aa
...
...
@@ -55,7 +55,7 @@ Daemon to handle incoming messages
=item L<task_manager(8)>
Daemon to
P
rocess
P
eriodical Sympa
T
asks
Daemon to
p
rocess
p
eriodical Sympa
t
asks
=back
...
...
src/lib/Sympa/Internals/Workflow.pod
View file @
2cde06aa
...
...
@@ -100,15 +100,11 @@ workflow of Sympa. For more details see documentation on each class.
Request::Collection / *3
=> [ProcessRequest]
=begin comment
These have not been implemented yet.
=head2 Task processing
<<task_manager.pl>>
Task => [ProcessTask] => Task
=end comment
=head2 Legend
...
...
src/lib/Sympa/Spindle/ProcessTask.pm
View file @
2cde06aa
...
...
@@ -1393,7 +1393,7 @@ L<task_manager(8)>, L<Sympa::Spindle>, L<Sympa::Spool::Task>, L<Sympa::Task>.
=head1 HISTORY
L<Sympa::Spool::Task> appeared on Sympa 6.2.
XX
.
L<Sympa::Spool::Task> appeared on Sympa 6.2.
37b
.
=cut
src/lib/Sympa/Spool/Task.pm
View file @
2cde06aa
...
...
@@ -225,6 +225,6 @@ L<task_manager(8)>, L<Sympa::Spool>, L<Sympa::Task>.
=head1 HISTORY
L<Sympa::Spool::Task> appeared on Sympa 6.2.
XX
.
L<Sympa::Spool::Task> appeared on Sympa 6.2.
37b
.
=cut
src/lib/Sympa/Task.pm
View file @
2cde06aa
...
...
@@ -125,7 +125,7 @@ sub new {
execution_date
=>
'
execution_date
',
# Compat.
};
if
(
ref
$that
eq
'
Sympa::List
')
{
$data
->
{
domain
}
=
$that
->
{'
domain
'};
# New on 6.2.3
5
b
$data
->
{
domain
}
=
$that
->
{'
domain
'};
# New on 6.2.3
7
b
$data
->
{
list
}
=
{
name
=>
$that
->
{'
name
'},
robot
=>
$that
->
{'
domain
'},
# Compat., has never used
...
...
@@ -516,7 +516,7 @@ L<task_manager(8)>.
L<Task> module appeared on Sympa 5.2b.1.
It was renamed to L<Sympa::Task> on Sympa 6.2a.41.
It was re
q
ritten and split into Sympa::Task and L<Sympa::Spool::Task> on
Sympa 6.2.3
5
b.
It was re
w
ritten and split into Sympa::Task and L<Sympa::Spool::Task> on
Sympa 6.2.3
7
b.
=cut
src/sbin/task_manager.pl.in
View file @
2cde06aa
...
...
@@ -242,7 +242,7 @@ __END__
=head1 NAME
task_manager, task_manager.pl - Daemon to
P
rocess
P
eriodical Sympa
T
asks
task_manager, task_manager.pl - Daemon to
p
rocess
p
eriodical Sympa
t
asks
=head1 SYNOPSIS
...
...
@@ -250,7 +250,9 @@ C<task_manager.pl> S<[ C<--foreground> ]> S<[ C<--debug> ]>
=head1 DESCRIPTION
XXX @todo doc
Task_manager is a program which scans permanently the task spool and
processes tasks.
It also checks configuration of site and every list to create necessary tasks.
=head1 OPTIONS
...
...
@@ -292,4 +294,9 @@ L<sympa_msg(8)>, L<wwsympa(8)>.
L<Sympa::Spindle::ProcessTask>.
=head1 HISTORY
F<task_manager.pl> was contributed by F. Guilleux.
It appeared on Sympa 3.3a-vhost.10.
=cut
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment