;
;
; MagicFile exampleconfig
;
; [Config will only be used by a *REGISTERED* MagicFile]
;

;
; String templates
;
WAITLOADING        "Please wait, loading..."
HEADER             "[44m  <[3mup[0;44m> Move Up - <[3mdown[0;44m> Move Down  - <[3mspc[0;44m> Tag a File - <?> Commands - <q> Quit[0m"
AREASTRING         "File-area:"

NOANSIMENUSET      "You need an ANSI menuset for MagicFile! <press key>"
NOVIEWACCESS       "You have no access to this file area! <press key>"
NOLISTACCESS       "You have no access to this file area! <press key>"
TOOYOUNG           "You are too young for this file area! <press key>"

NOFILESINAREA      "There are no files in this file area! <press key>"
NOFILESINPRIVATE   "There are no files in your private file area <press key>"

NODOWNLOADACCESS   "[0;32;3mYou have no Download access in this file area! <press key>[0m"
MAXMARKSEXCEEDED   "[0;32;3mYou may not mark any more files! <press key>[0m"
DAILYBYTESEXCEEDED "[0;32;3mFile exceeds daily download limit! <press key>[0m"
FILERATIOEXCEEDED  "[0;32;3mFile exceeds file ratio! <press key>[0m"
BYTERATIOEXCEEDED  "[0;32;3mFile exceeds byte ratio! <press key>[0m"

BEGINNINGOFLIST    "[0;32;3mBeginning of list! <press key>[0m"
ENDOFLIST          "[0;32;3mEnd of list! <press key>[0m"

BUFFERINGFILEWAIT  "[0;32;3mPlease wait, copying file to hd...[0m"
ERRORBUFFERINGFILE "[0;32;3m*** Error copying file, warn your sysop! *** <druk toets>[0m"

ENTERPATTERN       "Enter search pattern: "
SEARCHING          "Please wait, searching..."
FOUND              "Found!"
NOTFOUND           "Nothing matches pattern! <press key>"

COLORHEADER       "[44m"
COLORNAME         "[31m"
COLORSIZE         "[36m"
COLORACCESSES     "[35m"
COLORDESC         "[37m"


;
; Other templates
;
SHOWACCESSES
;BUFFERFILES      Xenolink:Temp/
MAXMARKS         5
HELPFILE         Doors:MagicFile/MagicFile.help




;
; DOOR <stack> <argstring> <key> <key>
;
; <stack>           = Required stack for door
; <argstring>       = Argument string of door
; <key>             = Key to press to activate door
; <key>             = Second key, normally same key in uppercase
;
;
DOOR      4096  "Doors:MagicFile/Bin/Download           ~20"  "d"  "D"
DOOR      4096  "Doors:MagicFile/Bin/ViewArchive     ^F ~20"  "v"  "V"
DOOR      4096  "Doors:MagicFile/Bin/LongDescription ^F ~20"  "l"  "L"

;
; ACTION <action> <key> <key>
;
ACTION         HELP        "?"  "?"
ACTION         QUIT        "q"  "Q"
ACTION         SEARCH      "s"  "S"
ACTION         TAGFILE     " "  "0"
ACTION         FILEHOME    "7"  "7"
ACTION         FILEEND     "1"  "1"
ACTION         FILEUP      "8"  "8"
ACTION         FILEDOWN    "2"  "2"
ACTION         PAGEUP      "4"  "9"
ACTION         PAGEDOWN    "6"  "3"

