You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by rd...@apache.org on 2009/09/05 11:50:18 UTC

svn commit: r811613 [14/48] - in /james/site/trunk/www/jsieve: ./ apidocs/ apidocs/org/apache/jsieve/ apidocs/org/apache/jsieve/class-use/ apidocs/org/apache/jsieve/commands/ apidocs/org/apache/jsieve/commands/class-use/ apidocs/org/apache/jsieve/comma...

Modified: james/site/trunk/www/jsieve/mailet/pmd.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/pmd.xml?rev=811613&r1=811612&r2=811613&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/pmd.xml (original)
+++ james/site/trunk/www/jsieve/mailet/pmd.xml Sat Sep  5 09:49:32 2009
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<pmd version="4.2.2" timestamp="2009-04-11T20:04:46.367">
+<pmd version="4.2.2" timestamp="2009-09-05T10:19:50.596">
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/ActionContext.java">
 <violation beginline="38" endline="38" begincolumn="12" endcolumn="24" rule="UnusedModifier" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="ActionContext" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#UnusedModifier" priority="3">
 Avoid modifiers which are implied by the context
@@ -7,54 +7,62 @@
 <violation beginline="49" endline="49" begincolumn="12" endcolumn="77" rule="UnusedModifier" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="ActionContext" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#UnusedModifier" priority="3">
 Avoid modifiers which are implied by the context
 </violation>
-<violation beginline="58" endline="58" begincolumn="12" endcolumn="108" rule="UnusedModifier" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="ActionContext" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#UnusedModifier" priority="3">
+<violation beginline="58" endline="58" begincolumn="12" endcolumn="121" rule="UnusedModifier" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="ActionContext" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#UnusedModifier" priority="3">
 Avoid modifiers which are implied by the context
 </violation>
 <violation beginline="64" endline="64" begincolumn="12" endcolumn="34" rule="UnusedModifier" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="ActionContext" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#UnusedModifier" priority="3">
 Avoid modifiers which are implied by the context
 </violation>
 </file>
+<file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/ActionDispatcher.java">
+<violation beginline="68" endline="68" begincolumn="9" endcolumn="77" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="ActionDispatcher" method="execute" variable="mailAction" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+Avoid using final local variables, turn them into fields
+</violation>
+<violation beginline="87" endline="87" begincolumn="9" endcolumn="102" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="ActionDispatcher" method="defaultMethodMap" variable="actionMap" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+Avoid using final local variables, turn them into fields
+</violation>
+</file>
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/ActionUtils.java">
 <violation beginline="49" endline="49" begincolumn="64" endcolumn="72" rule="UnnecessaryConversionTemporary" ruleset="Basic Rules" package="org.apache.jsieve.mailet" class="ActionUtils" method="getSoleRecipient" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#UnnecessaryConversionTemporary" priority="3">
 Avoid unnecessary temporaries when converting primitives to Strings
 </violation>
 </file>
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/FileIntoAction.java">
-<violation beginline="36" endline="36" begincolumn="13" endcolumn="73" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="fileIntoAction" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="41" endline="41" begincolumn="13" endcolumn="73" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="fileIntoAction" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="70" endline="91" begincolumn="13" endcolumn="28" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="delivered" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'delivered' (lines '70'-'91').
+<violation beginline="76" endline="97" begincolumn="13" endcolumn="28" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="delivered" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'delivered' (lines '76'-'97').
 </violation>
-<violation beginline="81" endline="81" begincolumn="13" endcolumn="87" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="mailbox" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="87" endline="87" begincolumn="13" endcolumn="87" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="mailbox" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="82" endline="82" begincolumn="13" endcolumn="29" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="host" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="88" endline="88" begincolumn="13" endcolumn="29" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="host" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="88" endline="88" begincolumn="13" endcolumn="82" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="url" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="94" endline="94" begincolumn="13" endcolumn="82" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="url" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="91" endline="116" begincolumn="13" endcolumn="28" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="delivered" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DU'-anomaly for variable 'delivered' (lines '91'-'116').
+<violation beginline="97" endline="122" begincolumn="13" endcolumn="28" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="delivered" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DU'-anomaly for variable 'delivered' (lines '97'-'122').
 </violation>
-<violation beginline="95" endline="95" begincolumn="13" endcolumn="44" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="log" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="101" endline="101" begincolumn="13" endcolumn="44" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="log" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="108" endline="108" begincolumn="13" endcolumn="44" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="log" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="114" endline="114" begincolumn="13" endcolumn="44" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="FileIntoAction" method="execute" variable="log" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
 </file>
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/KeepAction.java">
-<violation beginline="35" endline="35" begincolumn="13" endcolumn="61" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="KeepAction" method="execute" variable="actionKeep" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="40" endline="40" begincolumn="13" endcolumn="61" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="KeepAction" method="execute" variable="actionKeep" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="57" endline="57" begincolumn="9" endcolumn="63" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="KeepAction" method="execute" variable="action" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="62" endline="62" begincolumn="9" endcolumn="63" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="KeepAction" method="execute" variable="action" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
 </file>
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/MailAction.java">
-<violation beginline="38" endline="38" begincolumn="12" endcolumn="117" rule="UnusedModifier" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="MailAction" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#UnusedModifier" priority="3">
+<violation beginline="39" endline="39" begincolumn="12" endcolumn="117" rule="UnusedModifier" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="MailAction" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#UnusedModifier" priority="3">
 Avoid modifiers which are implied by the context
 </violation>
 </file>
