From 998ebd2e683e45140493910f76e692e96887b5d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 16:46:19 -0500 Subject: Fix help files, kdevelop->tdevelop branding, fix startup. --- doc/api/HowToAddPlugins.dox | 10 +++++----- doc/api/HowToAddProgrammingLanguages.dox | 2 +- doc/api/HowToDocument.dox | 2 +- doc/api/Mainpage.dox | 6 +++--- doc/kde_app_devel/index.docbook | 4 ++-- doc/kdearch/index.docbook | 2 +- doc/platform/Mainpage.dox | 20 ++++++++++---------- doc/std/kdev3api.toc | 2 +- doc/tdevelop/listplugins.sh | 2 +- doc/tdevelop/plugin-tools.docbook | 4 ++-- doc/tdevelop/project-management.docbook | 2 +- doc/tdevelop/tdevelop-install.docbook | 4 ++-- 12 files changed, 30 insertions(+), 30 deletions(-) (limited to 'doc') diff --git a/doc/api/HowToAddPlugins.dox b/doc/api/HowToAddPlugins.dox index 3ab31af9..70176630 100644 --- a/doc/api/HowToAddPlugins.dox +++ b/doc/api/HowToAddPlugins.dox @@ -17,14 +17,14 @@ If you install this file into \$(kde_servicesdir), your plugin will You can change the default loading by changing some settings in your foo.desktop file: - - Set X-KDevelop-Scope= to Global or + - Set X-TDevelop-Scope= to Global or Project - Note: This property is not optional . - You can add a list of programming languages which are supported by your plugin - If your plugin works with all languages leave the - X-KDevelop-ProgrammingLanguages= field empty + X-TDevelop-ProgrammingLanguages= field empty (optional) . - You can add a list of keywords. @@ -37,8 +37,8 @@ An example from the Java Debugger Plugin:
     #######################
-    X-KDevelop-Scope=Project
-    X-KDevelop-ProgrammingLanguages=Java
+    X-TDevelop-Scope=Project
+    X-TDevelop-ProgrammingLanguages=Java
     Keywords=
     ##########################
 
