Changes between Version 6 and Version 7 of TracMyPagePlugin


Ignore:
Timestamp:
May 11, 2009, 3:59:03 PM (15 years ago)
Author:
dgc
Comment:

Reorder sections to make a little more sense

Legend:

Unmodified
Added
Removed
Modified
  • TracMyPagePlugin

    v6 v7  
    66
    77!TracMyPage works nicely with the TracUserPagePlugin.
     8
     9== Example ==
     10
     11{{{
     12[components]
     13mypage.* = enabled
     14
     15[mypage]
     16url = /wiki/u/%s
     17}}}
     18
     19This causes the 'My Page' tab for http://trac.example.com/ to yield a redirect to http://trac.example.com/wiki/u/admiralnelson when the user 'admiralnelson' is logged in and has the MYPAGE_VIEW permission.
     20
     21== Nota Bene ==
     22
     23* To see the My Page tab, a user must be logged in and have the MYPAGE_VIEW permission.  To make My Page available to all users, grant MYPAGE_VIEW to the ''authenticated'' subject in Admin/Permissions.
    824
    925== Bugs/Feature Requests ==
     
    2339You can check out TracMyPagePlugin from [http://trac-hacks.org/svn/tracmypageplugin here] using Subversion, or [source:tracmypageplugin browse the source] with Trac.
    2440
    25 == Example ==
    26 
    27 {{{
    28 [components]
    29 mypage.* = enabled
    30 
    31 [mypage]
    32 url = /wiki/u/%s
    33 }}}
    34 
    35 This causes the 'My Page' tab for http://trac.example.com/ to yield a redirect to http://trac.example.com/wiki/u/admiralnelson when the user 'admiralnelson' is logged in and has the MYPAGE_VIEW permission.
    36 
    37 == Nota Bene ==
    38 
    39 * To see the My Page tab, a user must be logged in and have the MYPAGE_VIEW permission.  To make My Page available to all users, grant MYPAGE_VIEW to the ''authenticated'' subject in Admin/Permissions.
    40 
    4141== Recent Changes ==
    4242