-<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=HelpOnMacros&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="MyProjectMenu" href="ow.asp?MyProjectMenu">My Project Menu</ow:link>
 <ow:link name="RDFSiteSummary" href="ow.asp?RDFSiteSummary">RDFSite Summary</ow:link>
 <ow:link name="AllTheNews" href="ow.asp?AllTheNews">All The News</ow:link>
 <ow:link name="AllTheNews/Aggregation" href="ow.asp?AllTheNews%2FAggregation">All The News/Aggregation</ow:link>
 <ow:link name="HelpOnMacros" href="ow.asp?HelpOnMacros">Help On Macros</ow:link>
 </ow:trail>
 <ow:diff type="major" from="1" to="1" />
-<ow:page name="HelpOnMacros" changes="1" lastminor="1" lastmajor="1">
 <ow:link name="HelpOnMacros" href="ow.asp?HelpOnMacros" date="2005-05-02T12:00:00+01:00">Help On Macros</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>
-<ow:page name="HelpMenu" changes="2" lastminor="2" lastmajor="2">
 <ow:link name="HelpMenu" href="ow.asp?HelpMenu" date="2005-05-02T12:00:00+01:00">Help Menu</ow:link>
-<ow:change revision="2" 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>
 <b>Help On:</b>
 <ow:link name="HelpOnEditing" href="ow.asp?HelpOnEditing" date="2005-05-02T12:00:00+01:00">Editing</ow:link>
  |
 <ow:link name="HelpOnFormatting" href="ow.asp?HelpOnFormatting" date="2005-05-02T12:00:00+01:00">Formatting</ow:link>
  |
 <ow:link name="HelpOnEmoticons" href="ow.asp?HelpOnEmoticons" date="2005-05-02T12:00:00+01:00">Emoticons</ow:link>
  |
 <ow:link name="HelpOnHeaders" href="ow.asp?HelpOnHeaders" date="2005-05-02T12:00:00+01:00">Headers</ow:link>
  |
 <ow:link name="HelpOnLinking" href="ow.asp?HelpOnLinking" date="2005-05-02T12:00:00+01:00">Linking</ow:link>
  | Macros |
 <ow:link name="HelpOnProcessingInstructions" href="ow.asp?HelpOnProcessingInstructions" date="2005-05-02T12:00:00+01:00">Processing Instructions</ow:link>
  |
 <ow:link name="HelpOnTables" href="ow.asp?HelpOnTables" date="2005-05-02T12:00:00+01:00">Tables</ow:link>
 <hr size="1" />
 </ow:body>
 </ow:page>
 <p />
 <a name="h1" />
 <h3>Introduction</h3>
 <p />
 <ow:link name="OpenWiki" href="ow.asp?OpenWiki" date="2005-05-02T12:00:00+01:00">Open Wiki</ow:link>
  recognizes a few macro names. A macro is recognized as such if its name appears between a pair of <...>'s characters (<.../> is also accepted).
 <br />
  E.g.
 <tt><TableOfContents></tt>
  and
 <tt><TableOfContents /></tt>
  are macro's.
 <p />
  Some macro's accept one or more parameters. Parameters are given directly following the macroname and are enclosed between a pair of (...)'s characters. Mulitple parameters are separated by comma's.
 <br />
  E.g.
 <tt><FullSearch("^Help")></tt>
 ,
 <tt><RecentChanges(10,30)></tt>
 .
 <p />
  All known macro's that are supported by
 <ow:link name="OpenWiki" href="ow.asp?OpenWiki" date="2005-05-02T12:00:00+01:00">Open Wiki</ow:link>
  are described below.
 <p />
 <p />
 <p />
 <a name="h2" />
 <h3>Table Of Contents</h3>
 <p />
  To show the table of contents of a page use the macro
 <tt><TableOfContents></tt>
 . This table is created by looking at all the
 <ow:link name="HelpOnHeaders" href="ow.asp?HelpOnHeaders" date="2005-05-02T12:00:00+01:00">headers</ow:link>
  used within a page.
 <pre class="code"> <TableOfContents> </pre>
-<dl>
-<li>
 <a href="#h1">Introduction</a>
 </li>
-<li>
 <a href="#h2">Table Of Contents</a>
 </li>
-<li>
 <a href="#h3">Line Break</a>
 </li>
-<li>
 <a href="#h4">Including Pages</a>
 </li>
-<li>
 <a href="#h5">Anchors</a>
 </li>
-<li>
 <a href="#h6">Searches</a>
 </li>
-<li>
 <a href="#h7">Indexes</a>
 </li>
-<li>
 <a href="#h8">Random Pages</a>
 </li>
-<li>
 <a href="#h9">Syndication</a>
 </li>
-<li>
 <a href="#h10">Aggregation</a>
 </li>
-<li>
 <a href="#h11">User Preferences</a>
 </li>
-<li>
 <a href="#h12">Inter Wiki</a>
 </li>
-<li>
 <a href="#h13">System Info</a>
 </li>
 </dl>
 <p />
 <p />
 <a name="h3" />
 <h3>Line Break</h3>
 <p />
  By default
 <ow:link name="OpenWiki" href="ow.asp?OpenWiki" date="2005-05-02T12:00:00+01:00">Open Wiki</ow:link>
  ignores linebreaks. Actually it's a feature of all web browsers which
 <ow:link name="OpenWiki" href="ow.asp?OpenWiki" date="2005-05-02T12:00:00+01:00">Open Wiki</ow:link>
  simply inherits. If you want a line directly followed by a new line then you can use the macro
 <tt><br></tt>
 . Below you see an example which shows the difference:
 <pre class="code"> this is line one. is this line two? this is line one. <br> is this line two? </pre>
  this is line one. is this line two?
 <p />
  this is line one.
 <br />
  is this line two?
 <p />
 <p />
 <a name="h4" />
 <h3>Including Pages</h3>
 <p />
  One of the more powerful macro's is the
 <tt><Include></tt>
  macro. Using this macro you can include another wiki page into the current wiki page. This is great if for example you want to use a common menu structure for a subset of your wiki. See for example
 <ow:link name="MyProject" href="ow.asp?p=MyProject&a=edit">MyProject</ow:link>
 .
 <p />
  Pass the name of the
 <ow:link name="WikiPage" href="ow.asp?WikiPage" date="2005-05-02T12:00:00+01:00">Wiki Page</ow:link>
  you want to include, e.g.:
 <pre class="code"> <Include(MyProjectMenu)> </pre>
  <Include(
 <ow:link name="MyProjectMenu" href="ow.asp?p=MyProjectMenu&a=edit">MyProjectMenu</ow:link>
 )>
 <p />
 <p />
 <p />
 <a name="h5" />
 <h3>Anchors</h3>
 <p />
  You can put invisible anchors in your page by using the
 <tt><Anchor></tt>
  macro. Pass the name of the anchor as a parameter, e.g.:
 <pre class="code"> <Anchor(MyAnchor)> This piece of text is anchored. </pre>
 <a name="MyAnchor" />
  This piece of text is anchored.
 <p />
 <p />
 <p />
 <p />
 <a name="h6" />
 <h3>Searches</h3>
 <p />
  To show an input editbox that will do a search through all the titles of the pages in this wiki use the macro
 <tt><TitleSearch></tt>
 . Below an example is shown:
 <pre class="code"> Title search: <TitleSearch> </pre>
  Title search:
-<form name="TitleSearch" action="ow.asp" method="get">
 <input type="hidden" name="a" value="titlesearch" />
 <input type="text" name="txt" value="" ondblclick="event.cancelBubble=true;" />
 <input id="mts" type="submit" value="Go" />
 </form>
 <p />
  The
 <tt><TitleSearch></tt>
  macro also accepts a parameter. Instead of showing an editbox it will then show a list of page titles that match the pattern of the parameter. E.g.:
 <pre class="code"> List of all the help page (assuming all these start with the letters "Help"): <TitleSearch(^Help)> </pre>
  List of all the help page (assuming all these start with the letters "Help"):
-<ow:titlesearch value="^Help" pagecount="55">
-<ow:page name="Help" changes="2">
 <ow:link name="Help" href="ow.asp?Help" date="2005-05-02T12:00:00+01:00">Help</ow:link>
