Add a README with some information and an usage example. - anticapum - Handle Università Politecnica delle Marche captive portal
 (HTM) hg clone https://bitbucket.org/iamleot/anticapum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset 7df20da8c8da77e7e2ccec9e75f795b576ee478c
 (DIR) parent a2933e49b6a8ad7d7401052f47fa29b40a639c46
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Fri, 12 Jan 2018 11:39:53 
       
       Add a README with some information and an usage example.
       
       Diffstat:
        README |  26 ++++++++++++++++++++++++++
        1 files changed, 26 insertions(+), 0 deletions(-)
       ---
       diff -r a2933e49b6a8 -r 7df20da8c8da README
       --- /dev/null   Thu Jan 01 00:00:00 1970 +0000
       +++ b/README    Fri Jan 12 11:39:53 2018 +0100
       @@ -0,0 +1,26 @@
       +anticapum is a Python 3 script to handle captive.univpm.it at
       +Università Politecnica delle Marche (by default captive.dii.univpm.it
       +used in DII (Department of Information Engineering)).
       +
       +anticapum by default will prompt the user for the username (the
       +same credentials used for `reserved area' i.e. s<serial>, p<serial>
       +or x<serial>) and a password, e.g.:
       +
       + % anticapum
       + username: sXXXXXXX
       + password:
       +
       +These credentials can also be added to `~/.netrc' (for more
       +information about it please give a look to ftp(1) or netrc(5)):
       +
       + % cat ~/.netrc
       + [...]
       + machine captive.univpm.it
       + login sXXXXXXX
       + password XXXXXXX
       + [...]
       +
       +...in order to avoid typing the username and password every times.
       +
       +
       +WARNING: At the moment no certificate validation is done!