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 (35 lines) | stat: -rw-r--r-- 952 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
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_plot_pie">
	<information>
		<_name>Charting : Pie/Ring</_name>
		<_description>Pie and Ring plots</_description>
	</information>
	<loader type="Gnumeric_Builtin:module">
		<attribute name="module_file" value="pie"/>
	</loader>
	<services>
		<service type="resource"
			 id="go:plot_pie/pie.xpm"
			 file="pie.xpm"/>
		<service type="resource"
			 id="go:plot_pie/doughnut.xpm"
			 file="doughnut.xpm"/>

		<service type="plot_engine" id="GogRingPlot">
			<information>
				<_description>Ring plotting engine</_description>
			</information>
		</service>
		<service type="plot_engine" id="GogPiePlot">
			<information>
				<_description>Pie plotting engine</_description>
			</information>
		</service>
		<service type="plot_type" id="pie">
			<file>plot-types.xml</file>
			<information>
				<_description>Default pie types</_description>
			</information>
		</service>
	</services>
</plugin>