Changeset 464 for trunk/PeerPlugin/data/TWiki/PeerReviewExamples.txt
- Timestamp:
- 11/08/08 14:34:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PeerPlugin/data/TWiki/PeerReviewExamples.txt
r247 r464 6 6 ---++++ PRLINK 7 7 8 A link <!--%<nop>PRLINK%--> 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]].8 A link <!--%<nop>PRLINK%--> 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]]. 9 9 10 10 ---++++ PRRATING 11 11 12 A rating indicator <!--%<nop>PRRATING%--> 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.12 A rating indicator <!--%<nop>PRRATING%--> 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. 13 13 14 14 Both 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. … … 20 20 ---++ Special Topics 21 21 22 ---++++ <nop>% TWIKIWEB%.PeerPluginView22 ---++++ <nop>%SYSTEMWEB%.PeerPluginView 23 23 24 24 A fully featured version of this special topic contains the following: … … 26 26 <verbatim> 27 27 ---+++ Add a Review of %<nop>PROBJECT% 28 %<nop>INCLUDE{"%<nop> TWIKIWEB%.PeerPluginForm"}%28 %<nop>INCLUDE{"%<nop>SYSTEMWEB%.PeerPluginForm"}% 29 29 ---- 30 30 ---+++ Previous Reviews of %<nop>PROBJECT% … … 37 37 This performs the following: 38 38 39 1 Shows the review entry form (see below) by including another Special Topic <nop>% TWIKIWEB%.PeerPluginView39 1 Shows the review entry form (see below) by including another Special Topic <nop>%SYSTEMWEB%.PeerPluginView 40 40 1 Shows a list of current reviews 41 41 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 … … 43 43 The 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. 44 44 45 ---++++ <nop>% TWIKIWEB%.PeerPluginUser45 ---++++ <nop>%SYSTEMWEB%.PeerPluginUser 46 46 47 47 This special topic shows a list of the current reviews written by the user in question. It contains the following: … … 53 53 </verbatim> 54 54 55 ---++++ <nop>% TWIKIWEB%.PeerPluginForm55 ---++++ <nop>%SYSTEMWEB%.PeerPluginForm 56 56 57 57 This special topic shows a form for entry of new reviews. An example form is: 58 58 59 59 <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"> 61 61 Rating... 62 62 | *Rating* | *1* | *2* | *3* | *4* | *5* | *Key* | … … 84 84 By editing this topic, TWiki administrators can add their own explanatory wording and "rules" for fair play with reviews. 85 85 86 ---++++ <nop>% TWIKIWEB%.PeerReviewStats86 ---++++ <nop>%SYSTEMWEB%.PeerReviewStats 87 87 88 88 This topic uses a wiki variable to display review statistics: … … 93 93 </verbatim> 94 94 95 ---++++ <nop>% TWIKIWEB%.PeerPluginExtView95 ---++++ <nop>%SYSTEMWEB%.PeerPluginExtView 96 96 97 97 Same idea as <nop>PeerPluginView - but is used to review external Internet/Intranet pages. … … 99 99 <verbatim> 100 100 ---+++ Internet/Intranet Review of %<nop>PROBJECT% 101 %<nop>INCLUDE{"%<nop> TWIKIWEB%/PeerPluginExtForm"}%101 %<nop>INCLUDE{"%<nop>SYSTEMWEB%/PeerPluginExtForm"}% 102 102 ---- 103 103 ---+++ Previous Reviews of %<nop>PROBJECT% … … 108 108 </verbatim> 109 109 110 ---++++ <nop>% TWIKIWEB%.PeerPluginExtForm110 ---++++ <nop>%SYSTEMWEB%.PeerPluginExtForm 111 111 112 112 Same idea as <nop>PeerPluginForm - but is used to review external Internet/Intranet pages. … … 114 114 <verbatim> 115 115 *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"> 117 117 <B>1. Select the Page</B> 118 118 * Enter any Internet or Intranet web page address... … … 122 122 </FORM> 123 123 <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"> 125 125 Rating... 126 126 | *Rating* | *1* | *2* | *3* | *4* | *5* | *Key* |
Note: See TracChangeset
for help on using the changeset viewer.