@@ -155,7 +155,7 @@ to write it back. \subsection sessionAccess Project session file (*.kdevses) -The base class of all KDevelop plugins is KDevPlugin. It provides two virtual methods +The base class of all TDevelop plugins is KDevPlugin. It provides two virtual methods restorePartialProjectSession(..) and savePartialProjectSession(..) that you should reimplement in your special plugin to attach to session loading and saving. diff --git a/doc/api/HowToAddProgrammingLanguages.dox b/doc/api/HowToAddProgrammingLanguages.dox index 504a397e..a5840885 100644 --- a/doc/api/HowToAddProgrammingLanguages.dox +++ b/doc/api/HowToAddProgrammingLanguages.dox @@ -184,7 +184,7 @@ Compiler plugins must implement KDevCompilerOptions interface. In the end you should add the language you implemented to the doc/api/LangSupportStatus.dox file and document your language support part in the way described at \ref howToDocument (doc/api/HowToDocument.dox file). -See also \ref howToAddPlugins (doc/api/HowToAddPlugins.dox file) for an information on how to create a generic KDevelop plugin and how to manage project and global configuration information. +See also \ref howToAddPlugins (doc/api/HowToAddPlugins.dox file) for an information on how to create a generic TDevelop plugin and how to manage project and global configuration information. diff --git a/doc/api/HowToDocument.dox b/doc/api/HowToDocument.dox index f767fc5b..d606a8bf 100644 --- a/doc/api/HowToDocument.dox +++ b/doc/api/HowToDocument.dox @@ -8,7 +8,7 @@ You should add a README and a README.dox file to your part (KDevPlugin). On the README file put this text: \verbatim Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.tdevelop.org +http://www.kdevelop.org or read the README.dox file. \endverbatim diff --git a/doc/api/Mainpage.dox b/doc/api/Mainpage.dox index 44fa64db..262cd2ed 100644 --- a/doc/api/Mainpage.dox +++ b/doc/api/Mainpage.dox @@ -13,14 +13,14 @@ This document is targeted at all those that want to add or improve KDevelop's so If you are instead looking for a user manual, just go to the help menu of your KDevelop and select KDevelop handbook. This documentation contains the KDevelop online class reference for the current development version of KDevelop. Additionally, you -can subscribe or read the mailing list for any additions and/or +can subscribe or read the mailing list for any additions and/or modifications to the %API. -An on-line, updated every 24H, html version of this documentation can be found at: http://www.tdevelop.org/HEAD/doc/api/html/index.html +An on-line, updated every 24H, html version of this documentation can be found at: http://www.kdevelop.org/HEAD/doc/api/html/index.html More information about the KDevelop architecture in form of tutorials, HOWTOs, and FAQs can be found at -the KDevelop website. +the KDevelop website. \section status Current Status diff --git a/doc/kde_app_devel/index.docbook b/doc/kde_app_devel/index.docbook index ac8e05b6..188297f9 100644 --- a/doc/kde_app_devel/index.docbook +++ b/doc/kde_app_devel/index.docbook @@ -135,7 +135,7 @@ You will learn how to: Additional information about Qt/KDE programming is available by various sources: Programming with Qt by Matthias Kalle Dalheimer -The User Manual to KDevelop, provided with the KDevelop IDE +The User Manual to KDevelop, provided with the TDevelop IDE The Online Reference to the Qt library The KDE Developer web site @@ -146,7 +146,7 @@ are available on the mentioned web sites, and on the Usenet newsgroups dedicated Unix Systems as well as about the C and C++ programming language. -For obtaining help about the KDevelop IDE, you should send requests to our mailinglist at +For obtaining help about the TDevelop IDE, you should send requests to our mailinglist at tdevelop@tdevelop.org. Mind that the KDevelop team is dedicated to provide the means to enable you to program applications and therefore is not intended as a technical support team in cases where the applications you're developing don't work due to implementation errors or misconfigurations of your diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook index c016affd..000cf9c3 100644 --- a/doc/kdearch/index.docbook +++ b/doc/kdearch/index.docbook @@ -2920,7 +2920,7 @@ cache, you can use: void FooClass::reloadPage() { - KURL url("http://www.tdevelop.org/index.html"); + KURL url("http://www.kdevelop.org/index.html"); KIO::TransferJob *job = KIO::get(url, true, false); job->addMetaData("cache", "reload"); ... diff --git a/doc/platform/Mainpage.dox b/doc/platform/Mainpage.dox index b5d008c6..29f6deb0 100644 --- a/doc/platform/Mainpage.dox +++ b/doc/platform/Mainpage.dox @@ -22,34 +22,34 @@ This document is targeted at all those that want to build their own IDE or impro If you are instead looking for a user manual, just go to the help menu of your KDevelop and select KDevelop handbook. This documentation contains the KDevelop Platform online class reference for the current development version of KDevelop. Additionally, you -can subscribe or read the mailing list for any additions and/or +can subscribe or read the mailing list for any additions and/or modifications to the Platform %API. -An on-line, updated every 24H, html version of this documentation can be found at: http://www.tdevelop.org/HEAD/doc/platform/html/index.html +An on-line, updated every 24H, html version of this documentation can be found at: http://www.kdevelop.org/HEAD/doc/platform/html/index.html -You can also download a local browseable copy form http://www.tdevelop.org/HEAD/doc/platform/kdevplatformdoc.tar.bz2 . It gets updated every single day too. +You can also download a local browseable copy form http://www.kdevelop.org/HEAD/doc/platform/kdevplatformdoc.tar.bz2 . It gets updated every single day too. More information about the KDevelop Platform architecture in form of tutorials, Wikis, HOWTOs, and FAQs can be found at -the KDevelop website. +the KDevelop website. -Quick overviews of the architecture can also be found in the issues of +Quick overviews of the architecture can also be found in the issues of KDevelop Technotes. \section platformapi Platform Libraries API - Interfaces Library (classes)\n - Interfaces and classes that form KDevelop plugin architecture. + Interfaces and classes that form TDevelop plugin architecture. - Extension Interfaces Library (classes)\n - Extension interfaces used by KDevelop plugin architecture. + Extension interfaces used by TDevelop plugin architecture. - Utility Library (classes)\n Utility classes for the KDevelop architecture. - Extra Interfaces Library (classes)\n - Extra interfaces that are not the part of KDevelop plugin architecture + Extra interfaces that are not the part of TDevelop plugin architecture but that can be implemented by extra plugins or "plugins for plugins". - Widgets Library (classes)\n @@ -112,10 +112,10 @@ KDevelop Technotes. - Generic Shell (classes)\n - The Shell - a profile-based implementation of KDevelop plugin architecture. + The Shell - a profile-based implementation of TDevelop plugin architecture. - Shell Profiles Library (classes)\n - Plugin profiles implementation for KDevelop shell. + Plugin profiles implementation for TDevelop shell. . \section PlannedTasks Planned tasks diff --git a/doc/std/kdev3api.toc b/doc/std/kdev3api.toc index be3c7f0c..ef1c82dc 100644 --- a/doc/std/kdev3api.toc +++ b/doc/std/kdev3api.toc @@ -1,7 +1,7 @@ KDevelop API Documentation - + diff --git a/doc/tdevelop/listplugins.sh b/doc/tdevelop/listplugins.sh index f916b7fe..22251293 100755 --- a/doc/tdevelop/listplugins.sh +++ b/doc/tdevelop/listplugins.sh @@ -26,7 +26,7 @@ for defscope in Core Global Project; do # echo $dfile | wc -w if [ `echo $dfile | wc -w` -gt 1 ]; then continue; fi if [ ! -f $dfile ]; then continue; fi - scope=`cat $dfile | grep "X-KDevelop-Scope=" | cut -d= -f2-` + scope=`cat $dfile | grep "X-TDevelop-Scope=" | cut -d= -f2-` if [ $scope != $defscope ]; then continue; fi comment=`cat $dfile | grep "Comment=" | cut -d= -f2-` name=`cat $dfile | egrep "^Name=" | cut -d= -f2- | tr " " _` diff --git a/doc/tdevelop/plugin-tools.docbook b/doc/tdevelop/plugin-tools.docbook index 35e2c206..a05c1e7c 100644 --- a/doc/tdevelop/plugin-tools.docbook +++ b/doc/tdevelop/plugin-tools.docbook @@ -18,8 +18,8 @@ it's enabled in the Project - Project Options dialog. lib/interfaces/kdevplugin.h. The following is taken from a comment from there. -KDevPlugin is the base class for all KDevelop plugins. -A plugin is a component which is loaded into KDevelop shell at startup or by request. +KDevPlugin is the base class for all TDevelop plugins. +A plugin is a component which is loaded into TDevelop shell at startup or by request. A plugin has a scope that can be either: Core diff --git a/doc/tdevelop/project-management.docbook b/doc/tdevelop/project-management.docbook index 69ca9474..e70d07dc 100644 --- a/doc/tdevelop/project-management.docbook +++ b/doc/tdevelop/project-management.docbook @@ -126,7 +126,7 @@ One of these four alternatives must be chosen when you create a project and Autoconf, Automake and Libtool) of which the &automanag; makes use. - A short autoconf tutorial written by Christopher W. Curtis available on the &tdevelop; home page. It concentrates on some basic steps to modify a Makefile. + A short autoconf tutorial written by Christopher W. Curtis available on the &tdevelop; home page. It concentrates on some basic steps to modify a Makefile. A more detailed tutorial can be found in a greater set of tutorials on Developing software with GNU. diff --git a/doc/tdevelop/tdevelop-install.docbook b/doc/tdevelop/tdevelop-install.docbook index 05f6ef5a..5e07b0b6 100644 --- a/doc/tdevelop/tdevelop-install.docbook +++ b/doc/tdevelop/tdevelop-install.docbook @@ -45,7 +45,7 @@ In this chapter we will discuss the steps necessary to compile and install the & &tdevelop; is available in binary form from many different &Linux; distributions such as SuSE, RedHat and others. These binaries are packed in some convenient format, mostly RPM, for easy installation. To install, follow the standard instructions given in your distribution. -You may as well obtain the &tdevelop; sources, compile and install them by yourself. These sources can be found via the project home page at http://www.tdevelop.org or via the &kde; ftp site. +You may as well obtain the &tdevelop; sources, compile and install them by yourself. These sources can be found via the project home page at http://www.kdevelop.org or via the &kde; ftp site. @@ -699,7 +699,7 @@ The kbuildsycoca command does not run from within the root. Y API is the short form of Application Program Interface. Actually such an API cotains a series of descriptions (&ie; calling conventions) by which an application program can access the operating system and other services. In our context, however, a broader definition was adopted. The API of a &kde; or &Qt; application is an abstract of the classes and methods interfaces, a synopsis to be used like a dictionary to navigate the sources. -There is a version of the most current API available at the KDevelop-Home website. It will be automatically updated every 24 hours so you can keep up. +There is a version of the most current API available at the KDevelop-Home website. It will be automatically updated every 24 hours so you can keep up. Alas, this version is best used read-only over the internet. If you do not always have internet access you may as well build your own API documentation from the &tdevelop; sources. To do so, you must tell the automake system where to find the KDELIBS API in your system. This is accomplished by the special option in the configure command when you prepare to compile the &tdevelop; sources: -- cgit v1.2.3