Re: [darktable-devel] usermanual: broken links in online version

2014-12-21 Thread Ulrich Pegelow
Am 21.12.2014 um 14:58 schrieb Richard Levitte: > Done. Thanks! Ulrich -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with

Re: [darktable-devel] usermanual: broken links in online version

2014-12-21 Thread Richard Levitte
Done. In message <20141221.144717.503947741463082498.rich...@levitte.org> on Sun, 21 Dec 2014 14:47:17 +0100 (CET), Richard Levitte said: richard> Unfortunately, it wasn't perfect, it missed all the hrefs that had richard> #something at the end. Easily fixed, though. I'll push when done. rich

Re: [darktable-devel] usermanual: broken links in online version

2014-12-21 Thread Richard Levitte
Unfortunately, it wasn't perfect, it missed all the hrefs that had #something at the end. Easily fixed, though. I'll push when done. In message <5496bde8.1070...@tongareva.de> on Sun, 21 Dec 2014 13:32:40 +0100, Ulrich Pegelow said: ulrich.pegelow> Dear Richard, ulrich.pegelow> ulrich.pegelo

Re: [darktable-devel] usermanual: broken links in online version

2014-12-21 Thread Ulrich Pegelow
Dear Richard, looks good! Do you want to push the fix? Ulrich Am 21.12.2014 um 10:14 schrieb Richard Levitte: > In message <5495cf4c.20...@tongareva.de> on Sat, 20 Dec 2014 20:34:36 +0100, > Ulrich Pegelow said: > > ulrich.pegelow> Am 20.12.2014 um 19:44 schrieb Richard Levitte: > ulrich.pegel

Re: [darktable-devel] usermanual: broken links in online version

2014-12-21 Thread Richard Levitte
In message <5495cf4c.20...@tongareva.de> on Sat, 20 Dec 2014 20:34:36 +0100, Ulrich Pegelow said: ulrich.pegelow> Am 20.12.2014 um 19:44 schrieb Richard Levitte: ulrich.pegelow> > An external reference will certainly have a colon, so something like ulrich.pegelow> > this (assuming they're all s

Re: [darktable-devel] usermanual: broken links in online version

2014-12-20 Thread kev
maybe change | to / or = On 21 December 2014 6:04:36 am ACDT, Ulrich Pegelow wrote: >Am 20.12.2014 um 19:44 schrieb Richard Levitte: >> An external reference will certainly have a colon, so something like >> this (assuming they're all surrounded by ")? >> >> 's|"\([^":]*\.html\)"|"\1.php"|g' >>

Re: [darktable-devel] usermanual: broken links in online version

2014-12-20 Thread Ulrich Pegelow
Am 20.12.2014 um 19:44 schrieb Richard Levitte: > An external reference will certainly have a colon, so something like > this (assuming they're all surrounded by ")? > > 's|"\([^":]*\.html\)"|"\1.php"|g' > > I haven't really tested much, but it's an idea... OK, looks reasonable. But now come the s

Re: [darktable-devel] usermanual: broken links in online version

2014-12-20 Thread Richard Levitte
An external reference will certainly have a colon, so something like this (assuming they're all surrounded by ")? 's|"\([^":]*\.html\)"|"\1.php"|g' I haven't really tested much, but it's an idea... In message <5495b75d.1070...@tongareva.de> on Sat, 20 Dec 2014 18:52:29 +0100, Ulrich Pegelow sa

Re: [darktable-devel] usermanual: broken links in online version

2014-12-20 Thread Ulrich Pegelow
The culprit seems to be this command in doc/usermanual/CMakeLists.txt: COMMAND find ${CMAKE_CURRENT_BINARY_DIR}/wp -name *.html -exec sed -i "s/\\.html/\\.html\\.php/g" {} \; (and the corresponding command for mult-line replacements if Saxon is used). It does not destinguish between internal re

Re: [darktable-devel] usermanual: broken links in online version

2014-12-20 Thread Ulrich Pegelow
Oh, right. Thanks for reporting. I'll need to find out where the suffix gets added and how to fix it. Ulrich Am 20.12.2014 um 17:56 schrieb Markus Jung: > Hello folks, > > the online version of the user manual has broken links, because a ".php" > suffix is appended to them. Apparently, this only