Skip to content

Module that makes the name of a resource or a collection available as the DAV:displayname property

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
COPYING
Notifications You must be signed in to change notification settings

minfrin/mod_dav_displayname

mod_dav_displayname

Module that makes the name of a resource or a collection available as the DAV:displayname property.

Use with the mod_dav_autoindex module to provide human readable filenames in the XML output.

Download:

RPM Packages are available at COPR for EPEL, Fedora and OpenSUSE.

dnf copr enable minfrin/mod_dav_displayname
dnf install mod_dav_displayname

Ubuntu packages are available through PPA.

basic configuration

# Basic configuration:
<Location />
  Dav on
  DavDisplayname on
</Location>

example result

<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:">
<D:href>/storage/The%20Lazy%20Dog.txt</D:href>
<D:propstat>
<D:prop>
<lp1:displayname>The Lazy Dog</lp1:displayname>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>

About

Module that makes the name of a resource or a collection available as the DAV:displayname property

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
COPYING

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published