* First draft for the tor analyzer
* Moving HTTP request to private method
* Add a TTL parameter to ignore to old nodes
* Add cache mechhanism to avoid always downloading the same file
* Add documentation and fix default value for client.
If ttl is set to 0 then the last update status of the node won't be used.
If cache.duration is set to 0 then no cache will be kept.
* Add report templates
* Bumping version to 1.0
* Add author to TorProject config file
* Add license to analyzer
* Set correct rights on .py files
* use correct version number
* Change report structure
* Slight changes on reports
* Fix boolean display in short report
* Replace pyfscache by diskcache to ensure Python3 compatibility
* Replace getParam() fucntion by get_param()
* Respect contribution policy
* Force usage of python3 when executing analyzer