21 Oct
2002
21 Oct
'02
5 p.m.
Update of /cvsroot/mplayer/main/TOOLS In directory mail:/var/tmp.root/cvs-serv7867/TOOLS Added Files: TOCrenumber.sh Log Message: small helper script for DOCS translators (to change numeric links to alphabetic) Read it for usage instructions. --- NEW FILE --- #!/bin/sh # # Very simple tool to convert numeric TOC links to alphabetic (for translators, # it is already done in english DOCS) # # Usage: # cd DOCS/French # ... # TOCrenumber.sh 2.3.1.2.1 xv_3dfx # ... # # by Gabucino # for i in *html; do cat $i | sed s/#$1\"/#$2\"/ > $i.new mv -f $i.new $i cat $i | sed s/NAME="$1"\>/NAME="$2"\>/ > $i.new mv -f $i.new $i done
8422
Age (days ago)
8422
Last active (days ago)
0 comments
1 participants
participants (1)
-
Winner of tha face compo