-<ow:change revision="2" status="new" minor="true">
 <ow:by name="127.0.0.xxx" />
 <ow:date>2005-05-02T12:00:00+01:00</ow:date>
 </ow:change>
 </ow:page>
-<ow:page name="HelpMenu" changes="2">
 <ow:link name="HelpMenu" href="ow.asp?HelpMenu" date="2005-05-02T12:00:00+01:00">Help Menu</ow:link>
-<ow:change revision="2" 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:page>
-<ow:page name="HelpOnEditing" changes="1">
 <ow:link name="HelpOnEditing" href="ow.asp?HelpOnEditing" date="2005-05-02T12:00:00+01:00">Help On Editing</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:page>
-<ow:page name="HelpOnEmoticons" changes="1">
 <ow:link name="HelpOnEmoticons" href="ow.asp?HelpOnEmoticons" date="2005-05-02T12:00:00+01:00">Help On Emoticons</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:page>
-<ow:page name="HelpOnFormatting" changes="1">
 <ow:link name="HelpOnFormatting" href="ow.asp?HelpOnFormatting" date="2005-05-02T12:00:00+01:00">Help On Formatting</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:page>
-<ow:page name="HelpOnHeaders" changes="1">
 <ow:link name="HelpOnHeaders" href="ow.asp?HelpOnHeaders" date="2005-05-02T12:00:00+01:00">Help On Headers</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:page>
-<ow:page name="HelpOnLinking" changes="1">
 <ow:link name="HelpOnLinking" href="ow.asp?HelpOnLinking" date="2005-05-02T12:00:00+01:00">Help On Linking</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:page>
-<ow:page name="HelpOnMacros" changes="1">
 <ow:link name="HelpOnMacros" href="ow.asp?HelpOnMacros" date="2005-05-02T12:00:00+01:00">Help On Macros</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:page>
-<ow:page name="HelpOnProcessingInstructions" changes="1">
 <ow:link name="HelpOnProcessingInstructions" href="ow.asp?HelpOnProcessingInstructions" date="2005-05-02T12:00:00+01:00">Help On Processing Instructions</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:page>
-<ow:page name="HelpOnRevisions" changes="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:page>
-<ow:page name="HelpOnTables" changes="2">
 <ow:link name="HelpOnTables" href="ow.asp?HelpOnTables" date="2005-05-02T12:00:00+01:00">Help On Tables</ow:link>
-<ow:change revision="2" 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:page>
 </ow:titlesearch>
 <p />
 <p />
  To show an input editbox that will do a full text search through all the pages in this wiki use the macro
 <tt><FullSearch></tt>
 . Below an example is shown:
 <pre class="code"> Full text search: <FullSearch> </pre>
  Full text search:
-<form name="FullSearch" action="ow.asp" method="get">
 <input type="hidden" name="a" value="fullsearch" />
 <input type="text" name="txt" value="" ondblclick="event.cancelBubble=true;" />
 <input id="mfs" type="submit" value="Go" />
 </form>
 <p />
  The
 <tt><FullSearch></tt>
  macro also accepts a parameter. Instead of showing an editbox it will then do a full text search through all the pages and show a list of the pages that match the pattern of the parameter. E.g.:
 <pre class="code"> List all pages containing the word "Text Search": <FullSearch("Text Search")> </pre>
  List all pages containing the word "Text Search":
-<ow:fullsearch value="Text Search" pagecount="55">
-<ow:page name="FindPage" changes="1">
 <ow:link name="FindPage" href="ow.asp?FindPage" date="2005-05-02T12:00:00+01:00">Find Page</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:page>
-<ow:page name="HelpOnMacros" changes="1">
 <ow:link name="HelpOnMacros" href="ow.asp?HelpOnMacros" date="2005-05-02T12:00:00+01:00">Help On Macros</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:page>
 </ow:fullsearch>
 <p />
 <p />
  To show an input editbox that will allow you to go to a page or create a new page by entering it's name in the editbox use the macro
 <tt><GoTo></tt>
 .
 <pre class="code"> <GoTo> </pre>
