##// END OF EJS Templates
help: document stripdir template filter
Martin Geisler -
r8159:19f22977 default
parent child Browse files
Show More
@@ -322,6 +322,8 b' PYTHONPATH::'
322 last component of the path after splitting by the path
322 last component of the path after splitting by the path
323 separator (ignoring trailing seprators). For example,
323 separator (ignoring trailing seprators). For example,
324 "foo/bar/baz" becomes "baz" and "foo/bar//" becomes "bar".
324 "foo/bar/baz" becomes "baz" and "foo/bar//" becomes "bar".
325 - stripdir: Treat the text as path and strip a directory level, if
326 possible. For example, "foo" and "foo/bar" becomes "foo".
325 - date: Date. Returns a date in a Unix date format, including
327 - date: Date. Returns a date in a Unix date format, including
326 the timezone: "Mon Sep 04 15:13:13 2006 0700".
328 the timezone: "Mon Sep 04 15:13:13 2006 0700".
327 - domain: Any text. Finds the first string that looks like an
329 - domain: Any text. Finds the first string that looks like an
General Comments 0
You need to be logged in to leave comments. Login now