mirror of
https://github.com/torproject/webwml.git
synced 2024-11-27 19:50:22 +00:00
update scripts with new custom tag
This commit is contained in:
parent
746b0dcdec
commit
ed6b26a1a9
@ -25,7 +25,7 @@ podir="`dirname $wmldir`/translation/projects/website"
|
||||
# in website/include/versions.wmi. Tags that people usually forget to close,
|
||||
# as well as tags that are not defined in versions.wmi have been added.
|
||||
# See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi
|
||||
customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img>"`
|
||||
customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob>"`
|
||||
|
||||
# We also need to use the nodefault option of po4a; space separated list
|
||||
# of tags that the module should not try to set by default in any
|
||||
|
@ -31,7 +31,7 @@ copyright="The Tor Project, Inc"
|
||||
# in website/include/versions.wmi. Tags that people usually forget to close,
|
||||
# as well as tags that are not defined in versions.wmi have been added.
|
||||
# See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi
|
||||
customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img>"`
|
||||
customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob>"`
|
||||
|
||||
# We also need to use the nodefault option of po4a; space separated list
|
||||
# of tags that the module should not try to set by default in any
|
||||
|
Loading…
Reference in New Issue
Block a user