Changes between Version 3 and Version 4 of PencilPreviewPlugin


Ignore:
Timestamp:
Dec 1, 2015, 9:20:02 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PencilPreviewPlugin

    v3 v4  
    2121
    2222If you have any issues, create a
    23 [http://trac-hacks.org/newticket?component=PencilPreviewPlugin&owner=lucid new ticket].
     23[/newticket?component=PencilPreviewPlugin new ticket].
    2424
    2525[[TicketQuery(component=PencilPreviewPlugin&group=type,format=progress)]]
     
    3131== Source
    3232
    33 You can check out PencilPreviewPlugin from [http://trac-hacks.org/svn/pencilpreviewplugin here] using Subversion, or [source:pencilpreviewplugin browse the source] with Trac.
     33You can check out PencilPreviewPlugin from [/svn/pencilpreviewplugin here] using Subversion, or [source:pencilpreviewplugin browse the source] with Trac.
    3434
    3535== Installation
    3636
    3737Installation of the plugin requires the usual steps:
    38 {{{
    39 #!sh
     38{{{#!sh
    4039easy_install http://trac-hacks.org/svn/pencilpreviewplugin/trunk
    4140}}}
    4241
    4342Enable it in Trac's plugin admin page or by adding `pencilpreview.* = enabled` to the `[components]` section in the `trac.ini` file:
    44 
    45 {{{
    46 #!ini
     43{{{#!ini
    4744[components]
    4845pencilpreview.* = enabled