summaryrefslogtreecommitdiff
path: root/fml/etc/modules
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-03-06 11:29:11 +0000
committerfukachan <fukachan>2003-03-06 11:29:11 +0000
commit580655b38f3ec5d9ab88d0edcda7d2e9dbb71d65 (patch)
tree7a3469cde84a0fb6d8b022e7c5486d92a09f0a48 /fml/etc/modules
parent3e9360547ba66feb6af6187fdd4bc0928751d1ed (diff)
downloadfml8-580655b38f3ec5d9ab88d0edcda7d2e9dbb71d65.tar.gz
fml8-580655b38f3ec5d9ab88d0edcda7d2e9dbb71d65.tar.bz2
fml8-580655b38f3ec5d9ab88d0edcda7d2e9dbb71d65.zip
use $default_config_dir/modules to resolv map between prorame name and
class (+ options).
Diffstat (limited to 'fml/etc/modules')
-rw-r--r--fml/etc/modules50
1 files changed, 50 insertions, 0 deletions
diff --git a/fml/etc/modules b/fml/etc/modules
new file mode 100644
index 00000000..2fbb2438
--- /dev/null
+++ b/fml/etc/modules
@@ -0,0 +1,50 @@
+#
+# $FML$
+#
+# map between programs and modules (like /etc/name_to_sysnum on solaris ?)
+#
+
+# program name class argv syntax
+# --------------------------------------------------------------------
+#
+
+# libexec/
+command FML::Process::Command $ml
+digest FML::Process::Digest $ml
+distribute FML::Process::Distribute $ml
+error FML::Process::Error $ml
+fmlserv FML::Process::ListServer ?
+mead FML::Process::Error $ml
+
+# bin/
+fml FML::Process::Configure $ml $command $opts
+fmladdr FML::Process::Addr
+fmlalias FML::Process::Alias
+fmlconf FML::Process::ConfViewer
+fmldoc FML::Process::DocViewer
+fmlerror FML::Process::ErrorViewer $ml
+fmlhtmlify FML::Process::HTMLify $ml
+fmlspool FML::Process::Spool $ml
+fmlsummary FML::Process::Summary $ml
+fmlsuper FML::Process::Super $ml
+fmlthread FML::Process::ThreadTrack $ml
+makefml FML::Process::Configure $command $ml $opts
+
+# cgi-bin/
+fmlthread.cgi FML::CGI::ThreadTrack $cgiargs
+thread.cgi FML::CGI::ThreadTrack $cgiargs
+threadview.cgi FML::CGI::ThreadTrack $cgiargs
+menu.cgi FML::CGI::Admin::Menu $cgiargs
+config.cgi FML::CGI::Admin::Menu $cgiargs
+
+# libexec/ compatibility
+fml.pl FML::Process::Distribute $ml
+fml.pl__--ctladdr FML::Process::Command $ml
+
+# test
+loader FML::Process::Distribute $ml
+loader__--ctladdr FML::Process::Command
+
+# demo
+fmlsch FML::Process::Calendar
+fmlsch.cgi FML::CGI::Calendar