Skip to content

Commit

Permalink
workable example to record a webpage arquivo/pwa-technologies#702
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbicho committed Jul 28, 2020
1 parent 972808e commit df872a2
Showing 1 changed file with 17 additions and 51 deletions.
68 changes: 17 additions & 51 deletions save/config.yaml
Original file line number Diff line number Diff line change
@@ -1,54 +1,20 @@
collections:
live: $live

recorder: live

# collections_root: /home/ibranco/projects/arquivo/pywb-arquivo/save/collections

# collections:
# # auto management collection
# patching:
# archive_paths: archive
# index_paths: indexes

# # collection to be used as patching source
# patching_source:
# sequence:
# -
# index: /home/ibranco/projects/arquivo/pywb-arquivo/save/collections/patching/indexes/
# archive_paths:
# - /home/ibranco/projects/arquivo/pywb-arquivo/save/collections/patching/archive/
# name: patching_resources
# -
# index: $live
# name: live

# recorder:
# source_coll: patching_source
# rollover_size: 100000000
# rollover_idle_secs: 600
# filename_template: patching-{timestamp}-{hostname}-{random}.warc.gz
# source_filter: live|save

#search_location: {{ search_location }}

# banner_html: banner_blank.html

# framed_replay: false
# redirect_to_exact: true
# enable_auto_fetch: true
# autoindex: 30

# debug: True

collections:
live: $live

recorder: live

# recorder:
# source_coll: live
# rollover_size: 100000000
# rollover_idle_secs: 600
# filename_template: my-warc-{timestamp}-{hostname}-{random}.warc.gz
# source_filter: live
save:
archive_paths: archive
index_paths: indexes

framed_replay: false
redirect_to_exact: true
enable_auto_fetch: true
autoindex: 30

debug: True

recorder:
source_coll: live
rollover_size: 100000000
rollover_idle_secs: 600
filename_template: savepage-{timestamp}-{hostname}-{random}.warc.gz
source_filter: live

0 comments on commit df872a2

Please sign in to comment.