blob: 88d8608a8cde6f3ef5afa2a083814c9ba8c22bff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<?xml version="1.0" ?>
<!DOCTYPE tcf SYSTEM "/usr/LH/tweaker/tcf/tcf.dtd" [
<!-- <!ENTITY os SYSTEM "/usr/LH/tweaker/tcf/os.tcf"> //-->
<!-- <!ENTITY distro SYSTEM "/usr/LH/tweaker/tcf/distro.tcf"> //-->
<!ENTITY focus SYSTEM "/usr/LH/tweaker/tcf/focus.tcf">
<!ENTITY userland SYSTEM "/usr/LH/tweaker/tcf/userland.tcf">
]>
<tcf>
<tweak name = "Complexity Level">
<description>Some configuration options require more understanding than others.</description>
<complexity>basic</complexity>
<script>null</script>
<options>
<option name = "Basic">
<description>Show only the most basic configuration options. This is best for new Users.</description>
<recommendationlevel>recommended</recommendationlevel>
</option>
<option name = "Intermediate">
<description>Show the basic configuration options as well as the options that veteran Users will understand.</description>
</option>
<option name = "Advanced">
<description>Show all configuration options, including those that only advanced Users will understand.</description>
<recommendationlevel>inadvisable</recommendationlevel>
</option>
</options>
</tweak>
<tweak name = "Interactivity">
<description>Tweaker can guess answers to some configuration options. Interactivity determines whether or not these guesses are used automatically, or whether you have a chance to intervene.</description>
<complexity>basic</complexity>
<script>null</script>
<options>
<option name = "Minimal">
<description>Show only the most basic configuration options. This is best for new Users.</description>
<recommendationlevel>inadvisable</recommendationlevel>
</option>
<option name = "Guided">
<description>Show the basic configuration options as well as the options that veteran Users will understand.</description>
<recommendationlevel>recommended</recommendationlevel>
</option>
</options>
</tweak>
&os;
&distro;
&focus;
&userland;
</tcf>
|