aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-09-07 04:49:41 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-09-07 06:34:12 -0400
commit7c08587b6a9cb7df1be921d68d19f56d0b313ea0 (patch)
treefce9367fd8e54c6dbb6530eb4f5a7123f295da14
parentNow this project actually does something useful. Nearly a complete rewrite so that it does a breadth first search of all revelent links in parallel (default set at 30 parallel requests; can be increased if you please). Prints a tree of the path it took to find "Philosophy" when it finally does fi... (diff)
downloadwiki-philosophy-7c08587b6a9cb7df1be921d68d19f56d0b313ea0.tar.xz
wiki-philosophy-7c08587b6a9cb7df1be921d68d19f56d0b313ea0.zip
Seeing as the last commit amounted to a 97% rewrite, according to git, I'm removing Ryan's name from the copyright on top.
-rw-r--r--wiki-philosophy.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/wiki-philosophy.js b/wiki-philosophy.js
index 82ac4f0..5cf21b8 100644
--- a/wiki-philosophy.js
+++ b/wiki-philosophy.js
@@ -3,7 +3,6 @@
* How many clicks does it take to get from any word to Philosophy on Wikipedia?
*
* Copyright 2011 Jason A. Donenfeld <Jason@zx2c4.com>
- * Copyright 2011 Ryan LeFevre <meltingice8917@gmail.com>
*
*/