Bug 16570 - adding actionscript and mxml mime types
Summary: adding actionscript and mxml mime types
Status: RESOLVED MOVED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: Other All
: medium enhancement
Assignee: Shared Mime Info group
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-30 06:54 UTC by stephen
Modified: 2018-10-13 10:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
test actionscript file (221 bytes, application/octet-stream)
2008-06-30 07:11 UTC, stephen
Details
test mxml file (327 bytes, application/octet-stream)
2008-06-30 07:12 UTC, stephen
Details

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.