Changeset 6350


Ignore:
Timestamp:
02/16/10 05:30:36 (3 years ago)
Author:
WillNorris
Message:

Item1624: doc repairs

Location:
trunk/TopicClassificationAddOn
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/TopicClassificationAddOn/data/System/TopicClassificationAddOn.txt

    r6229 r6350  
    3232      * Set HELP_BACKGROUND_COLOR = #E0B9A6 
    3333</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.  
    3535   * Add the following %SYSTEMWEB%.CommentPlugin templates definitions to %SYSTEMWEB%.UserCommentsTemplate (create this topic if you have not already). 
    3636<verbatim> 
     
    4141 
    4242%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" warm="Only displays if prior installation steps have been completed."}% 
     43%INCLUDE{"%TCAOWEB%.RenderInstallTopicClassification" warn="Only displays if prior installation steps have been completed."}% 
    4444 
    4545---+++ Setting up Topic Classification within a web 
     
    5353|  License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] | 
    5454|  Change&nbsp;History: | <!-- versions below in reverse order -->&nbsp; | 
     55|  15 Feb 2010 | Foswikibug:Item1624: doc repairs | 
    5556|  05 Feb 2010 | Foswikibug:Item1624: update to CSRF requirements | 
    5657|  15431 | TWikibug:Item1715 - Fix !TableSearchResults | 
  • trunk/TopicClassificationAddOn/lib/Foswiki/Contrib/TopicClassificationAddOn.pm

    r6229 r6350  
    2020 
    2121$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.'; 
    2424 
Note: See TracChangeset for help on using the changeset viewer.