From 4e279a8b16fb2fb649f33a5900de3dc71970354e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Jan 2025 12:05:51 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- doc/en/index.docbook | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/en') diff --git a/doc/en/index.docbook b/doc/en/index.docbook index b8de907..79eb15f 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -1,7 +1,7 @@ KMyFirewall'> - + @@ -473,7 +473,7 @@ The option -A INPUT tells the program to add the rule at the end options -I chain [rulenum] for inserting a rule, -R chain [rulenum] for replacing a rule and -D chain rulenum for deleting a rule from a chain. -&kapp; only uses the -A option in the generated script. +&tdeApp; only uses the -A option in the generated script. @@ -758,24 +758,24 @@ to see the list of allowed names). - -Using &kapp; + +Using &tdeApp; - + Overview - GUI Interfaces -&kapp; ships with two different GUI interfaces. +&tdeApp; ships with two different GUI interfaces. - + Generic Interface The Generic Interface is an abstract view on what kind of netwok traffic may or may not pass yout computer. The rules are generated by a compiler plugin so that it is possible to generate scripts for other plattforms p.e. OpenBSD/pf then GNU/Linux/iptables (well currently just the iptables compiler is implemented. Let me know if you are interrested in implementing that :)). - + IPTables Interface The IPTables interfaces tries to represent a 1-1 look at the iptables rule set your configuration will create. Therefore it is ment to be used by experienced system administrators in order to setup very fine graduaded rulesets. Becaus of the tight relation this GUI has to the netfilter/iptables framework it can only be used on GNU/Linux workstations as the document can not be compiled into any other rule description language. @@ -819,7 +819,7 @@ are no rules defined to filter any kind of packets. Command Reference - + The main KMyFirewall window @@ -855,7 +855,7 @@ are no rules defined to filter any kind of packets. File Quit -Quits &kapp; +Quits &tdeApp; @@ -868,7 +868,7 @@ are no rules defined to filter any kind of packets. --> -Developer's Guide to &kapp; +Developer's Guide to &tdeApp; As you can see this thing gets quiet big so every kind of help (coding,docs,translations) @@ -877,9 +877,9 @@ if you have some ideas, patches, wishes or whatever. -&kapp; Plugin framework +&tdeApp; Plugin framework -&kapp; extensively uses KDE's KParts/XMLGUI technology to provide an easy to and robust plugin infrastructure. Allmost every function is performed by dynamicaly loaded plugins in order to make it easy manage the code and write extentions. Especially the IPTables interface uses plugins to embeed the different iptables rule options edit dialogs. +&tdeApp; extensively uses KDE's KParts/XMLGUI technology to provide an easy to and robust plugin infrastructure. Allmost every function is performed by dynamicaly loaded plugins in order to make it easy manage the code and write extentions. Especially the IPTables interface uses plugins to embeed the different iptables rule options edit dialogs. @@ -1417,7 +1417,7 @@ void KMFRuleEditMac::accept() { void KMFRuleEditMac::slotHelp() { kdDebug() << "void KMFRuleEditMac::slotHelp()" << endl; - kapp->invokeHelp( "src_mac" ); + tdeApp->invokeHelp( "src_mac" ); } void KMFRuleEditMac::reject() { kdDebug() << "void KMFRuleEditMac::reject()" << endl; @@ -1454,7 +1454,7 @@ application work. --> -My Mouse doesn't work. How do I quit &kapp;? +My Mouse doesn't work. How do I quit &tdeApp;? You silly goose! Check out the Commands -- cgit v1.2.1