forked from pool/build-compare
- Handle yet another variant of numbered anchor in html file
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=230
This commit is contained in:
parent
26135823bb
commit
d5daa2fe20
@ -2,6 +2,7 @@
|
||||
Wed Dec 14 08:44:11 UTC 2016 - olaf@aepfle.de
|
||||
|
||||
- Remove warning about python mtime mismatch, a republish will not help
|
||||
- Handle yet another variant of numbered anchor in html file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 06:48:22 UTC 2016 - olaf@aepfle.de
|
||||
|
@ -21,7 +21,7 @@ Summary: Build Result Compare Script
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/openSUSE/build-compare
|
||||
Version: 20161214T094424.afc1c75
|
||||
Version: 20161214T095953.e1115b2
|
||||
Release: 0
|
||||
Source1: COPYING
|
||||
Source2: same-build-result.sh
|
||||
|
@ -249,6 +249,7 @@ strip_numbered_anchors()
|
||||
# <a href="#ftn.id32751" class="footnote" id="id32751">
|
||||
# <a href="#id32751" class="para">
|
||||
# <a href="#tex">1 TeX</a>
|
||||
# <a href="dh-manual.html#id599116">
|
||||
# <a id="id479058">
|
||||
# <div id="ftn.id43927" class="footnote">
|
||||
# <div class="section" id="id46">
|
||||
@ -261,7 +262,8 @@ strip_numbered_anchors()
|
||||
s@\(<a[^>]\+id=\n\?"\)\(id[a-z0-9]\+\)\("[^>]*>\)@\1a_idN\3@g
|
||||
s@\(<a[^>]\+name=\n\?"\)\(id[a-z0-9]\+\)\("[^>]*>\)@\1a_nameN\3@g
|
||||
s@\(<a[^>]\+href="#\)\([^"]\+\)\("[^>]*>\)@\1href_anchor\3@g
|
||||
s@\(<div[^>]\+id="\)\([a-z0-9]\+\)\("[^>]*>\)@\1div_idN\3@g
|
||||
s@\(<a[^>]\+href="[^#]\+#\)\([^"]\+\)\("[^>]*>\)@\1href_anchor\3@g
|
||||
s@\(<div[^>]\+id="\)\([\.a-z0-9]\+\)\("[^>]*>\)@\1div_idN\3@g
|
||||
}
|
||||
N
|
||||
b N
|
||||
|
Loading…
x
Reference in New Issue
Block a user