Rainbow - Usage
Common Usage
The main function of Rainbow is to launch utilities. The usual steps to run a Rainbow utility are the following:
- Add the input documents to process to the input file lists.
- Make sure each input document is associated with its relevant filter configuration.
- Make sure the common parameters needed by the utility are set properly (e.g. languages, encoding, output filenames, etc.)
- In the Utilities menu, select the utility to execute.
- In the utility's options dialog box (if there is one), set the options specific to the given utility.
- Execute the utility.
- Review any warning or error message in the Log window.
You can save all your input files settings and options in a Rainbow project file (.rnb
extension) with the Save or Save As command in the File menu. Use the Open command to load an existing project.
Rainbow offers a set of pre-defined utilities, but you can also build and run your own pipelines. To do this, use the Edit / Execute Pipeline command in the Utilities menu.
Command Line
You can also use Rainbow from the command line. See the Rainbow - Command Line section for more details.
Using Projects Across Platforms
You can use projects between platforms. For example save a project in Windows, copy the project file and its dependencies to Linux and use it there. There are, however, a certain number of restrictions for such projects.
While when saving the project file Rainbow converts all file separators in relative paths as '/
' and convert them back to whatever the normal separator is for the given platform is when loading the project file back. But it falls to the use to take the following steps:
- All input root references should be set to use the automated root (where the project is located).
- The filter parameters folder should be set to use the automated path as well.
- Utilities paths and folder data should use the
${ProjDir}
variable if possible, and use the '/
' file separator.
Most projects following those guidelines should be portable from one platform to the other.