You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/01/03 19:54:28 UTC

svn commit: r608594 - in /jackrabbit/trunk/jackrabbit-webapp/src/main/webapp: header.jsp webdav-simple.jsp

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 @@
               <li><a href="<%= request.getContextPath() %>/">Welcome</a></li>
               <li><a href="<%= request.getContextPath() %>/webdav-simple.jsp">Standard WebDAV</a></li>
               <li><a href="<%= request.getContextPath() %>/webdav-jcr.jsp">JCR WebDAV</a></li>
+            </ul>
+          </li>
+          <li>Default workspace
+            <ul>
+              <li><a href="<%= request.getContextPath() %>/repository/default/">Browse</a></li>
               <li><a href="<%= request.getContextPath() %>/search.jsp">Search</a></li>
               <li><a href="<%= request.getContextPath() %>/populate.jsp">Populate</a></li>
             </ul>

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.
 </p>
 
+<h3>File system access</h3>
+<p>
+  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.
+</p>
+
 <h3>Supported WebDAV functionality</h3>
 <ul>
 <li><a href="http://www.ietf.org/rfc/rfc2518.txt">RFC 2518</a> (WebDAV 1,2)</li>