aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-02-25 20:53:31 -0700
committerJordan <me@jordan.im>2020-02-25 20:53:31 -0700
commit547c46d9cb8e9d90cbf4504f5e5172eb3f5b96a7 (patch)
treeff875ae5b384cf35b996aa975d8ea174f43ac9de /README
parenta2f394c4dd1b63acf6fe710d428c1e6a3261c2ff (diff)
downloadallium-547c46d9cb8e9d90cbf4504f5e5172eb3f5b96a7.tar.gz
allium-547c46d9cb8e9d90cbf4504f5e5172eb3f5b96a7.zip
licenses, raise exception rather than returning None (anti-pattern)
Diffstat (limited to 'README')
-rw-r--r--README38
1 files changed, 20 insertions, 18 deletions
diff --git a/README b/README
index f1858bc..3cda915 100644
--- a/README
+++ b/README
@@ -1,23 +1,25 @@
-Tor Metrics :: https://yui.cat/ source
-* Relay listings statically generated at runtime
-* Sort by family, ASN, country, and platform
-* Respectful Onionoo requests (If-Modified-Since)
-* Javascript-free
+tor-metrics: statically generated tor metrics and statistics
-TODO:
-* Top exit/guard/relay families (see https://nusenu.github.io/OrNetStats/)
-* Interesting statistics (ASN exit concentration, IPv6-supporting relays)
-* Implement something similar to https://metrics.torproject.org/bubbles.html
-* Generalize sorting functions, avoid redundancy
+ tor-metrics generates a set of HTML documents which represent the total set
+ of tor relays at runtime, sorting by ASN/country/platform/flag, respectful
+ Onionoo queries (If-Modified-Since) and 100% certified Javascript-freeā„¢
-INSTALL:
-Requirements: python3, jinja2 (pip install jinja2)
+ demo: https://yui.cat/
-git clone https://github.com/tempname1024/tor-metrics.git
-cd tor-metrics/tor-metrics
-python3 generate.py
+ $ ./generate.py
+ $ ls ./www
+ all.html as country family flag index.html platform relay static
+ $
-Files are written to www/ by default
+ TODO
+ - top exit/guard/relay families (see https://nusenu.github.io/OrNetStats/)
+ - interesting statistics (ASN exit concentration, IPv6-supporting relays)
+ - implement something similar to https://metrics.torproject.org/bubbles.html
+ - generalize sorting functions, avoid redundancy
-This project includes country flags from https://github.com/gosquared/flags and
-relay flags from https://www.torproject.org/
+ note: this project includes country flags from GoSquared[0] and relay flags
+ from the Tor Project[1]; licenses are included in this project's root
+ directory
+
+ [0] https://github.com/gosquared/flags
+ [1] https://www.torproject.org/