Changes between Version 18 and Version 19 of ExtLinkRewriterPlugin


Ignore:
Timestamp:
Dec 14, 2009, 7:08:20 AM (14 years ago)
Author:
Michael Renzmann
Comment:

Use #!sh instead of #!bash; use of #!ini processor for additional eye-candy.

Legend:

Unmodified
Added
Removed
Modified
  • ExtLinkRewriterPlugin

    v18 v19  
    4949make the egg package
    5050{{{
     51#!sh
    5152python setup.py bdist_egg
    5253}}}
     
    5455copy egg into your trac plugins dir.
    5556{{{
     57#!sh
    5658cp dist/ExtLinkRewriter*.egg /where/to/trac/plugins/
    5759}}}
     
    5961To activate the plugin, edit conf/trac.ini:
    6062{{{
     63#!ini
    6164[components]
    6265ExtLinkRewriter.* = enabled
     
    6669== Example ==
    6770
    68 === Reditrector ===
     71=== Redirector ===
    69721. copy redirector/rediretor.html at accessible point.
    7073{{{
    71 #!bash
     74#!sh
    7275$ cp redirector/rediretor.html /var/www/
    7376}}}
     
    7982example options:
    8083{{{
     84#!ini
    8185[extlinkrewriter]
    8286format = /redrector.html?%s
     
    8993del.icio.us
    9094{{{
     95#!ini
    9196[extlinkrewriter]
    9297format = http://del.icio.us/url?url=%s
     
    96101hatena bookmark
    97102{{{
     103#!ini
    98104[extlinkrewriter]
    99105format = http://b.hatena.ne.jp/entry/%s
     
    103109=== Mix redirector and bookmark ===
    104110{{{
     111#!ini
    105112[extlinkrewriter]
    106113format = /redirector.html?http://del.icio.us/url?url=%s