Add plugin path, separate search plugins
authorChip Black <bytex64@bytex64.net>
Mon, 15 Jun 2009 03:24:13 +0000 (22:24 -0500)
committerChip Black <bytex64@bytex64.net>
Mon, 15 Jun 2009 03:24:13 +0000 (22:24 -0500)
commitde68be10ae8d84f85431c704bb06d89e4d93cc98
treec6b84824ce35faac04f7cf43326de273e6be6815
parent2be31e14fb4593a82a52219e534a61a2613ead34
Add plugin path, separate search plugins

Added plugin path to Config, used to search for plugins. Moved search
plugins into their own directory, with a slightly different makefile.
Modified PluginManager to search for assemblies on the search path.

Search plugins have been modified to do proper url escaping (which,
incidentally, makes them even simpler).
Config.cs
Makefile
PluginManager.cs
plugins/Makefile
searchplugins/GoogleSearch.cs [moved from plugins/GoogleSearch.cs with 57% similarity]
searchplugins/Makefile [new file with mode: 0644]
searchplugins/WikipediaSearch.cs [moved from plugins/WikipediaSearch.cs with 67% similarity]