= !TracUserPage Plugin = == 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. Works nicely with the TracMyPagePlugin. == Bugs/Feature Requests == Existing bugs and feature requests for TracUserPagePlugin are [report:9?COMPONENT=TracUserPagePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracUserPagePlugin&owner=dgc new ticket]. == Download == Download the zipped source from [download:tracuserpageplugin here]. == Source == You can check out TracUserPagePlugin from [http://trac-hacks.org/svn/tracuserpageplugin here] using Subversion, or [source:tracuserpageplugin browse the source] with Trac. == Example == {{{ [components] tracuserpage.* = 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 == [[ChangeLog(tracuserpageplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:dgc] [[BR]] '''Contributors:'''