Fix:Tools:Changed path to new wiki
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Jan 2008 12:48:31 +0000 (12:48 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Jan 2008 12:48:31 +0000 (12:48 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@714 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/src/script/wiki2def

index b9b991c..aab730f 100755 (executable)
@@ -3,7 +3,7 @@ rm -f item_def.h.wiki
 rm -f osmmap_def.h.wiki
 IFS="|"
 type="n"
-wget -O - "http://navit.sourceforge.net/wiki/index.php/Item_def.h?action=edit" |
+wget -O - "http://wiki.navit-project.org/index.php/Item_def.h?action=edit" |
 awk '/<textarea/,/<\/textarea/ { print $0 }' | 
 grep "^| " |
 sed -e 's/^| *//' -e 's/ *$//' -e 's/ *|/|/g' -e 's/| */|/g' -e 's/||/|/g' |