changeset 335:603791d2dcc4

Updated website information
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 14 Jun 2010 13:15:05 +0900
parents b7f0dac3ae77
children 5d1a22bb1cfe
files INSTALL.FreeBSD INSTALL.Ubuntu README contrib/debian/control contrib/debian/copyright doc/freediameter.conf.sample freeDiameter/main.c
diffstat 7 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL.FreeBSD	Tue Jun 08 15:13:56 2010 +0900
+++ b/INSTALL.FreeBSD	Mon Jun 14 13:15:05 2010 +0900
@@ -36,7 +36,7 @@
 
 5) Retrieve freeDiameter source code:
    # cd ~
-   # /usr/local/bin/hg clone http://aaa.koganei.wide.ad.jp/hg/freeDiameter/
+   # /usr/local/bin/hg clone http://www.freediameter.net/hg/freeDiameter/
    
 6) Make a build directory
    # mkdir fD-build
--- a/INSTALL.Ubuntu	Tue Jun 08 15:13:56 2010 +0900
+++ b/INSTALL.Ubuntu	Mon Jun 14 13:15:05 2010 +0900
@@ -26,7 +26,7 @@
 
 # Retrieve the latest version of the source package
 cd 
-hg clone http://aaa.koganei.wide.ad.jp/hg/freeDiameter
+hg clone http://www.freediameter.net/hg/freeDiameter
 cd freeDiameter
 
 # Prepare for Debian package
@@ -71,7 +71,7 @@
 # sudo apt-get install cmake-curses-gui
 
 4) Retrieve the source files
-# hg clone http://aaa.koganei.wide.ad.jp/hg/freeDiameter
+# hg clone http://www.freediameter.net/hg/freeDiameter
 
 5) Create a build directory, and enter it
 # mkdir fDbuild
--- a/README	Tue Jun 08 15:13:56 2010 +0900
+++ b/README	Mon Jun 14 13:15:05 2010 +0900
@@ -24,7 +24,7 @@
       application, but also advanced routing features, peer management, etc.
 
 
-See http://aaa.koganei.wide.ad.jp/ for more information on the project.
+See http://www.freediameter.net/ for more information on the project.
 
 freeDiameter was previously known as the "waaad" project (WIDE AAA Daemon)
 
--- a/contrib/debian/control	Tue Jun 08 15:13:56 2010 +0900
+++ b/contrib/debian/control	Mon Jun 14 13:15:05 2010 +0900
@@ -6,7 +6,7 @@
  cmake, make, gcc, bison, flex,
  libsctp-dev, libgnutls-dev, libgcrypt-dev, libpq-dev
 Standards-Version: 3.8.3
-Homepage: http://aaa.koganei.wide.ad.jp
+Homepage: http://www.freediameter.net
 
 Package: freediameter-common
 Architecture: any
--- a/contrib/debian/copyright	Tue Jun 08 15:13:56 2010 +0900
+++ b/contrib/debian/copyright	Mon Jun 14 13:15:05 2010 +0900
@@ -1,7 +1,7 @@
 Format-Specification: http://dep.debian.net/deps/dep5/
 Name: freeDiameter
 Maintainer: Sebastien Decugis <sdecugis@nict.go.jp>
-Source: http://aaa.koganei.wide.ad.jp
+Source: http://www.freediameter.net
 
 Files: *
 Copyright: 2008-2010, WIDE Project and NICT.
--- a/doc/freediameter.conf.sample	Tue Jun 08 15:13:56 2010 +0900
+++ b/doc/freediameter.conf.sample	Mon Jun 14 13:15:05 2010 +0900
@@ -8,7 +8,7 @@
 # The Diameter Identity of this daemon.
 # This must be a valid FQDN that resolves to the local host.
 # Default: hostname's FQDN
-#Identity = "aaa.koganei.wide.ad.jp";
+#Identity = "aaa.koganei.freediameter.net";
 
 # The Diameter Realm of this daemon.
 # Default: the domain part of Identity.
--- a/freeDiameter/main.c	Tue Jun 08 15:13:56 2010 +0900
+++ b/freeDiameter/main.c	Mon Jun 14 13:15:05 2010 +0900
@@ -295,7 +295,7 @@
 {
 	main_version_core();
 	printf( "%s\n", FD_PROJECT_COPYRIGHT);
-	printf( "\nSee " FD_PROJECT_NAME " homepage at http://aaa.koganei.wide.ad.jp/\n"
+	printf( "\nSee " FD_PROJECT_NAME " homepage at http://www.freediameter.net/\n"
 		" for information, updates and bug reports on this software.\n");
 }
 
"Welcome to our mercurial repository"