diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-04 17:00:26 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-04 17:00:26 -0500 |
commit | 3be31c273f487b2cc261ab65da3f02efbd17be8c (patch) | |
tree | f277747fa28b400d8b5edfeaf4c5715684b059cc | |
parent | aebd98f62e3fd3132dc854ba1389121d7ca61e2c (diff) | |
download | ikiwiki-3be31c273f487b2cc261ab65da3f02efbd17be8c.tar ikiwiki-3be31c273f487b2cc261ab65da3f02efbd17be8c.tar.gz |
web commit by http://svend.myopenid.com/
-rw-r--r-- | doc/todo/Raw_view_link.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/Raw_view_link.mdwn b/doc/todo/Raw_view_link.mdwn new file mode 100644 index 000000000..4b8d740b3 --- /dev/null +++ b/doc/todo/Raw_view_link.mdwn @@ -0,0 +1,7 @@ +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. + +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 |