Changeset c4c4108
- Timestamp:
- 20/04/2012 20:39:00 (10 years ago)
- Branches:
- master
- Children:
- be2f974
- Parents:
- ad35672
- git-author:
- Eric van der Vlist <vdv@dyomedea.com> (20/04/2012 20:39:00)
- git-committer:
- Eric van der Vlist <vdv@dyomedea.com> (20/04/2012 20:39:00)
- Location:
- archiver/pipelines
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
archiver/pipelines/config.xml
rc71d5b2 rc4c4108 2 2 <config> 3 3 4 <exist-root>http://admin@localhost:8080/orbeon/exist/rest/db/</exist-root> 4 <exist-root>http://admin@localhost:8080/orbeon/exist/rest/db/</exist-root> 5 5 <exist-db>owark/</exist-db> 6 6 7 7 <user-agent>Mozilla/5.0 (compatible; owark/0.3; http://owark.org/)</user-agent> 8 8 9 <heritrix> 10 <rest-api>https://admin:envierse@localhost:8443/engine</rest-api> 11 </heritrix> 9 12 10 13 </config> -
archiver/pipelines/post-archive-request.xpl
ra0bd1a5 rc4c4108 24 24 for $q in /queue return 25 25 update 26 insert <action priority="0" uuid="{util:uuid()}" type=" archive-set" url="http://dyomedea.com"/>26 insert <action priority="0" uuid="{util:uuid()}" type="heritrix-archive-set" url="http://dyomedea.com"/> 27 27 into $q 28 28
Note: See TracChangeset
for help on using the changeset viewer.