You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use OpenWayback for visual control of harvested websites. Unfortunately, the Web Curator Tool creates temporary WARC files in the same directory as the WARC files we want to view. This leads to indexed WARC files we do not want to view (the temporary ones).
Proposed solution: A new FileFilter that allows the exclusion of filenames containing a certain String. In a more flexible solution, inclusion and exclusion could be configurable via RegularExpressions.
The text was updated successfully, but these errors were encountered:
We use OpenWayback for visual control of harvested websites. Unfortunately, the Web Curator Tool creates temporary WARC files in the same directory as the WARC files we want to view. This leads to indexed WARC files we do not want to view (the temporary ones).
Proposed solution: A new FileFilter that allows the exclusion of filenames containing a certain String. In a more flexible solution, inclusion and exclusion could be configurable via RegularExpressions.
The text was updated successfully, but these errors were encountered: