Changes between Version 14 and Version 15 of PdfRedirectorPlugin


Ignore:
Timestamp:
May 19, 2015, 6:37:23 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • PdfRedirectorPlugin

    v14 v15  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Redirect to raw format for PDF attachments =
    32
    4 == Description ==
     3= Redirect to raw format for PDF attachments
    54
    6 Makes links to PDF attachments go directly to the raw file rather than the preview page (which doesn't actually preview the file).
     5== Description
     6
     7This plugin produces links to PDF attachments to go directly to the raw file, rather than the preview page (which doesn't actually preview the file).
    78
    89To delete attachments, you'll need to enter an explicit URL: `/attachment/realm/id/filename.pdf?action=delete`.
    910
    10 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1112
    1213Existing bugs and feature requests for PdfRedirectorPlugin are
     
    1617[http://trac-hacks.org/newticket?component=PdfRedirectorPlugin&owner=nicholasbs new ticket].
    1718
    18 == Download ==
     19[[TicketQuery(component=PdfRedirectorPlugin&group=type,format=progress)]]
     20
     21== Download
    1922
    2023Download the zipped source from [download:pdfredirectorplugin here].
    2124
    22 == Source ==
     25== Source
    2326
    2427You can check out PdfRedirectorPlugin from [http://trac-hacks.org/svn/pdfredirectorplugin here] using Subversion, or [source:pdfredirectorplugin browse the source] with Trac.
    2528
    26 == Install ==
     29== Installation
    2730
    2831Installation directly from SVN (for more info see t:TracPlugins):
    2932
    30 {{{
    31 #!sh
     33{{{#!sh
    3234easy_install http://trac-hacks.org/svn/pdfredirectorplugin/trunk/
    3335}}}
    3436
    35 If you want the PDF to render in the browser, you'll need to make the following configuration changes:
    36 {{{
    37 #!ini
     37If you want the PDF to render in the browser, you'll need to make the following configuration changes in your `trac.ini` file:
     38{{{#!ini
    3839[attachments]
    3940render_unsafe_content = true
     
    4344}}}
    4445
    45 == Example ==
     46== Example
    4647
    47 Upload a PDF and click on it. You'll be able to download it immediately instead of having to click through the preview page.
     48Upload a PDF and click on it. You will be able to download it immediately instead of having to click through the preview page.
    4849
    49 == Recent Changes ==
     50== Recent Changes
    5051
    5152[[ChangeLog(pdfredirectorplugin, 3)]]
    5253
    53 == Author/Contributors ==
     54== Author/Contributors
    5455
    5556Developed at [http://openplans.org The Open Planning Project].