summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-09-22 14:56:37 +0000
committerfukachan <fukachan>2002-09-22 14:56:37 +0000
commit92a5887666e6fef5b5da5cf8ad036dda608be463 (patch)
tree69961b1bd91f1c401002a2c562fd11573f1814c7 /fml/lib/FML/Command/Admin
parenta91e4033c9ac01fa075cce256189256ed84f93bf (diff)
downloadfml8-92a5887666e6fef5b5da5cf8ad036dda608be463.tar.gz
fml8-92a5887666e6fef5b5da5cf8ad036dda608be463.tar.bz2
fml8-92a5887666e6fef5b5da5cf8ad036dda608be463.zip
add section on FNF
Diffstat (limited to 'fml/lib/FML/Command/Admin')
-rw-r--r--fml/lib/FML/Command/Admin/add.pm6
-rw-r--r--fml/lib/FML/Command/Admin/addadmin.pm6
-rw-r--r--fml/lib/FML/Command/Admin/addmoderator.pm6
-rw-r--r--fml/lib/FML/Command/Admin/addpriv.pm6
-rw-r--r--fml/lib/FML/Command/Admin/adduser.pm6
-rw-r--r--fml/lib/FML/Command/Admin/adminadd.pm6
-rw-r--r--fml/lib/FML/Command/Admin/bye.pm6
-rw-r--r--fml/lib/FML/Command/Admin/byeadmin.pm6
-rw-r--r--fml/lib/FML/Command/Admin/byepriv.pm6
-rw-r--r--fml/lib/FML/Command/Admin/chaddr.pm6
-rw-r--r--fml/lib/FML/Command/Admin/check.pm6
-rw-r--r--fml/lib/FML/Command/Admin/deladmin.pm6
-rw-r--r--fml/lib/FML/Command/Admin/delmoderator.pm6
-rw-r--r--fml/lib/FML/Command/Admin/deluser.pm6
-rw-r--r--fml/lib/FML/Command/Admin/dir.pm6
-rw-r--r--fml/lib/FML/Command/Admin/edit.pm6
-rw-r--r--fml/lib/FML/Command/Admin/file.pm6
-rw-r--r--fml/lib/FML/Command/Admin/get.pm6
-rw-r--r--fml/lib/FML/Command/Admin/htmlify.pm6
-rw-r--r--fml/lib/FML/Command/Admin/list.pm6
-rw-r--r--fml/lib/FML/Command/Admin/log.pm6
-rw-r--r--fml/lib/FML/Command/Admin/ls.pm6
-rw-r--r--fml/lib/FML/Command/Admin/mget.pm6
-rw-r--r--fml/lib/FML/Command/Admin/newml.pm6
-rw-r--r--fml/lib/FML/Command/Admin/off.pm6
-rw-r--r--fml/lib/FML/Command/Admin/on.pm6
-rw-r--r--fml/lib/FML/Command/Admin/pass.pm6
-rw-r--r--fml/lib/FML/Command/Admin/password.pm6
-rw-r--r--fml/lib/FML/Command/Admin/remove.pm6
-rw-r--r--fml/lib/FML/Command/Admin/resign.pm6
-rw-r--r--fml/lib/FML/Command/Admin/rmml.pm6
-rw-r--r--fml/lib/FML/Command/Admin/signoff.pm6
-rw-r--r--fml/lib/FML/Command/Admin/subscribe.pm6
-rw-r--r--fml/lib/FML/Command/Admin/unsubscribe.pm6
-rw-r--r--fml/lib/FML/Command/Admin/useradd.pm6
-rw-r--r--fml/lib/FML/Command/Admin/userdel.pm6
36 files changed, 180 insertions, 36 deletions
diff --git a/fml/lib/FML/Command/Admin/add.pm b/fml/lib/FML/Command/Admin/add.pm
index 2f7555fe..fd60923a 100644
--- a/fml/lib/FML/Command/Admin/add.pm
+++ b/fml/lib/FML/Command/Admin/add.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: add.pm,v 1.6 2002/04/03 11:32:58 fukachan Exp $
+# $FML: add.pm,v 1.7 2002/09/11 23:18:06 fukachan Exp $
#
package FML::Command::Admin::add;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
an alias of C<FML::Command::Admin::subscribe>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/addadmin.pm b/fml/lib/FML/Command/Admin/addadmin.pm
index 88ffbfbf..238fdfaa 100644
--- a/fml/lib/FML/Command/Admin/addadmin.pm
+++ b/fml/lib/FML/Command/Admin/addadmin.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: addadmin.pm,v 1.5 2002/07/25 15:40:58 fukachan Exp $
+# $FML: addadmin.pm,v 1.6 2002/09/11 23:18:06 fukachan Exp $
#
package FML::Command::Admin::addadmin;
@@ -109,6 +109,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/addmoderator.pm b/fml/lib/FML/Command/Admin/addmoderator.pm
index 8573338d..9d5f914e 100644
--- a/fml/lib/FML/Command/Admin/addmoderator.pm
+++ b/fml/lib/FML/Command/Admin/addmoderator.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: addmoderator.pm,v 1.1 2002/07/26 00:40:56 fukachan Exp $
+# $FML: addmoderator.pm,v 1.2 2002/09/11 23:18:06 fukachan Exp $
#
package FML::Command::Admin::addmoderator;
@@ -109,6 +109,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/addpriv.pm b/fml/lib/FML/Command/Admin/addpriv.pm
index 2637e174..568ade89 100644
--- a/fml/lib/FML/Command/Admin/addpriv.pm
+++ b/fml/lib/FML/Command/Admin/addpriv.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: addpriv.pm,v 1.2 2002/04/03 11:32:58 fukachan Exp $
+# $FML: addpriv.pm,v 1.3 2002/09/11 23:18:06 fukachan Exp $
#
package FML::Command::Admin::addpriv;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
an alias of C<FML::Command::Admin::addadmin>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/adduser.pm b/fml/lib/FML/Command/Admin/adduser.pm
index 844878f8..633f32d1 100644
--- a/fml/lib/FML/Command/Admin/adduser.pm
+++ b/fml/lib/FML/Command/Admin/adduser.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: adduser.pm,v 1.1 2002/07/13 09:45:41 fukachan Exp $
+# $FML: adduser.pm,v 1.2 2002/09/11 23:18:06 fukachan Exp $
#
package FML::Command::Admin::adduser;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
an alias of C<FML::Command::Admin::subscribe>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/adminadd.pm b/fml/lib/FML/Command/Admin/adminadd.pm
index 01cfd19d..6eb109e7 100644
--- a/fml/lib/FML/Command/Admin/adminadd.pm
+++ b/fml/lib/FML/Command/Admin/adminadd.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: adminadd.pm,v 1.1 2002/07/13 09:45:41 fukachan Exp $
+# $FML: adminadd.pm,v 1.2 2002/09/11 23:18:06 fukachan Exp $
#
package FML::Command::Admin::adminadd;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
an alias of C<FML::Command::Admin::addadmin>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/bye.pm b/fml/lib/FML/Command/Admin/bye.pm
index 0fdffb0c..eebf9e03 100644
--- a/fml/lib/FML/Command/Admin/bye.pm
+++ b/fml/lib/FML/Command/Admin/bye.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: bye.pm,v 1.7 2002/04/03 11:32:59 fukachan Exp $
+# $FML: bye.pm,v 1.8 2002/09/11 23:18:06 fukachan Exp $
#
package FML::Command::Admin::bye;
@@ -40,6 +40,10 @@ See C<FML::Command> for more details.
alias of C<FML::Command::Admin::unsubscribe>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/byeadmin.pm b/fml/lib/FML/Command/Admin/byeadmin.pm
index e7056e49..4b7dc0e2 100644
--- a/fml/lib/FML/Command/Admin/byeadmin.pm
+++ b/fml/lib/FML/Command/Admin/byeadmin.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: byeadmin.pm,v 1.4 2002/07/02 12:07:33 fukachan Exp $
+# $FML: byeadmin.pm,v 1.5 2002/09/11 23:18:06 fukachan Exp $
#
package FML::Command::Admin::byeadmin;
@@ -108,6 +108,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/byepriv.pm b/fml/lib/FML/Command/Admin/byepriv.pm
index d21bb3ae..a2841000 100644
--- a/fml/lib/FML/Command/Admin/byepriv.pm
+++ b/fml/lib/FML/Command/Admin/byepriv.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: byepriv.pm,v 1.2 2002/04/03 11:32:59 fukachan Exp $
+# $FML: byepriv.pm,v 1.3 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::byepriv;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
an alias of C<FML::Command::Admin::byeadmin>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/chaddr.pm b/fml/lib/FML/Command/Admin/chaddr.pm
index 74aec9fc..ea28ec36 100644
--- a/fml/lib/FML/Command/Admin/chaddr.pm
+++ b/fml/lib/FML/Command/Admin/chaddr.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: chaddr.pm,v 1.6 2002/08/08 03:09:46 fukachan Exp $
+# $FML: chaddr.pm,v 1.7 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::chaddr;
@@ -140,6 +140,10 @@ sub process
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/check.pm b/fml/lib/FML/Command/Admin/check.pm
index 1396c55b..7e2f24b4 100644
--- a/fml/lib/FML/Command/Admin/check.pm
+++ b/fml/lib/FML/Command/Admin/check.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: check.pm,v 1.2 2002/06/01 05:02:32 fukachan Exp $
+# $FML: check.pm,v 1.3 2002/09/15 00:11:43 fukachan Exp $
#
package FML::Command::Admin::check;
@@ -187,6 +187,10 @@ sub _is_755
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/deladmin.pm b/fml/lib/FML/Command/Admin/deladmin.pm
index 3cc4c559..5254c4fc 100644
--- a/fml/lib/FML/Command/Admin/deladmin.pm
+++ b/fml/lib/FML/Command/Admin/deladmin.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: deladmin.pm,v 1.2 2002/07/26 00:40:10 fukachan Exp $
+# $FML: deladmin.pm,v 1.3 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::deladmin;
@@ -109,6 +109,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/delmoderator.pm b/fml/lib/FML/Command/Admin/delmoderator.pm
index 415289b5..0c09ce6e 100644
--- a/fml/lib/FML/Command/Admin/delmoderator.pm
+++ b/fml/lib/FML/Command/Admin/delmoderator.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: delmoderator.pm,v 1.1 2002/07/26 00:40:56 fukachan Exp $
+# $FML: delmoderator.pm,v 1.2 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::delmoderator;
@@ -109,6 +109,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/deluser.pm b/fml/lib/FML/Command/Admin/deluser.pm
index 5e8fcf7f..a464dabc 100644
--- a/fml/lib/FML/Command/Admin/deluser.pm
+++ b/fml/lib/FML/Command/Admin/deluser.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: deluser.pm,v 1.1 2002/07/13 09:45:41 fukachan Exp $
+# $FML: deluser.pm,v 1.2 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::deluser;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
all requests are forwarded to C<FML::Command::Admin::unsubscribe>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/dir.pm b/fml/lib/FML/Command/Admin/dir.pm
index 0819f376..fe17924f 100644
--- a/fml/lib/FML/Command/Admin/dir.pm
+++ b/fml/lib/FML/Command/Admin/dir.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: dir.pm,v 1.4 2002/07/17 09:32:51 fukachan Exp $
+# $FML: dir.pm,v 1.5 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::dir;
@@ -100,6 +100,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/edit.pm b/fml/lib/FML/Command/Admin/edit.pm
index b4f4e58b..ab725e76 100644
--- a/fml/lib/FML/Command/Admin/edit.pm
+++ b/fml/lib/FML/Command/Admin/edit.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: edit.pm,v 1.9 2002/04/06 01:32:21 fukachan Exp $
+# $FML: edit.pm,v 1.10 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::edit;
@@ -92,6 +92,10 @@ sub process
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/file.pm b/fml/lib/FML/Command/Admin/file.pm
index 8de3f15e..0ccbaf13 100644
--- a/fml/lib/FML/Command/Admin/file.pm
+++ b/fml/lib/FML/Command/Admin/file.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: file.pm,v 1.4 2002/07/17 09:32:51 fukachan Exp $
+# $FML: file.pm,v 1.5 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::file;
@@ -112,6 +112,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/get.pm b/fml/lib/FML/Command/Admin/get.pm
index bfddb462..38d4850f 100644
--- a/fml/lib/FML/Command/Admin/get.pm
+++ b/fml/lib/FML/Command/Admin/get.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: get.pm,v 1.14 2002/07/02 12:09:23 fukachan Exp $
+# $FML: get.pm,v 1.15 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::get;
@@ -99,6 +99,10 @@ sub process
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/htmlify.pm b/fml/lib/FML/Command/Admin/htmlify.pm
index 6394e3f8..39e9e124 100644
--- a/fml/lib/FML/Command/Admin/htmlify.pm
+++ b/fml/lib/FML/Command/Admin/htmlify.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: htmlify.pm,v 1.16 2002/04/25 04:07:32 fukachan Exp $
+# $FML: htmlify.pm,v 1.17 2002/04/27 05:25:02 fukachan Exp $
#
package FML::Command::Admin::htmlify;
@@ -77,6 +77,10 @@ sub process
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/list.pm b/fml/lib/FML/Command/Admin/list.pm
index 738ac89b..6373e2bc 100644
--- a/fml/lib/FML/Command/Admin/list.pm
+++ b/fml/lib/FML/Command/Admin/list.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: list.pm,v 1.7 2002/06/30 14:30:15 fukachan Exp $
+# $FML: list.pm,v 1.8 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::list;
@@ -156,6 +156,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/log.pm b/fml/lib/FML/Command/Admin/log.pm
index 2c9b270f..ccf4fd82 100644
--- a/fml/lib/FML/Command/Admin/log.pm
+++ b/fml/lib/FML/Command/Admin/log.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: log.pm,v 1.7 2002/08/16 15:59:19 fukachan Exp $
+# $FML: log.pm,v 1.8 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::log;
@@ -152,6 +152,10 @@ sub _html_to_text
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/ls.pm b/fml/lib/FML/Command/Admin/ls.pm
index 4eca9593..b21d28fa 100644
--- a/fml/lib/FML/Command/Admin/ls.pm
+++ b/fml/lib/FML/Command/Admin/ls.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: ls.pm,v 1.2 2002/04/03 15:01:14 fukachan Exp $
+# $FML: ls.pm,v 1.3 2002/09/11 23:18:07 fukachan Exp $
#
package FML::Command::Admin::ls;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
an alias of C<FML::Command::Admin::dir>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/mget.pm b/fml/lib/FML/Command/Admin/mget.pm
index 7e84cff9..7da3fc1a 100644
--- a/fml/lib/FML/Command/Admin/mget.pm
+++ b/fml/lib/FML/Command/Admin/mget.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: mget.pm,v 1.6 2002/04/07 05:08:24 fukachan Exp $
+# $FML: mget.pm,v 1.7 2002/09/11 23:18:08 fukachan Exp $
#
package FML::Command::Admin::mget;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
an alias of C<FML::Command::Admin::get>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/newml.pm b/fml/lib/FML/Command/Admin/newml.pm
index 1b4e99d3..601b284c 100644
--- a/fml/lib/FML/Command/Admin/newml.pm
+++ b/fml/lib/FML/Command/Admin/newml.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: newml.pm,v 1.50 2002/09/11 23:18:08 fukachan Exp $
+# $FML: newml.pm,v 1.51 2002/09/15 00:11:43 fukachan Exp $
#
package FML::Command::Admin::newml;
@@ -446,6 +446,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/off.pm b/fml/lib/FML/Command/Admin/off.pm
index 064dd45a..aabe9b9e 100644
--- a/fml/lib/FML/Command/Admin/off.pm
+++ b/fml/lib/FML/Command/Admin/off.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: off.pm,v 1.1 2002/07/22 15:39:54 tmu Exp $
+# $FML: off.pm,v 1.2 2002/09/11 23:18:08 fukachan Exp $
#
package FML::Command::Admin::off;
@@ -106,6 +106,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
MURASHITA Takuya
diff --git a/fml/lib/FML/Command/Admin/on.pm b/fml/lib/FML/Command/Admin/on.pm
index 8bdbe820..621f555d 100644
--- a/fml/lib/FML/Command/Admin/on.pm
+++ b/fml/lib/FML/Command/Admin/on.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: on.pm,v 1.2 2002/08/03 13:13:22 fukachan Exp $
+# $FML: on.pm,v 1.3 2002/09/11 23:18:08 fukachan Exp $
#
package FML::Command::Admin::on;
@@ -106,6 +106,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
MURASHITA Takuya
diff --git a/fml/lib/FML/Command/Admin/pass.pm b/fml/lib/FML/Command/Admin/pass.pm
index 54689aad..db26873b 100644
--- a/fml/lib/FML/Command/Admin/pass.pm
+++ b/fml/lib/FML/Command/Admin/pass.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: pass.pm,v 1.2 2002/04/03 15:01:14 fukachan Exp $
+# $FML: pass.pm,v 1.3 2002/09/11 23:18:08 fukachan Exp $
#
package FML::Command::Admin::pass;
@@ -40,6 +40,10 @@ See C<FML::Command> for more details.
an alias of C<FML::Command::Admin::password>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/password.pm b/fml/lib/FML/Command/Admin/password.pm
index 36623e03..3853c8ff 100644
--- a/fml/lib/FML/Command/Admin/password.pm
+++ b/fml/lib/FML/Command/Admin/password.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: password.pm,v 1.2 2002/03/30 11:08:35 fukachan Exp $
+# $FML: password.pm,v 1.3 2002/09/11 23:18:08 fukachan Exp $
#
package FML::Command::Admin::password;
@@ -84,6 +84,10 @@ sub rewrite_prompt
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/remove.pm b/fml/lib/FML/Command/Admin/remove.pm
index 5e129400..be5a3258 100644
--- a/fml/lib/FML/Command/Admin/remove.pm
+++ b/fml/lib/FML/Command/Admin/remove.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: remove.pm,v 1.7 2002/04/03 11:32:59 fukachan Exp $
+# $FML: remove.pm,v 1.8 2002/09/11 23:18:08 fukachan Exp $
#
package FML::Command::Admin::remove;
@@ -40,6 +40,10 @@ See C<FML::Command> for more details.
an alias of C<FML::Command::Admin::unsubscribe>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/resign.pm b/fml/lib/FML/Command/Admin/resign.pm
index bc2fd08a..9d1507ed 100644
--- a/fml/lib/FML/Command/Admin/resign.pm
+++ b/fml/lib/FML/Command/Admin/resign.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: resign.pm,v 1.7 2002/04/03 11:32:59 fukachan Exp $
+# $FML: resign.pm,v 1.8 2002/09/11 23:18:08 fukachan Exp $
#
package FML::Command::Admin::resign;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
all requests are forwarded to C<FML::Command::Admin::unsubscribe>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/rmml.pm b/fml/lib/FML/Command/Admin/rmml.pm
index 23b1edf9..60fa4a96 100644
--- a/fml/lib/FML/Command/Admin/rmml.pm
+++ b/fml/lib/FML/Command/Admin/rmml.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: rmml.pm,v 1.7 2002/07/12 15:06:34 fukachan Exp $
+# $FML: rmml.pm,v 1.8 2002/09/11 23:18:08 fukachan Exp $
#
package FML::Command::Admin::rmml;
@@ -179,6 +179,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/signoff.pm b/fml/lib/FML/Command/Admin/signoff.pm
index afab0c26..8312bb84 100644
--- a/fml/lib/FML/Command/Admin/signoff.pm
+++ b/fml/lib/FML/Command/Admin/signoff.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: signoff.pm,v 1.7 2002/04/03 11:32:59 fukachan Exp $
+# $FML: signoff.pm,v 1.8 2002/09/11 23:18:08 fukachan Exp $
#
package FML::Command::Admin::signoff;
@@ -40,6 +40,10 @@ See C<FML::Command> for more details.
all requests are forwarded to C<FML::Command::Admin::unsubscribe>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/subscribe.pm b/fml/lib/FML/Command/Admin/subscribe.pm
index 3f9d579d..04254f0b 100644
--- a/fml/lib/FML/Command/Admin/subscribe.pm
+++ b/fml/lib/FML/Command/Admin/subscribe.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: subscribe.pm,v 1.16 2002/04/03 11:32:59 fukachan Exp $
+# $FML: subscribe.pm,v 1.17 2002/09/11 23:18:08 fukachan Exp $
#
package FML::Command::Admin::subscribe;
@@ -108,6 +108,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/unsubscribe.pm b/fml/lib/FML/Command/Admin/unsubscribe.pm
index 0bf4c199..35967f68 100644
--- a/fml/lib/FML/Command/Admin/unsubscribe.pm
+++ b/fml/lib/FML/Command/Admin/unsubscribe.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: unsubscribe.pm,v 1.14 2002/07/20 04:33:12 tmu Exp $
+# $FML: unsubscribe.pm,v 1.15 2002/09/11 23:18:09 fukachan Exp $
#
package FML::Command::Admin::unsubscribe;
@@ -108,6 +108,10 @@ sub cgi_menu
}
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/useradd.pm b/fml/lib/FML/Command/Admin/useradd.pm
index 22a8aaf8..7d3fe2c0 100644
--- a/fml/lib/FML/Command/Admin/useradd.pm
+++ b/fml/lib/FML/Command/Admin/useradd.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: useradd.pm,v 1.1 2002/07/13 09:45:41 fukachan Exp $
+# $FML: useradd.pm,v 1.2 2002/09/11 23:18:09 fukachan Exp $
#
package FML::Command::Admin::useradd;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
an alias of C<FML::Command::Admin::subscribe>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi
diff --git a/fml/lib/FML/Command/Admin/userdel.pm b/fml/lib/FML/Command/Admin/userdel.pm
index 6ce95770..4d95db81 100644
--- a/fml/lib/FML/Command/Admin/userdel.pm
+++ b/fml/lib/FML/Command/Admin/userdel.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: userdel.pm,v 1.1 2002/07/13 09:45:41 fukachan Exp $
+# $FML: userdel.pm,v 1.2 2002/09/11 23:18:09 fukachan Exp $
#
package FML::Command::Admin::userdel;
@@ -39,6 +39,10 @@ See C<FML::Command> for more details.
all requests are forwarded to C<FML::Command::Admin::unsubscribe>.
+=head1 CODING STYLE
+
+See C<http://www.fml.org/software/FNF/> on fml coding style guide.
+
=head1 AUTHOR
Ken'ichi Fukamachi