Remoto - VFS: Nodes and Plugins
Remoto - VFS
Nodes and Plugins

All nodes in VFS must be a subclass of VFS_node. The base VFS_node class only acts as a child and/or parent in the VFS tree, with the ability to subscribe or submit to other nodes in the tree.

Nodes will want to override the methods described in Commands.

Plugins

Plugins provide a bundle of possible nodes to the VFS. The VFS_node_interface is the base class for all plugins.

FIXME: explain plugins and commands

FIXME: add form fields here

See also
VFS_node_interface
Invoking the Server

Storage

Networking

The Plugin Skeleton

The Skeleton Plugin