mgaitan / waliki

A wiki engine powered by Django and Git
http://waliki.pythonanywhere.com
BSD 3-Clause "New" or "Revised" License
309 stars 56 forks source link

Raw content view #10

Closed mgaitan closed 10 years ago

mgaitan commented 10 years ago

add a builtin view that return the raw content of a page, with a proper mime/contentype set in the response. the url pattern should be <page_slug>/raw

In addition, the page in an specific version could be viewble as raw: <page_slug>/version/<version>/raw

(the response shouldn't be as attachment . i.e. no "download" dialog).