From bd61189b7733e1304e90881e090342ea2f543924 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:39:48 +0200 Subject: Move nevrax.org to / --- .../INSTALL?rev=1.1&content-type=text/plain/index.html | 6 +++--- cvs/cvsweb.cgi/~checkout~/code/snowballs2/INSTALL?rev=1.4 | 14 +++++++------- .../code/snowballs2/README?content-type=text/plain&rev=1.1 | 2 +- .../README?rev=1.2&content-type=text/plain/index.html | 2 +- .../plain/index.html | 4 ++-- .../plain/index.html | 4 ++-- .../plain/index.html | 4 ++-- .../plain/index.html | 4 ++-- .../~checkout~/code/snowballs2/acinclude.m4?rev=1.14 | 4 ++-- .../plain/index.html | 4 ++-- .../plain/index.html | 4 ++-- 11 files changed, 26 insertions(+), 26 deletions(-) (limited to 'cvs/cvsweb.cgi/~checkout~/code/snowballs2') diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/INSTALL?rev=1.1&content-type=text/plain/index.html b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/INSTALL?rev=1.1&content-type=text/plain/index.html index 6877f146..8f15b152 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/INSTALL?rev=1.1&content-type=text/plain/index.html +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/INSTALL?rev=1.1&content-type=text/plain/index.html @@ -1,11 +1,11 @@ If you find any bugs use the Nevrax Bug Tracking System : - + If you need any help contact us on the NeL mailing-list : - + Requirements @@ -14,7 +14,7 @@ Requirements Snowballs need the folowing libraries : - STLPort 4.0 - - NeL + - NeL Compilation diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/INSTALL?rev=1.4 b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/INSTALL?rev=1.4 index e38d22e7..e5e1e72b 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/INSTALL?rev=1.4 +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/INSTALL?rev=1.4 @@ -1,11 +1,11 @@ If you find any bugs use the Nevrax Bug Tracking System : - + If you need any help contact us on the NeL mailing-list : - + Requirements @@ -14,17 +14,17 @@ Requirements Snowballs need the folowing libraries : - STLPort 4.5 - - NeL + - NeL Default install plus NeL Sound. You need to launch the configure script with the '--enable-sound' option. - - NeLNS + - NeLNS This is mandatory to run the Snowballs server but it isn't for the Snowballs client. And the lastest Snowballs data pack available : - + Compilation @@ -106,11 +106,11 @@ Contact us If you find any bugs use the Nevrax Bug Tracking System : - + If you need any help contact us on the NeL mailing-list : - + diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/README?content-type=text/plain&rev=1.1 b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/README?content-type=text/plain&rev=1.1 index 33e43ef1..bcf47e97 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/README?content-type=text/plain&rev=1.1 +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/README?content-type=text/plain&rev=1.1 @@ -11,7 +11,7 @@ highly recommended reading. 2. What are NeL and Nevrax ----------------------- -You should really take a look at the http://www.nevrax.org/ (for NeL) +You should really take a look at the / (for NeL) and http://www.nevrax.com/ (for Nevrax). NeL is a free software framework developped and maintained by Nevrax Ltd, for the purpose of building internet multiuser entertainment. diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/README?rev=1.2&content-type=text/plain/index.html b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/README?rev=1.2&content-type=text/plain/index.html index 7b37e850..8da4d237 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/README?rev=1.2&content-type=text/plain/index.html +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/README?rev=1.2&content-type=text/plain/index.html @@ -11,7 +11,7 @@ highly recommended reading. 2. What are NeL and Nevrax ----------------------- -You should really take a look at the http://www.nevrax.org/ (for NeL) +You should really take a look at the / (for NeL) and http://www.nevrax.com/ (for Nevrax). NeL is a free software framework developped and maintained by Nevrax Ltd, for the purpose of building internet multiuser entertainment. diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.10&content-type=text/plain/index.html b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.10&content-type=text/plain/index.html index cd93eb5c..65707cbf 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.10&content-type=text/plain/index.html +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.10&content-type=text/plain/index.html @@ -196,7 +196,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi @@ -220,7 +220,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then - AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) + AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.11&content-type=text/plain/index.html b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.11&content-type=text/plain/index.html index 49d5b40b..421f74fb 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.11&content-type=text/plain/index.html +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.11&content-type=text/plain/index.html @@ -196,7 +196,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi @@ -220,7 +220,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then - AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) + AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.12&content-type=text/plain/index.html b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.12&content-type=text/plain/index.html index 9184a376..840c8b88 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.12&content-type=text/plain/index.html +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.12&content-type=text/plain/index.html @@ -196,7 +196,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi @@ -220,7 +220,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then - AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) + AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.13&content-type=text/plain/index.html b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.13&content-type=text/plain/index.html index d54d6b17..5e3953a9 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.13&content-type=text/plain/index.html +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.13&content-type=text/plain/index.html @@ -201,7 +201,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi @@ -225,7 +225,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then - AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) + AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.14 b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.14 index 3a62ee8b..817f6cc7 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.14 +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.14 @@ -201,7 +201,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi @@ -225,7 +225,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then - AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) + AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.7&content-type=text/plain/index.html b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.7&content-type=text/plain/index.html index a7fcf13f..333c712a 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.7&content-type=text/plain/index.html +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.7&content-type=text/plain/index.html @@ -196,7 +196,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi @@ -240,7 +240,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi diff --git a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.8&content-type=text/plain/index.html b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.8&content-type=text/plain/index.html index 7d877590..79427252 100644 --- a/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.8&content-type=text/plain/index.html +++ b/cvs/cvsweb.cgi/~checkout~/code/snowballs2/acinclude.m4?rev=1.8&content-type=text/plain/index.html @@ -196,7 +196,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi @@ -240,7 +240,7 @@ then else if test "$is_mandatory" = "yes" then - AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) + AC_MSG_ERROR([$chk_message_obj must be installed ().]) else AC_MSG_RESULT(no) fi -- cgit v1.2.1