git » nmdb » commit 8d70b17

Update my email address and nmdb's website location

author Alberto Bertogli
2008-07-11 17:41:45 UTC
committer Alberto Bertogli
2008-07-11 17:41:45 UTC
parent 7a60adf8d00156231023830b943754f0e1d2b3d8

Update my email address and nmdb's website location

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

README +3 -3
bindings/d/nmdb.d +1 -1
bindings/haskell/Nmdb.hs +1 -1
bindings/haskell/nmdb.cabal +1 -1
bindings/newlisp/nmdb.lsp +1 -1
bindings/python/nmdb_ll.c +1 -1
bindings/python/setup.py +2 -2
doc/design.rst +2 -2
doc/guide.rst +3 -3
doc/network.rst +2 -2
libnmdb/libnmdb.3 +3 -3
libnmdb/libnmdb.skel.pc +1 -1
nmdb/main.c +1 -1
nmdb/nmdb.1 +3 -3
tests/c/timer.h +1 -1
utils/nmdb-stats.1 +2 -2
utils/nmdb-stats.c +1 -1

diff --git a/README b/README
index 5e3aff5..f1c7b17 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 
 nmdb - A multiprotocol network database manager
-Alberto Bertogli (albertito@gmail.com)
+Alberto Bertogli (albertito@blitiri.com.ar)
 ---------------------------------------------------
 
 nmdb is a network database that can use different protocols to communicate
@@ -26,13 +26,13 @@ directory. It is recommended that you read the User Guide (doc/guide.rst, or
 the online version) to learn how to setup and use nmdb.
 
 For additional documentation and resources, go to the project's website at
-http://auriga.wearlab.de/~alb/nmdb.
+http://blitiri.com.ar/p/nmdb.
 
 
 Where to report bugs
 --------------------
 
 If you want to report bugs, or have any questions or comments, just let me
-know at albertito@gmail.com.
+know at albertito@blitiri.com.ar.
 
 
diff --git a/bindings/d/nmdb.d b/bindings/d/nmdb.d
index e668bf9..2eb9d58 100644
--- a/bindings/d/nmdb.d
+++ b/bindings/d/nmdb.d
@@ -1,7 +1,7 @@
 
 /*
  * Digital Mars D programming language bindings for the nmdb C library.
- * Alberto Bertogli (albertito@gmail.com)
+ * Alberto Bertogli (albertito@blitiri.com.ar)
  */
 
 module nmdb;
diff --git a/bindings/haskell/Nmdb.hs b/bindings/haskell/Nmdb.hs
index fe621d0..06fee1f 100644
--- a/bindings/haskell/Nmdb.hs
+++ b/bindings/haskell/Nmdb.hs
@@ -1,6 +1,6 @@
 
 -- Haskell bindings for the nmdb C library
