aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2019-10-10 18:30:49 -0700
committerJordan <me@jordan.im>2019-10-10 18:30:49 -0700
commit846bfc2280c416b4d5cc96420eb76166fc65fa54 (patch)
treeb43e8b1b0c3fc9651b7752e115d19dd7fb67c12c
parentd92a1086d313f48583eb25f9b02ffc8f2e77df94 (diff)
downloadallium-846bfc2280c416b4d5cc96420eb76166fc65fa54.tar.gz
allium-846bfc2280c416b4d5cc96420eb76166fc65fa54.zip
add .gitattributes, README format
-rw-r--r--.gitattributes2
-rw-r--r--README18
-rw-r--r--README.md23
3 files changed, 20 insertions, 23 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..5a1981d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+* linguist-vendored
+*.py linguist-vendored=false
diff --git a/README b/README
new file mode 100644
index 0000000..d7119c8
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+Tor Metrics :: https://yui.cat/ source
+
+Network-oriented Tor metrics and statistics made with love (not javascript)
+
+# Requirements: python3, jinja2 (pip install jinja2)
+
+git clone https://github.com/tempname1024/tor-metrics.git cd
+tor-metrics/tor-metrics python3 generate.py
+
+# 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
+
+This project includes country flags from https://github.com/gosquared/flags and
+relay flags from https://www.torproject.org/
diff --git a/README.md b/README.md
deleted file mode 100644
index 606e30a..0000000
--- a/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# Tor Metrics :: [yui.cat](https://yui.cat/) source
-
-Network-oriented Tor metrics and statistics made with love (not javascript)
-
-```bash
-# Requirements: python3, jinja2 (pip install jinja2)
-
-git clone https://github.com/tempname1024/tor-metrics.git
-cd tor-metrics/tor-metrics
-python3 generate.py
-
-# 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, etc)
-* Implement something similar to https://metrics.torproject.org/bubbles.html
-```
-
-This project includes country flags by [GoSquared](https://github.com/gosquared/flags) and relay flags by the [Tor Project](https://www.torproject.org/).
-