Skip to content

Instantly share code, notes, and snippets.

@ruebot
Created December 13, 2012 20:23
Show Gist options
  • Save ruebot/4279478 to your computer and use it in GitHub Desktop.
Save ruebot/4279478 to your computer and use it in GitHub Desktop.
Wayback machine configs
<bean id="datadirs" class="org.springframework.beans.factory.config.ListFactoryBean">
<property name="sourceList">
<list>
<bean class="org.archive.wayback.resourcestore.resourcefile.DirectoryResourceFileSource">
<property name="name" value="warcfiles" />
<property name="prefix" value="/home/nruest/tmp/warcs" />
</bean>
</list>
</property>
</bean>
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="properties">
<value>
wayback.basedir=/tmp/wayback
wayback.urlprefix=http://islandora.library.yorku.ca:8080/wayback/
</value>
</property>
</bean>
<!-- Make sure you find and replace '8080:wayback' too: :%s/8080:wayback/8080/g -->
@attabi
Copy link

attabi commented Jan 19, 2013

please , I need help
Hi, I am trying to use wayback-1.6 to display all my arc.gz files but I have got this log Resource is not in archive
please , I need help

@eadmead
Copy link

eadmead commented Aug 7, 2015

Question about wayback machine: Can I use this on a windows 7 laptop? can I install the wayback softeware here and view warc files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment