Menu

Stagehand_FSM 1.8.0 (stable) released

Stagehand_FSM provides a self configuring Finite State Machine.
The following is a list of features of Stagehand_FSM.
o Transition action
o Entry and Exit state actions
o Initial and Final pseudo states
o Nested FSM
o History Marker
o Activity
o User defined payload

::::: Release notes for Stagehand_FSM 1.8.0 :::::

This is the first release with the new PEAR Channel Server pear.piece-framework.com. There are no changes from the previous release except the PEAR Channel Server is changed.

::::: Installation :::::

A. Installation from a PEAR channel (requires PEAR 1.4.3 or newer)

This release can be installed directly using a PEAR channel pear.piece-framework.com:
First, add the channel to your PEAR install:

$ pear channel-discover pear.piece-framework.com

Second, install the package:

$ pear install piece/Stagehand_FSM

This release can be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=165844

Since Stagehand_FSM-1.8.0.tgz is a PEAR package, you can install the package with pear command after downloading it.

$ pear install Stagehand_FSM-1.8.0.tgz

B. Installation from the tarball (requires PEAR 1.4.2 or older)

This release can be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=165844

Since Stagehand_FSM-1.8.0-without-channel.tgz is a PEAR package without channel, you can install the package with pear command after downloading it.

$ pear install Stagehand_FSM-1.8.0-without-channel.tgz

For more information, visit the project page as follows:
http://piece-framework.com/

Posted by iteman 2006-10-15

Log in to post a comment.