summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/tcf/tweaker-core.tcf
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/tweaker/tcf/tweaker-core.tcf')
-rw-r--r--abs/core-testing/tweaker/tcf/tweaker-core.tcf47
1 files changed, 0 insertions, 47 deletions
diff --git a/abs/core-testing/tweaker/tcf/tweaker-core.tcf b/abs/core-testing/tweaker/tcf/tweaker-core.tcf
deleted file mode 100644
index 88d8608..0000000
--- a/abs/core-testing/tweaker/tcf/tweaker-core.tcf
+++ /dev/null
@@ -1,47 +0,0 @@
-<?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>
-