Changes between Initial Version and Version 1 of ServerSideRedirectPlugin


Ignore:
Timestamp:
Nov 11, 2008, 11:36:48 PM (15 years ago)
Author:
Martin Scharrer
Comment:

New hack ServerSideRedirectPlugin, created by martin_s

Legend:

Unmodified
Added
Removed
Modified
  • ServerSideRedirectPlugin

    v1 v1  
     1= Server Side Redirect from a Wiki Page =
     2
     3== Description ==
     4
     5This plug-in allow to place a redirect macro at the start of any wiki page which will cause an server side redirect when the wiki page is viewed.
     6
     7This plug-in is compatible with the client side redirect macro TracRedirect.
     8
     9A protection for 1st (A-A) and 2nd (A-B-A) order redirect loops is implemented, but higher order loops (A-B-C-A, etc.) must be handled by the browser or the user. Firefox 3 handles redirect loops well.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for ServerSideRedirectPlugin are
     14[report:9?COMPONENT=ServerSideRedirectPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=ServerSideRedirectPlugin&owner=martin_s new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:serversideredirectplugin here].
     22
     23== Source ==
     24
     25You can check out ServerSideRedirectPlugin from [http://trac-hacks.org/svn/serversideredirectplugin here] using Subversion, or [source:serversideredirectplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29The following 'macro' will cause a redirect to the ''!OtherWikiPage''. Any other [TracLinks TracLink] can be used.
     30{{{
     31[[redirect(OtherWikiPage)]]
     32}}}
     33
     34== Recent Changes ==
     35
     36[[ChangeLog(serversideredirectplugin, 3)]]
     37
     38== Author/Contributors ==
     39
     40'''Author:''' [wiki:martin_s] [[BR]]
     41'''Contributors:'''