Namazu-devel-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Supported media types: (28)



>                                            千葉市中央区長洲
>                                                    藤原  誠

藤> とは言っても filter が全て入っているとは限らないので、それほど

数えたら 28 入っていました。(数え方は良くないかも知れませんが)

ttyp2:makoto@harry  22:10:20/030907(~...stable-2-0/namazu)> env pkgdatadir=`pwd` scripts/mknmz -C
....
Supported media types: (28) 
  application/excel: excel.pl
  application/ichitaro5: taro56.pl
  application/ichitaro6: taro56.pl
  application/macbinary: macbinary.pl
  application/msword: msword.pl
  application/pdf: pdf.pl
  application/postscript: postscript.pl
  application/powerpoint: powerpoint.pl
  application/vnd.sun.xml.calc: ooo.pl
  application/vnd.sun.xml.draw: ooo.pl
  application/vnd.sun.xml.impress: ooo.pl
  application/vnd.sun.xml.writer: ooo.pl
  application/x-apache-cache: apachecache.pl
  application/x-bzip2: bzip2.pl
  application/x-compress: compress.pl
  application/x-dvi: dvi.pl
  application/x-gzip: gzip.pl
  application/x-rpm: rpm.pl
  application/x-tex: tex.pl
  message/news: mailnews.pl
  message/rfc822: mailnews.pl
  text/hnf: hnf.pl
  text/html: html.pl
  text/html; x-type=mhonarc: mhonarc.pl
  text/plain
  text/plain; x-type=rfc: rfc.pl
  text/x-hdml: hdml.pl
  text/x-roff: man.pl
---
(藤原)

Index: scripts/mknmz.in
===================================================================
RCS file: /storage/cvsroot/namazu/scripts/mknmz.in,v
retrieving revision 1.85.4.34
diff -u -r1.85.4.34 mknmz.in
--- scripts/mknmz.in	6 Sep 2003 09:48:29 -0000	1.85.4.34
+++ scripts/mknmz.in	7 Sep 2003 13:11:22 -0000
@@ -1214,7 +1214,8 @@
 
     my @supported = sort grep { $var::Supported{$_} eq "yes" }
     keys %var::Supported;
-    print _("Supported media types: \n");
+    my $num_supported = @supported;
+    print _("Supported media types: ($num_supported) \n");
     for my $mtype (@supported) {
        print "  $mtype";
        if ($var::REQUIRE_ACTIONS{$mtype}){