diff options
Diffstat (limited to 'knewstuff/Mainpage.dox')
-rw-r--r-- | knewstuff/Mainpage.dox | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/knewstuff/Mainpage.dox b/knewstuff/Mainpage.dox index 6f2d31051..d7f1c4da5 100644 --- a/knewstuff/Mainpage.dox +++ b/knewstuff/Mainpage.dox @@ -1,6 +1,6 @@ /** \mainpage Collaborative Data Sharing in Trinity Applications -The \b KNewStuff2 library adds data sharing capabilities to %Trinity +The \b TDENewStuff2 library adds data sharing capabilities to %Trinity applications. Technically, it implements the <a href="http://ghns.freedesktop.org/">GHNS</a> and DXS specifications. The library consists of three parts: the data management core @@ -8,15 +8,15 @@ and GHNS protocol implementation, the DXS web service handler, and the user inte classes like dialogs and buttons. Application authors should not use all of the classes directly, which are installed -only for the purpose of implementing functionality on top of \b KNewStuff2; instead, +only for the purpose of implementing functionality on top of \b TDENewStuff2; instead, the high-level KNS::Engine class provides everything an application needs. Both upload and download scenarios are handled by the engine. There are only two preparation steps necessary before this class can be used: the setup of a GHNS repository, and the creation of a <b>*.knsrc</b> file which will determine all aspects of the -application's \b KNewStuff2 usage. +application's \b TDENewStuff2 usage. All of the related information such as <b>*.knsrc</b> files, repositories and security -can be found in the <a href="http://techbase.kde.org/Development/Tutorials/K_Hot_New_Stuff2">KNewStuff2 tutorial</a>. +can be found in the <a href="http://techbase.kde.org/Development/Tutorials/K_Hot_New_Stuff2">TDENewStuff2 tutorial</a>. @authors Josef Spillner \<spillner@kde.org\> @@ -31,5 +31,5 @@ Jeremy Whiting \<jeremy@scitools.com\> */ // DOXYGEN_REFERENCES = tdecore tdeui tdeio -// DOXYGEN_SET_PROJECT_NAME = KNewStuff +// DOXYGEN_SET_PROJECT_NAME = TDENewStuff // vim:ts=4:sw=4:expandtab:filetype=doxygen |