@@ -71,7 +71,7 @@ sources:
for i in $$( find . | grep $(SRC_FILES) | grep -v "\.svn" ); do [ -d $$i ] && mkdir -p $(FILE_NAME)/$$i ; [ -f $$i ] && cp -Lvp $$i $(FILE_NAME)/$$i ;done
- $(BUILD_PATH)/wget --no-check-certificate -O changelog.html https://dev.open-mesh.net/batman/log/$(LOG_BRANCH)/
+ $(BUILD_PATH)/wget -O changelog.html http://www.open-mesh.net/batman/log/$(LOG_BRANCH)/
html2text -o changelog.txt -nobs -ascii changelog.html
awk '/View revision/,/10\/01\/06 20:23:03/' changelog.txt > $(FILE_NAME)/CHANGELOG
@@ -24,7 +24,7 @@ batmand-adv \- better approach to mobile ad-hoc networking, Layer 2 version batm
.br
.SH DESCRIPTION
.B B.A.T.M.A.N
-means better approach to mobile ad-hoc networking, this is a new routing protocol for multi-hop ad-hoc mesh networks. Go to http://open-mesh.net/batman to get more information.
+means better approach to mobile ad-hoc networking, this is a new routing protocol for multi-hop ad-hoc mesh networks. Go to http://www.open-mesh.net/ to get more information.
.PP
Unlike batmand, batmand-adv operates on Layer 2, using Ethernet frames to encapsulate protocol and payload data and not UDP/IP. A batmand-adv mesh network is acting like a switch, and after starting the daemon you'll get a virtual network interface "bat0" which can be used like a usual LAN interface. Communication is tunneled directly to other batmand-adv participants.
.PP
@@ -30,7 +30,7 @@ downloads.open-mesh.net is likely to offer precompiled packages
for your system.
Download and compile the latest stable sources from the download
-section http://open-mesh.net/batman/downloads by executing eg.:
+section http://www.open-mesh.net/wiki/Download by executing eg.:
$ wget http://downloads.open-mesh.net/batman/stable/sources/batmand_0.2-current_sources.tgz
$ tar xzvf batmand_0.2-current_sources.tgz
@@ -94,7 +94,7 @@ batman for one (or several) interfaces and specify the netmask and IP address
as well as other optionally parameters.
Alternatively you can get the latest stable release (as well as development)
-versions from http://open-mesh.net/batman/downoads/
+versions from http://www.open-mesh.net/wiki/Download
For example to install batmand-0.2 on a freifunk WRT do:
@@ -1956,7 +1956,7 @@ Wesley Tsai (wesleyboy-at-gmail.com)
\bibitem{svn-batmand-install}
{batmand subversion repository},\\
-{https://dev.open-mesh.net/svn/batman/trunk/batman/INSTALL}
+{http://downloads.open-mesh.net/svn/batman/trunk/batman/INSTALL}
\bibitem{bmx-source-url}
{batmand-experimental download URL},\\
@@ -1,3 +1,3 @@
For a reasonable up-to-date CHANGELOG visit:
-https://dev.open-mesh.net/batman/log/trunk
+https://www.open-mesh.net/batman/log/trunk
@@ -32,7 +32,7 @@ downloads.open-mesh.net likely offers precompiled packages
for your system.
Download and compile the latest stable sources from the download
-section http://open-mesh.net/batman/downloads by executing eg.:
+section http://www.open-mesh.net/wiki/Download by executing eg.:
$ wget http://downloads.open-mesh.net/batman/releases/batman-0.3.1/batman-0.3.1.tar.gz
$ tar xzvf batman-0.3.1.tar.gz
@@ -94,7 +94,7 @@ batman for one (or several) interfaces and specify the netmask and IP address
as well as other optionally parameters.
Alternatively you can get the latest stable release (as well as development)
-versions from http://open-mesh.net/batman/downoads/
+versions from http://www.open-mesh.net/wiki/Download
For example to install batmand-0.2 on a freifunk WRT do:
@@ -89,7 +89,7 @@ sources:
for i in $$( find . | grep $(SRC_FILES) | grep -v "\.svn" ); do [ -d $$i ] && mkdir -p $(FILE_NAME)/$$i ; [ -f $$i ] && cp -Lvp $$i $(FILE_NAME)/$$i ;done
- wget --no-check-certificate -O changelog.html https://dev.open-mesh.net/batman/log/$(LOG_BRANCH)/
+ wget -O changelog.html http://www.open-mesh.net/batman/log/$(LOG_BRANCH)/
html2text -o changelog.txt -nobs -ascii changelog.html
awk '/View revision/,/10\/01\/06 20:23:03/' changelog.txt > $(FILE_NAME)/CHANGELOG
@@ -81,7 +81,7 @@ sources:
for i in $$( find . | grep $(SRC_FILES) | grep -v "\.svn" ); do [ -d $$i ] && mkdir -p $(FILE_NAME)/$$i ; [ -f $$i ] && cp -Lvp $$i $(FILE_NAME)/$$i ;done
- $(BUILD_PATH)/wget --no-check-certificate -O changelog.html https://dev.open-mesh.net/batman/log/$(LOG_BRANCH)/
+ $(BUILD_PATH)/wget -O changelog.html http://www.open-mesh.net/batman/log/$(LOG_BRANCH)/
html2text -o changelog.txt -nobs -ascii changelog.html
awk '/View revision/,/10\/01\/06 20:23:03/' changelog.txt > $(FILE_NAME)/CHANGELOG
@@ -100,7 +100,7 @@ sources:
for i in $$( find . | grep $(SRC_FILES) | grep -v "\.svn" ); do [ -d $$i ] && mkdir -p $(FILE_NAME)/$$i ; [ -f $$i ] && cp -Lvp $$i $(FILE_NAME)/$$i ;done
- $(BUILD_PATH)/wget --no-check-certificate -O changelog.html https://dev.open-mesh.net/batman/log/$(LOG_BRANCH)/
+ $(BUILD_PATH)/wget -O changelog.html http://www.open-mesh.net/batman/log/$(LOG_BRANCH)/
html2text -o changelog.txt -nobs -ascii changelog.html
awk '/View revision/,/10\/01\/06 20:23:03/' changelog.txt > $(FILE_NAME)/CHANGELOG
Most of the urls are redirected by an 301 Moved permanently but some are not at the moment. It should not hurt to have the new versions of them everywhere. Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de> --- batman-adv-userspace/Makefile | 2 +- batman-adv-userspace/man/batmand-adv.8 | 2 +- batman-experimental/INSTALL | 4 ++-- batman-experimental/doc/bmx.tex | 2 +- batman/CHANGELOG | 2 +- batman/INSTALL | 4 ++-- batman/Makefile | 2 +- battool/Makefile | 2 +- vis/Makefile | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-)