Project

General

Profile

« Previous | Next » 

Revision 7487

mappings/Makefile, redmine_synonyms: Updated for new VegCore data dictionary format, which prefixes the term type (Synonym, Alternative, etc.) to the term instead of including it as a section label. This ensures that the term type of a non-primary term is shown next to the term when it is visited via a permalink, which causes the term header to appear at the top of the screen and obscures the section header containing the type.

View differences:

redmine_synonyms
8 8

  
9 9
ambigTerm=
10 10
term=
11
sed -n 's/^.*<h([1-4])[^>]*><a href="#[^>]+>([^<]+).*$/\1 \2/p'\
11
sed -n 's/^.*<h([1-4])[^>]*>(<img [^>]*> *)?<a href="#[^>]+>([^<]+).*$/\1 \3/p'\
12 12
|while read -r line; do
13 13
    set -- $line # split using IFS
14 14
    level="$1" name="$2"

Also available in: Unified diff