summaryrefslogtreecommitdiff
path: root/plugins/old/resume_loop.xml
blob: 124d61d0c8e92516fcbead13a9dea67e4f51b7a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd">
	<author>René 'Necoro' Neumann</author>
	<name>Emerge Resume Loop</name>
	<import>portato.plugins.resume_loop</import>

	<hooks>
		<hook type="emerge" call="set_data" />

		<hook type="after_emerge" call="resume_loop">
			<connect type="before">*</connect>
		</hook>
	</hooks>

	<options>
		<option>disabled</option>
	</options>

</plugin>
tato.git/commit/portato/plugins/resume_loop.py?id=00af1784b1652f3bed04c63e2faaeb03ca185ed4&follow=1'>made the resume_loop-plugin change titles toonecoro5-7/+22 2007-07-21added logviewersnecoro7-215/+429 2007-07-21updated howtonecoro1-14/+24 2007-07-20new Plugin Schemenecoro1-5/+4 2007-07-20new Plugin Schemenecoro1-1/+1 2007-07-20new Plugin Schemenecoro9-162/+214 2007-07-13fixesnecoro4-27/+37 2007-07-13new fancier log outputnecoro14-127/+116 2007-07-11added SIGSTOP/SIGCONT support; SIGTERM now works ;)necoro8-208/+275 2007-07-09bug in shutdown pluginnecoro2-5/+12 2007-07-09added resume_loop pluginnecoro1-1/+1 2007-07-09added resume_loop pluginnecoro10-22/+162 2007-07-07some more documentationnecoro6-4/+108 2007-07-07Some documentation worknecoro7-18/+129