Changes between Initial Version and Version 1 of TagPublicPlugin


Ignore:
Timestamp:
Nov 30, 2009, 4:00:35 AM (14 years ago)
Author:
roh
Comment:

New hack TagPublicPlugin, created by roh

Legend:

Unmodified
Added
Removed
Modified
  • TagPublicPlugin

    v1 v1  
     1= TagPublic Plugin =
     2
     3== Description ==
     4
     5this plugin allows a 'closed' user group trac install to publish explicitly tagged content to be displayed (readonly) for 'anonymous'.
     6
     7this plugins depends on TagsPlugin
     8
     9warning! this plugin may give anonymous more permissions as you wish. make sure you understand the trac permission configuration first!
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for TagPublicPlugin are
     14[report:9?COMPONENT=TagPublicPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=TagPublicPlugin&owner=roh new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:tagpublicplugin here].
     22
     23== Source ==
     24
     25You can check out TagPublicPlugin from [http://trac-hacks.org/svn/tagpublicplugin here] using Subversion, or [source:tagpublicplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29 * add
     30{{{
     31tagpublic.* = enabled
     32}}}
     33to [components] of trac.ini
     34
     35 * change permission_policies in [trac] like this:
     36
     37{{{
     38permission_policies = TagPublic, DefaultPermissionPolicy, LegacyAttachmentPolicy
     39}}}
     40
     41 * tag all wikipages, tickets, blogposts you want everybody to see with the string 'public'
     42
     43== Recent Changes ==
     44
     45[[ChangeLog(tagpublicplugin, 3)]]
     46
     47== Author/Contributors ==
     48
     49'''Author:''' [wiki:roh] [[BR]]
     50'''Contributors:'''