mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-23 14:42:24 +01:00
29 lines
694 B
Markdown
29 lines
694 B
Markdown
### pywb.cdx package
|
|
|
|
This package contains the CDX processing suite of the pywb wayback tool suite.
|
|
|
|
The CDX Server loads, filters and transforms cdx from multiple sources in response
|
|
to a given query.
|
|
|
|
#### Sample App
|
|
|
|
A very simple reference WSGI app is included.
|
|
|
|
Run: `python -m pywb.cdx.wsgi_cdxserver` to start the app, keyboard interrupt to stop.
|
|
|
|
The default [config.yaml](config.yaml) points to the sample data directory
|
|
and uses port 8080.
|
|
|
|
The domain specific [rules.yaml](rules.yaml) are also loaded.
|
|
|
|
#### CDX Server API Reference
|
|
|
|
Goal is to provide compatiblity with this feature set and more:
|
|
https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server
|
|
|
|
TODO
|
|
|
|
|
|
|
|
|