/[suikacvs]/webroot/swe/lib/SWE/Lang.pm
Suika

Diff of /webroot/swe/lib/SWE/Lang.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Mon Sep 14 02:13:13 2009 UTC revision 1.2 by wakaba, Mon Sep 14 02:41:01 2009 UTC
# Line 7  our @EXPORT_OK = qw(@ContentMediaType %C Line 7  our @EXPORT_OK = qw(@ContentMediaType %C
7    
8  our @ContentMediaType =  our @ContentMediaType =
9  (  (
10    {type => 'text/x-suikawiki', module => 'SWE::Lang::SWML',    {type => 'text/x-suikawiki', module => 'SWE::Object::Document::SWML',
11     label => 'SWML'},     label => 'SWML'},
12    {type => 'text/x.suikawiki.image', module => 'SWE::Lang::SWML'},    {type => 'text/x.suikawiki.image', module => 'SWE::Object::Document::SWML'},
13    {type => 'application/x.suikawiki.config'},    {type => 'application/x.suikawiki.config'},
14    {type => 'text/plain', label => 'Plain text'},    {type => 'text/plain', label => 'Plain text'},
15    {type => 'image/x-canvas-instructions+text',    {type => 'image/x-canvas-instructions+text',
16     module => 'SWE::Lang::CanvasInstructions',     module => 'SWE::Object::Document::CanvasInstructions',
17     label => 'Drawing'},     label => 'Drawing'},
18    {type => 'text/css', label => 'CSS'},    {type => 'text/css', label => 'CSS'},
19  );  );

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24