-rw-r--r-- | help/en/html/confedit.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/help/en/html/confedit.html b/help/en/html/confedit.html new file mode 100644 index 0000000..14b78b8 --- a/dev/null +++ b/help/en/html/confedit.html | |||
@@ -0,0 +1,42 @@ | |||
1 | <html> <head> <title>confedit</title> </head> | ||
2 | <body> | ||
3 | <center> | ||
4 | <h1>confedit</h1> | ||
5 | <hr> | ||
6 | <h1>A big fat Warning: <br><br> | ||
7 | Do <b>NOT</b> use confedit!</h1> | ||
8 | unless you know what you are doing...<br> | ||
9 | <br><hr> | ||
10 | </center> | ||
11 | <h2>Possible Actions</h2> | ||
12 | By highlighting an item a editor will show up. <br> | ||
13 | After pressing on a item for some time a popup menu | ||
14 | with the possible actions will show up. | ||
15 | <h3>conf file</h3> | ||
16 | <ul> | ||
17 | <li>Save:<br>save the changes</li> | ||
18 | <li>Revert:<br>revert the file to the backup copy<br> | ||
19 | i.e. undo the last change</li> | ||
20 | <li>Delete:<br>delete the file from the filesystem<br> | ||
21 | This cannot be undone, your settings will be lost and | ||
22 | reverted to the default!</li> | ||
23 | </ul> | ||
24 | <h3>group</h3> | ||
25 | <ul> | ||
26 | <li>Revert:<br>revert the group to the saved version<br> | ||
27 | i.e. undo the last change</li> | ||
28 | <li>Delete:<br>delete the group<br> | ||
29 | This cannot be undone, your settings will be lost and | ||
30 | reverted to the default!</li> | ||
31 | </ul> | ||
32 | <h3>entry</h3> | ||
33 | <ul> | ||
34 | <li>Revert:<br>revert the entry to the saved version<br> | ||
35 | i.e. undo the last change</li> | ||
36 | <li>Delete:<br>delete the entry<br> | ||
37 | This cannot be undone, your settings will be lost and | ||
38 | reverted to the default!</li> | ||
39 | </ul> | ||
40 | </body> | ||
41 | </html> | ||
42 | |||