From 51eb880da0365236e6a08aca3b1d84b14f6294b3 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 11 May 2002 13:44:58 +0200 Subject: Improved implementation of setup menus for plugins --- PLUGINS.html | 173 ++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 129 insertions(+), 44 deletions(-) (limited to 'PLUGINS.html') diff --git a/PLUGINS.html b/PLUGINS.html index 7481bfaf..4f8a70ed 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -15,7 +15,10 @@ VDR code (and all the problems of correlating various patches). This document describes the "outside" interface of the plugin system. It handles everything necessary for a plugin to get hooked into the core VDR program and present itself to the user. - +

+
  +Important modifications introduced in version 1.1.1 are marked like this. +


Quick start

@@ -25,12 +28,12 @@ VDR program and present itself to the user. Actually you should read this entire document before starting to work with VDR plugins, but you probably want to see something happening right away ;-)

-So, for a quick demonstration of the plugin system, there is a demo plugin called +So, for a quick demonstration of the plugin system, there is a sample plugin called "hello" that comes with the VDR source. To test drive this one, do the following: