Changeset 6350
- Timestamp:
- 02/16/10 05:30:36 (3 years ago)
- Location:
- trunk/TopicClassificationAddOn
- Files:
-
- 2 edited
-
data/System/TopicClassificationAddOn.txt (modified) (3 diffs)
-
lib/Foswiki/Contrib/TopicClassificationAddOn.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TopicClassificationAddOn/data/System/TopicClassificationAddOn.txt
r6229 r6350 32 32 * Set HELP_BACKGROUND_COLOR = #E0B9A6 33 33 </verbatim> 34 * Go to %USERWEB%.WikiGroups and create a new group called ==ModeratorGroup==. This group can add new classifications within webs where TCAO is enabled.34 * [[%SCRIPTURL{"edit"}%/%USERSWEB%/?topic=ModeratorGroup&templatetopic=GroupTemplate&topicparent=WikiGroups&onlywikiname=on&onlynewtopic=on][Go to %USERSWEB%.WikiGroups and create a new group called ==ModeratorGroup==]]. This group can add new classifications within webs where TCAO is enabled. 35 35 * Add the following %SYSTEMWEB%.CommentPlugin templates definitions to %SYSTEMWEB%.UserCommentsTemplate (create this topic if you have not already). 36 36 <verbatim> … … 41 41 42 42 %TOPIC% is designed to organize content within individual webs.To install the TCAO framework within a web, use the form below. 43 %INCLUDE{"%TCAOWEB%.RenderInstallTopicClassification" war m="Only displays if prior installation steps have been completed."}%43 %INCLUDE{"%TCAOWEB%.RenderInstallTopicClassification" warn="Only displays if prior installation steps have been completed."}% 44 44 45 45 ---+++ Setting up Topic Classification within a web … … 53 53 | License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] | 54 54 | Change History: | <!-- versions below in reverse order --> | 55 | 15 Feb 2010 | Foswikibug:Item1624: doc repairs | 55 56 | 05 Feb 2010 | Foswikibug:Item1624: update to CSRF requirements | 56 57 | 15431 | TWikibug:Item1715 - Fix !TableSearchResults | -
trunk/TopicClassificationAddOn/lib/Foswiki/Contrib/TopicClassificationAddOn.pm
r6229 r6350 20 20 21 21 $VERSION = '$Rev$'; 22 $RELEASE = ' 05 Feb 2010';23 $SHORTDESCRIPTION = ' ';22 $RELEASE = '15 Feb 2010'; 23 $SHORTDESCRIPTION = 'Provides framework for organizing content within a web according to different _types_ of topics (discussion, weblog, reference, etc) and hierarchical "categories". Includes sample topic types and categories. Provides basic framework to design and manage simple Foswiki Applications.'; 24 24
Note: See TracChangeset
for help on using the changeset viewer.
