summaryrefslogtreecommitdiffstats
path: root/abs/not_built/core/tweaker/tcf/tweaker-core.tcf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-01 18:26:09 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-01 18:26:22 (GMT)
commite2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37 (patch)
treebee3fe89f2988dd244e11791755e129aa8c03b14 /abs/not_built/core/tweaker/tcf/tweaker-core.tcf
parent8132c218cfc1f1acb1c6d12154e0d4ca075e77f2 (diff)
downloadlinhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.zip
linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.gz
linhes_pkgbuild-e2c33b0fae1fa4af8bbbfc917eb8e13a3ac0cb37.tar.bz2
Mass move of uncompiled packages to abs_not_built.
The will sit here for a bit, and then will be removed completely if no one claims them.
Diffstat (limited to 'abs/not_built/core/tweaker/tcf/tweaker-core.tcf')
-rw-r--r--abs/not_built/core/tweaker/tcf/tweaker-core.tcf47
1 files changed, 47 insertions, 0 deletions
diff --git a/abs/not_built/core/tweaker/tcf/tweaker-core.tcf b/abs/not_built/core/tweaker/tcf/tweaker-core.tcf
new file mode 100644
index 0000000..88d8608
--- /dev/null
+++ b/abs/not_built/core/tweaker/tcf/tweaker-core.tcf
@@ -0,0 +1,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>
+