<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="/wikid/docs/xsl/mwCollections/CollectionWikiData/display.xsl" type="text/xsl"?>

<!--
This resource container holds the product of the resolution request
-->
<resource xmlns:config="info:sid/localhost:CollectionSimpleSchemas:config" xmlns:explain="http://explain.z3950.org/dtd/2.0/" xmlns:srw="http://www.loc.gov/zing/srw/" xmlns:wiki="info:sid/localhost:CollectionSimpleSchemas:wiki" xmlns:wr="http://errol.oclc.org/oai:xmlregistry.oclc.org:errol/WikiRepository" xmlns:xlink="http://www.w3.org/TR/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!--
This is an echo of the request information this stylesheet used to produce the resolution product
-->
<uri-context>
<srwIdentifier>info:sid/localhost:CollectionWikiData:InstallationNotes</srwIdentifier>
<collectionURI>info:sid/localhost:CollectionWikiData</collectionURI>
<repository-identifier>CollectionWikiData</repository-identifier>
<srwURL>http://alcme.oclc.org:80/wikid/search/WikiDb.localhost</srwURL>
<local-identifier>InstallationNotes</local-identifier>
<action>display</action>
</uri-context>
<!--
This is the collection configuration record
-->
<record xmlns="info:sid/localhost:CollectionSimpleSchemas:config" xsi:schemaLocation="info:sid/localhost:CollectionSimpleSchemas:config http://alcme.oclc.org:80/wikid/raw/info:sid/localhost:CollectionSimpleSchemas:config.xsd">
<repositoryName>WikiD Documentation</repositoryName>
<description>Documentation for the OSS WikiD web application</description>
<localIdentifierType>userAssigned</localIdentifierType>
<adminEmail>mailto:jyoung@oclc.org</adminEmail>
<defaultXSL>no</defaultXSL>
<schemaURI recordPrefix="wiki">info:sid/localhost:CollectionSimpleSchemas:wiki</schemaURI>
<crosswalkSchemaURI recordPrefix="xhtml">info:sid/localhost:CollectionExternalSchemas:xhtml</crosswalkSchemaURI>
<defaultSchemaURI>info:sid/localhost:CollectionExternalSchemas:xhtml</defaultSchemaURI>
</record>
<!--
There is a local-identifier, so this URI must identify an item in a collection
-->
<!--
This is the searchRetrieveResponse for the item's Deposit record
-->
<content>
<searchRetrieveResponse xmlns="http://www.loc.gov/zing/srw/">
<version>1.1</version>
<numberOfRecords>1</numberOfRecords>
<resultSetId>sb80w2</resultSetId>
<resultSetIdleTime>300</resultSetIdleTime>
<records xmlns:ns1="http://www.loc.gov/zing/srw/">
<record>
<recordSchema>http://www.oclc.org/schemas/WikiRepository</recordSchema>
<recordPacking>xml</recordPacking>
<recordData>
<wr:Deposit xmlns="http://www.w3.org/TR/xhtml1/strict">
<wr:browserPath>http://alcme.oclc.org:80/wikid/docs/WikiRepository</wr:browserPath>
<wr:refID>info:sid/localhost:CollectionWikiData:InstallationNotes</wr:refID>
<wr:refIDPrefix/>
<wr:userName>anonymous</wr:userName>
<wr:collection>CollectionWikiData</wr:collection>
<wr:relativePath>2006/05/26/10</wr:relativePath>
<wr:fullRefID>inf_3asid_2flocalhost_3aCollectionWikiData_3aInstallationNotes_5f20060526104929543</wr:fullRefID>
<wr:mimeType>text/xml</wr:mimeType>
<wr:sort>CollectionWikiData:InstallationNotes</wr:sort>
<wr:dateCreated>2005-11-16</wr:dateCreated>
<wr:datestamp>2006-05-26</wr:datestamp>
<wr:oldDate/>
</wr:Deposit>
</recordData>
<recordPosition>1</recordPosition>
</record>
</records>
<echoedSearchRetrieveRequest xmlns:ns2="http://www.loc.gov/zing/srw/">
<version>1.1</version>
<query>repos.hasDate = "hasdate" and oai.identifier exact "info:sid/localhost:CollectionWikiData:InstallationNotes"</query>
<xQuery>
<ns3:searchClause xmlns:ns3="http://www.loc.gov/zing/cql/xcql/">
<ns3:index>cql.any</ns3:index>
<ns3:relation>
<ns3:value>=</ns3:value>
</ns3:relation>
<ns3:term>huh?</ns3:term>
</ns3:searchClause>
</xQuery>
<startRecord>1</startRecord>
<maximumRecords>1</maximumRecords>
<recordPacking>xml</recordPacking>
<recordSchema>default</recordSchema>
</echoedSearchRetrieveRequest>
</searchRetrieveResponse>
<!--
This is the datestamp for the Deposit
-->
<datestamp>2006-05-26</datestamp>
<!--
This is the URL for the content
-->
<contentURL>http://alcme.oclc.org:80/wikid/docs/WikiRepository/2006/05/26/10/inf_3asid_2flocalhost_3aCollectionWikiData_3aInstallationNotes_5f20060526104929543</contentURL>
<!--
Here is the record content
-->
<record>
<record xmlns="info:sid/localhost:CollectionSimpleSchemas:wiki" xsi:schemaLocation="info:sid/localhost:CollectionSimpleSchemas:wiki http://alcme.oclc.org:80/wikid/raw/info:sid/localhost:CollectionSimpleSchemas:wiki.xsd">
<raw>= Installation Notes =

