|
Default Appendix: Preferences Filespreferences files are installed into /usr/lib/vipsi/ Operators: Boolean And with Variable "&&=" Operators: Bitwise And with Variable "&=" Operators: Bitwise And "&" Operators: Boolean And "&&"and every user may store his own Interactive Shell: Preferencespreferences in ~/.vipsi/. There are 3 different Text functions: file Instructions: filefiles:
- shell.prefs used for Flow control: if … then
Flow control: try … thenthe interactive vipsi shell
- Example Scripts: CGI Scripts
Example Scripts: Scriptsscript.prefs used for Example Scripts: CGI Scripts Example Scripts: Scriptsscripts
- /etc/vipsi.cgi.conf used for Modes of Operation: CGI Scripts
Example Scripts: CGI Scriptscgi scripts
Interactive Shell: PreferencesPreferences are Instructions: readread from /usr/lib/vipsi/shell.prefs Operators: Boolean Or with Variable "||=" Operators: Bitwise Or with Variable "|=" Operators: Bitwise Or "|" Operators: Boolean Or "||"or, Flow control: if … thenif existent, from Text functions: file Instructions: filefile ~/.vipsi/shell.prefs. Flow control: if … then Flow control: try … thenThe Appendix: Preferences Filespreferences file contains a Literals: List literals Lists and arrays: List literalslist literal according to Flow control: if … then Flow control: try … thenthe vip Example Scripts: CGI Scripts Example Scripts: Scriptsscript language Operators: Boolean And with Variable "&&=" Operators: Bitwise And with Variable "&=" Operators: Bitwise And "&" Operators: Boolean And "&&"and is evaluated similar to Vipsi command syntax: Functions Functions Glossary: Functionfunction Functions with varying return types: eval Instructions: evaleval. Operators: Bitwise Not "~" Operators: Boolean Negation "!"Not much Interactive Shell: Preferencespreferences can be set yet, most useful is setting colors for Constants: stdinstdin, Constants: stdoutstdout Operators: Boolean And with Variable "&&=" Operators: Bitwise And with Variable "&=" Operators: Bitwise And "&" Operators: Boolean And "&&"and Constants: stderrstderr Flow control: if … thenif you have problems with Flow control: if … then Flow control: try … thenthe default magic.
{
/* Interactive Shell: Preferencespreferences for vipsi
run mode: Modes of Operation: Interactive Shellinteractive shell
List functions: thisthis Text functions: file Instructions: filefile must obey vip Example Scripts: CGI Scripts Example Scripts: Scriptsscript syntax
List functions: thisthis Text functions: file Instructions: filefile must evaluate to a Data Types: Lists and arrays Glossary: list, list_vallist
*/
prompt="vipsi> ",
/* color defs:
e.g.: normal, black, dark blue, bright_red,
bold blue, inverse, bold underline green
*/
color_put="normal",
color_get="blue",
color_err="inverse red",
0 /* for convenience only */
}
{
/* Interactive Shell: Preferencespreferences for vipsi
run mode: Example Scripts: CGI Scripts Example Scripts: Scriptsscript
List functions: thisthis Text functions: file Instructions: filefile must obey vip Example Scripts: CGI Scripts Example Scripts: Scriptsscript syntax
List functions: thisthis Text functions: file Instructions: filefile must evaluate to a Data Types: Lists and arrays Glossary: list, list_vallist
*/
/* color defs:
e.g.: normal, black, dark blue, bright_red,
bold blue, inverse, bold underline green
*/
color_put="normal",
color_get="blue",
color_err="inverse red",
0 /* for convenience only */
}
// Interactive Shell: Preferencespreferences for vipsi
// run mode: Modes of Operation: CGI Scripts Example Scripts: CGI Scriptscgi script
{
}
| |