From 5c04a2bc9a9c0e272a578625b5fb8988120df946 Mon Sep 17 00:00:00 2001 From: progman Date: Tue, 12 Mar 2013 13:31:54 +0400 Subject: [PATCH] add author email --- AUTHORS | 2 +- README | 3 ++- src/node-geoip-sync.cpp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3f88ffb..aa761f6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Alexey Potehin http://www.gnuplanet.ru/doc/cv +Alexey Potehin , http://www.gnuplanet.ru/doc/cv diff --git a/README b/README index da54dec..637a72f 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ GeoIP sync function for node.js -1) install GeoIP (apt-get update && apt-get install geoip-database-contrib libgeoip-dev) +1) install GeoIP + (apt-get update && apt-get install geoip-database-contrib libgeoip-dev) (may be need add 'non-free contrib' string in /etc/apt/sources.list) 2) get this module (git clone git://github.com/progman/node-geoip-sync.git) 3) build this module (node-waf configure build) diff --git a/src/node-geoip-sync.cpp b/src/node-geoip-sync.cpp index e79e20a..5c8ba88 100644 --- a/src/node-geoip-sync.cpp +++ b/src/node-geoip-sync.cpp @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------------------------------------------------------------------------------------------------// // 0.0.3 -// Alexey Potehin http://www.gnuplanet.ru/doc/cv +// Alexey Potehin , http://www.gnuplanet.ru/doc/cv //------------------------------------------------------------------------------------------------------------------------------------------------------------------------// // apt-get install geoip-database-contrib libgeoip-dev //------------------------------------------------------------------------------------------------------------------------------------------------------------------------//