mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
* metadata/coll_config: don't confuse user metadata with collection config, don't display collection config settings as metadata (ukwa/ukwa-pywb#47) - for collection template, add separate 'coll_config' dict, keep user metadata only in 'metadata' dict (default to empty) - for static collections, assume metadata is in the 'metadata' dict of collection config - for dynamic collections, load metadata.yaml into 'metadata' dict - ensure 'metadata' key is passed to frame_insert - ensure 'metadata' added consistently in framed and non-framed mode - tests: update tests to ensure metadata is added consistently - fuzzymatch: don't match 204 OPTIONS responses, update fuzzymatcher test * documentation - add documentation for metadata in ui-customization, rebuild docs, - add link to ui customization from configuring - work on access control docs * fixed small typo's in ui-customization.rst * frontendapp: fix doc string - misc: remove warning on urllib3 Retry init - set version to pywb 2.4.0rc0 Co-Authored-By: John Berlin <n0tan3rd@gmail.com>
36 lines
450 B
ReStructuredText
36 lines
450 B
ReStructuredText
pywb package
|
|
============
|
|
|
|
Subpackages
|
|
-----------
|
|
|
|
.. toctree::
|
|
|
|
pywb.apps
|
|
pywb.indexer
|
|
pywb.manager
|
|
pywb.recorder
|
|
pywb.rewrite
|
|
pywb.utils
|
|
pywb.warcserver
|
|
|
|
Submodules
|
|
----------
|
|
|
|
pywb\.version module
|
|
--------------------
|
|
|
|
.. automodule:: pywb.version
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: pywb
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|