1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

README typos fix

This commit is contained in:
Ilya Kreymer 2015-03-26 19:56:09 -07:00
parent 6bbbb51f6e
commit 8d686a4a98

View File

@ -100,9 +100,9 @@ Custom UI and User Metadata
**pywb** makes it easy to customize most aspects of the UI around archived content, including a custom banner insert, query calendar, search and home pages,
via HTML Jinja2 templates.
You can see a list of all available UI templates by running: ``wayback-manager template --list``
You can see a list of all available UI templates by running: ``wb-manager template --list``
To copy a default template to the file system (for modification), you can run ``wayback-manager template <collection> --add <template_name>``
To copy a default template to the file system (for modification), you can run ``wb-manager template --add <template_name> <collection>``
**pywb** now supports custom user metadata for each collection. The metadata may be specified in the ``metadata.yaml`` in each collection's directory.