@@ -64,22 +72,22 @@
 </violation>
 </file>
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/RedirectAction.java">
-<violation beginline="38" endline="38" begincolumn="13" endcolumn="73" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="RedirectAction" method="execute" variable="actionRedirect" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="43" endline="43" begincolumn="13" endcolumn="73" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="RedirectAction" method="execute" variable="actionRedirect" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
 </file>
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/RejectAction.java">
-<violation beginline="49" endline="49" begincolumn="13" endcolumn="67" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="RejectAction" method="execute" variable="actionReject" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="54" endline="54" begincolumn="13" endcolumn="67" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="RejectAction" method="execute" variable="actionReject" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="83" endline="86" begincolumn="13" endcolumn="43" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="RejectAction" method="execute" variable="reporting_UA_name" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'reporting_UA_name' (lines '83'-'86').
+<violation beginline="87" endline="90" begincolumn="13" endcolumn="43" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="RejectAction" method="execute" variable="reporting_UA_name" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'reporting_UA_name' (lines '87'-'90').
 </violation>
-<violation beginline="86" endline="91" begincolumn="13" endcolumn="43" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="RejectAction" method="execute" variable="reporting_UA_name" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'reporting_UA_name' (lines '86'-'91').
+<violation beginline="90" endline="95" begincolumn="13" endcolumn="43" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="RejectAction" method="execute" variable="reporting_UA_name" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'reporting_UA_name' (lines '90'-'95').
 </violation>
-<violation beginline="98" endline="101" begincolumn="13" endcolumn="54" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="RejectAction" method="execute" variable="original_recipient" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'original_recipient' (lines '98'-'101').
+<violation beginline="102" endline="105" begincolumn="13" endcolumn="54" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="RejectAction" method="execute" variable="original_recipient" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'original_recipient' (lines '102'-'105').
 </violation>
 </file>
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/ResourceLocator.java">
@@ -88,50 +96,59 @@
 </violation>
 </file>
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/SieveMailAdapter.java">
-<violation beginline="118" endline="119" begincolumn="13" endcolumn="49" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getActions" variable="actions" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'actions' (lines '118'-'119').
+<violation beginline="121" endline="122" begincolumn="13" endcolumn="49" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getActions" variable="actions" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'actions' (lines '121'-'122').
 </violation>
-<violation beginline="119" endline="119" begincolumn="13" endcolumn="49" rule="AssignmentInOperand" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getActions" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AssignmentInOperand" priority="3">
+<violation beginline="122" endline="122" begincolumn="13" endcolumn="49" rule="AssignmentInOperand" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getActions" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AssignmentInOperand" priority="3">
 Avoid assignments in operands
 </violation>
-<violation beginline="119" endline="125" begincolumn="13" endcolumn="49" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getActions" variable="actions" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DU'-anomaly for variable 'actions' (lines '119'-'125').
+<violation beginline="122" endline="128" begincolumn="13" endcolumn="49" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getActions" variable="actions" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DU'-anomaly for variable 'actions' (lines '122'-'128').
 </violation>
-<violation beginline="122" endline="122" begincolumn="13" endcolumn="32" rule="OnlyOneReturn" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getActions" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#OnlyOneReturn" priority="3">
+<violation beginline="125" endline="125" begincolumn="13" endcolumn="32" rule="OnlyOneReturn" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getActions" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#OnlyOneReturn" priority="3">
 A method should have only one exit point, and that should be the last statement in the method
 </violation>
-<violation beginline="316" endline="319" begincolumn="13" endcolumn="64" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getEnvelopeTo" variable="recipient" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'recipient' (lines '316'-'319').
+<violation beginline="161" endline="161" begincolumn="9" endcolumn="49" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="executeActions" variable="actions" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+Avoid using final local variables, turn them into fields
+</violation>
+<violation beginline="291" endline="291" begincolumn="9" endcolumn="76" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getMatchingEnvelope" variable="matchedEnvelopeValues" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+Avoid using final local variables, turn them into fields
+</violation>
+<violation beginline="317" endline="320" begincolumn="13" endcolumn="64" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="getEnvelopeTo" variable="recipient" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'recipient' (lines '317'-'320').
+</violation>
+<violation beginline="342" endline="342" begincolumn="23" endcolumn="26" rule="NullAssignment" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="setMail" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#NullAssignment" priority="3">
+Assigning an Object to null is a code smell.  Consider refactoring.
 </violation>
-<violation beginline="363" endline="366" begincolumn="13" endcolumn="61" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="toString" variable="messageID" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'messageID' (lines '363'-'366').
+<violation beginline="370" endline="373" begincolumn="13" endcolumn="61" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="toString" variable="messageID" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'messageID' (lines '370'-'373').
 </violation>
-<violation beginline="366" endline="370" begincolumn="13" endcolumn="50" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="toString" variable="messageID" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'messageID' (lines '366'-'370').
+<violation beginline="373" endline="377" begincolumn="13" endcolumn="50" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="toString" variable="messageID" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'messageID' (lines '373'-'377').
 </violation>
-<violation beginline="398" endline="398" begincolumn="13" endcolumn="69" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="list" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="396" endline="396" begincolumn="13" endcolumn="69" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="list" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="399" endline="399" begincolumn="13" endcolumn="40" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="size" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="397" endline="397" begincolumn="13" endcolumn="40" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="size" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="400" endline="400" begincolumn="13" endcolumn="55" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="results" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="398" endline="398" begincolumn="13" endcolumn="55" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="results" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="400" endline="403" begincolumn="17" endcolumn="89" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="results" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'results' (lines '400'-'403').
+<violation beginline="398" endline="401" begincolumn="17" endcolumn="89" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="results" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'results' (lines '398'-'401').
 </violation>
