home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / Installation.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  1.8 KB  |  60 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3.   Copyright 1999-2004 The Apache Software Foundation
  4.  
  5.   Licensed under the Apache License, Version 2.0 (the "License");
  6.   you may not use this file except in compliance with the License.
  7.   You may obtain a copy of the License at
  8.  
  9.       http://www.apache.org/licenses/LICENSE-2.0
  10.  
  11.   Unless required by applicable law or agreed to in writing, software
  12.   distributed under the License is distributed on an "AS IS" BASIS,
  13.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14.   See the License for the specific language governing permissions and
  15.   limitations under the License.
  16. -->
  17. <html xmlns:osm="http://osmosis.gr/osml/1.0">
  18.   <head>
  19.     <osm:pageTitle>
  20.       <osm:text>install</osm:text>
  21.     </osm:pageTitle>
  22.   </head>
  23.   <body contentID="content">
  24.     <p class="title">Installation</p>
  25.     <p class="notes">This version of othello is designed for Cocoon 2.1 and is tested in both unix and winXP</p>
  26.     <p>How to install othello.</p>
  27.     <ul>
  28.       <li>dowload the zip file</li>
  29.       <li>extract and put [othello.gr] directory somewhere in your disk</li>
  30.       <li>mount othello sitemap.xmap in cocoon main sitemap.xmap
  31. <pre><![CDATA[
  32. for example if the path to your othello.gr directory:
  33. c:\server\xwww\othello.gr\
  34.  
  35. then
  36.  
  37. <map:pipeline>
  38.  <map:match pattern="*.gr/**">
  39.    <map:mount check-reload="yes" 
  40.              src="file://c:/Server/xwww/{1}.gr/sitemap.xmap" 
  41.              uri-prefix="{1}.gr"/>
  42.  </map:match>
  43. </map:pipeline>
  44.  
  45. or
  46.  
  47. <map:pipeline>
  48.  <map:match pattern="othello.gr/**">
  49.   <map:mount check-reload="yes" 
  50.            src="file://c:/Server/xwww/othello.gr/sitemap.xmap" 
  51.            uri-prefix="othello.gr"/>
  52.  </map:match>
  53. </map:pipeline>
  54. ]]></pre>
  55.       </li>
  56.       <li>test othello at: [http://localhost:8080/cocoon/othello.gr/]</li>
  57.     </ul>
  58.   </body>
  59. </html>
  60.