Contents
Namespace for public or private user pages
Description
Defines a namespace for user pages, where users can place personal wiki pages that can be public or private. A private page can only be opened by TRAC_ADMIN or the user whose login name matches the wiki page. Users can use this page to store a personal set of reports, queries, macros, etc.
TracUserPage works nicely with the TracMyPagePlugin.
Bugs/Feature Requests
Existing bugs and feature requests for TracUserPagePlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracUserPagePlugin from here using Subversion, or browse the source with Trac.
Example
[components] userpageplugin.* = enabled [userpage] default = private error = u_private root = /wiki/u/
This defines the http://example.com/wiki/u/ prefix as a namespace for user pages. /wiki/u/santa would be a page belonging to the user 'santa'. Because pages are 'default = private', santa would be able to view this page when logged in, and so would TRAC_ADMIN users, but everyone else would receive the /wiki/u_private page instead.
Recent Changes
[10445] by rjollos on 07/12/11 07:55:15
Show plugin's svn revision on webadmin plugin panel.
[5471] by dgc on 04/03/09 05:12:48
Adds missing setup.py
[5345] by dgc on 03/07/09 06:18:18
Move to setuptools so we can bundle eggs.
[5342] by dgc on 03/07/09 05:26:35
Fix class name.