-<violation beginline="400" endline="409" begincolumn="29" endcolumn="55" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="results" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DU'-anomaly for variable 'results' (lines '400'-'409').
+<violation beginline="398" endline="407" begincolumn="29" endcolumn="55" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="results" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DU'-anomaly for variable 'results' (lines '398'-'407').
 </violation>
-<violation beginline="402" endline="402" begincolumn="17" endcolumn="51" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="mailbox" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="400" endline="400" begincolumn="17" endcolumn="51" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="mailbox" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="403" endline="403" begincolumn="17" endcolumn="89" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="results" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'results' (lines '403'-'403').
+<violation beginline="401" endline="401" begincolumn="17" endcolumn="89" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="results" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'results' (lines '401'-'401').
 </violation>
-<violation beginline="403" endline="409" begincolumn="17" endcolumn="89" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="results" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DU'-anomaly for variable 'results' (lines '403'-'409').
+<violation beginline="401" endline="407" begincolumn="17" endcolumn="89" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailAdapter" method="parseAddresses" variable="results" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DU'-anomaly for variable 'results' (lines '401'-'407').
 </violation>
 </file>
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/SieveMailboxMailet.java">
@@ -144,22 +161,22 @@
 <violation beginline="196" endline="196" begincolumn="13" endcolumn="30" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="init" variable="logLevel" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="225" endline="227" begincolumn="13" endcolumn="39" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" variable="message" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'message' (lines '225'-'227').
+<violation beginline="227" endline="229" begincolumn="13" endcolumn="39" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" variable="message" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'message' (lines '227'-'229').
 </violation>
-<violation beginline="241" endline="296" begincolumn="25" endcolumn="59" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" variable="deliveredTo" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DU'-anomaly for variable 'deliveredTo' (lines '241'-'296').
+<violation beginline="243" endline="298" begincolumn="25" endcolumn="59" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" variable="deliveredTo" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DU'-anomaly for variable 'deliveredTo' (lines '243'-'298').
 </violation>
-<violation beginline="263" endline="273" begincolumn="21" endcolumn="21" rule="CollapsibleIfStatements" ruleset="Basic Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements" priority="3">
+<violation beginline="265" endline="275" begincolumn="21" endcolumn="21" rule="CollapsibleIfStatements" ruleset="Basic Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements" priority="3">
 These nested if statements could be combined
 </violation>
-<violation beginline="332" endline="362" begincolumn="5" endcolumn="5" rule="DefaultPackage" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DefaultPackage" priority="3">
+<violation beginline="336" endline="366" begincolumn="5" endcolumn="5" rule="DefaultPackage" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DefaultPackage" priority="3">
 Use explicit scoping instead of the default package private level
 </violation>
-<violation beginline="337" endline="337" begincolumn="13" endcolumn="60" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="sieveMessage" variable="ins" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
+<violation beginline="341" endline="341" begincolumn="13" endcolumn="60" rule="AvoidFinalLocalVariable" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="sieveMessage" variable="ins" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#AvoidFinalLocalVariable" priority="3">
 Avoid using final local variables, turn them into fields
 </violation>
-<violation beginline="364" endline="367" begincolumn="5" endcolumn="5" rule="DefaultPackage" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DefaultPackage" priority="3">
+<violation beginline="368" endline="371" begincolumn="5" endcolumn="5" rule="DefaultPackage" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DefaultPackage" priority="3">
 Use explicit scoping instead of the default package private level
 </violation>
 </file>

Modified: james/site/trunk/www/jsieve/mailet/project-info.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/project-info.html?rev=811613&r1=811612&r2=811613&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/project-info.html (original)
+++ james/site/trunk/www/jsieve/mailet/project-info.html Sat Sep  5 09:49:32 2009
@@ -18,11 +18,11 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
     <div id="banner">
-                  <a href="http://james.apache.org/" id="bannerLeft">
+                  <a href="../" id="bannerLeft">
     
                                             <img src="images/james-jsieve-logo.gif" alt="" />
     
@@ -45,25 +45,25 @@
   
   
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 09/05/2009
                       </div>
-            <div class="xright">      <a href="../../../../../people.apache.org/www/james.apache.org/index.html">JAMES Project</a>
+            <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/imap/index.html">IMAP</a>
+          <a href="../imap/index.html">IMAP</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/jsieve/index.html">JSieve</a>
+          <a href="index.html">JSieve</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/jspf/index.html">jSPF</a>
+          <a href="../jspf/index.html">jSPF</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mime4j/index.html">Mime4J</a>
+          <a href="../mime4j/index.html">Mime4J</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mailet/index.html">Mailets</a>
+          <a href="../mailet/index.html">Mailets</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mpt/index.html">MPT</a>
+          <a href="../mpt/index.html">MPT</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/server/index.html">Server</a>
+          <a href="../server/index.html">Server</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/postage/index.html">Postage</a>
+          <a href="../postage/index.html">Postage</a>
           
   
 
@@ -128,12 +128,18 @@
       
             
       
+            
+      
               
             <li class="expanded">
               <strong>Project Information</strong>
                 <ul>
                   
     <li class="none">
+              <a href="index.html">About</a>
+        </li>
+                  
+    <li class="none">
               <a href="integration.html">Continuous Integration</a>
         </li>
                   
@@ -211,19 +217,27 @@
         <ul>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2234.txt">RFC 2234 (ABNF)</a>
+              <a href="http://www.ietf.org/rfc/rfc2234.txt">RFC 2234 ABNF</a>
+        </li>
+              
+    <li class="none">
+              <a href="http://www.ietf.org/rfc/rfc2244.txt">RFC 2244 ACAP</a>
+        </li>
+              
+    <li class="none">
+              <a href="http://www.ietf.org/rfc/rfc2298.txt">RFC 2298 MDN</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2244.txt">RFC 2244 (ACAP)</a>
+              <a href="http://tools.ietf.org/html/rfc5228">RFC 5228 Sieve</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2298.txt">RFC 2298 (MDN)</a>
+              <a href="http://tools.ietf.org/html/rfc4790">RFC 4790 IAPCR</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
+              <a href="http://tools.ietf.org/html/rfc5173">RFC 5173 Body Extension</a>
         </li>
           </ul>
           <h5>Download</h5>
