-<ow:wiki version="0.91" encoding="ISO-8859-1" mode="diff">
 <ow:useragent>Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)</ow:useragent>
 <ow:location>http://old.patjames.com/openwiki/</ow:location>
 <ow:scriptname>ow.asp</ow:scriptname>
 <ow:imagepath>ow/images</ow:imagepath>
 <ow:iconpath>ow/images/icons</ow:iconpath>
 <ow:about>http://old.patjames.com/openwiki/ow.asp?p=HelpOnRevisions&a=diff&revision=&xml=1</ow:about>
 <ow:title>PJ's Pad II</ow:title>
 <ow:frontpage name="FrontPage" href="ow.asp?FrontPage">Front Page</ow:frontpage>
-<ow:userpreferences>
 <ow:cols>55</ow:cols>
 <ow:rows>25</ow:rows>
 <ow:username />
-<ow:bookmarks>
 <ow:link name="FrontPage" href="ow.asp?FrontPage">Front Page</ow:link>
 <ow:link name="RecentChanges" href="ow.asp?RecentChanges">Recent Changes</ow:link>
 <ow:link name="TitleIndex" href="ow.asp?TitleIndex">Title Index</ow:link>
 <ow:link name="UserPreferences" href="ow.asp?UserPreferences">User Preferences</ow:link>
 <ow:link name="RandomPage" href="ow.asp?RandomPage">Random Page</ow:link>
 <ow:link name="Help" href="ow.asp?Help">Help</ow:link>
 </ow:bookmarks>
 <ow:prettywikilinks />
 <ow:opennew />
 <ow:emoticons />
 <ow:bookmarksontop />
 <ow:editlinkontop />
 <ow:trailontop />
 </ow:userpreferences>
-<ow:trail>
 <ow:link name="HelpOnMacros" href="ow.asp?HelpOnMacros">Help On Macros</ow:link>
 <ow:link name="WikiSandBox" href="ow.asp?WikiSandBox">Wiki Sand Box</ow:link>
 <ow:link name="DeprecatedPages" href="ow.asp?DeprecatedPages">Deprecated Pages</ow:link>
 <ow:link name="HelpOnProcessingInstructions" href="ow.asp?HelpOnProcessingInstructions">Help On Processing Instructions</ow:link>
 <ow:link name="HelpOnRevisions" href="ow.asp?HelpOnRevisions">Help On Revisions</ow:link>
 </ow:trail>
 <ow:diff type="major" from="1" to="1" />
-<ow:page name="HelpOnRevisions" changes="1" lastminor="1" lastmajor="1">
 <ow:link name="HelpOnRevisions" href="ow.asp?HelpOnRevisions" date="2005-05-02T12:00:00+01:00">Help On Revisions</ow:link>
-<ow:change revision="1" status="new" minor="false">
 <ow:by name="127.0.0.xxx" />
 <ow:date>2005-05-02T12:00:00+01:00</ow:date>
 </ow:change>
-<ow:body>
 <a name="h1" />
 <h3>Explanation of How Revisions are Managed</h3>
 <p />
 <a name="h2" />
 <h4>Introduction</h4>
 <p />
  Every time you edit a page a new revision is created. To view all revisions of a page simply click on the
 <u>View other revisions</u>
  link below each page. You can always go back to a previous revision by simply choosing that revision, edit it and save it.
 <p />
 <p />
 <a name="h3" />
 <h4>Revisions</h4>
 <p />
  Looking at the address bar of your browser you can see the name of this
 <ow:link name="WikiPage" href="ow.asp?WikiPage" date="2005-05-02T12:00:00+01:00">Wiki Page</ow:link>
 . When viewing a previous revision of this page you'll see the URL looks something like this:
-<pre>
 <a href="http://openwiki.com/ow.asp?p=HelpOnRevisions&revision=2" class="external" target="_blank">http://openwiki.com/ow.asp?p=HelpOnRevisions&revision=2</a>
 </pre>
  clicking on this link would show revision 2 of the page Help On Revisions.
 <p />
 <p />
 <a name="h4" />
 <h4>Difference</h4>
 <p />
  To show the changes between revisions of a page you can use the following parameters to control the output:
 <p />
-<ul>
-<li>
 a : must have value
 <tt>diff</tt>
 </li>
 <li>difffrom : the first revision to consider (default is 0)</li>
 <li>diffto : the last revision to consider (default is the current revision)</li>
 <li>diff : type of difference (default is 0)</li>
-<ul>
 <li>0 = show difference of previous major revision relative to diffto</li>
 <li>1 = show difference of previous minor revision relative to diffto</li>
 <li>2 = show difference of previous author edit relative to diffto</li>
 </ul>
 </ul>
  E.g.:
-<ul>
-<li>
 <a href="http://openwiki.com/ow.asp?p=OpenWiki&a=diff" class="external" target="_blank">http://openwiki.com/ow.asp?p=OpenWiki&a=diff</a>
 </li>
 <br />
  shows the difference from prior major revision relative to the current revision.
-<li>
 <a href="http://openwiki.com/ow.asp?p=OpenWiki&a=diff&diff=2&difffrom=3&diffto=9" class="external" target="_blank">http://openwiki.com/ow.asp?p=OpenWiki&a=diff&diff=2&difffrom=3&diffto=9</a>
 </li>
 <br />
  shows the difference from prior author revision where only revisions 3 to 9 are taken into account.
 </ul>
 <p />
 <p />
 <a name="h5" />
 <h4>Recent Changes</h4>
 <p />
  When editing a page you can use a checkbox labeled "Include page in
 <ow:link name="RecentChanges" href="ow.asp?RecentChanges" date="2005-05-02T12:00:00+01:00">Recent Changes</ow:link>
  list.".
 <p />
  If you check this box and save the page then the page will be marked as a "major" revision and will show up in the default listing of
 <ow:link name="RecentChanges" href="ow.asp?RecentChanges" date="2005-05-02T12:00:00+01:00">Recent Changes</ow:link>
 .
 <p />
  If you uncheck this box and save the page then the page will be marked as a "minor" revision and not show up in the default listing of
 <ow:link name="RecentChanges" href="ow.asp?RecentChanges" date="2005-05-02T12:00:00+01:00">Recent Changes</ow:link>
 .
 <p />
  It is possible to view all recent changes including minor edits, or even to view only minor edits and no major edits. The parameter
 <tt>filter</tt>
  is used to control this aspect:
 <p />
-<ul>
 <li>filter=1 : show only major edits (is the default)</li>
 <li>filter=2 : show only minor edits</li>
 <li>filter=3 : show major and minor edits</li>
 </ul>
 <p />
  Other parameters to control the recent changes output are:
 <p />
-<ul>
-<li>
 days : show only recentchanges of the last
 <tt>days</tt>
 </li>
-<li>
 max : show a maximum of
 <tt>max</tt>
  recent changes
 </li>
 </ul>
 <p />
  E.g.
 <a href="http://openwiki.com/ow.asp?p=RecentChanges&days=60&max=30&filter=3" class="external" target="_blank">http://openwiki.com/ow.asp?p=RecentChanges&days=60&max=30&filter=3</a>
  shows a maximum of 30 recent changes in the last 60 days, showing major and minor edits.
 </ow:body>
 </ow:page>
 </ow:wiki>