home *** CD-ROM | disk | FTP | other *** search
- #
- # This is an IDFILE for ReqChange. The format of the file is very free.
- # A '#' char is considered to be a comment (anything after it is
- # ignored, until end of line. The exception is if it is inside quotes
- # (e.g. "foo #"). Also, it must be preceeded by whitespace (i.e.
- # spaces, tabs and linefeeds), unless in the very beginning of the
- # file, to be recognized. Each id must be matched by exactly one string
- # to search for in the requester text. If the text is found within the
- # requester text, the corresponding id will be sent to Upd. Strings'
- # containing spaces must be quoted (NOTE: a quoted string may very well
- # span several lines, including everything between the quotes, such as
- # linefeeds etc). If you need a '"' char in the string, just enter
- # '\"' (the string doesn't have to be quoted). A newline is achieved by
- # entering '\n' (or having a real one within a quoted string). Note that
- # any NULL-byte will terminate this file!
- #
- # The string '*' will always match, regardless requester contents!
- #
- # This particual file mimics the behaviour of ARQ (I hope! :).
- #
- # Id to send # String in requester text to find
- #
- warn_insert_volume "Please insert volume"
- warn_insert_volume "No disk present"
- warn_insert_volume "You MUST replace"
- warn_insert_volume "Please insert disk"
- warn_insert_volume # Comments can be anywhere!
- "Please replace volume" # Another comment
- error_task_held "Software error"
- error_task_held "Program failed"
- error_read_write "has a write error"
- error_read_write "has a read error"
- error_read_write "has a read/write error"
- warn_write_protected "is write protected"
- warn_delete "ok to format"
- warn_delete "cannot get back"
- warn_delete delete
- warn_printer printer
- query_general ?
- error_general !
- #
- # This is a few IDs not found in ARQ. Just to demonstrate some other
- # features in ReqChange. Remove the comment-char ('#') the following
- # lines (between the ' --' lines) to try them out.
- #
- # --
- #rc_quoted_lf "\nthis is a\"
- #test" # 1
- #rc_test_a_quote \" # 2
- #rc_test_a_linefeed \n # 3
- #rc_general_requester * # 4
- # --
- #
- # Id 1 will match a requester which has a line (not the first one
- # though) like this:
- # 'this is a"'
- # and where the next line starts with
- # 'test'
- #
- # Id 2 will be sent if a requester contains a quote ('"')
- #
- # Id 3 will be sent if a requester contains more than one line
- #
- # Id 4 will match any requester
- #
-