Closed mgaitan closed 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
<page_slug>/raw
In addition, the page in an specific version could be viewble as raw: <page_slug>/version/<version>/raw
version
<page_slug>/version/<version>/raw
(the response shouldn't be as attachment . i.e. no "download" dialog).
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).