-<form name="GoTo" action="ow.asp" method="get">
 <input type="text" name="p" value="" ondblclick="event.cancelBubble=true;" />
 <input id="goto" type="submit" value="Go" />
 </form>
 <p />
 <p />
 <a name="h7" />
 <h3>Indexes</h3>
 <p />
  To view a list of all the pages in this wiki use the macro
 <tt><TitleIndex></tt>
 . See
 <ow:link name="TitleIndex" href="ow.asp?TitleIndex" date="2005-05-02T12:00:00+01:00">Title Index</ow:link>
  for an example.
 <p />
  To view a list of all the words used in the titles of wiki pages use the macro
 <tt><WordIndex></tt>
 . See
 <ow:link name="WordIndex" href="ow.asp?WordIndex" date="2005-05-02T12:00:00+01:00">Word Index</ow:link>
  for an example.
 <p />
  To view a list of recently changed pages use the macro
 <tt><RecentChanges></tt>
 . When no parameters are provided all pages changed in the last 30 days will be shown. See for example the
 <ow:link name="RecentChanges" href="ow.asp?RecentChanges" date="2005-05-02T12:00:00+01:00">Recent Changes</ow:link>
  page.
 <p />
  One or two paramterers are accepted. The first parameter is the maximum number of days that should be shown in the change list. The second parameter is the maximum number of page titles that should be shown in the change list. When a parameter is not a number or less or equal than zero, then a default value is taken.
 <p />
  The example below will show all recently changed pages in the last 24 hours.
 <pre class="code"> <RecentChanges(1)/> </pre>
 <ow:recentchanges majoredits="true" minoredits="false" short="true" />
 <p />
  The example below will show a maximum of 10 recently changed pages.
 <pre class="code"> <RecentChanges(0,10)/> </pre>
 <ow:recentchanges majoredits="true" minoredits="false" short="true" />
 <p />
  For more information about recently changed pages and how revisions work see
 <ow:link name="HelpOnRevisions" href="ow.asp?HelpOnRevisions" date="2005-05-02T12:00:00+01:00">Help On Revisions</ow:link>
 .
 <p />
 <p />
 <p />
 <p />
 <a name="h8" />
 <h3>Random Pages</h3>
 <p />
  To show a random page link use the macro
 <tt><RandomPage></tt>
 . Below a random page link is shown:
 <pre class="code"> <RandomPage> </pre>
-<ow:randompages>
-<ow:page name="House" changes="1">
 <ow:link name="House" href="ow.asp?House" date="2005-05-03T20:27:09+01:00">House</ow:link>
-<ow:change revision="1" status="new" minor="false">
 <ow:by name="216.39.170.xxx" />
 <ow:date>2005-05-03T20:27:09+01:00</ow:date>
 </ow:change>
 </ow:page>
 </ow:randompages>
 <p />
  To show a number of random page links, pass the number as a parameter to the macro. For example, below 5 random page links are shown by using the macro
 <tt><RandomPage(5)></tt>
 :
 <pre class="code"> <RandomPage(5)> </pre>
-<ow:randompages>
-<ow:page name="TitleIndex" changes="1">
 <ow:link name="TitleIndex" href="ow.asp?TitleIndex" date="2005-05-02T12:00:00+01:00">Title Index</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:page>
-<ow:page name="TitleIndex" changes="1">
 <ow:link name="TitleIndex" href="ow.asp?TitleIndex" date="2005-05-02T12:00:00+01:00">Title Index</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:page>
-<ow:page name="MozillaSoftware" changes="1">
 <ow:link name="MozillaSoftware" href="ow.asp?MozillaSoftware" date="2005-05-03T12:06:00+01:00">Mozilla Software</ow:link>
-<ow:change revision="1" status="new" minor="false">
 <ow:by name="216.52.28.xxx" />
 <ow:date>2005-05-03T12:06:00+01:00</ow:date>
 </ow:change>
 </ow:page>
-<ow:page name="WikiName" changes="1">
 <ow:link name="WikiName" href="ow.asp?WikiName" date="2005-05-02T12:00:00+01:00">Wiki Name</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:page>
