@@ -991,13 +991,16 @@ def str2value(self, value):
991991 "Path to the HTML templates directory." ),
992992 (MultiFilePathOption , "static_files" , "" ,
993993 "A list of space separated directory paths (or a single\n "
994- "directory). These directories hold additional static \n "
995- "files available via Web UI. These directories may \n "
996- "contain sitewide images, CSS stylesheets etc. If a '-' \n "
997- "is included, the list processing ends and the TEMPLATES \n "
998- "directory is not searched after the specified\n "
994+ "directory). These directories hold additional public \n "
995+ "static files available via Web UI. These directories\n "
996+ "may contain sitewide images, CSS stylesheets etc. If a\n "
997+ "'-' is included, the list processing ends and the\n "
998+ "TEMPLATES directory is not searched after the specified\n "
999999 "directories. If this option is not set, all static\n "
1000- "files are taken from the TEMPLATES directory." ),
1000+ "files are taken from the TEMPLATES directory. Access to\n "
1001+ "these files is public, it is not checked against\n "
1002+ "registered users. So do not put any sensitive data in\n "
1003+ "the files in these directories." ),
10011004 (MailAddressOption , "admin_email" , "roundup-admin" ,
10021005 "Email address that roundup will complain to if it runs\n "
10031006 "into trouble.\n "
0 commit comments