]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/forum/speeding_up_ikiwiki.mdwn
(no commit message)
[ikiwiki.git] / doc / forum / speeding_up_ikiwiki.mdwn
index 2c2ac240ec125e2f8a2de951507219dde5bf5987..799186cf89898241fe1fbbfc3648dd954169f353 100644 (file)
@@ -56,7 +56,7 @@ number is still too large to really visualize: the graphviz PNG and PDF output
 engines segfault for me, the PS one works but I can't get any PS software to
 render it without exploding.
 
-Now, the relations in the links hash are not the same thing as IkiWiki's notion of dependencies. Can anyone point me at  that data structure / where I might be able to add some debugging foo to generate a graph of it?
+Now, the relations in the links hash are not the same thing as Ikiwiki's notion of dependencies. Can anyone point me at  that data structure / where I might be able to add some debugging foo to generate a graph of it?
 
 Once I've figured out that I might be able to optimize some pagespecs. I
 understand pagespecs are essentially translated into sequential perl code. I