@@ -234,7 +248,7 @@
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/download.cgi">Releases</a>
+              <a href="../download.cgi">Releases</a>
         </li>
               
     <li class="none">
@@ -249,23 +263,23 @@
         <ul>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/index.html">Overview</a>
+              <a href="../index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/newsarchive.html">News</a>
+              <a href="../newsarchive.html">News</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/mail.html">Mailing Lists</a>
+              <a href="../mail.html">Mailing Lists</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/contribute.html">Contributing</a>
+              <a href="../contribute.html">Contributing</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/guidelines.html">Project Guidelines</a>
+              <a href="../guidelines.html">Project Guidelines</a>
         </li>
               
     <li class="none">
@@ -273,11 +287,11 @@
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/weare.html">Who We Are</a>
+              <a href="../weare.html">Who We Are</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/license.html">License</a>
+              <a href="../license.html">License</a>
         </li>
           </ul>
           <h5>Apache Software Foundation</h5>
@@ -317,7 +331,57 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="integration.html">Continuous Integration</a></td><td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the project's dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="dependency-convergence.html">Dependency Convergence</a></td><td>This document presents the convergence of dependency versions across the entire p
 roject, and its sub modules.</td></tr><tr class="a"><td><a href="dependency-management.html">Dependency Management</a></td><td>This document lists the dependencies that are defined through dependencyManagement.</td></tr><tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr><tr class="a"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="b"><td><a href="plugin-management.html">Plugin Management</a></td><td>This document lists the plugins that are defined through pluginManagement.</td></tr><tr class="a"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="b"><td><a href="plugins.html">Project Plugins</a></td>
 <td>This document lists the build plugins and the report plugins used by this project.</td></tr><tr class="a"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr><tr class="b"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="a"><td><a href="source-repository.html">Source Repository</a></td><td>This is a link to the online source repository that can be viewed via a web browser.</td></tr></table></div></div>
+        <div class="section"><h2>Project Information</h2>
+<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
+<div class="section"><h3>Overview</h3>
+<table class="bodyTable"><tr class="a"><th>Document</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><a href="index.html">About</a></td>
+<td>Apache jSieve is a server side mail filtering system 
+implementing RFC3028. Apache jSieve is developed by the 
+JAMES project.</td>
+</tr>
+<tr class="a"><td><a href="integration.html">Continuous Integration</a></td>
+<td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td>
+</tr>
+<tr class="b"><td><a href="dependencies.html">Dependencies</a></td>
+<td>This document lists the project's dependencies and provides information on each dependency.</td>
+</tr>
+<tr class="a"><td><a href="dependency-convergence.html">Dependency Convergence</a></td>
+<td>This document presents the convergence of dependency versions across the entire project, and its sub modules.</td>
+</tr>
+<tr class="b"><td><a href="dependency-management.html">Dependency Management</a></td>
+<td>This document lists the dependencies that are defined through dependencyManagement.</td>
+</tr>
+<tr class="a"><td><a href="issue-tracking.html">Issue Tracking</a></td>
+<td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td>
+</tr>
+<tr class="b"><td><a href="mail-lists.html">Mailing Lists</a></td>
+<td>This document provides subscription and archive information for this project's mailing lists.</td>
+</tr>
+<tr class="a"><td><a href="plugin-management.html">Plugin Management</a></td>
+<td>This document lists the plugins that are defined through pluginManagement.</td>
+</tr>
+<tr class="b"><td><a href="license.html">Project License</a></td>
+<td>This is a link to the definitions of project licenses.</td>
+</tr>
+<tr class="a"><td><a href="plugins.html">Project Plugins</a></td>
+<td>This document lists the build plugins and the report plugins used by this project.</td>
+</tr>
+<tr class="b"><td><a href="project-summary.html">Project Summary</a></td>
+<td>This document lists other related information of this project</td>
+</tr>
+<tr class="a"><td><a href="team-list.html">Project Team</a></td>
+<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td>
+</tr>
+<tr class="b"><td><a href="source-repository.html">Source Repository</a></td>
+<td>This is a link to the online source repository that can be viewed via a web browser.</td>
+</tr>
+</table>
+</div>
+</div>
+
       </div>
     </div>
     <div class="clear">

Modified: james/site/trunk/www/jsieve/mailet/project-reports.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/project-reports.html?rev=811613&r1=811612&r2=811613&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/project-reports.html (original)
+++ james/site/trunk/www/jsieve/mailet/project-reports.html Sat Sep  5 09:49:32 2009
@@ -18,11 +18,11 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
     <div id="banner">
-                  <a href="http://james.apache.org/" id="bannerLeft">
+                  <a href="../" id="bannerLeft">
     
                                             <img src="images/james-jsieve-logo.gif" alt="" />
     
@@ -45,25 +45,25 @@
   
   
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 09/05/2009
                       </div>
-            <div class="xright">      <a href="../../../../../people.apache.org/www/james.apache.org/index.html">JAMES Project</a>
+            <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/imap/index.html">IMAP</a>
+          <a href="../imap/index.html">IMAP</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/jsieve/index.html">JSieve</a>
+          <a href="index.html">JSieve</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/jspf/index.html">jSPF</a>
+          <a href="../jspf/index.html">jSPF</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mime4j/index.html">Mime4J</a>
+          <a href="../mime4j/index.html">Mime4J</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mailet/index.html">Mailets</a>
+          <a href="../mailet/index.html">Mailets</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mpt/index.html">MPT</a>
+          <a href="../mpt/index.html">MPT</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/server/index.html">Server</a>
+          <a href="../server/index.html">Server</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/postage/index.html">Postage</a>
+          <a href="../postage/index.html">Postage</a>
           
   
 
@@ -128,6 +128,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
               <a href="project-info.html">Project Information</a>
@@ -199,19 +201,27 @@
         <ul>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2234.txt">RFC 2234 (ABNF)</a>
+              <a href="http://www.ietf.org/rfc/rfc2234.txt">RFC 2234 ABNF</a>
+        </li>
+              
+    <li class="none">
+              <a href="http://www.ietf.org/rfc/rfc2244.txt">RFC 2244 ACAP</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2244.txt">RFC 2244 (ACAP)</a>
+              <a href="http://www.ietf.org/rfc/rfc2298.txt">RFC 2298 MDN</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2298.txt">RFC 2298 (MDN)</a>
+              <a href="http://tools.ietf.org/html/rfc5228">RFC 5228 Sieve</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
+              <a href="http://tools.ietf.org/html/rfc4790">RFC 4790 IAPCR</a>
+        </li>
+              
+    <li class="none">
+              <a href="http://tools.ietf.org/html/rfc5173">RFC 5173 Body Extension</a>
         </li>
           </ul>
           <h5>Download</h5>
@@ -222,7 +232,7 @@
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/download.cgi">Releases</a>
+              <a href="../download.cgi">Releases</a>
         </li>
               
     <li class="none">
@@ -237,23 +247,23 @@
         <ul>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/index.html">Overview</a>
+              <a href="../index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/newsarchive.html">News</a>
+              <a href="../newsarchive.html">News</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/mail.html">Mailing Lists</a>
+              <a href="../mail.html">Mailing Lists</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/contribute.html">Contributing</a>
+              <a href="../contribute.html">Contributing</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/guidelines.html">Project Guidelines</a>
+              <a href="../guidelines.html">Project Guidelines</a>
         </li>
               
     <li class="none">
@@ -261,11 +271,11 @@
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/weare.html">Who We Are</a>
+              <a href="../weare.html">Who We Are</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/license.html">License</a>
+              <a href="../license.html">License</a>
         </li>
           </ul>
           <h5>Apache Software Foundation</h5>
@@ -305,7 +315,43 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Generated Reports</h2><p>This document provides an overview of the various reports that are automatically generated by <a href="http://maven.apache.org">Maven</a> Each report is briefly described below.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="cpd.html">CPD Report</a></td><td>Duplicate code detection.</td></tr><tr class="a"><td><a href="apidocs/index.html">JavaDocs</a></td><td>JavaDoc API documentation.</td></tr><tr class="b"><td><a href="jira-report.html">JIRA Report</a></td><td>Report on Issues from the JIRA Issue Tracking System.</td></tr><tr class="a"><td><a href="mailet-report.html">Mailet Reference</a></td><td>Documentation about bundled mailets</td></tr><tr class="b"><td><a href="pmd.html">PMD Report</a></td><td>Verification of coding rules.</td></tr><tr class="a"><td><a href="rat-report.html">RAT Report</a></td><td>Report on com
 pliance to license related source code policies</td></tr><tr class="b"><td><a href="xref/index.html">Source Xref</a></td><td>HTML based, cross-reference version of Java source code.</td></tr><tr class="a"><td><a href="surefire-report.html">Surefire Report</a></td><td>Report on the test results of the project.</td></tr><tr class="b"><td><a href="taglist.html">Tag List</a></td><td>Report on various tags found in the code.</td></tr></table></div></div>
+        <div class="section"><h2>Generated Reports</h2>
+<p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p>
+<div class="section"><h3>Overview</h3>
+<table class="bodyTable"><tr class="a"><th>Document</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><a href="cpd.html">CPD Report</a></td>
+<td>Duplicate code detection.</td>
+</tr>
+<tr class="a"><td><a href="apidocs/index.html">JavaDocs</a></td>
+<td>JavaDoc API documentation.</td>
+</tr>
+<tr class="b"><td><a href="jira-report.html">JIRA Report</a></td>
+<td>Report on Issues from the JIRA Issue Tracking System.</td>
+</tr>
+<tr class="a"><td><a href="mailet-report.html">Mailet Reference</a></td>
+<td>Documentation about bundled mailets</td>
+</tr>
+<tr class="b"><td><a href="pmd.html">PMD Report</a></td>
+<td>Verification of coding rules.</td>
+</tr>
+<tr class="a"><td><a href="rat-report.html">RAT Report</a></td>
+<td>Report on compliance to license related source code policies</td>
+</tr>
+<tr class="b"><td><a href="xref/index.html">Source Xref</a></td>
+<td>HTML based, cross-reference version of Java source code.</td>
+</tr>
+<tr class="a"><td><a href="surefire-report.html">Surefire Report</a></td>
+<td>Report on the test results of the project.</td>
+</tr>
+<tr class="b"><td><a href="taglist.html">Tag List</a></td>
+<td>Report on various tags found in the code.</td>
+</tr>
+</table>
+</div>
+</div>
+
       </div>
     </div>
     <div class="clear">

Modified: james/site/trunk/www/jsieve/mailet/project-summary.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/project-summary.html?rev=811613&r1=811612&r2=811613&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/project-summary.html (original)
+++ james/site/trunk/www/jsieve/mailet/project-summary.html Sat Sep  5 09:49:32 2009
@@ -18,11 +18,11 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
     <div id="banner">
-                  <a href="http://james.apache.org/" id="bannerLeft">
+                  <a href="../" id="bannerLeft">
     
                                             <img src="images/james-jsieve-logo.gif" alt="" />
     
@@ -45,25 +45,25 @@
   
   
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 09/05/2009
                       </div>
-            <div class="xright">      <a href="../../../../../people.apache.org/www/james.apache.org/index.html">JAMES Project</a>
+            <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/imap/index.html">IMAP</a>
+          <a href="../imap/index.html">IMAP</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/jsieve/index.html">JSieve</a>
+          <a href="index.html">JSieve</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/jspf/index.html">jSPF</a>
+          <a href="../jspf/index.html">jSPF</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mime4j/index.html">Mime4J</a>
+          <a href="../mime4j/index.html">Mime4J</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mailet/index.html">Mailets</a>
+          <a href="../mailet/index.html">Mailets</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mpt/index.html">MPT</a>
+          <a href="../mpt/index.html">MPT</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/server/index.html">Server</a>
+          <a href="../server/index.html">Server</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/postage/index.html">Postage</a>
+          <a href="../postage/index.html">Postage</a>
           
   
 
@@ -123,6 +123,8 @@
             
       
             
+      
+            
             
             
       
@@ -134,6 +136,10 @@
                 <ul>
                   
     <li class="none">
+              <a href="index.html">About</a>
+        </li>
+                  
+    <li class="none">
               <a href="integration.html">Continuous Integration</a>
         </li>
                   
@@ -211,19 +217,27 @@
         <ul>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2234.txt">RFC 2234 (ABNF)</a>
+              <a href="http://www.ietf.org/rfc/rfc2234.txt">RFC 2234 ABNF</a>
+        </li>
+              
+    <li class="none">
+              <a href="http://www.ietf.org/rfc/rfc2244.txt">RFC 2244 ACAP</a>
+        </li>
+              
+    <li class="none">
+              <a href="http://www.ietf.org/rfc/rfc2298.txt">RFC 2298 MDN</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2244.txt">RFC 2244 (ACAP)</a>
+              <a href="http://tools.ietf.org/html/rfc5228">RFC 5228 Sieve</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2298.txt">RFC 2298 (MDN)</a>
+              <a href="http://tools.ietf.org/html/rfc4790">RFC 4790 IAPCR</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
+              <a href="http://tools.ietf.org/html/rfc5173">RFC 5173 Body Extension</a>
         </li>
           </ul>
           <h5>Download</h5>
@@ -234,7 +248,7 @@
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/download.cgi">Releases</a>
+              <a href="../download.cgi">Releases</a>
         </li>
               
     <li class="none">
@@ -249,23 +263,23 @@
         <ul>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/index.html">Overview</a>
+              <a href="../index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/newsarchive.html">News</a>
+              <a href="../newsarchive.html">News</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/mail.html">Mailing Lists</a>
+              <a href="../mail.html">Mailing Lists</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/contribute.html">Contributing</a>
+              <a href="../contribute.html">Contributing</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/guidelines.html">Project Guidelines</a>
+              <a href="../guidelines.html">Project Guidelines</a>
         </li>
               
     <li class="none">
@@ -273,11 +287,11 @@
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/weare.html">Who We Are</a>
+              <a href="../weare.html">Who We Are</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/license.html">License</a>
+              <a href="../license.html">License</a>
         </li>
           </ul>
           <h5>Apache Software Foundation</h5>
@@ -317,9 +331,56 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Summary</h2><div class="section"><h3>Project Information</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>Apache JAMES jSieve Mailet</td></tr><tr class="a"><td>Description</td><td>Apache jSieve is a server side mail filtering system 
+        <div class="section"><h2>Project Summary</h2>
+<div class="section"><h3>Project Information</h3>
+<table class="bodyTable"><tr class="a"><th>Field</th>
+<th>Value</th>
+</tr>
+<tr class="b"><td>Name</td>
+<td>Apache JAMES jSieve Mailet</td>
+</tr>
+<tr class="a"><td>Description</td>
+<td>Apache jSieve is a server side mail filtering system 
 implementing RFC3028. Apache jSieve is developed by the 
-JAMES project.</td></tr><tr class="b"><td>Homepage</td><td><a href="../../../../../people.apache.org/www/james.apache.org//jsieve//mailet">../../../../../people.apache.org/www/james.apache.org//jsieve//mailet</a></td></tr></table></div><div class="section"><h3>Project Organization</h3><table class="bodyTable"><tr class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>The Apache Software Foundation</td></tr><tr class="a"><td>URL</td><td><a href="http://www.apache.org">http://www.apache.org</a></td></tr></table></div><div class="section"><h3>Build Information</h3><table class="bodyTable"><tr class="b"><th>Field</th><th>Value</th></tr><tr class="a"><td>GroupId</td><td>org.apache.james</td></tr><tr class="b"><td>ArtifactId</td><td>apache-jsieve-mailet</td></tr><tr class="a"><td>Version</td><td>0.4-SNAPSHOT</td></tr><tr class="b"><td>Type</td><td>jar</td></tr></table></div></div>
+JAMES project.</td>
+</tr>
+<tr class="b"><td>Homepage</td>
+<td><a class="externalLink" href="http://james.apache.org/jsieve">http://james.apache.org/jsieve</a></td>
+</tr>
+</table>
+</div>
+<div class="section"><h3>Project Organization</h3>
+<table class="bodyTable"><tr class="a"><th>Field</th>
+<th>Value</th>
+</tr>
+<tr class="b"><td>Name</td>
+<td>The Apache Software Foundation</td>
+</tr>
+<tr class="a"><td>URL</td>
+<td><a class="externalLink" href="http://www.apache.org">http://www.apache.org</a></td>
+</tr>
+</table>
+</div>
+<div class="section"><h3>Build Information</h3>
+<table class="bodyTable"><tr class="b"><th>Field</th>
+<th>Value</th>
+</tr>
+<tr class="a"><td>GroupId</td>
+<td>org.apache.james</td>
+</tr>
+<tr class="b"><td>ArtifactId</td>
+<td>apache-jsieve-mailet</td>
+</tr>
+<tr class="a"><td>Version</td>
+<td>0.4-SNAPSHOT</td>
+</tr>
+<tr class="b"><td>Type</td>
+<td>jar</td>
+</tr>
+</table>
+</div>
+</div>
+
       </div>
     </div>
     <div class="clear">

