mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
/*!
|
|
* @mainpage KBlog - a blogging library for KDE.
|
|
*
|
|
* @section purpose Purpose
|
|
*
|
|
* KBlog provides client-side support for web application remote blogging APIs.
|
|
*
|
|
* @section desc Description
|
|
*
|
|
* KBlog is a library for calling functions on Blogger 1.0, MetaWeblog,
|
|
* MovableType and GData compatible blogs. It calls the APIs using KXmlRpcClient
|
|
* and Syndication.
|
|
* It supports asynchronous sending and fetching of posts and, if supported
|
|
* on the server, multimedia files.
|
|
* Almost every modern blogging web application that provides an XML data
|
|
* interface supports one of the APIs mentioned above.
|
|
*
|
|
* @authors
|
|
* The major authors of this library are:\n
|
|
* Christian Weilbach \<christian_weilbach@web.de\>,
|
|
* Reinhold Kainhofer \<reinhold@kainhofer.com\> and
|
|
* Mike McQuaid \<mike@mikemcquaid.com\>
|
|
*
|
|
* @maintainers Christian Weilbach \<christian_weilbach@web.de\>
|
|
*
|
|
* @licenses
|
|
* @lgpl
|
|
*
|
|
* KBlog development is discussed on the
|
|
* <a href="mailto:kde-pim@kde.org">kde-pim@kde.org</a> mailing list or the
|
|
* #kblogger IRC channel on Freenode.
|
|
*/
|
|
|
|
// DOXYGEN_PROJECTNAME=KBlog Client Library
|
|
// DOXYGEN_EXCLUDE=livejournal.*
|