Reference for ROMA
Plugin
ROMA is able to use plug-in architecture to be extended its function.
It is possible to extend ROMA without changing its source code by preparing plug-ins.
Plugin Variety
Plugin Name | Description |
plugin_alist | To store the list type data |
Preparation
-
Source file
roma/ruby/server/lib/roma/plugin/{PLUGIN_NAME}.rb
-
How to use
Add file name to "PLUGIN_FILES" parametar in config.rb as below.
PLUGIN_FILES = ['{PLUGIN_NAME}.rb']
Commands
Description of plugin command is HERE