On the xwiki.org there is a feature on XWiki presented; The WebDAV feature exposes wiki content (attachments, page content) through the well-known WebDAV protocol. This allows using WebDAV clients like DAVExplorer, file browsers like the Windows Explorer (XP), the Finder (MAC) or Nautilus (Linux) to directly browse and edit wiki content just as you would do for files in your local file system. Does this feature require configuration of the server. Do I understand that by dropping photo's in a folder I could add photo's the the XWiki photoalbum although the XWiki stores all the attachments in a mySql database? We have a server on version 2.7.1 Gerritjan
On Sep 20, 2011, at 12:51 PM, Gerritjan Koekkoek wrote:
On the xwiki.org there is a feature on XWiki presented; The WebDAV feature exposes wiki content (attachments, page content) through the well-known WebDAV protocol. This allows using WebDAV clients like DAVExplorer, file browsers like the Windows Explorer (XP), the Finder (MAC) or Nautilus (Linux) to directly browse and edit wiki content just as you would do for files in your local file system.
Does this feature require configuration of the server.
No
Do I understand that by dropping photo's in a folder I could add photo's the the XWiki photoalbum
Yes
although the XWiki stores all the attachments in a mySql database?
XWiki stores attachment where you've defined it. By default it's in the database (any DB supported by Hibernate, doesn't have to be MySQL). See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments Thanks -Vincent
We have a server on version 2.7.1
Gerritjan
On Tue, Sep 20, 2011 at 12:51 PM, Gerritjan Koekkoek <gerritjankoekkoek@gmail.com> wrote:
On the xwiki.org there is a feature on XWiki presented; The WebDAV feature exposes wiki content (attachments, page content) through the well-known WebDAV protocol. This allows using WebDAV clients like DAVExplorer, file browsers like the Windows Explorer (XP), the Finder (MAC) or Nautilus (Linux) to directly browse and edit wiki content just as you would do for files in your local file system.
Does this feature require configuration of the server. Do I understand that by dropping photo's in a folder I could add photo's the the XWiki photoalbum although the XWiki stores all the attachments in a mySql database?
WebDAV actually expose "virtual" folder/files so by dropping image in a folder what really happen behind the scene is that this files is sent to XWiki and attached to a wiki page like you could do with XWiki UI.
We have a server on version 2.7.1
Gerritjan
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
I do understand it is a feature always on? I did a little test with mac os x lion, finder, go to server I entered http://[url] without www. But how do I Identify myself and what rights are exposed, I assume the same rights the user has on the Wiki? Or should I use another webDAv client? Op 20 sep. 2011, om 13:02 heeft Vincent Massol het volgende geschreven:
On Sep 20, 2011, at 12:51 PM, Gerritjan Koekkoek wrote:
On the xwiki.org there is a feature on XWiki presented; The WebDAV feature exposes wiki content (attachments, page content) through the well-known WebDAV protocol. This allows using WebDAV clients like DAVExplorer, file browsers like the Windows Explorer (XP), the Finder (MAC) or Nautilus (Linux) to directly browse and edit wiki content just as you would do for files in your local file system.
Does this feature require configuration of the server.
No
Do I understand that by dropping photo's in a folder I could add photo's the the XWiki photoalbum
Yes
although the XWiki stores all the attachments in a mySql database?
XWiki stores attachment where you've defined it. By default it's in the database (any DB supported by Hibernate, doesn't have to be MySQL). See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments
Thanks -Vincent
We have a server on version 2.7.1
Gerritjan
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi! I used to play with WebDav and Total Commander's plugin http://ghisler.fileburst.com/fsplugins/webdav.zip Enter URL like this: url/xwiki or url:port/xwiki Then it connects fine. Also, try to play with UTF-8 options to read pages correctly (if you have problems) The only problem I found: there is no Deleted attachments in WebDav access. Am I missing something? Dmitry Bakbardin 20 сентября 2011, 16:19 от Gerritjan Koekkoek <gerritjankoekkoek@gmail.com>:
I do understand it is a feature always on?
I did a little test with mac os x lion, finder, go to server I entered http://[url] without www.
But how do I Identify myself and what rights are exposed, I assume the same rights the user has on the Wiki? Or should I use another webDAv client?
Op 20 sep. 2011, om 13:02 heeft Vincent Massol het volgende geschreven:
On Sep 20, 2011, at 12:51 PM, Gerritjan Koekkoek wrote:
On the xwiki.org there is a feature on XWiki presented; The WebDAV feature exposes wiki content (attachments, page content) through the well-known WebDAV protocol. This allows using WebDAV clients like DAVExplorer, file browsers like the Windows Explorer (XP), the Finder (MAC) or Nautilus (Linux) to directly browse and edit wiki content just as you would do for files in your local file system.
Does this feature require configuration of the server.
No
Do I understand that by dropping photo's in a folder I could add photo's the the XWiki photoalbum
Yes
although the XWiki stores all the attachments in a mySql database?
XWiki stores attachment where you've defined it. By default it's in the database (any DB supported by Hibernate, doesn't have to be MySQL). See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments
Thanks -Vincent
We have a server on version 2.7.1
Gerritjan
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
On Sep 20, 2011, at 2:18 PM, Gerritjan Koekkoek wrote:
I do understand it is a feature always on?
yes
I did a little test with mac os x lion, finder, go to server I entered http://[url] without www.
I use Max OSX lion and it works fine for me. The URL is http://localhost:8080/xwiki/webdav/
But how do I Identify myself and what rights are exposed, I assume the same rights the user has on the Wiki?
Correct.
Or should I use another webDAv client?
No it works perfectly well. Thanks -Vincent
Op 20 sep. 2011, om 13:02 heeft Vincent Massol het volgende geschreven:
On Sep 20, 2011, at 12:51 PM, Gerritjan Koekkoek wrote:
On the xwiki.org there is a feature on XWiki presented; The WebDAV feature exposes wiki content (attachments, page content) through the well-known WebDAV protocol. This allows using WebDAV clients like DAVExplorer, file browsers like the Windows Explorer (XP), the Finder (MAC) or Nautilus (Linux) to directly browse and edit wiki content just as you would do for files in your local file system.
Does this feature require configuration of the server.
No
Do I understand that by dropping photo's in a folder I could add photo's the the XWiki photoalbum
Yes
although the XWiki stores all the attachments in a mySql database?
XWiki stores attachment where you've defined it. By default it's in the database (any DB supported by Hibernate, doesn't have to be MySQL). See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments
Thanks -Vincent
We have a server on version 2.7.1
Gerritjan
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
On 09/20/2011 09:58 AM, Haru Mamburu wrote:
Hi!
I used to play with WebDav and Total Commander's plugin http://ghisler.fileburst.com/fsplugins/webdav.zip Enter URL like this: url/xwiki or url:port/xwiki Then it connects fine. Also, try to play with UTF-8 options to read pages correctly (if you have problems)
The only problem I found: there is no Deleted attachments in WebDav access. Am I missing something?
Nope, this feature is not implemented yet; feel free to open a new feature request on jira.xwiki.org
Dmitry Bakbardin
20 сентября 2011, 16:19 от Gerritjan Koekkoek<gerritjankoekkoek@gmail.com>:
I do understand it is a feature always on?
I did a little test with mac os x lion, finder, go to server I entered http://[url] without www.
But how do I Identify myself and what rights are exposed, I assume the same rights the user has on the Wiki? Or should I use another webDAv client?
Op 20 sep. 2011, om 13:02 heeft Vincent Massol het volgende geschreven:
On Sep 20, 2011, at 12:51 PM, Gerritjan Koekkoek wrote:
On the xwiki.org there is a feature on XWiki presented; The WebDAV feature exposes wiki content (attachments, page content) through the well-known WebDAV protocol. This allows using WebDAV clients like DAVExplorer, file browsers like the Windows Explorer (XP), the Finder (MAC) or Nautilus (Linux) to directly browse and edit wiki content just as you would do for files in your local file system.
Does this feature require configuration of the server.
No
Do I understand that by dropping photo's in a folder I could add photo's the the XWiki photoalbum
Yes
although the XWiki stores all the attachments in a mySql database?
XWiki stores attachment where you've defined it. By default it's in the database (any DB supported by Hibernate, doesn't have to be MySQL). See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments
Thanks -Vincent
We have a server on version 2.7.1
Gerritjan
-- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (5)
-
Gerritjan Koekkoek -
Haru Mamburu -
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol