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 //------------------------------------------------------------------------------------------------------------------------------------------------------------------------//