Returns a list of dictionaries with keys: "id" (full pagename), "size" (number of characters of page), "rev" (timestamp of last revision), "mtime" (same as rev).
"""
returnproxy.dokuwiki.getPagelist()
defstrip_namespace(full_name):
"""Returns the pure pagename without namespace.
If a namespace withoput pagename is given like "n1:n2:" then the last namespace is returned .