commit e656d57351be25cf4b3fc401234350695992ecb4 Author: iwakeh iwakeh@torproject.org Date: Wed Sep 20 10:15:31 2017 +0000
Added overview page for javadoc. --- src/main/resources/overview.html | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/src/main/resources/overview.html b/src/main/resources/overview.html new file mode 100644 index 0000000..0a34c2c --- /dev/null +++ b/src/main/resources/overview.html @@ -0,0 +1,13 @@ +<html> + <body> + <p>CollecTor fetches data from various nodes and services in the public Tor + network.</p> + <p>This is not a public API. Unexpected changes may occur anytime.</p> + <p>Contact and further information: + <ul> + <li><a href="https://metrics.torproject.org/collector.html">CollecTor's Contents Description</a></li> + <li><a href="https://trac.torproject.org/projects/tor/query?status=!closed&component=Metrics%2FCollecTor">Tor Metrics CollecTor Bug Tracker</a></li> + <li><a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/metrics-team">Metrics Team Mailing List</a></li> + </ul> + </body> +</html>
tor-commits@lists.torproject.org