]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Update mime icons
authoreldy <>
Sat, 17 Dec 2005 16:05:10 +0000 (16:05 +0000)
committereldy <>
Sat, 17 Dec 2005 16:05:10 +0000 (16:05 +0000)
wwwroot/cgi-bin/lib/mime.pm

index c850423052a63c2b27601e0129b4ef1ca807b8db..8c0566090d0e1e76136d5e759f27be89f589d48d 100644 (file)
 #---------------------------------------------------------------
 %MimeHashLib = (
 'text',      'Text file',
-'page',      'HTML&nbsp;or&nbsp;XML&nbsp;static&nbsp;page',
-'script',    'Dynamic&nbsp;Html&nbsp;page&nbsp;or&nbsp;Script&nbsp;file',
+'page',      'HTML or XML static page',
+'script',    'Dynamic Html page or Script file',
+'pl',        'Dynamic Perl Script file',
+'php',       'Dynamic PHP Script file',
 'image',     'Image',
 'document',  'Document',
 'package',   'Package',
 'archive',   'Archive',
-'audio',     'Audio',
-'video',     'Video',
-'javascript','Javascript file',
+'audio',     'Audio file',
+'video',     'Video file',
+'javascript','JavaScript file',
 'vbs',       'Visual Basic script',
 'conf',      'Config file',
 'css',       'Cascading Style Sheet file',
-'xsl',       'Extensible&nbsp;Stylesheet&nbsp;Language&nbsp;file',
-'runtime',   'HTML&nbsp;dynamic&nbsp;page&nbsp;or&nbsp;Binary&nbsp;runtime',
+'xsl',       'Extensible Stylesheet Language file',
+'runtime',   'Binary runtime',
 'library',   'Binary library',
 'swf',       'Macromedia Flash Animation',
 'dtd',       'Document Type Definition',
 'csv',       'Comma Separated Value file',
 'jnlp',      'Java Web Start launch file',
+'lit',       'Microsoft Reader e-book',
+'svg',       'Scalable Vector Graphics',
+'ai',        'Adobe Illustrator file',
+'phshop',    'Adobe Photoshop image file',
+'ttf',       'TrueType scalable font file',
+'fon',       'Font file',
+'pdf',       'Adobe Acrobat file',
 );
 
 # MimeHashIcon
@@ -42,6 +51,7 @@
 %MimeHashIcon = (
 # Text file
 'txt','text',
+'log','text',
 # HTML Static page
 'html','html',
 'htm','html',
@@ -50,6 +60,8 @@
 'wmlp','html',
 'xhtml','html',
 'xml','html',
+'sgm','html',
+'sgml','html',
 # HTML Dynamic pages or script
 'asp','script',
 'aspx','script', 
 'jsp','script',
 'cgi','script',
 'ksh','script',
-'php','script',
-'php3','script',
-'php4','script',
-'pl','script',
+'php','php',
+'php3','php',
+'php4','php',
+'pl','pl',
 'py','script',
 'sh','script',
 'shtml','html',
 'bmp','image',
 'jpg','image',
 'jpeg','image',
+'cdr','image',
+'ico','image',
+'svg','svg',
+'psd','phshop',
 # Document
 'doc','doc',
+'wmz','doc',
+'rtf','doc',
 'pdf','pdf',
-'xls','other',
-'ppt','other',
-'pps','other',
+'xls','xls',
+'ppt','ppt',
+'pps','ppt',
 'sxw','other',
 'sxc','other',
 'sxi','other',
 'sxd','other',
 'csv','other',
 'xsl','html',
+'lit','lit',
+'ai','ai',
 # Package
 'rpm',($LogType eq 'S'?'audio':'archive'),
 'deb','archive',
 'mp4','video',
 'mpeg','video',
 'mpg','video',
-'rm','video',
-'swf','video',
+'rm','real',
+'swf','flash',
+'wmv','video',
+'mov','quicktime',
+'qt','quicktime',
 # Web scripts
-'js','other',
-'vbs','other',
+'js','jscript',
+'vbs','jscript',
 # Config
 'cf','other',
 'conf','other',
 'exe','script',
 'dll','script',
 'jnlp','jnlp',
+# Fonts
+'ttf','ttf',
+'fon','fon',
 );
 
 
 %MimeHashFamily=(
 # Text file
-'txt','page',
+'txt','text',
+'log','text',
 # HTML Static page
 'html','page',
 'htm','page',
 'wmlp','page',
 'xhtml','page',
 'xml','page',
+'sgm','page',
+'sgml','page',
 # HTML Dynamic pages or script
 'asp','script',
 'aspx','script', 
 'jsp','script',
 'cgi','script',
 'ksh','script',
-'php','script',
-'php3','script',
-'php4','script',
-'pl','script',
+'php','php',
+'php3','php',
+'php4','php',
+'pl','pl',
 'py','script',
 'sh','script',
 'shtml','script',
 'bmp','image',
 'jpg','image',
 'jpeg','image',
+'cdr','image',
+'ico','image',
+'svg','svg',
+'psd','phshop',
+'ai','ai',
 # Document
 'doc','document',
-'pdf','document',
+'wmz','document',
+'rtf','document',
+'pdf','pdf',
 'xls','document',
 'ppt','document',
 'pps','document',
 'sxd','document',
 'csv','csv',
 'xsl','xsl',
+'lit','lit',
 # Package
 'rpm',($LogType eq 'S'?'audio':'package'),
 'deb','package',
 'mpg','video',
 'rm','video',
 'swf','swf',
+'wmv','video',
+'mov','video',
+'qt','video',
 # Web scripts
 'js','javascript',
 'vbs','vbs',
 'exe','runtime',
 'jnlp','jnlp',
 'dll','library',
+# Font
+'ttf','ttf',
+'fon','fon',
 );