1 # This is the configuration file of Dev-Editor
2 # All the settings are explained in the ReadMe file
4 # Please don't use quotation marks around the keys and values!
6 fileroot = D:/WWW/dokumente/devedit-test
7 httproot = /devedit-test/
8 timeformat = %d.%m.%Y %H:%M
10 lock_file = uselist.lock
13 # ========================================================
14 # You don't need to change the values below this comment
15 # ========================================================
19 tpl_dirlist = templates/dirlist.htm
20 tpl_viewfile = templates/viewfile.htm
21 tpl_editfile = templates/editfile.htm
22 tpl_confirm_rmfile = templates/confirm_rmfile.htm
23 tpl_confirm_rmdir = templates/confirm_rmdir.htm
24 tpl_confirm_unlock = templates/confirm_unlock.htm
25 tpl_confirm_replace = templates/confirm_replace.htm
26 tpl_dirlist_file = templates/dirlist_file.htm
27 tpl_dirlist_dir = templates/dirlist_dir.htm
28 tpl_dirlist_up = templates/dirlist_up.htm
29 tpl_error = templates/error.htm
33 err_binary = This editor is not able to view/edit binary files.
34 err_editdir = You cannot edit directories.
35 err_noedit = You have not enough permissions to edit this file.
36 err_edit_failed = Saving of file '{FILE}' failed. The file could be damaged, please check its integrity.
37 err_delete_failed = Could not delete file '{FILE}'.
38 err_above_root = Accessing files and directories above the virtual root directory is forbidden.
39 err_create_ar = You aren't allowed to create files and directories above the virtual root directory.
41 # End of configuration file