summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--templates/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 87e164c..cb91326 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -8,7 +8,9 @@
 }
 </style>
 <pre>
-all possible categories <a href="https://arxiv.org/category_taxonomy">here</a>
+this website pulls a random arXiv publication for a given category
+<a href="https://git.tzlil.net/arXiv.git" title="if you're wondering why my code needs to scrape arXiv and build probability distributions see fuck you.py">source code</a>
+all categories: <a href="https://arxiv.org/category_taxonomy">here</a>
 examples:
 {% for i in taxonomy %}
   <a href='{{ i }}'>{{ i }}</a>