aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Briskin <sergey@briskin.org>2014-03-07 22:57:11 +0400
committerSergey Briskin <sergey@briskin.org>2014-03-07 22:57:11 +0400
commit3b90c5f28c40f71552e36209b5b3eaadceb79cec (patch)
tree90c2345e1720b0bb0e53bba2f94c2f3308103239
parentf3a30e3333def90dd17e77c09a24f40fd14cb702 (diff)
downloadifconfig.php-3b90c5f28c40f71552e36209b5b3eaadceb79cec.tar.gz
ifconfig.php-3b90c5f28c40f71552e36209b5b3eaadceb79cec.tar.bz2
ifconfig.php-3b90c5f28c40f71552e36209b5b3eaadceb79cec.zip
modified: README.md
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea9887f..cd295ab 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,19 @@
ifconfig.php
============
-PHP script to show IP, UserAgent and other info
+**Simple PHP script to show IP, UserAgent and other info**
+
+
+Added all basic features, such as output in HTML, plain text, XML and JSON.
+By default it will be in HTML. Use 'f=' arg to select another output format.
+Also it is possible to request single value by defining 'q=' arg.
+
+Visit some of the links below to view it in action:
+* [all in plain text](http://briskin.org/ifconfig.php?f=text)
+* [all in xml](http://briskin.org/ifconfig.php?f=xml)
+* [useragent only](http://briskin.org/ifconfig.php?q=ua)
+
+P.s.
+I've made this script only as an illustration for my article about privacy problems.
+For now I have no plans to make it more powerfull, so I would like to recommend
+you another good project [ifconfig.co](http://ifconfig.co).