summary refs log tree commit diff
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-09-09 01:43:17 +0300
committertzlil <tzlils@protonmail.com>2023-09-09 01:43:17 +0300
commit146c7b68a069fc1a18a3e1e171c10d8ecdf8318a (patch)
treee0858e96588d26abe0e080bdba583a457cd729e3
parent9be9245c2ee7f8819ec05db69f26f4be7d6d041e (diff)
add source code url and short description
-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>