From commits-return-5028-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Jan 03 18:55:01 2008 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 80164 invoked from network); 3 Jan 2008 18:55:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2008 18:55:00 -0000 Received: (qmail 52475 invoked by uid 500); 3 Jan 2008 18:54:49 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 52443 invoked by uid 500); 3 Jan 2008 18:54:49 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 52434 invoked by uid 99); 3 Jan 2008 18:54:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 10:54:49 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 18:54:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 02AF51A9832; Thu, 3 Jan 2008 10:54:29 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r608594 - in /jackrabbit/trunk/jackrabbit-webapp/src/main/webapp: header.jsp webdav-simple.jsp Date: Thu, 03 Jan 2008 18:54:28 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080103185429.02AF51A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Thu Jan 3 10:54:26 2008 New Revision: 608594 URL: http://svn.apache.org/viewvc?rev=608594&view=rev Log: JCR-1287: jackrabbit-webapp facelift - More user-friendly links in navigation - Describe the WebDAV mount feature for simple server Modified: jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/header.jsp jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/webdav-simple.jsp Modified: jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/header.jsp URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/header.jsp?rev=608594&r1=608593&r2=608594&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/header.jsp (original) +++ jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/header.jsp Thu Jan 3 10:54:26 2008 @@ -49,6 +49,11 @@
  • Welcome
  • Standard WebDAV
  • JCR WebDAV
  • + + +
  • Default workspace + Modified: jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/webdav-simple.jsp URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/webdav-simple.jsp?rev=608594&r1=608593&r2=608594&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/webdav-simple.jsp (original) +++ jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/webdav-simple.jsp Thu Jan 3 10:54:26 2008 @@ -53,6 +53,15 @@ Internet.

    +

    File system access

    +

    + Many operating systems, including Windows and Mac OS X, allow you to + "mount" a WebDAV server as a shared network disk. You can use the above + URL to make the default workspace available as such a network disk, after + which you can use normal file system tools to copy files and folders to + and from the content repository. +

    +

    Supported WebDAV functionality