]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Raw_view_link.mdwn
update config file snippet to use current git_wrapper name
[ikiwiki.git] / doc / todo / Raw_view_link.mdwn
index 4b8d740b353509e4ad0776fb939362212e257902..fd64074c2a1bda8c924a361aa8c532d7f5af93a8 100644 (file)
@@ -4,4 +4,14 @@ The configuration setting for Mercurial could be something like this:
 
     rawurl => "http://localhost:8000//raw-file/tip/\[[file]]",
 
-[[tag wishlist]]
\ No newline at end of file
+> What I want to do when I want to see if the raw source is either
+> click on the edit link, or click on history and navigate to it in the
+> history browser (easier to do in viewvc than in gitweb, IIRC).
+> Not that I'm opposed to the idea of a plugin that adds a Raw link
+> --[[Joey]]
+
+>> In [[todo/source_link]], Will does this via the CGI instead of delegating
+>> to gitweb/etc. I think Will's patch is a good approach, and have improved
+>> on it a bit in a git branch.
+
+[[!tag wishlist]]