Issue49

Title Switch to new preferences syntax
Priority urgent Status in-progress
Superseder Nosy List dmcc, drewp
Assigned To dmcc Topics prefs

Created on 2003-07-28.08:13:43 by dmcc, last changed 2003-08-08.20:05:34 by dmcc.

Files
File name Uploaded Type Edit Remove
Keepalive_newprefs.py dmcc, 2003-08-08.20:05:34 text/x-python
Messages
msg188 (view) Author: dmcc Date: 2003-08-08.20:05:34
Attached is an illustrative Keepalive plugin with the new
plugin syntax.  The plugin doesn't work yet, but if
accepted, I'll make the appropriate backend changes. (Well,
it would work, but it wouldn't supply any preferences.)

Each change from the original Keepalive is marked with
"CHANGED".
msg165 (view) Author: dmcc Date: 2003-07-28.08:13:43
Plugin preferences will be supplied by a class method,
something like: PluginClass.setup_preferences(app,
plugin_prefs, root_prefs, host_plugin_prefs)
History
Date User Action Args
2003-08-08 20:05:41dmccsetfiles: + Keepalive_newprefs.py
messages: + msg188
2003-07-28 08:13:43dmcccreate