From kde-core-devel Wed Aug 20 22:22:36 2008 From: Tom Albers Date: Wed, 20 Aug 2008 22:22:36 +0000 To: kde-core-devel Subject: [PATCH] Allow application to use a website for documentation. Message-Id: <18475278.5hgphdMMJt () kde ! nl> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=121927100213936 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--nextPart1894753.my0EAh3plR" --nextPart1894753.my0EAh3plR Content-Type: text/plain Content-Transfer-Encoding: 7Bit Hi, As I see a trend that wiki's become more popular. An application developer might decide that he wants the documentation of his application in a wiki instead of a docbook. it might be a good idea to provide some support for that possibility in kdelibs. Attached is a - straightforward - patch that makes it possible to call setDocumentationAddress( website ) on the KAboutData object. If the help function in the menu is used, not the KHelpCenter will launch, but the default browser with that website. I ask permission to commit in trunk and branch, please review, I'm not used to work in kdelibs. Best, Toma --nextPart1894753.my0EAh3plR--