--- Alberto Bertogli (albertito@gmail.com)
+-- Alberto Bertogli (albertito@blitiri.com.ar)
 
 module Nmdb (
 	NmdbStruct,
diff --git a/bindings/haskell/nmdb.cabal b/bindings/haskell/nmdb.cabal
index 5f1371d..cb7da4f 100644
--- a/bindings/haskell/nmdb.cabal
+++ b/bindings/haskell/nmdb.cabal
@@ -3,7 +3,7 @@ Version: 0.1
 License: PublicDomain
 License-file: LICENSE
 Author: Alberto Bertogli
-Homepage: http://auriga.wearlab.de/~alb/nmdb/
+Homepage: http://blitiri.com.ar/p/nmdb/
 Category: Database
 Build-Depends: base
 Exposed-modules: Nmdb
diff --git a/bindings/newlisp/nmdb.lsp b/bindings/newlisp/nmdb.lsp
index 713d300..4f4641b 100644
--- a/bindings/newlisp/nmdb.lsp
+++ b/bindings/newlisp/nmdb.lsp
@@ -1,7 +1,7 @@
 
 ;
 ; newlisp (http://www.newlisp.org/) bindings for nmdb
-; Alberto Bertogli (albertito@gmail.com)
+; Alberto Bertogli (albertito@blitiri.com.ar)
 ;
 ; Functions:
 ;
diff --git a/bindings/python/nmdb_ll.c b/bindings/python/nmdb_ll.c
index e2ef5ca..6bd7139 100644
--- a/bindings/python/nmdb_ll.c
+++ b/bindings/python/nmdb_ll.c
@@ -1,7 +1,7 @@
 
 /*
  * Python bindings for libnmdb
- * Alberto Bertogli (albertito@gmail.com)
+ * Alberto Bertogli (albertito@blitiri.com.ar)
  *
  * This is the low-level module, used by the python one to construct
  * friendlier objects.
diff --git a/bindings/python/setup.py b/bindings/python/setup.py
index 0ba115e..54c1bcd 100644
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
@@ -9,8 +9,8 @@ setup(
 	name = 'nmdb',
 	description = "libnmdb bindings",
 	author = "Alberto Bertogli",
-	author_email = "albertito@gmail.com",
-	url = "http://auriga.wearlab.de/~alb/nmdb",
+	author_email = "albertito@blitiri.com.ar",
+	url = "http://blitiri.com.ar/p/nmdb",
 	py_modules = ['nmdb'],
 	ext_modules = [nmdb_ll]
 )
diff --git a/doc/design.rst b/doc/design.rst
index 751d76f..44927bd 100644
--- a/doc/design.rst
+++ b/doc/design.rst
@@ -2,7 +2,7 @@
 =================================================
 nmdb - A multiprotocol network database manager
 =================================================
-:Author: Alberto Bertogli (albertito@gmail.com)
+:Author: Alberto Bertogli (albertito@blitiri.com.ar)
 
 
 Introduction
@@ -198,7 +198,7 @@ Nonetheless, it's advisable to use a large cache size, specially if the usage
 pattern involves handling lots of different keys.
 
 
-.. _nmdb: http://auriga.wearlab.de/~alb/nmdb/
+.. _nmdb: http://blitiri.com.ar/p/nmdb/
 .. _libevent: http://www.monkey.org/~provos/libevent/
 .. _TIPC: http://tipc.sf.net
 .. _memcached: http://www.danga.com/memcached/
diff --git a/doc/guide.rst b/doc/guide.rst
index 6d4b41d..65dfb26 100644
--- a/doc/guide.rst
+++ b/doc/guide.rst
@@ -2,7 +2,7 @@
 ================
 nmdb User Guide
 ================
-:Author: Alberto Bertogli (albertito@gmail.com)
+:Author: Alberto Bertogli (albertito@blitiri.com.ar)
 
 
 Introduction
@@ -408,10 +408,10 @@ If you are in doubt about something, you can consult the manpages or the
 documentation inside the *doc/* directory.
 
 If you want to report bugs, or have any questions or comments, just let me
-know at albertito@gmail.com.
+know at albertito@blitiri.com.ar.
 
 
-.. _nmdb: http://auriga.wearlab.de/~alb/nmdb/
+.. _nmdb: http://blitiri.com.ar/p/nmdb/
 .. _libevent: http://www.monkey.org/~provos/libevent/
 .. _TIPC: http://tipc.sf.net
 .. _memcached: http://www.danga.com/memcached/
diff --git a/doc/network.rst b/doc/network.rst
index f9f4313..13f0d36 100644
--- a/doc/network.rst
+++ b/doc/network.rst
@@ -2,7 +2,7 @@
 ======================
 nmdb_ Network Protocol
 ======================
-:Author: Alberto Bertogli (albertito@gmail.com)
+:Author: Alberto Bertogli (albertito@blitiri.com.ar)
 
 **NOTE:** All integers are in network byte order.
 
@@ -177,5 +177,5 @@ ERR_DB       0x106  Database error
 ============ ====== =========================
 
 
-.. _nmdb: http://auriga.wearlab.de/~alb/nmdb/
+.. _nmdb: http://blitiri.com.ar/p/nmdb/
 
diff --git a/libnmdb/libnmdb.3 b/libnmdb/libnmdb.3
index a7a1058..226255f 100644
--- a/libnmdb/libnmdb.3
+++ b/libnmdb/libnmdb.3
@@ -55,7 +55,7 @@ libnmdb - Library for interacting with a nmdb server
 .SH DESCRIPTION
 
 libnmdb is a library for interacting with a nmdb(1) server. For more
-information about it, see nmdb(1) or http://auriga.wearlab.de/~alb/nmdb.
+information about it, see nmdb(1) or http://blitiri.com.ar/p/nmdb.
 
 The first step to access a server is to call
 .BR nmdb_init ()
@@ -168,10 +168,10 @@ parameter is not NULL, it will be set to the resulted value.
 .B TIPC
 (http://tipc.sf.net).
 .SH AUTHORS
-Created by Alberto Bertogli (albertito@gmail.com).
+Created by Alberto Bertogli (albertito@blitiri.com.ar).
 
 .SH CONTACT
 
 If you want to report bugs, or have any questions or comments, just let me
-know at albertito@gmail.com.
+know at albertito@blitiri.com.ar.
 
diff --git a/libnmdb/libnmdb.skel.pc b/libnmdb/libnmdb.skel.pc
index 0668ed3..ef5113b 100644
--- a/libnmdb/libnmdb.skel.pc
+++ b/libnmdb/libnmdb.skel.pc
@@ -5,7 +5,7 @@ includedir=${prefix}/include
 
 Name: libnmdb
 Description: Library for interacting with a nmdb server
-URL: http://auriga.wearlab.de/~alb/nmdb/
+URL: http://blitiri.com.ar/p/nmdb/
 Version: 0.22
 Libs: -L${libdir} -lqdbm
 Cflags: -I${includedir}
diff --git a/nmdb/main.c b/nmdb/main.c
index 2c8d29f..02ff3ca 100644
--- a/nmdb/main.c
+++ b/nmdb/main.c
@@ -42,7 +42,7 @@ static void help(void) {
 	  "  -p		enable passive mode, for redundancy purposes (read docs.)\n"
 	  "  -h		show this help\n"
 	  "\n"
-	  "Please report bugs to Alberto Bertogli (albertito@gmail.com)\n"
+	  "Please report bugs to Alberto Bertogli (albertito@blitiri.com.ar)\n"
 	  "\n";
 	printf("%s", h);
 }
diff --git a/nmdb/nmdb.1 b/nmdb/nmdb.1
index 2caa05d..417f1b6 100644
--- a/nmdb/nmdb.1
+++ b/nmdb/nmdb.1
@@ -23,7 +23,7 @@ library. Consult its manual page for programming information. Python bindings
 are also available.
 
 For additional documentation, go to the project's website at
-.IR http://auriga.wearlab.de/~alb/nmdb .
+.IR http://blitiri.com.ar/p/nmdb .
 
 .SH OPTIONS
 .TP
@@ -101,10 +101,10 @@ can't bind a port twice.
 .BR qdbm (3).
 
 .SH AUTHORS
-Created by Alberto Bertogli (albertito@gmail.com).
+Created by Alberto Bertogli (albertito@blitiri.com.ar).
 
 .SH CONTACT
 
 If you want to report bugs, or have any questions or comments, just let me
-know at albertito@gmail.com.
+know at albertito@blitiri.com.ar.
 
diff --git a/tests/c/timer.h b/tests/c/timer.h
index 23328d5..ef83bc0 100644
--- a/tests/c/timer.h
+++ b/tests/c/timer.h
@@ -1,7 +1,7 @@
 
 /*
  * A simple timer for measuring delays.
- * Alberto Bertogli (albertito@gmail.com) - September/2006
+ * Alberto Bertogli (albertito@blitiri.com.ar) - September/2006
  *
  * Use it like this:
  * 	unsigned long elapsed;
diff --git a/utils/nmdb-stats.1 b/utils/nmdb-stats.1
index ef7e892..26e3681 100644
--- a/utils/nmdb-stats.1
+++ b/utils/nmdb-stats.1
@@ -24,10 +24,10 @@ It takes the protocol as the first parameter (can be "tipc", "tcp", "udp", or
 .BR nmdb (1).
 
 .SH AUTHORS
-Created by Alberto Bertogli (albertito@gmail.com).
+Created by Alberto Bertogli (albertito@blitiri.com.ar).
 
 .SH CONTACT
 
 If you want to report bugs, or have any questions or comments, just let me
-know at albertito@gmail.com.
+know at albertito@blitiri.com.ar.
 
diff --git a/utils/nmdb-stats.c b/utils/nmdb-stats.c
index e2ee286..d9f1647 100644
--- a/utils/nmdb-stats.c
+++ b/utils/nmdb-stats.c
@@ -1,7 +1,7 @@
 
 /* nmdb-stats.c
  * Queries the stats of a nmdb server.
- * Alberto Bertogli (albertito@gmail.com)
+ * Alberto Bertogli (albertito@blitiri.com.ar)
  */
 
 #include <stdio.h>		/* printf() */