From a87317188b7e26d9a517cb876c0fedaa677549f0 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 28 Nov 2003 01:23:35 +0000 Subject: [PATCH] adding migration base file --- docs/migration.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/migration.txt diff --git a/docs/migration.txt b/docs/migration.txt new file mode 100644 index 000000000..5cc2b2ed7 --- /dev/null +++ b/docs/migration.txt @@ -0,0 +1,45 @@ +WebGUI 6.x Plugin Migration Guide +--------------------------------- + +This document is provided by the WebGUI 6.x development team in order to help +you migrate your WebGUI 5.x plugins to the new API's. + +CONTENTS + + I. Wobject Migration + II. Macro Migration +III. Authentication Migration + IV. Scheduler Migration + V. System Changes Affecting Migration + + + +I. Wobject Migration +-------------------- +There have currently been no changes to the Wobject API. + + + +II. Macro Migration +------------------- +There have currently been no changes to the macro API. + + + +III. Authentication Migration +----------------------------- +There have currently been no changes to the authentication API. + + + +IV. Scheduler Migration +----------------------- +There have currently been no changes to the scheduler API. + + + +V. System Changes Affecting Migration +------------------------------------- +There have currently been no changes to the system that would affect any normal +use of the API's by plugins. +