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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5056889 · May 11, 2022

History

15 Commits
Apr 3, 2022
Aug 2, 2020
Aug 2, 2020
Aug 3, 2020
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
Aug 2, 2020
May 11, 2022
Aug 2, 2020
Aug 3, 2020
Aug 3, 2020
Jan 16, 2022

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

Packages

No packages published