Changes between Version 19 and Version 20 of ExtLinkRewriterPlugin


Ignore:
Timestamp:
Nov 5, 2015, 9:28:43 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • ExtLinkRewriterPlugin

    v19 v20  
    1 = Plugin for Rewriting External Link URLs =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Plugin for Rewriting External Link URLs
     4
     5== Description
    46
    57Rewrite external link location, to hide referers for private sites, to use social bookmark sites, and so on.
    68
    7 For example, trac link:
     9For example, Trac link:
    810{{{
    911[http://foo.bar.com outgoing site]
     
    1921}}}
    2022
    21 Jumping outgoing site via single redirector,
    22 referers with detailed page names could be hidden.
    23 it is useful for private/secret sites; e.g. project sites in local networks.
    24 (this plugin contains simple redirectors).
     23Jumping outgoing site via single redirector, referers with detailed page names could be hidden. It is useful for private or restricted sites, for example project sites in local networks. This plugin contains simple redirectors.
    2524
    26 
    27 Or, using bookmark site; del.icio.us:
     25Or, using bookmark site del.icio.us:
    2826{{{
    2927<a class="ext-link" href="http://del.icio.us/url?url=http://foo.bar.com">outgoing site</a>
    3028}}}
    3129
    32 == Bugs/Feature Requests ==
     30== Bugs/Feature Requests
    3331
    3432Existing bugs and feature requests for ExtLinkRewriterPlugin are
     
    3634
    3735If you have any issues, create a
    38 [http://trac-hacks.org/newticket?component=ExtLinkRewriterPlugin&owner=bellbind new ticket].
     36[/newticket?component=ExtLinkRewriterPlugin new ticket].
    3937
    40 == Download ==
     38[[TicketQuery(component=ExtLinkRewriterPlugin&group=type,format=progress)]]
    4139
    42 Download the zipped source from [download:extlinkrewriterplugin here].
     40== Download
    4341
    44 == Source ==
     42Download the zipped source from [export:extlinkrewriterplugin here].
    4543
    46 You can check out ExtLinkRewriterPlugin from [http://trac-hacks.org/svn/extlinkrewriterplugin here] using Subversion, or [source:extlinkrewriterplugin browse the source] with Trac.
     44== Source
    4745
    48 == Install ==
    49 make the egg package
    50 {{{
    51 #!sh
     46You can check out ExtLinkRewriterPlugin from [/svn/extlinkrewriterplugin here] using Subversion, or [source:extlinkrewriterplugin browse the source] with Trac.
     47
     48== Installation
     49
     50Make the egg package:
     51{{{#!sh
    5252python setup.py bdist_egg
    5353}}}
    5454
    55 copy egg into your trac plugins dir.
    56 {{{
    57 #!sh
     55Copy egg into your Trac plugins directory:
     56{{{#!sh
    5857cp dist/ExtLinkRewriter*.egg /where/to/trac/plugins/
    5958}}}
    6059
    61 To activate the plugin, edit conf/trac.ini:
    62 {{{
    63 #!ini
     60To activate the plugin, edit your `conf/trac.ini` file:
     61{{{#!ini
    6462[components]
    6563ExtLinkRewriter.* = enabled
    6664}}}
    6765
     66== Example
    6867
    69 == Example ==
     68=== Redirector
    7069
    71 === Redirector ===
    72 1. copy redirector/rediretor.html at accessible point.
    73 {{{
    74 #!sh
     701. Copy redirector/rediretor.html at accessible point.
     71{{{#!sh
    7572$ cp redirector/rediretor.html /var/www/
    7673}}}
     
    7875Check redirect function at your brower, e.g. goto !http://.../redirector.html?http://google.com .
    7976
    80 2. edit conf/trac.ini
     772. Edit your `conf/trac.ini` file:
    8178
    82 example options:
    83 {{{
    84 #!ini
     79Example options:
     80{{{#!ini
    8581[extlinkrewriter]
    8682format = /redrector.html?%s
     
    8985}}}
    9086
    91 === Social Bookmark ===
     87=== Social Media Bookmark
    9288
    93 del.icio.us
    94 {{{
    95 #!ini
     89del.icio.us:
     90{{{#!ini
    9691[extlinkrewriter]
    9792format = http://del.icio.us/url?url=%s
     
    9994}}}
    10095
    101 hatena bookmark
    102 {{{
    103 #!ini
     96Hatena bookmark:
     97{{{#!ini
    10498[extlinkrewriter]
    10599format = http://b.hatena.ne.jp/entry/%s
     
    107101}}}
    108102
    109 === Mix redirector and bookmark ===
    110 {{{
    111 #!ini
     103=== Mix redirector and bookmark
     104
     105{{{#!ini
    112106[extlinkrewriter]
    113107format = /redirector.html?http://del.icio.us/url?url=%s
     
    116110}}}
    117111
    118 == Recent Changes ==
     112== Recent Changes
    119113
    120114[[ChangeLog(extlinkrewriterplugin, 3)]]
    121115
    122 == Author/Contributors ==
     116== Author/Contributors
    123117
    124118'''Author:''' [wiki:bellbind] [[BR]]
     119'''Maintainer:''' [[Maintainer]] [[BR]]
    125120'''Contributors:'''