summaryrefslogtreecommitdiffstats
path: root/doc/platform/Mainpage.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/platform/Mainpage.dox')
-rw-r--r--doc/platform/Mainpage.dox30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/platform/Mainpage.dox b/doc/platform/Mainpage.dox
index 29f6deb0..764afff3 100644
--- a/doc/platform/Mainpage.dox
+++ b/doc/platform/Mainpage.dox
@@ -3,10 +3,10 @@
*/
/**
-\mainpage The KDevelop Platform %API %Documentation
+\mainpage The TDevelop Platform %API %Documentation
-KDevelop Platform is set of libraries and tools that are used to build IDEs (Integrated Development Environments),
+TDevelop Platform is set of libraries and tools that are used to build IDEs (Integrated Development Environments),
applications similar to IDEs (web development enviroment, text editors for programmers and designers, etc.)
and/or IDE plugins for all possible purposes.
@@ -18,10 +18,10 @@ Platform provides:
\section intro Introduction
-This document is targeted at all those that want to build their own IDE or improve KDevelop's source code.
-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
+This document is targeted at all those that want to build their own IDE or improve TDevelop's source code.
+If you are instead looking for a user manual, just go to the help menu of your TDevelop and select TDevelop handbook.
+This documentation contains the TDevelop Platform online class reference for the current
+development version of TDevelop. Additionally, you
can subscribe or read the <a href="http://www.kdevelop.org/index.html?filename=mailinglist.html">mailing list</a> for any additions and/or
modifications to the Platform %API.
@@ -29,12 +29,12 @@ An on-line, updated every 24H, html version of this documentation can be found a
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,
+More information about the TDevelop Platform architecture in form of tutorials, Wikis, HOWTOs,
and FAQs can be found at
-the <a href="http://www.kdevelop.org">KDevelop website</a>.
+the <a href="http://www.kdevelop.org">TDevelop website</a>.
Quick overviews of the architecture can also be found in the issues of <a href="http://www.kdevelop.org/doc/tehcnotes">
-KDevelop Technotes</a>.
+TDevelop Technotes</a>.
\section platformapi Platform Libraries API
@@ -46,7 +46,7 @@ KDevelop Technotes</a>.
<i>Extension interfaces used by TDevelop plugin architecture.</i>
- <a href="kdevutil/html/index.html"><b>Utility Library</b></a>
(<a href="kdevutil/html/classes.html">classes</a>)\n
- <i>Utility classes for the KDevelop architecture.</i>
+ <i>Utility classes for the TDevelop architecture.</i>
- <a href="kdevextras/html/index.html"><b>Extra Interfaces Library</b></a>
(<a href="kdevextras/html/classes.html">classes</a>)\n
<i>Extra interfaces that are not the part of TDevelop plugin architecture
@@ -76,14 +76,14 @@ KDevelop Technotes</a>.
- <a href="kdevdocinterfaces/html/index.html"><b>Documentation Part Interfaces Library</b></a>
(<a href="kdevdocinterfaces/html/classes.html">classes</a>)\n
- <i>Interfaces to implement KDevelop documentation plugins.</i>
+ <i>Interfaces to implement TDevelop documentation plugins.</i>
.
\section langapi Programming Language Support API
- <a href="kdevlanginterfaces/html/index.html"><b>Language Support Interfaces Library</b></a>
(<a href="kdevlanginterfaces/html/classes.html">classes</a>)\n
- <i>Interfaces for KDevelop language support facilities.</i>
+ <i>Interfaces for TDevelop language support facilities.</i>
- <a href="kdevlangdebugger/html/index.html"><b>Debugger Support Library</b></a>
(<a href="kdevlangdebugger/html/classes.html">classes</a>)\n
<i>Classes to implement debugger support for a programming language.</i>
@@ -93,10 +93,10 @@ KDevelop Technotes</a>.
- <a href="kdevbtbase/html/index.html"><b>Buildtool Base Library</b></a>
(<a href="kdevbtbase/html/classes.html">classes</a>)\n
- <i>Base classes for KDevelop builtool support plugins.</i>
+ <i>Base classes for TDevelop builtool support plugins.</i>
- <a href="kdevpminterfaces/html/index.html"><b>Project Manager Interfaces Library</b></a>
(<a href="kdevpminterfaces/html/classes.html">classes</a>)\n
- <i>Interfaces to implement plugins for the KDevelop generic project manager.</i>
+ <i>Interfaces to implement plugins for the TDevelop generic project manager.</i>
- <a href="kdevbtwidgets/html/index.html"><b>Buildtool Widgets Library</b></a>
(<a href="kdevbtwidgets/html/classes.html">classes</a>)\n
<i>Widgets commonly used in buildtool support plugins.</i>
@@ -129,7 +129,7 @@ Here is a priority ordered list:
\section howTobuildAPIlocalcopy How to build a local copy of this documentation
This documentation is large and changes with every cvs commit, therefore is not available for download.
-To build your local copy of this documentation you need to fetch KDevelop sources and
+To build your local copy of this documentation you need to fetch TDevelop sources and
if you have doxygen >= 1.3.4 and (optionally) PHP >= 4.10 plus a local running webserver then
- make apidox
- make install-apidox (as root)