-<ow:page name="HelpOnLinking" changes="1">
 <ow:link name="HelpOnLinking" href="ow.asp?HelpOnLinking" date="2005-05-02T12:00:00+01:00">Help On Linking</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:page>
 </ow:randompages>
 <p />
 <p />
 <a name="h9" />
 <h3>Syndication</h3>
 <p />
  News related sites often offer a so-called RSS feed. This feed is available through a URL. For example, the latest news headlines from
 <a href="http://slashdot.org" class="external" target="_blank">Slashdot</a>
  are retrievable through the URL
 <a href="http://slashdot.org/slashdot.rdf" class="external" target="_blank">http://slashdot.org/slashdot.rdf</a>
 .
 <p />
  It's possible to syndicate these news headlines into
 <ow:link name="OpenWiki" href="ow.asp?OpenWiki" date="2005-05-02T12:00:00+01:00">Open Wiki</ow:link>
 . To do this use the macro
 <tt><Syndicate></tt>
 . This macro needs at least one parameter, the second parameter is optional. The first parameter must be the URL to the RSS feed enclosed by quotes. The second parameter must be a number (in minutes) which tells how often to refresh the news, where the default is 120 minutes or 2 hours. Retrieving the news headlines is a costly operation so you don't want to set the refresh rate too low.
 <p />
  Example:
 <pre class="code"> <Syndicate("http://slashdot.org/slashdot.rdf", 120)> </pre>
-<ow:feed href="http://slashdot.org/slashdot.rdf" fresh="false" last="2012-09-29T23:15:06+01:00" next="2012-09-30T01:15:06+01:00" refreshrate="120">
-<a href="http://slashdot.org/">
 <img src="http://a.fsdn.com/sd/topics/topicslashdot.gif" alt="News for nerds, stuff that matters" border="0" />
 </a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/uCYKpzVE5i0/lingering-questions-on-the-extent-of-the-adobe-hack" class="rss">Lingering Questions On the Extent of the Adobe Hack</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/3NXULwHrm30/concept-aquatic-rover-may-explore-a-lake-on-titan" class="rss">Concept Aquatic Rover May Explore a Lake On Titan</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/VXpSpC0bNQk/new-content-delivery-tech-should-be-presumed-illegal-says-former-copyright-boss" class="rss">New Content-Delivery Tech Should Be Presumed Illegal, Says Former Copyright Boss</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/41YGPgnsKKk/teachers-write-an-open-textbook-in-a-weekend-hackathon" class="rss">Teachers Write an Open Textbook In a Weekend Hackathon</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/I40lqm9xXuA/blender-debuts-fourth-open-source-movie-tears-of-steel" class="rss">Blender Debuts Fourth Open Source Movie: <em>Tears of Steel</em></a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/-M6JXfbpSwQ/a-black-holes-spinning-heart-of-darkness" class="rss">A Black Hole's Spinning Heart of Darkness</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/aXb1pOMSn-s/computer-history-museum-gets-the-attention-it-deserves" class="rss">Computer History Museum Gets the Attention It Deserves</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/6yOqFsucL1M/a-suicide-goes-viral-on-the-internet" class="rss">A Suicide Goes Viral On the Internet</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/sinJwiZeQcg/ask-slashdot-hacking-urban-noise" class="rss">Ask Slashdot: Hacking Urban Noise?</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/85riV2Eus_k/python-330-released" class="rss">Python 3.3.0 Released</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/aVz-rtn0MPk/aircraft-carriers-in-space" class="rss">Aircraft Carriers In Space</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/V4kKONIosa4/hp-releases-open-webos-10" class="rss">HP Releases Open webOS 1.0</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/jLp8yVUB8x4/notch-wont-certify-minecraft-for-windows-8" class="rss">Notch Won't Certify <em>Minecraft</em> For Windows 8</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/5eImwUIzIeo/us-court-says-motorola-cant-enforce-microsoft-injunction-in-germany" class="rss">US Court Says Motorola Can't Enforce Microsoft Injunction In Germany</a>
 <br />
 <a href="http://rss.slashdot.org/~r/Slashdot/slashdot/to/~3/W2eIa9kUJAk/free-font-helps-people-with-dyslexia" class="rss">Free Font Helps People With Dyslexia</a>
 <br />
