blob: b89bf4aee9952898b6004a107e49ee9724c008ec [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Id: introduction.xml 473861 2006-11-12 03:51:14Z gregor $ -->
<page:page
xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
xmlns="http://www.w3.org/1999/xhtml"
>
<page:head/>
<page:body>
<h1>README: Default publication</h1>
<h2>Use WebDAV:</h2>
<ul>
<li>Cadaver: cadaver http://127.0.0.1:8888/default/webdav</li>
<li>More Info: <a href="http://wiki.apache.org/lenya/HowToEditWithWebDAV">http://wiki.apache.org/lenya/HowToEditWithWebDAV</a></li>
</ul>
<!--
<h2>Enable JCR</h2>
<ul>
<li>Build Lenya and start it</li>
<li>
Import content from filesystem into JCR Repository by executing:
<a href="../index.html?lenya.usecase=jcr.import">../index.html?lenya.usecase=jcr.import</a>
</li>
<li>Stop Lenya</li>
<li>
Switch the NodeFactory within <i>build/lenya/webapp/WEB-INF/classes/org/apache/lenya/lenya.roles</i>
to <i>org.apache.lenya.cms.jcr.JCRNodeFactory</i>
</li>
<li>Optional: The JCR implementation can be configured within local.build.properties resp. build.properties</li>
<li>Start Lenya</li>
</ul>
-->
</page:body>
</page:page>