Summary: | Help menu points to missing file | ||
---|---|---|---|
Product: | [Applications] khelpcenter | Reporter: | xteejyx |
Component: | general | Assignee: | Cornelius Schumacher <schumacher> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | joris.guisson, lueck, valentin |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | simple KTorrent article |
Description
xteejyx
2009-11-03 16:16:42 UTC
Instead of the useless error message "There is no documentation available for..." and the modal dialog a page should be displayed with: Link to docs.kde.org Link to userbase.kde.org Link to forum.kde.org etc to enable the user getting help. I offer to write a docbook for this purpose, but a developer needs to implement the loading of this docbook in kdelibs/kdoctools/kio_help.cpp? Can still confirm this in 4.4.2 of KDE and 3.3.4 of KTorrent. It should be sufficient if the KTorrent tool creates a ktorrent.desktop file within /usr/share/kde4/apps/khelpcenter/plugins with at least the following content: [Desktop-Entry] Type=Applications x-DocPath=help://ktorrent/index.html Sorry, forgot to mention: This entry is already there. Just place the index.html file (which contains the manpage) within the directory /usr/share/doc/KDE4/HTML/en/ktorrent/ and it should be displayed within the KDE Help Center. (In reply to comment #3) > Sorry, forgot to mention: This entry is already there. Just place the > index.html file (which contains the manpage) within the directory > /usr/share/doc/KDE4/HTML/en/ktorrent/ > and it should be displayed within the KDE Help Center. There is no documentation for ktorrent, that is the problem :-( I suggest to create a simple html-file which either includes or links this websites: http://ktorrent.org/wiki/index.php/FAQ Including external websites is possible (have tested this already). Created attachment 52921 [details]
simple KTorrent article
@ Valentin:
Does the attached html generated from docbook source fulfill your requirements?
@ Joris:
Is the attached doc ok?
What should be corrected/fixed/added?
Looks good to me, maybe I will expand it a bit later on. Awesome that you took the effort and created a file, Burkhard! I would love to help you with it in the future, just need to find some time for it. SVN commit 1190768 by lueck: add help file with online ressources @Valentin: if you'd like to join the kde documentation team subscribe to kde-doc-english@kde.org BUG:212931 CCBUG:136994 M +1 -0 CMakeLists.txt A ktorrent (directory) A ktorrent/CMakeLists.txt A ktorrent/index.docbook WebSVN link: http://websvn.kde.org/?view=rev&revision=1190768 |