-<form action="http://slashdot.org/search.pl" method="post">
 Search Slashdot:
 <br />
 <input type="text" name="query" />
 </form>
 </ow:feed>
 <p />
  Use of this macro can be disabled by the system administrator.
 <p />
  For more information about RSS see
 <ow:link name="RDFSiteSummary" href="ow.asp?p=RDFSiteSummary&a=edit">RDFSiteSummary</ow:link>
 .
 <p />
 <p />
 <p />
 <a name="h10" />
 <h3>Aggregation</h3>
 <p />
  Just as you can syndicate RSS feeds into a wiki page, it's possible to aggregate multiple RSS feeds into one list. Define all the RSS feeds you want to aggregate using the
 <tt>Syndicate</tt>
  macro, put all these definitions in one wiki page, and then use the macro
 <tt>Aggregate</tt>
  in any wiki page to aggregate the RSS feeds defined in the wiki page with the
 <tt>Syndicate</tt>
  macro's.
 <p />
  This macro needs one parameter, which must be the name of the wiki page containing the
 <tt>Syndicate</tt>
  macro's.
 <p />
  Example:
 <pre class="code"> <Aggregate("AllTheNews")> </pre>
 <p />
  To view the results of this example, see
 <ow:link name="AllTheNews" href="ow.asp?p=AllTheNews&a=edit">AllTheNews</ow:link>
  and
 <ow:link name="AllTheNews/Aggregation" href="ow.asp?p=AllTheNews%2FAggregation&a=edit">AllTheNews/Aggregation</ow:link>
 .
 <p />
  Use of this macro can be disabled by the system administrator.
 <p />
 <p />
 <p />
 <p />
 <a name="h11" />
 <h3>User Preferences</h3>
 <p />
  To show the user preferences use the macro
 <tt><UserPreferences></tt>
 . See for example the page
 <ow:link name="UserPreferences" href="ow.asp?UserPreferences" date="2005-05-02T12:00:00+01:00">User Preferences</ow:link>
 .
 <p />
 <p />
 <p />
 <a name="h12" />
 <h3>Inter Wiki</h3>
 <p />
  To show the list of known
 <ow:link name="InterWiki" href="ow.asp?InterWiki" date="2005-05-02T12:00:00+01:00">Inter Wiki</ow:link>
 s use the macro
 <tt><InterWiki></tt>
 .
 <pre class="code"> <InterWiki> </pre>
 <ow:interlinks />
 <p />
 <p />
 <p />
 <p />
 <a name="h13" />
 <h3>System Info</h3>
 <p />
  Below information about this system is shown:
 <pre class="code"> <SystemInfo> </pre>
-<table class="systeminfo">
-<tr>
 <td>OpenWiki Version:</td>
 <td>0.78 rev.1.2</td>
 </tr>
-<tr>
 <td>XML Schema Version:</td>
 <td>0.91</td>
 </tr>
-<tr>
 <td>Namespace:</td>
 <td>http://openwiki.com/2001/OW/Wiki</td>
 </tr>
-<tr>
 <td>VBScript Version:</td>
 <td>5.8.16978</td>
 </tr>
-<tr>
 <td>ADO Version:</td>
 <td>6.1</td>
 </tr>
-<tr>
 <td>Nr Of Pages:</td>
 <td>55</td>
 </tr>
-<tr>
 <td>Nr Of Revisions:</td>
 <td>100</td>
 </tr>
 </table>
 <p />
 <pre class="code"> <PageCount> </pre>
  This wiki contains
 <b>55</b>
 <ow:link name="WikiPage" href="ow.asp?WikiPage" date="2005-05-02T12:00:00+01:00">Wiki Page</ow:link>
 s.
 <p />
 <pre class="code"> <Date> <Time> <DateTime> </pre>
  The date on this server is September 29, 2012
 <p />
  The time on this server is 23:18
 <p />
  The datetime on this server is September 29, 2012 23:18
 <p />
 </ow:body>
 </ow:page>
 </ow:wiki>