Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PeerPlugin/data/TWiki/PeerReviewExamples.txt

    r247 r464  
    66---++++ PRLINK 
    77 
    8 A link &lt;!--%<nop>PRLINK%--&gt; that can either be placed in the site skin(s) or that may be edited into the %TWIKIWEB%.TwikiPreferences topic as one of the Web Topic List items. This link points to a special Peer Review topic - [[Wiki.PeerPluginView]]. 
     8A link &lt;!--%<nop>PRLINK%--&gt; that can either be placed in the site skin(s) or that may be edited into the %SYSTEMWEB%.TwikiPreferences topic as one of the Web Topic List items. This link points to a special Peer Review topic - [[Wiki.PeerPluginView]]. 
    99 
    1010---++++ PRRATING 
    1111 
    12 A rating indicator &lt;!--%<nop>PRRATING%--&gt; that can be placed in the site skin or that may be edited into the %TWIKIWEB%.TwikiPreferences topic as one of the Web Topic List items. This indicator shows the average topic quality rating for all current reviews. It is greyed out if no review has yet been entered for the topic. 
     12A rating indicator &lt;!--%<nop>PRRATING%--&gt; that can be placed in the site skin or that may be edited into the %SYSTEMWEB%.TwikiPreferences topic as one of the Web Topic List items. This indicator shows the average topic quality rating for all current reviews. It is greyed out if no review has yet been entered for the topic. 
    1313 
    1414Both of the above two variables are implemented as an HTML comment tag - they will disappear if the plugin is removed. Both are greyed out if referring to a user topic. 
     
    2020---++ Special Topics 
    2121 
    22 ---++++ <nop>%TWIKIWEB%.PeerPluginView 
     22---++++ <nop>%SYSTEMWEB%.PeerPluginView 
    2323 
    2424A fully featured version of this special topic contains the following: 
     
    2626<verbatim> 
    2727---+++ Add a Review of %<nop>PROBJECT% 
    28 %<nop>INCLUDE{"%<nop>TWIKIWEB%.PeerPluginForm"}% 
     28%<nop>INCLUDE{"%<nop>SYSTEMWEB%.PeerPluginForm"}% 
    2929---- 
    3030---+++ Previous Reviews of %<nop>PROBJECT% 
     
    3737This performs the following: 
    3838 
    39         1 Shows the review entry form (see below) by including another Special Topic <nop>%TWIKIWEB%.PeerPluginView 
     39        1 Shows the review entry form (see below) by including another Special Topic <nop>%SYSTEMWEB%.PeerPluginView 
    4040        1 Shows a list of current reviews 
    4141        1 Includes a view of the topic under review (specifically %<nop>PRINCLUDE% allows the include to refer to external urls so that TWiki users can review non-TWiki web pages and sites 
     
    4343The order and presence of each of these items can be changed - specifically it is intended that this arrangement will allow modification (of the TWiki perl source code) so that "add a review" and "view reviews" may be separate links. 
    4444 
    45 ---++++ <nop>%TWIKIWEB%.PeerPluginUser 
     45---++++ <nop>%SYSTEMWEB%.PeerPluginUser 
    4646 
    4747This special topic shows a list of the current reviews written by the user in question. It contains the following: 
     
    5353</verbatim> 
    5454 
    55 ---++++ <nop>%TWIKIWEB%.PeerPluginForm 
     55---++++ <nop>%SYSTEMWEB%.PeerPluginForm 
    5656 
    5757This special topic shows a form for entry of new reviews. An example form is: 
    5858 
    5959<verbatim> 
    60 <FORM action="%<nop>SCRIPTURL%/view%<nop>SCRIPTSUFFIX%/%<nop>TWIKIWEB%/PeerPluginView" method="post"> 
     60<FORM action="%<nop>SCRIPTURL%/view%<nop>SCRIPTSUFFIX%/%<nop>SYSTEMWEB%/PeerPluginView" method="post"> 
    6161Rating... 
    6262| *Rating* | *1* | *2* | *3* | *4* | *5* | *Key* | 
     
    8484By editing this topic, TWiki administrators can add their own explanatory wording and "rules" for fair play with reviews. 
    8585 
    86 ---++++ <nop>%TWIKIWEB%.PeerReviewStats 
     86---++++ <nop>%SYSTEMWEB%.PeerReviewStats 
    8787 
    8888This topic uses a wiki variable to display review statistics: 
     
    9393</verbatim> 
    9494 
    95 ---++++ <nop>%TWIKIWEB%.PeerPluginExtView 
     95---++++ <nop>%SYSTEMWEB%.PeerPluginExtView 
    9696 
    9797Same idea as <nop>PeerPluginView - but is used to review external Internet/Intranet pages. 
     
    9999<verbatim> 
    100100---+++ Internet/Intranet Review of %<nop>PROBJECT% 
    101 %<nop>INCLUDE{"%<nop>TWIKIWEB%/PeerPluginExtForm"}% 
     101%<nop>INCLUDE{"%<nop>SYSTEMWEB%/PeerPluginExtForm"}% 
    102102---- 
    103103---+++ Previous Reviews of %<nop>PROBJECT% 
     
    108108</verbatim> 
    109109 
    110 ---++++ <nop>%TWIKIWEB%.PeerPluginExtForm 
     110---++++ <nop>%SYSTEMWEB%.PeerPluginExtForm 
    111111 
    112112Same idea as <nop>PeerPluginForm - but is used to review external Internet/Intranet pages. 
     
    114114<verbatim> 
    115115*Use this form to review any page on the web. Great for highlighting information that is useful to this wiki community.* 
    116 <FORM action="%SCRIPTURL%/view%SCRIPTSUFFIX%/%TWIKIWEB%/PeerPluginExtView" method="post"> 
     116<FORM action="%SCRIPTURL%/view%SCRIPTSUFFIX%/%SYSTEMWEB%/PeerPluginExtView" method="post"> 
    117117<B>1. Select the Page</B> 
    118118        * Enter any Internet or Intranet web page address... 
     
    122122</FORM> 
    123123<B>2. Enter your Review</B> 
    124 <FORM action="%SCRIPTURL%/view%SCRIPTSUFFIX%/%TWIKIWEB%/PeerPluginExtView" method="post"> 
     124<FORM action="%SCRIPTURL%/view%SCRIPTSUFFIX%/%SYSTEMWEB%/PeerPluginExtView" method="post"> 
    125125Rating... 
    126126| *Rating* | *1* | *2* | *3* | *4* | *5* | *Key* | 
Note: See TracChangeset for help on using the changeset viewer.