File: plugin.xml.in

package info (click to toggle)
goffice 0.10.57-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,136 kB
  • sloc: ansic: 114,820; sh: 4,993; makefile: 1,241; perl: 235; xml: 232
file content (23 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_lasem">
	<information>
		<_name>Component : Lasem</_name>
		<_description>Math equation support</_description>
	</information>
	<loader type="Gnumeric_Builtin:module">
		<attribute name="module_file" value="lasem"/>
	</loader>
	<services>
		<service type="component_engine" id="GoLasemComponent">
			<information>
				<_description>Math equation component engine</_description>
			</information>
		</service>
		<service type="component_type" id="GoLasemComponent">
			<mime_type name="application/mathml+xml" priority="full"/>
			<information>
				<_description>Equation</_description>
			</information>
		</service>
	</services>
</plugin>