responses and reorg
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 8 Oct 2006 22:27:48 +0000 (22:27 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 8 Oct 2006 22:27:48 +0000 (22:27 +0000)
doc/index/discussion.mdwn
doc/todo/recentchanges.mdwn [new file with mode: 0644]

index bba3110cdac228951b319ba5a828c2cbebfe75b3..c171e09f02663a98904c5bfefba125959872167a 100644 (file)
@@ -21,14 +21,14 @@ something, that I think is very valuable.
 
 ----
 
-Some questions about the RecentChanges function. 
+Some questions about the RecentChanges function. -- Ethan
 
-* Why isn't it statically-genereated, but generated dynamically by CGI? It seems like it could be beneficial to have it rendered in the post-commit hook, just like everything else in the wiki. 
-* Also, is it planned/desired that recent changes generate the same information in RSS feed format? This seems like it could be a useful way to keep track of the wiki as a whole. 
-* Lastly, would it be possible to use the recent changes code with a pagespec? I understand this sort of infringes on territory covered by the inline plugin, but the inline plugin only puts a page in the RSS feed once, when it's created, and I imagine some people -- some deranged, obsessive-compulsive people like myself -- would like to know about the changes made to existing pages as well as newly-created pages.
-
-Thanks for your time. -- Ethan
+> (Moved to [[todo/recentchanges]] --[[Joey]])
 
 ----
 
-Also, I'd like to request another template parameter which is just $config{url}. That way you won't have to hard-code the URL of the wiki into the template. -- Ethan
\ No newline at end of file
+Also, I'd like to request another template parameter which is just
+$config{url}. That way you won't have to hard-code the URL of the wiki into
+the template. -- Ethan
+
+> That's already available in the BASEURL parameter. --[[Joey]]
diff --git a/doc/todo/recentchanges.mdwn b/doc/todo/recentchanges.mdwn
new file mode 100644 (file)
index 0000000..7337c3d
--- /dev/null
@@ -0,0 +1,23 @@
+* Why isn't it statically-genereated, but generated dynamically by CGI? It
+  seems like it could be beneficial to have it rendered in the post-commit
+  hook, just like everything else in the wiki. 
+
+  I hope to statically generate it eventually, currently the problem is
+  that it takes at least several seconds to generate the recentchanges
+  page, and adding several seconds to every page edit is not desiriable. If
+  the time can be reduced it could be done, I'm also not adverse to
+  adding an optional way to statically render it even at the current speed.
+
+* Also, is it planned/desired that recent changes generate the same
+  information in RSS feed format? This seems like it could be a useful way
+  to keep track of the wiki as a whole. 
+
+  This is used by various interwiki type things, I think, so should be
+  done..
+
+* Lastly, would it be possible to use the recent changes code with a
+  pagespec? I understand this sort of infringes on territory covered by the
+  inline plugin, but the inline plugin only puts a page in the RSS feed
+  once, when it's created, and I imagine some people -- some deranged,
+  obsessive-compulsive people like myself -- would like to know about the
+  changes made to existing pages as well as newly-created pages.