summaryrefslogtreecommitdiffstats
path: root/tui-tags.txt
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-12-13 18:18:20 +0000
committerMike Fulbright <msf@redhat.com>2000-12-13 18:18:20 +0000
commit33d88d5fb0197fd0d9bb296b98061e6eda2af1a7 (patch)
tree72153c61cf411e0d9134ce8671d81efc3f311226 /tui-tags.txt
parent1faa029003ecc766fe4c481f382a37ef423b77ec (diff)
downloadanaconda-33d88d5fb0197fd0d9bb296b98061e6eda2af1a7.tar.gz
anaconda-33d88d5fb0197fd0d9bb296b98061e6eda2af1a7.tar.xz
anaconda-33d88d5fb0197fd0d9bb296b98061e6eda2af1a7.zip
added docs on what doc tags we use in what screens
Diffstat (limited to 'tui-tags.txt')
-rw-r--r--tui-tags.txt55
1 files changed, 55 insertions, 0 deletions
diff --git a/tui-tags.txt b/tui-tags.txt
new file mode 100644
index 000000000..0697bed6d
--- /dev/null
+++ b/tui-tags.txt
@@ -0,0 +1,55 @@
+List of TUI screens and matching help tags
+
+text.py:
+ LanguageWindow "lang"
+ KeyboardWindow "kybd"
+ InstallPathWindow "installpath"
+ UpgradeExamineWindow "multipleroot"
+ CustomizeUpgradeWindow "custupgrade"
+ WelcomeWindow "welcome"
+ ReconfigWelcomeWindow "reconfigwelcome"
+ XconfigWindow "xprobe" and "videocard" and "xserver"
+ BeginInstallWindow "begininstall" and "beginupgrade"
+ FinishedWindow "finished"
+ ReconfigFinishedWindow "reconfigfinished"
+
+textw/bootdisk_text.py
+ BootDiskWindow "bootdiskquery"
+ MakeBootDiskWindow "insertbootdisk"
+
+textw/lilo_text.py
+ LiloAppendWindow "kernelopts"
+
+textw/mouse_text.py
+ MouseDeviceWindow "mousedevice"
+ MouseWindow "mousetype"
+
+textw/network_text.py
+ NetworkWindow "network"
+ HostnameWindow "hostname", but going away.
+
+textw/packages_text.py
+ PackageGroupWindow "components"
+ IndividualPackageWindow "packagetree"
+ PackageDepWindow "packagedeps"
+
+textw/partitioning_text.py
+ PartitionMethod "parttool"
+ ManualPartitionWindow "fdisk"
+ AutoPartitionWindow "confirmautopart"
+ TurnOnsSwapWindow "earlyswapon"
+ FormatWindow "formatwhat"
+ LoopSizeWindow "loopbacksize"
+
+textw/silo_text.py
+ SiloAppendWindow "silokernelopts"
+ SiloWindow "silowin"
+ SiloImagesWindow "bootlabel"
+
+textw/timezone_text.py
+ TimezoneWindow "timezone"
+
+textw/userauth_text.py
+ RootPasswordWindow "rootpw"
+ UsersWindow "edituser" or "newuser"
+ AuthConfigWindow "authconfig"