Config.in 516 B

1234567891011121314
  1. config ADK_PACKAGE_WDFS
  2. prompt "wdfs.............................. WebDAV filesystem"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_FUSE_UTILS
  6. select ADK_PACKAGE_NEON
  7. select ADK_PACKAGE_GLIB
  8. help
  9. WebDAV is an extension to HTTP that allows remote collaborative
  10. authoring of Web resources, defined in RFC 2518.
  11. wdfs is a FUSE userland filesystem allowing to mount WebDAV
  12. shares as local filesystems, with optional support of transparent
  13. versioning with subversion (not yet included in this package).