]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/Raw_view_link.mdwn
Merge commit 'intrigeri/po'
[ikiwiki.git] / doc / todo / Raw_view_link.mdwn
1 I'd like to have a "raw view" link to view the source for the current page. It would go with the history link that each page has.
2
3 The configuration setting for Mercurial could be something like this:
4
5     rawurl => "http://localhost:8000//raw-file/tip/\[[file]]",
6
7 > What I do when I want to see if the raw source is either
8 > click on the edit link, or click on history and navigate to it in the
9 > history browser (easier to do in viewvc than in gitweb, IIRC).
10 > Not that I'm opposed to the idea of a plugin that adds a Raw link
11 > --[[Joey]]
12
13 >> In [[todo/source_link]], Will does this via the CGI instead of delegating
14 >> to gitweb/etc. I think Will's patch is a good approach, and have improved
15 >> on it a bit in a git branch.
16
17 >>> Since that is merged in now, I'm marking this [[done]] --[[Joey]] 
18
19 [[!tag wishlist]]