Home
last modified time | relevance | path

Searched hist:"2 c23659d6e83d6ac514e643a43ce5e9fbef62b2f" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/bin/
H A Ddwpage.php2c23659d6e83d6ac514e643a43ce5e9fbef62b2f Thu Jan 21 19:21:08 UTC 2021 Robin Getz <robin.getz@analog.com> dwpage.php: add an option to get metadata

This adds an option to ./bin/dwpage.php, to display metadata about a
page. This is useful in maintenance shell scripts, and debugging plugins.
There is no ability to write metadata, only read them.

./bin/dwpage.php -u <user> gmeta [page] <meta tag>

where <meta tag> can be "date modified" (in quotes) or "last_change date"
an empty <meta tag> returns all metadata.

Signed-off-by: Robin Getz <robin.getz@analog.com>