<?xml version="1.0" encoding="UTF-8"?>
<actions>
	<action>
		<name>BGE</name>
		<regex>(ATF|BGE|DTF)?\s*(\d\d\d)?\s([iIvVaAbB]+)\s(\d*)</regex>
		<commands>
			<command>
				<name>BGE Gratissuche</name>
				<exec>exo-open http://relevancy.bger.ch/cgi-bin/JumpCGI?id=BGE-\2-\3-\4&amp;lang=de&amp;zoom=OUT&amp;system=clir</exec>
			</command>
			<command>
				<name>BGE Profisuche</name>
				<exec>exo-open https://expert.bger.ch/cgi-bin/JumpCGI?id=BGE-\2-\3-\4&amp;lang=de&amp;zoom=IN&amp;system=expert</exec>
			</command>
		</commands>
	</action>
	<action>
		<name>BGer Prozessnummer</name>
		<regex>\s*(\d[A-Za-z][\._])(\d+)\/(\d\d\d\d)\s*</regex>
		<commands>
			<command>
				<name>BGer Gratissuche</name>
				<exec>exo-open http://relevancy.bger.ch/php/aza/http/index.php?lang=de&amp;type=simple_query&amp;query_words=\1\2%2F\3&amp;top_subcollection_aza=all&amp;from_date=&amp;to_date=&amp;zoom=YES&amp;</exec>
			</command>
		</commands>
	</action>
	<action>
		<name>Bugz</name>
		<regex>bug\s*#?\s?([0-9]+)</regex>
		<commands>
			<command>
				<name>GNOME Bug</name>
				<exec>exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
			</command>
			<command>
				<name>Ubuntu Bug</name>
				<exec>exo-open https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/\1</exec>
			</command>
			<command>
				<name>Xfce Bug</name>
				<exec>exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1</exec>
			</command>
		</commands>
	</action>
	<action>
		<name>BVGE</name>
		<regex>\s?(BVGE|BVGer|TAF)\s(\d{4})[\/_-](\d+)</regex>
		<commands>
			<command>
				<name>BVGE Suche</name>
				<exec>exo-open http://relevancy.bger.ch/php/taf/http/index.php?lang=de&amp;type=simple_query&amp;query_words=BVGE+\2%2F\3&amp;azaclir=clir&amp;from_date=&amp;to_date=&amp;part=all</exec>
			</command>
			<command>
				<name>BVGE direkt zum Entscheid</name>
				<exec>exo-open http://relevancy.bger.ch/cgi-bin/JumpCGI?id=BVGE-\2-\3&amp;lang=de&amp;zoom=IN&amp;system=clir</exec>
			</command>
		</commands>
	</action>
	<action>
		<name>BVGer Prozessnummer</name>
		<regex>\s*(BVGer|TAF)?\s*([ABCDE])[-_\s](\d+)\/(\d{4})</regex>
		<commands>
			<command>
				<name>BVGer Suche</name>
				<exec>exo-open http://relevancy.bger.ch/php/taf/http/index.php?lang=de&amp;type=simple_query&amp;query_words=\2-\3%2F\4&amp;azaclir=aza&amp;from_date=&amp;to_date=&amp;part=all&amp;zoom=YES</exec>
			</command>
			<command>
				<name>BVGer direkt zum Entscheid</name>
				<exec>exo-open http://relevancy.bger.ch/php/taf/http/index.php?lang=de&amp;type=highlight_simple_query&amp;page=1&amp;from_date=&amp;to_date=&amp;sort=relevance&amp;insertion_date=&amp;top_subcollection_aza=&amp;query_words=\2-\3%2F\4&amp;rank=1&amp;azaclir=aza&amp;number_of_ranks=1</exec>
			</command>
		</commands>
	</action>
	<action>
		<name>Image</name>
		<regex>(http|ftp).+\.(jpg|png|gif)</regex>
		<commands>
			<command>
				<name>Edit with Gimp</name>
				<exec>gimp &quot;\0&quot;</exec>
			</command>
			<command>
				<name>View with Ristretto</name>
				<exec>ristretto &quot;\0&quot;</exec>
			</command>
		</commands>
	</action>
	<action>
		<name>Long URL</name>
		<regex>http://.{120}[^ ]+</regex>
		<commands>
			<command>
				<name>Shrink the URL</name>
				<exec>exo-open http://tinyurl.com/create.php?url=\0</exec>
			</command>
		</commands>
	</action>
	<action>
		<name>SR</name>
		<regex>Art\.\s(\d+[a-z]?)\s+([a-zA-Z0-9]+)</regex>
		<commands>
			<command>
				<name>SR-Schnellsuche</name>
				<exec>exo-open http://www.admin.ch/chp/redir_sr2.pl?q=\2%20\1&amp;lang=d&amp;pg=q&amp;i=0</exec>
			</command>
		</commands>
	</action>
</actions>