Currently, the WikiD distribution is only available via CVS.

== Required components ==
* CVS (http://www.nongnu.org/cvs/'''''') (To download the WikiD module)
* Java (http://java.sun.com/'''''') (Because Tomcat, Ant, and WikiD are Java applications)
* Tomcat (http://tomcat.apache.org/'''''') (The server)
* Ant (http://ant.apache.org/'''''') (To build and install WikiD into Tomcat)
== CVS settings ==
*CVSROOT:
**:pserver:anonymous@pubserv.oclc.org:/home/CVS/oai/cvsroot
*Password:
** anonymous
*Module name:
** wikid
== build.properties settings ==
Change these values in the build.properties file to suit your environment:
* catalina.home=&lt;the path to your Tomcat installation&gt;
* domain=&lt;the domain name of your server&gt;
* port=&lt;the port number where Tomcat is running&gt;
== Ant targets ==
These are the main Ant targets:
* Use 'ant install' to perform the initial installation
* Use 'ant update' on subsequent builds to avoid overwriting the database.
</raw>
</record>
</record>
</content>
<displayContent>
<html xmlns="http://www.w3.org/1999/xhtml">
<body><h1> Installation Notes </h1><p></p>
Currently, the <a href="/wikid/CollectionWikiData:WikiD">WikiD</a> distribution is only available via CVS.<p></p>
<h2> Required components </h2>
<ul>
<li> CVS (<a href="http://www.nongnu.org/cvs/">http://www.nongnu.org/cvs/</a>) (To download the <a href="/wikid/CollectionWikiData:WikiD">WikiD</a> module)</li>
<li> Java (<a href="http://java.sun.com/">http://java.sun.com/</a>) (Because Tomcat, Ant, and <a href="/wikid/CollectionWikiData:WikiD">WikiD</a> are Java applications)</li>
<li> Tomcat (<a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a>) (The server)</li>
<li> Ant (<a href="http://ant.apache.org/">http://ant.apache.org/</a>) (To build and install <a href="/wikid/CollectionWikiData:WikiD">WikiD</a> into Tomcat)</li>
</ul>

<h2> CVS settings </h2>
<ul>
<li>CVSROOT:
<ul>
<li>:pserver:anonymous@pubserv.oclc.org:/home/CVS/oai/cvsroot</li>
</ul>
</li>
<li>Password:
<ul>
<li> anonymous</li>
</ul>
</li>
<li>Module name:
<ul>
<li> wikid</li>
</ul>
</li>
</ul>

<h2> build.properties settings </h2>
Change these values in the build.properties file to suit your environment:
<ul>
<li> catalina.home=&lt;the path to your Tomcat installation&gt;</li>
<li> domain=&lt;the domain name of your server&gt;</li>
<li> port=&lt;the port number where Tomcat is running&gt;</li>
</ul>

<h2> Ant targets </h2>
These are the main Ant targets:
<ul>
<li> Use 'ant install' to perform the initial installation</li>
<li> Use 'ant update' on subsequent builds to avoid overwriting the database.</li>
</ul>

</body>
</html>
</displayContent>
</resource>
