Sylvestre Ledru [Sat, 20 Nov 2010 20:00:57 +0000 (21:00 +0100)]
This massive update have been done with the following code:
FILES=$(find modules/ -iname '*.xml' -type f|grep "/help/pt_BR")
for f in $FILES; do
perl -0777 -pe 's/<refsection>([^<]*)<title>Ver Também<\/title>/<refsection role="see also">\n<title>Ver Também<\/title>/gi' $f > $f.2
mv $f.2 $f
done