Bug 16570

Summary: adding actionscript and mxml mime types
Product: shared-mime-info Reporter: stephen <delfick755>
Component: freedesktop.org.xmlAssignee: Shared Mime Info group <shared_mime_info>
Status: RESOLVED MOVED QA Contact:
Severity: enhancement    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: test actionscript file
test mxml file

Description stephen 2008-06-30 06:54:41 UTC
hello.

Can Actionscript and Mxml mime types be added to the database please?

Actionscript 
(http://en.wikipedia.org/wiki/ActionScript) :



<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
	<mime-type type="text/actionscript">
		<sub-class-of type="text/plain"/>
		<comment>Actionscript Source Code</comment>
		<glob pattern="*.as"/>
	</mime-type>
</mime-info>



Mxml 
(http://en.wikipedia.org/wiki/MXML) :



<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
	<mime-type type="text/mxml">
		<sub-class-of type="text/xml"/>
		<comment>Mxml Source Code</comment>
		<glob pattern="*.mxml"/>
	</mime-type>
</mime-info>



Thankyou.
Comment 1 Bastien Nocera 2008-06-30 07:04:05 UTC
Could you please upload some test files as well?
Comment 2 stephen 2008-06-30 07:11:44 UTC
Created attachment 17460 [details]
test actionscript file
Comment 3 stephen 2008-06-30 07:12:08 UTC
Created attachment 17461 [details]
test mxml file
Comment 4 Bastien Nocera 2010-12-01 09:08:35 UTC
Please follow the instructions in the HACKING file about providing patches.
http://cgit.freedesktop.org/xdg/shared-mime-info/plain/HACKING
Comment 5 GitLab Migration User 2018-10-13 10:36:58 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xdg/shared-mime-info/issues/18.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.