Skip to content
Snippets Groups Projects
Commit a894f176 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Update online help (F1 key displayed help text) for directory "Short name"

This text/terminology was pretty out of date.
parent fcf7ace4
Branches
Tags
No related merge requests found
...@@ -1693,54 +1693,52 @@ void dir_cfg(int libnum) ...@@ -1693,54 +1693,52 @@ void dir_cfg(int libnum)
"the file transfer prompt. Some short names have specially-defined\n" "the file transfer prompt. Some short names have specially-defined\n"
"meaning:\n" "meaning:\n"
"\n" "\n"
"`Temp`\n" "~Temp~\n"
" Reserved for temporary archive transfers.\n" " This short name is reserved for `temporary archive transfers`.\n"
"\n" "\n"
"`Offline`\n" "~Offline~\n"
" This short name specifies that this directory is to hold\n" " This short name specifies that this directory is to hold\n"
" offline files for the selected library and is treated a bit\n" " `offline files` for the selected library and is treated a bit\n"
" differently than other directories. It will not be included\n" " differently than other directories: it will not be included\n"
" in new-scans and will be the default location of files that\n" " in new-file-scans and will be the default location of files that\n"
" are removed or moved. A directory with this short name should\n" " are removed or moved. A directory with this short name should\n"
" have the upload level set to 90 and the access level and flags\n" " have its required upload level set to 90 (Sysop) and its access\n"
" set the same as the library. There can only be one directory\n" " requirements set the same as the library.\n"
" per library with this short name.\n" " There can only be one directory per library with this short name.\n"
"\n" "\n"
"`Sysop`\n" "~Sysop~\n"
" This short name specifies that this directory will be the\n" " This short name specifies that this directory will be the\n"
" destination for files uploaded by users with the `Z` command\n" " destination for `files uploaded to the sysop` by users (e.g. with\n"
" from the transfer section. There should only be one directory\n" " the `Z` command from the file transfer menu). There should only be\n"
" with this short name and it should belong to the most\n" " one directory with this short name and it should belong to the most\n"
" accessible library. A directory with this short name should\n" " accessible library. A directory with this short name should have\n"
" have the access level set to 90 and the upload level and flags\n" " its required access level set to 90 (Sysop) and its upload\n"
" set the same as the library.\n" " requirements set the same as its library.\n"
"\n" "\n"
"`User`\n" "~User~\n"
" This short name specifies that this directory will be the\n" " This short name specifies that this directory will be used for\n"
" storage point for user to user transfers. There should only be\n" " `user to user file transfers`. There should only be one directory\n"
" one directory with this short name and it should belong to the\n" " with this short name and it should belong to the most accessible\n"
" most accessible library. Users can upload a file to another\n" " library. User to user file transfers allow users to upload files\n"
" user or group of users with the `/U` transfer section command.\n" " to other users with the `/U` file transfer menu command.\n"
" Users download files sent to them with the `/D` transfer\n" " Users download files sent to them with the `/D` file transfer\n"
" section command. A directory with this short name should have\n" " menu command. A directory with this short name should have\n"
" the access level set to 90 and the upload level and flags\n" " its required access level set to 90 and its upload requirements\n"
" set the same as the library or at whatever level the sysop\n" " set the same as the library or with whatever requirements the sysop\n"
" wishes to allows users to use the user to user transfer\n" " wishes to require of users to use the user to user file transfer\n"
" facilities.\n" " facilities.\n"
"\n" "\n"
"`Uploads`\n" "~Uploads~\n"
"\n"
" This short name specifies that this directory will be used\n" " This short name specifies that this directory will be used\n"
" for uploads if the user attempts to upload to a directory where\n" " as the default destination of user's `uploaded files` (i.e. if a user\n"
" he or she does not have sufficient upload access.\n" " attempts to upload to a directory where they do not have upload\n"
" If you wish `all` uploads to automatically go into one specific\n" " permission or `blind-upload` files not in their batch upload queue).\n"
" directory, set the required upload level for all `other`\n" " If you wish `all` uploads to automatically go into `this` directory,\n"
" directories to 90 or higher (Sysop). If you don't want users\n" " set the upload requirements for all `other` directories to level 90.\n"
" to be able to see the files in this directory or download them\n" " If you do not want users to be able to see the files in this\n"
" until they are moved by the sysop, set the required access\n" " directory or download them until they are moved by the sysop to a\n"
" for your 'Uploads' directory to level 90 or higher. Creating\n" " more accessible directory, set the access requirements for this\n"
" an 'Uploads' directory also allows 'Blind' batch uploads from\n" " directory to level 90 (Sysop) or higher.\n"
" the users (files need not be added to the upload queue first).\n"
; ;
char* dir_code_help = char* dir_code_help =
"`Directory Internal Code Suffix:`\n" "`Directory Internal Code Suffix:`\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment