Updated scripts to load html pages from cgit, not svn.
This commit is contained in:
parent
07a95d0fec
commit
9fda190ce1
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
userGuideURL="\
|
userGuideURL="\
|
||||||
http://svn.haiku-os.org/haiku/haiku/trunk/docs/userguide/en/contents.html"
|
http://cgit.haiku-os.org/haiku/plain/docs/userguide/en/contents.html"
|
||||||
userGuideDir=/boot/system/documentation/userguide/
|
userGuideDir=/boot/system/documentation/userguide/
|
||||||
userGuide=$userGuideDir/en/contents.html
|
userGuide=$userGuideDir/en/contents.html
|
||||||
localizedUserGuide=$userGuideDir/"$LANG"/contents.html
|
localizedUserGuide=$userGuideDir/"$LANG"/contents.html
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
welcomeURL="\
|
welcomeURL="\
|
||||||
http://svn.haiku-os.org/haiku/haiku/trunk/docs/welcome/welcome_en.html"
|
http://cgit.haiku-os.org/haiku/plain/docs/welcome/welcome_en.html"
|
||||||
welcomeDir=/boot/system/documentation/welcome/
|
welcomeDir=/boot/system/documentation/welcome/
|
||||||
welcomeFile=$welcomeDir/welcome_en.html
|
welcomeFile=$welcomeDir/welcome_en.html
|
||||||
localizedWelcomeFile=$welcomeDir/welcome_"$LANG".html
|
localizedWelcomeFile=$welcomeDir/welcome_"$LANG".html
|
||||||
|
Loading…
Reference in New Issue
Block a user