Modified: james/site/trunk/www/jsieve/mailet/rat-report.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/rat-report.html?rev=811613&r1=811612&r2=811613&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/rat-report.html (original)
+++ james/site/trunk/www/jsieve/mailet/rat-report.html Sat Sep  5 09:49:32 2009
@@ -18,11 +18,11 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
     <div id="banner">
-                  <a href="http://james.apache.org/" id="bannerLeft">
+                  <a href="../" id="bannerLeft">
     
                                             <img src="images/james-jsieve-logo.gif" alt="" />
     
@@ -45,25 +45,25 @@
   
   
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 09/05/2009
                       </div>
-            <div class="xright">      <a href="../../../../../people.apache.org/www/james.apache.org/index.html">JAMES Project</a>
+            <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/imap/index.html">IMAP</a>
+          <a href="../imap/index.html">IMAP</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/jsieve/index.html">JSieve</a>
+          <a href="index.html">JSieve</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/jspf/index.html">jSPF</a>
+          <a href="../jspf/index.html">jSPF</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mime4j/index.html">Mime4J</a>
+          <a href="../mime4j/index.html">Mime4J</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mailet/index.html">Mailets</a>
+          <a href="../mailet/index.html">Mailets</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mpt/index.html">MPT</a>
+          <a href="../mpt/index.html">MPT</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/server/index.html">Server</a>
+          <a href="../server/index.html">Server</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/postage/index.html">Postage</a>
+          <a href="../postage/index.html">Postage</a>
           
   
 
@@ -128,6 +128,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
               <a href="project-info.html">Project Information</a>
@@ -199,19 +201,27 @@
         <ul>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2234.txt">RFC 2234 (ABNF)</a>
+              <a href="http://www.ietf.org/rfc/rfc2234.txt">RFC 2234 ABNF</a>
+        </li>
+              
+    <li class="none">
+              <a href="http://www.ietf.org/rfc/rfc2244.txt">RFC 2244 ACAP</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2244.txt">RFC 2244 (ACAP)</a>
+              <a href="http://www.ietf.org/rfc/rfc2298.txt">RFC 2298 MDN</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2298.txt">RFC 2298 (MDN)</a>
+              <a href="http://tools.ietf.org/html/rfc5228">RFC 5228 Sieve</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
+              <a href="http://tools.ietf.org/html/rfc4790">RFC 4790 IAPCR</a>
+        </li>
+              
+    <li class="none">
+              <a href="http://tools.ietf.org/html/rfc5173">RFC 5173 Body Extension</a>
         </li>
           </ul>
           <h5>Download</h5>
@@ -222,7 +232,7 @@
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/download.cgi">Releases</a>
+              <a href="../download.cgi">Releases</a>
         </li>
               
     <li class="none">
@@ -237,23 +247,23 @@
         <ul>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/index.html">Overview</a>
+              <a href="../index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/newsarchive.html">News</a>
+              <a href="../newsarchive.html">News</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/mail.html">Mailing Lists</a>
+              <a href="../mail.html">Mailing Lists</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/contribute.html">Contributing</a>
+              <a href="../contribute.html">Contributing</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/guidelines.html">Project Guidelines</a>
+              <a href="../guidelines.html">Project Guidelines</a>
         </li>
               
     <li class="none">
@@ -261,11 +271,11 @@
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/weare.html">Who We Are</a>
+              <a href="../weare.html">Who We Are</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/license.html">License</a>
+              <a href="../license.html">License</a>
         </li>
           </ul>
           <h5>Apache Software Foundation</h5>
@@ -305,7 +315,9 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>RAT (Release Audit Tool) results</h2><p>The following document contains the results of <a href="http://code.google.com/p/arat/">RAT (Release Audit Tool)</a>.</p><p><div class="source"><pre>
+        <div class="section"><h2>RAT (Release Audit Tool) results</h2>
+<p>The following document contains the results of <a class="externalLink" href="http://code.google.com/p/arat/">RAT (Release Audit Tool)</a>.</p>
+<p><div class="source"><pre>
 *****************************************************
 Summary
 -------
@@ -380,7 +392,10 @@
  *****************************************************
  Printing headers for files without AL header...
  
- </pre></div></p>
+ </pre>
+</div>
+</p>
+
       </div>
     </div>
     <div class="clear">

Modified: james/site/trunk/www/jsieve/mailet/source-repository.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/source-repository.html?rev=811613&r1=811612&r2=811613&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/source-repository.html (original)
+++ james/site/trunk/www/jsieve/mailet/source-repository.html Sat Sep  5 09:49:32 2009
@@ -18,11 +18,11 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
     <div id="banner">
-                  <a href="http://james.apache.org/" id="bannerLeft">
+                  <a href="../" id="bannerLeft">
     
                                             <img src="images/james-jsieve-logo.gif" alt="" />
     
@@ -45,25 +45,25 @@
   
   
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 09/05/2009
                       </div>
