https://bugs.kde.org/show_bug.cgi?id=292560
--- Comment #5 from Burkhard Lueck <lueck hube-lueck de> 2012-02-03 20:16:26 --- (In reply to comment #2) > > #3 is more complicated. Khelpcenter will redirect e.g. > help:/kawesomeapp/#menus-file to help:/kawesomeapp/menus.html#menus-file. I > could fix the sed expression so that help:/kawesomeapp/#menus would go to > help:/kawesomeapp/#menus go to /menus.html, but something like #menus-help > would go to menus-help.html and 404. > > If there aren't a lot of these kind of links IMHO we should just change the > docbooks to use the help:/kawesomeapp/chapter.html#section form. If there are > too many to change we'd have to fix the sed expression and check that the path > argument really exists in PHP and redirect to index.html if not. If I got it right these links have to be changed: $ wcgrep "index.html#" . ./kde-baseapps/konqueror/config.docbook:125:<listitem><para><ulink url="help:/dolphin/index.html#preferences-dialog-viewmodes">View Modes</ulink>: ./kde-baseapps/konqueror/config.docbook:127:<listitem><para><ulink url="help:/dolphin/index.html#preferences-dialog-navigation">Navigation</ulink>: ./kde-baseapps/konqueror/config.docbook:129:<listitem><para><ulink url="help:/dolphin/index.html#preferences-dialog-services">Services</ulink>: ./kde-baseapps/konqueror/config.docbook:131:<listitem><para><ulink url="help:/dolphin/index.html#preferences-dialog-general">General</ulink>: ./kde-baseapps/konqueror/filemanager.docbook:318:url="help:/plasma-desktop/index.html#device-notifier">Device Notifier</ulink> ./extragear-graphics/digikam/sidebar.docbook:60: <listitem><para>with the <ulink url="help:/index.html#using-cameraclientrenaming">camera dialog</ulink></para></listitem> ./extragear-graphics/digikam/index.docbook:1817: <ulink url="http://www.emtac.com/products/bluetooth/index.html#btgps">EMTAC bluetooth GPS </ulink> ./kdepimlibs/kcontrol/kresources/index.docbook:56:<entry><ulink url="help:/kalarm/index.html#resources">&kalarm; resources</ulink></entry> ./kdepimlibs/kcontrol/kresources/index.docbook:62:<entry><ulink url="help:/korganizer/index.html#managing-resources">&korganizer; resources</ulink></entry> ./kdepimlibs/kcontrol/kresources/index.docbook:67:<entry><ulink url="help:/knotes/index.html#configure-resources">&knotes; resources</ulink></entry> ./kde-runtime/kcontrol/kcmlaunch/index.docbook:53:section of the <ulink url="help:/plasma-desktop/index.html#panel"> ./extragear-utils/krusader/viewer-editor.docbook:572:<ulink url="help:/kate/index.html#advanced-editing-tools-scripting">Extending &kate; with Scripts</ulink> to chapter.html#sectionid ? -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
