Changes between Version 7 and Version 8 of TracAsciidoctorPlugin


Ignore:
Timestamp:
Nov 30, 2015, 5:02:42 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracAsciidoctorPlugin

    v7 v8  
    3535The simplest way to install it is using `easy_install`:
    3636{{{#!sh
    37 easy_install http://trac-hacks.org/svn/tracasciidoctorplugin/1.0/
     37easy_install https://trac-hacks.org/svn/tracasciidoctorplugin/1.0/
    3838}}}
    3939
     
    4545You will need to enable it in `trac.ini` under the `[components]` subheading:
    4646{{{#!ini
     47[components]
    4748tracasciidoctor.* = enabled
    4849}}}
     
    5152
    5253If you want to render pages without setting the `mime-type` a good option is to add extensions to the `[mimeviewer]` section:
    53 {{{
     54{{{#!ini
     55[mimeviewer]
    5456mime_map = text/asciidoc:adoc:asc:asciidoc
    5557}}}