-            <div class="xright">      <a href="../../../../../people.apache.org/www/james.apache.org/index.html">JAMES Project</a>
+            <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/imap/index.html">IMAP</a>
+          <a href="../imap/index.html">IMAP</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/jsieve/index.html">JSieve</a>
+          <a href="index.html">JSieve</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/jspf/index.html">jSPF</a>
+          <a href="../jspf/index.html">jSPF</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mime4j/index.html">Mime4J</a>
+          <a href="../mime4j/index.html">Mime4J</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mailet/index.html">Mailets</a>
+          <a href="../mailet/index.html">Mailets</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/mpt/index.html">MPT</a>
+          <a href="../mpt/index.html">MPT</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/server/index.html">Server</a>
+          <a href="../server/index.html">Server</a>
           |
-          <a href="../../../../../people.apache.org/www/james.apache.org/postage/index.html">Postage</a>
+          <a href="../postage/index.html">Postage</a>
           
   
 
@@ -127,6 +127,8 @@
             
       
             
+      
+            
             
               
             <li class="expanded">
@@ -134,6 +136,10 @@
                 <ul>
                   
     <li class="none">
+              <a href="index.html">About</a>
+        </li>
+                  
+    <li class="none">
               <a href="integration.html">Continuous Integration</a>
         </li>
                   
@@ -211,19 +217,27 @@
         <ul>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2234.txt">RFC 2234 (ABNF)</a>
+              <a href="http://www.ietf.org/rfc/rfc2234.txt">RFC 2234 ABNF</a>
+        </li>
+              
+    <li class="none">
+              <a href="http://www.ietf.org/rfc/rfc2244.txt">RFC 2244 ACAP</a>
+        </li>
+              
+    <li class="none">
+              <a href="http://www.ietf.org/rfc/rfc2298.txt">RFC 2298 MDN</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2244.txt">RFC 2244 (ACAP)</a>
+              <a href="http://tools.ietf.org/html/rfc5228">RFC 5228 Sieve</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc2298.txt">RFC 2298 (MDN)</a>
+              <a href="http://tools.ietf.org/html/rfc4790">RFC 4790 IAPCR</a>
         </li>
               
     <li class="none">
-              <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
+              <a href="http://tools.ietf.org/html/rfc5173">RFC 5173 Body Extension</a>
         </li>
           </ul>
           <h5>Download</h5>
@@ -234,7 +248,7 @@
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/download.cgi">Releases</a>
+              <a href="../download.cgi">Releases</a>
         </li>
               
     <li class="none">
@@ -249,23 +263,23 @@
         <ul>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/index.html">Overview</a>
+              <a href="../index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/newsarchive.html">News</a>
+              <a href="../newsarchive.html">News</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/mail.html">Mailing Lists</a>
+              <a href="../mail.html">Mailing Lists</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/contribute.html">Contributing</a>
+              <a href="../contribute.html">Contributing</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/guidelines.html">Project Guidelines</a>
+              <a href="../guidelines.html">Project Guidelines</a>
         </li>
               
     <li class="none">
@@ -273,11 +287,11 @@
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/weare.html">Who We Are</a>
+              <a href="../weare.html">Who We Are</a>
         </li>
               
     <li class="none">
-              <a href="../../../../../people.apache.org/www/james.apache.org/license.html">License</a>
+              <a href="../license.html">License</a>
         </li>
           </ul>
           <h5>Apache Software Foundation</h5>
@@ -317,10 +331,42 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>This project uses <a href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div><div class="section"><h2>Web Access</h2><p>The following is a link to the online source repository.</p><div class="source"><pre><a href="http://svn.apache.org/viewvc/james/jsieve/trunk/">http://svn.apache.org/viewvc/james/jsieve/trunk/</a></pre></div></div><div class="section"><h2>Anonymous access</h2><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/james/jsieve/trunk apache-jsieve-mailet</pre></div></div><div class="section"><h2>Developer access</h2><p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p><div class="source"><pre>$ svn check
 out https://svn.apache.org/repos/asf/james/jsieve/trunk apache-jsieve-mailet</pre></div><p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p><div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div><div class="section"><h2>Access from behind a firewall</h2><p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/jsieve/trunk apache-jsieve-mailet</pre></div></div><div class="section"><h2>Access through a proxy</h2><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it
  is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre>[global]
+        <div class="section"><h2>Overview</h2>
+This project uses <a class="externalLink" href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div>
+<div class="section"><h2>Web Access</h2>
+<p>The following is a link to the online source repository.</p>
+<div class="source"><pre><a class="externalLink" href="http://svn.apache.org/viewvc/james/jsieve/trunk/">http://svn.apache.org/viewvc/james/jsieve/trunk/</a></pre>
+</div>
+</div>
+<div class="section"><h2>Anonymous access</h2>
+<p>The source can be checked out anonymously from SVN with this command:</p>
+<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/james/jsieve/trunk apache-jsieve-mailet</pre>
+</div>
+</div>
+<div class="section"><h2>Developer access</h2>
+<p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/jsieve/trunk apache-jsieve-mailet</pre>
+</div>
+<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
+<div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre>
+</div>
+</div>
+<div class="section"><h2>Access from behind a firewall</h2>
+<p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/jsieve/trunk apache-jsieve-mailet</pre>
+</div>
+</div>
+<div class="section"><h2>Access through a proxy</h2>
+<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
+<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
+<p>Example: Edit the 'servers' file and add something like:</p>
+<div class="source"><pre>[global]
 http-proxy-host = your.proxy.name
 http-proxy-port = 3128
-</pre></div></div>
+</pre>
+</div>
+</div>
+
       </div>
     </div>
     <div class="clear">