====== OSInet FSM ====== Finite_State_Machine.php implements the OSInet [[http://en.wikipedia.org/wiki/Finite_state_machine|finite state machine (FSM)]] of the transducer variety. This is typically used with [[:start#php-gtk|PHP-GTK]] to implement fluid UIs with background behaviours. Examples include: FTP downloader, Drupal offload client, various proprietary OSInet back-office applications. * [[fsm:install_fsm|Installing OSInet FSM]] * [[fsm:use_fsm|Using OSInet FSM]] * [[fsm:upgrading_fsm|Upgrading apps using FSM]] (doubles as changelog) * [[fsm:tools|FSM Tools]] * [[fsm:packaging|FSM packaging]]