Changes between Version 1 and Version 2 of PencilPreviewPlugin


Ignore:
Timestamp:
Mar 19, 2015, 3:23:46 PM (9 years ago)
Author:
figaro
Comment:

Added outstanding tickets progress bar

Legend:

Unmodified
Added
Removed
Modified
  • PencilPreviewPlugin

    v1 v2  
    55== Description
    66
    7 This plugin allows to preview ''Evolus Pencil'' files.
     7This plugin allows to preview '''Evolus Pencil''' files.
    88
    9 [http://pencil.evolus.vn/ Evolus Pencil] is an open-source GUI prototyping tool for creating mockups. If you use it to create `.ep` files and add them to Trac (e.g. as attachments or stored in a code repository) this plugin allows you to preview them in the browser before downloading and opening them in the application.
     9[http://pencil.evolus.vn/ Evolus Pencil] is an open-source GUI prototyping tool for creating mockups. If you use it to create `.ep` files and add them to Trac, for example as attachments or stored in a code repository, this plugin allows you to preview them in the browser before downloading and opening them in the application.
    1010
    11 (The MIME type is expected to be `application/evoluspencil+xml`.)
    12 
    13 === Known problems
    14 * The preview depends on the browser to render the SVG / XUL contained in the file. This works best in Firefox, but even there it's not always perfect.
     11The MIME type is expected to be `application/evoluspencil+xml`.
    1512
    1613== !Bugs/Feature Requests
     
    2118If you have any issues, create a
    2219[http://trac-hacks.org/newticket?component=PencilPreviewPlugin&owner=lucid new ticket].
     20
     21[[TicketQuery(component=PencilPreviewPlugin&group=type,format=progress)]]
    2322
    2423== Download
     
    3231== Installation
    3332
    34 Installation of the plugin requires the usual step, e.g. `easy_install http://trac-hacks.org/svn/pencilpreviewplugin/trunk` and enable it in Trac's plugin admin page or by adding `pencilpreview.* = enabled` to the `[components]` section in trac.ini.
     33Installation of the plugin requires the usual step:
     34{{{
     35#!sh
     36easy_install http://trac-hacks.org/svn/pencilpreviewplugin/trunk
     37}}}
     38
     39Enable it in Trac's plugin admin page or by adding `pencilpreview.* = enabled` to the `[components]` section in the `trac.ini` file:
     40
     41{{{
     42#!ini
     43[components]
     44pencilpreview.* = enabled
     45}}}
     46
     47=== Known issues
     48
     49The preview depends on the browser to render the SVG / XUL contained in the file. This works best in Firefox, but even there it's not always perfect.
    3550
    3651== Recent Changes