From 21807536ca7c0c11fd311744ad141c936a0db12d Mon Sep 17 00:00:00 2001 From: Eric van der Vlist Date: Fri, 1 May 2020 12:28:16 +0200 Subject: [PATCH] Deleting what doesn't belong to Wordpress --- archiver/build.xml | 45 - .../org/owark/orbeon/FromWarcConverter.java | 146 - .../java/src/org/owark/warc/WarcField.java | 49 - .../java/src/org/owark/warc/WarcParser.java | 123 - .../java/src/org/owark/warc/WarcRecord.java | 84 - .../src/org/owark/warc/WarcRecordContent.java | 215 - .../src/org/owark/warc/WarcRecordHeader.java | 103 - .../test/org/owark/warc/WarcParserTest.java | 306 -- .../java/test/org/owark/warc/dyomedea.warc | 2963 ------------ archiver/pipelines/actions/README.txt | 11 - .../pipelines/actions/archive-resource.xpl | 330 -- archiver/pipelines/actions/archive-set.xpl | 96 - .../actions/crawler-beans-template.cxml | 695 --- archiver/pipelines/actions/cxml.xslt | 20 - .../pipelines/actions/get-heritrix-warc.xpl | 223 - .../actions/heritrix-archive-set.xpl | 196 - .../pipelines/actions/mediatypes/README.txt | 13 - .../actions/mediatypes/common-rewrite.xsl | 32 - archiver/pipelines/actions/mediatypes/css.xpl | 106 - .../pipelines/actions/mediatypes/html.xpl | 123 - .../pipelines/actions/mediatypes/warc-css.xpl | 69 - .../actions/mediatypes/warc-html.xpl | 109 - .../pipelines/actions/package-archive.xpl | 366 -- .../actions/package-heritrix-warc.xpl | 387 -- archiver/pipelines/actions/parse-log.xslt | 51 - .../pipelines/actions/resource-index.xslt | 119 - archiver/pipelines/actions/warc-lib.xsl | 103 - archiver/pipelines/config.xml | 15 - .../pipelines/config/processors-local.xml | 6 - archiver/pipelines/data-access.xpl | 160 - archiver/pipelines/default-log4j.xml | 37 - archiver/pipelines/install-db.xpl | 65 - archiver/pipelines/post-archive-request.xpl | 39 - archiver/pipelines/properties.xml | 27 - archiver/pipelines/reinstall-db.xpl | 21 - archiver/pipelines/scheduler.xpl | 54 - archiver/pipelines/test/common-rewrite.xsl | 104 - archiver/pipelines/test/local-names.xml | 1728 ------- archiver/pipelines/test/local-names.xsl | 28 - archiver/pipelines/test/log.xml | 4281 ----------------- archiver/pipelines/test/xsltunit.xsl | 158 - archiver/pipelines/uninstall-db.xpl | 33 - 42 files changed, 13839 deletions(-) delete mode 100644 archiver/build.xml delete mode 100644 archiver/java/src/org/owark/orbeon/FromWarcConverter.java delete mode 100644 archiver/java/src/org/owark/warc/WarcField.java delete mode 100644 archiver/java/src/org/owark/warc/WarcParser.java delete mode 100644 archiver/java/src/org/owark/warc/WarcRecord.java delete mode 100644 archiver/java/src/org/owark/warc/WarcRecordContent.java delete mode 100644 archiver/java/src/org/owark/warc/WarcRecordHeader.java delete mode 100644 archiver/java/test/org/owark/warc/WarcParserTest.java delete mode 100644 archiver/java/test/org/owark/warc/dyomedea.warc delete mode 100644 archiver/pipelines/actions/README.txt delete mode 100644 archiver/pipelines/actions/archive-resource.xpl delete mode 100644 archiver/pipelines/actions/archive-set.xpl delete mode 100644 archiver/pipelines/actions/crawler-beans-template.cxml delete mode 100644 archiver/pipelines/actions/cxml.xslt delete mode 100644 archiver/pipelines/actions/get-heritrix-warc.xpl delete mode 100644 archiver/pipelines/actions/heritrix-archive-set.xpl delete mode 100644 archiver/pipelines/actions/mediatypes/README.txt delete mode 100644 archiver/pipelines/actions/mediatypes/common-rewrite.xsl delete mode 100644 archiver/pipelines/actions/mediatypes/css.xpl delete mode 100644 archiver/pipelines/actions/mediatypes/html.xpl delete mode 100644 archiver/pipelines/actions/mediatypes/warc-css.xpl delete mode 100644 archiver/pipelines/actions/mediatypes/warc-html.xpl delete mode 100644 archiver/pipelines/actions/package-archive.xpl delete mode 100644 archiver/pipelines/actions/package-heritrix-warc.xpl delete mode 100644 archiver/pipelines/actions/parse-log.xslt delete mode 100644 archiver/pipelines/actions/resource-index.xslt delete mode 100644 archiver/pipelines/actions/warc-lib.xsl delete mode 100644 archiver/pipelines/config.xml delete mode 100644 archiver/pipelines/config/processors-local.xml delete mode 100644 archiver/pipelines/data-access.xpl delete mode 100644 archiver/pipelines/default-log4j.xml delete mode 100644 archiver/pipelines/install-db.xpl delete mode 100644 archiver/pipelines/post-archive-request.xpl delete mode 100644 archiver/pipelines/properties.xml delete mode 100644 archiver/pipelines/reinstall-db.xpl delete mode 100644 archiver/pipelines/scheduler.xpl delete mode 100644 archiver/pipelines/test/common-rewrite.xsl delete mode 100644 archiver/pipelines/test/local-names.xml delete mode 100644 archiver/pipelines/test/local-names.xsl delete mode 100644 archiver/pipelines/test/log.xml delete mode 100644 archiver/pipelines/test/xsltunit.xsl delete mode 100644 archiver/pipelines/uninstall-db.xpl diff --git a/archiver/build.xml b/archiver/build.xml deleted file mode 100644 index 9ff75fa..0000000 --- a/archiver/build.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - Owark build file - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archiver/java/src/org/owark/orbeon/FromWarcConverter.java b/archiver/java/src/org/owark/orbeon/FromWarcConverter.java deleted file mode 100644 index 493d98b..0000000 --- a/archiver/java/src/org/owark/orbeon/FromWarcConverter.java +++ /dev/null @@ -1,146 +0,0 @@ -/** - * Copyright (C) 2012 Eric van der Vlist. - * - * This program is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Lesser General Public License for more details. - * - * The full text of the license is available at http://www.gnu.org/copyleft/lesser.html - */ -package org.owark.orbeon; - -import org.apache.commons.fileupload.FileItem; -import org.orbeon.oxf.pipeline.api.PipelineContext; -import org.orbeon.oxf.pipeline.api.XMLReceiver; -import org.orbeon.oxf.processor.ProcessorImpl; -import org.orbeon.oxf.processor.ProcessorInputOutputInfo; -import org.orbeon.oxf.processor.ProcessorOutput; -import org.orbeon.oxf.processor.ProcessorUtils; -import org.orbeon.oxf.processor.serializer.BinaryTextXMLReceiver; -import org.orbeon.oxf.util.NetUtils; -import org.orbeon.oxf.xml.ContentHandlerHelper; -import org.orbeon.oxf.xml.XMLConstants; -import org.orbeon.oxf.xml.XMLUtils; -import org.owark.warc.*; -import org.xml.sax.Attributes; -import org.xml.sax.helpers.AttributesImpl; - -import java.io.BufferedInputStream; -import java.io.IOException; -import java.io.InputStreamReader; - -/** - * This processor converts a WARC archive into an XML representation - */ - -public class FromWarcConverter extends ProcessorImpl { - - static public String WARC_ELEMENT_ROOT_NAME = "warc"; - static public String RECORD_ELEMENT_NAME = "record"; - static public String HEADERS_ELEMENT_NAME = "headers"; - static public String HEADER_ELEMENT_NAME = "header"; - static public String NAME_ATTRIBUTE_NAME = "name"; - static public String CONTENT_ELEMENT_NAME = "content"; - - public FromWarcConverter() { - addInputInfo(new ProcessorInputOutputInfo(INPUT_DATA)); - addOutputInfo(new ProcessorInputOutputInfo(OUTPUT_DATA)); - } - - @Override - public ProcessorOutput createOutput(String outputName) { - final ProcessorOutput output = new ProcessorOutputImpl(FromWarcConverter.this,outputName) { - - @Override - protected void readImpl(PipelineContext pipelineContext, XMLReceiver xmlReceiver) { - // Get FileItem - try { - ContentHandlerHelper helper = new ContentHandlerHelper(xmlReceiver); - helper.startDocument(); - helper.startElement(WARC_ELEMENT_ROOT_NAME); - final FileItem fileItem = NetUtils.prepareFileItem(NetUtils.REQUEST_SCOPE); - // Read to OutputStream - readInputAsSAX(pipelineContext, INPUT_DATA, new BinaryTextXMLReceiver(null, fileItem.getOutputStream(), true, false, null, false, false, null, false)); - // as an archive - final WarcParser warcParser = new WarcParser(fileItem.getInputStream()); - while (warcParser.hasNext()) { - helper.startElement(RECORD_ELEMENT_NAME); - helper.startElement(HEADERS_ELEMENT_NAME); - WarcRecord record = warcParser.next(); - WarcRecordHeader recordHeader = record.getHeader(); - while (recordHeader.hasNext()) { - WarcField field = recordHeader.next(); - helper.startElement(HEADER_ELEMENT_NAME, new String[] {NAME_ATTRIBUTE_NAME, field.getKey()}); - helper.text(field.getValue()); - helper.endElement(); - } - helper.endElement(); - helper.startElement(CONTENT_ELEMENT_NAME); - WarcRecordContent content = record.getContent(); - if (content.hasRequestLine()) { - helper.startElement("request"); - WarcRecordContent.HttpRequestLine request = content.getRequestLine(); - helper.element("method", request.getMethod()); - helper.element("uri", request.getUri()); - helper.element("version", request.getVersion()); - helper.endElement(); - } else if (content.hasStatusLine()) { - helper.startElement("status"); - WarcRecordContent.HttpStatusLine status = content.getStatusLine(); - helper.element("version", status.getVersion()); - helper.element("status", status.getStatus()); - helper.element("reason", status.getReason()); - helper.endElement(); - } - if (content.hasFields()) { - helper.startElement(HEADERS_ELEMENT_NAME); - while (content.hasNext()) { - WarcField field = content.next(); - helper.startElement(HEADER_ELEMENT_NAME, new String[] {NAME_ATTRIBUTE_NAME, field.getKey()}); - helper.text(field.getValue()); - helper.endElement(); - } - helper.endElement(); - } - if (! content.endOfContent()) { - helper.startPrefixMapping("xsi", "http://www.w3.org/2001/XMLSchema-instance"); - helper.startPrefixMapping("xs", "http://www.w3.org/2001/XMLSchema"); - String contentType = content.getPayloadContentType(); - AttributesImpl attributes = new AttributesImpl(); - attributes.addAttribute("", "content-type", "content-type", "CDATA", contentType); - if (contentType.startsWith("text/") || contentType.matches(".*application/[^;]*xml.*")) { - attributes.addAttribute(XMLConstants.XSI_URI, "type", "xsi:type", "CDATA", "xs:string"); - String encoding = content.getPayloadEncoding(); - if (encoding == null) { - encoding = "utf-8"; - } - helper.startElement(ProcessorUtils.DEFAULT_TEXT_DOCUMENT_ELEMENT, attributes); - XMLUtils.readerToCharacters(new InputStreamReader(content, encoding), xmlReceiver); - helper.endElement(); - } else { - attributes.addAttribute(XMLConstants.XSI_URI, "type", "xsi:type", "CDATA", "xs:base64Binary"); - helper.startElement(ProcessorUtils.DEFAULT_BINARY_DOCUMENT_ELEMENT, attributes); - XMLUtils.inputStreamToBase64Characters(new BufferedInputStream(content), xmlReceiver); - helper.endElement(); - } - } - record.skipToEnd(); - helper.endElement(); - helper.endElement(); - } - helper.endElement(); - helper.endDocument(); - } catch (Exception e) { - e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates. - } - - } - }; - addOutput(outputName, output); - return output; - } -} diff --git a/archiver/java/src/org/owark/warc/WarcField.java b/archiver/java/src/org/owark/warc/WarcField.java deleted file mode 100644 index 23b2f9e..0000000 --- a/archiver/java/src/org/owark/warc/WarcField.java +++ /dev/null @@ -1,49 +0,0 @@ -/** - * Copyright (C) 2012 Eric van der Vlist. - * - * This program is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Lesser General Public License for more details. - * - * The full text of the license is available at http://www.gnu.org/copyleft/lesser.html - */ -package org.owark.warc; - -/** - * Created by IntelliJ IDEA. - * User: vdv - * Date: 25 avr. 2012 - * Time: 17:56:22 - * To change this template use File | Settings | File Templates. - */ -public class WarcField { - - - private String line; - private String key; - private String value; - - public WarcField(String line) { - this.line = line; - int sep = line.indexOf(":"); - this.key = line.substring(0, sep).trim(); - this.value = line.substring(sep + 1).trim(); - } - - public String getKey() { - return key; - } - - public String getLine() { - return line; - } - - public String getValue() { - return value; - } - -} diff --git a/archiver/java/src/org/owark/warc/WarcParser.java b/archiver/java/src/org/owark/warc/WarcParser.java deleted file mode 100644 index 81dbd47..0000000 --- a/archiver/java/src/org/owark/warc/WarcParser.java +++ /dev/null @@ -1,123 +0,0 @@ -/** - * Copyright (C) 2012 Eric van der Vlist. - * - * This program is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Lesser General Public License for more details. - * - * The full text of the license is available at http://www.gnu.org/copyleft/lesser.html - */ -package org.owark.warc; - -import java.io.BufferedInputStream; -import java.io.BufferedReader; -import java.io.IOException; -import java.io.InputStream; -import java.util.Iterator; - -/** - * Read WARC files - */ -public class WarcParser implements Iterator { - - public static int BUFFER_SIZE = 1024; - public static String CRLF = "\r\n"; - public static String CRLFCRLF = CRLF + CRLF; - public static String MAGIC = "WARC/"; - private InputStream is; - private byte[] buffer = new byte[BUFFER_SIZE]; - private int index = 0; - private int limit = -1; - private String magic; - private int recordCount; - - - public WarcParser(InputStream is) { - this.is = is; - resetBuffer(); - } - - public String getMagic() throws IOException, WarcException { - return this.magic; - } - - private void resetBuffer() { - index = 0; - } - - private void readUntil(String stringPattern) throws IOException, WarcException { - boolean matches = true; - for (int i=0; i< stringPattern.length() && limit != 0; i++) { - int c = read(); - buffer[index ++] = (byte) c; - if (stringPattern.codePointAt(i) != c) { - matches = false; - break; - } - } - if (matches) { - return; - } - readUntil(stringPattern); - } - - protected String readLine() throws IOException, WarcException { - readUntil(CRLF); - String line = new String(buffer, 0, index - CRLF.length(), "UTF-8"); - resetBuffer(); - return line; - } - - public boolean hasNext() { - limit = -1; - do { - try { - magic = readLine(); - } catch (Exception e) { - return false; - } - } while (! magic.startsWith(MAGIC)); - return true; - } - - public WarcRecord next() { - recordCount ++; - return new WarcRecord(this); - } - - public void remove() { - } - - public void setLimit(int limit) { - this.limit = limit; - } - - public boolean isLimitReached() { - return limit == 0; - } - - public int read() throws IOException { - if (limit == 0) { - return -1; - } - if (limit > 0) { - limit--; - } - int c = is.read(); - //System.out.print((char) c); - return c; - } - - public int getRecordCount() { - return recordCount; - } - - class WarcException extends Exception {} - class BufferOverflowException extends WarcException {} - class BadMagicException extends WarcException {} - -} diff --git a/archiver/java/src/org/owark/warc/WarcRecord.java b/archiver/java/src/org/owark/warc/WarcRecord.java deleted file mode 100644 index 7a8cf7d..0000000 --- a/archiver/java/src/org/owark/warc/WarcRecord.java +++ /dev/null @@ -1,84 +0,0 @@ -/** - * Copyright (C) 2012 Eric van der Vlist. - * - * This program is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Lesser General Public License for more details. - * - * The full text of the license is available at http://www.gnu.org/copyleft/lesser.html - */ -package org.owark.warc; - -import java.io.IOException; - -/** - * Created by IntelliJ IDEA. - * User: vdv - * Date: 25 avr. 2012 - * Time: 17:29:35 - * To change this template use File | Settings | File Templates. - */ -public class WarcRecord { - - private WarcParser warcParser; - private WarcRecordHeader header; - private WarcRecordContent content; - - public WarcRecord(WarcParser warcParser) { - this.warcParser = warcParser; - } - - public Object getMagic() throws IOException, WarcParser.WarcException { - return warcParser.getMagic(); - } - - public WarcRecordHeader getHeader() { - if (header == null) { - header = new WarcRecordHeader(this); - } - return header; - } - - public String readLine() throws IOException, WarcParser.WarcException { - return warcParser.readLine(); - } - - public String getType() { - return header.getType(); - } - - public String getContentType() { - return header.getContentType(); - } - - public WarcRecordContent getContent() { - if (content == null) { - warcParser.setLimit(getContentLength()); - content = new WarcRecordContent(this); - } - return content; - } - - public int getContentLength() { - return header.getContentLength(); - } - - public boolean isLimitReached() { - return warcParser.isLimitReached(); - } - - public int read() throws IOException { - return warcParser.read(); - } - - public void skipToEnd() throws IOException { - getHeader(); - header.skipToEnd(); - getContent(); - content.skip(getContentLength()); - } -} diff --git a/archiver/java/src/org/owark/warc/WarcRecordContent.java b/archiver/java/src/org/owark/warc/WarcRecordContent.java deleted file mode 100644 index ec0b841..0000000 --- a/archiver/java/src/org/owark/warc/WarcRecordContent.java +++ /dev/null @@ -1,215 +0,0 @@ -/** - * Copyright (C) 2012 Eric van der Vlist. - * - * This program is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Lesser General Public License for more details. - * - * The full text of the license is available at http://www.gnu.org/copyleft/lesser.html - */ - -package org.owark.warc; - -import java.io.IOException; -import java.io.InputStream; -import java.util.Iterator; -import java.util.regex.Matcher; -import java.util.regex.Pattern; - -/** - * Created by IntelliJ IDEA. - * User: vdv - * Date: 25 avr. 2012 - * Time: 19:00:47 - * To change this template use File | Settings | File Templates. - */ -public class WarcRecordContent extends InputStream implements Iterator { - - private WarcRecord warcRecord; - private Exception e; - private String line; - private String payloadContentType; - - public WarcRecordContent(WarcRecord warcRecord) { - this.warcRecord = warcRecord; - } - - public boolean hasFields() { - return warcRecord.getContentType().equals("application/warc-fields") || isHTTP(); - } - - public boolean hasNext() { - try { - line = warcRecord.readLine(); - } catch (Exception e) { - this.e = e; - } - return ! (warcRecord.isLimitReached() || line.equals("")); - } - - public WarcField next() { - if (line == null) { - try { - line = warcRecord.readLine(); - } catch (Exception e) { - this.e = e; - } - } - if (line.equals("")) { - line = null; - return null; - } - WarcField field = new WarcField(line); - if (field.getKey().equals("Content-Type")) { - this.payloadContentType = field.getValue(); - } - line = null; - return field; - } - - public void remove() { - //To change body of implemented methods use File | Settings | File Templates. - } - - @Override - public int read() throws IOException { - return warcRecord.read(); - } - - public boolean isHTTP() { - return warcRecord.getContentType().startsWith("application/http"); - } - - public boolean isRequest() { - return warcRecord.getType().equals("request"); - } - - public HttpStatusLine getStatusLine() throws IOException, WarcParser.WarcException { - return new HttpStatusLine(warcRecord.readLine()); - } - - public boolean hasStatusLine() { - return isHTTP() && ! isRequest(); - } - - public boolean hasRequestLine() { - return isHTTP() && isRequest(); - } - - public boolean endOfContent() { - return warcRecord.isLimitReached(); - } - - public HttpRequestLine getRequestLine() throws IOException, WarcParser.WarcException { - return new HttpRequestLine(warcRecord.readLine()); - } - - public long getContentLength() { - return warcRecord.getContentLength(); - } - - public String getPayloadContentType() { - String contentType = getPayloadContentHeader(); - if (contentType != null && contentType.contains(";")) { - contentType = contentType.substring(0, contentType.indexOf(";")); - } - return contentType; - } - - public String getPayloadContentHeader() { - String contentType = warcRecord.getContentType(); - if (contentType.equals("application/warc-fields") || contentType.equals("application/http; msgtype=request")) { - return null; - } - if (contentType.equals("application/http; msgtype=response")) { - contentType = this.payloadContentType; - } - return contentType; - } - - public String getPayloadEncoding() { - String contentType = getPayloadContentHeader(); - if (contentType == null) { - return contentType; - } - Pattern pattern = Pattern.compile(".*;\\s*charset\\s*=\\s*([^;]+).*"); - Matcher matcher = pattern.matcher(contentType); - if (matcher.matches()) { - return matcher.group(1).toLowerCase(); - } - return null; - } - - - public class HttpStatusLine { - - private String line; - private String version; - private String status; - private String reason; - - - public String getLine() { - return line; - } - - public String getVersion() { - return version; - } - - public String getStatus() { - return status; - } - - public String getReason() { - return reason; - } - - - protected HttpStatusLine(String line) { - this.line = line; - String[] tokens = line.split(" ", 3); - this.version = tokens[0]; - this.status = tokens[1]; - this.reason = tokens[2]; - } - - } - - public class HttpRequestLine { - - private String line; - private String version; - private String method; - private String uri; - - public String getLine() { - return line; - } - - public String getVersion() { - return version; - } - - public String getMethod() { - return method; - } - - public String getUri() { - return uri; - } - - public HttpRequestLine(String line) { - this.line = line; - String[] tokens = line.split(" ", 3); - this.method = tokens[0]; - this.uri = tokens[1]; - this.version = tokens[2]; - } - } -} - diff --git a/archiver/java/src/org/owark/warc/WarcRecordHeader.java b/archiver/java/src/org/owark/warc/WarcRecordHeader.java deleted file mode 100644 index 371d8c9..0000000 --- a/archiver/java/src/org/owark/warc/WarcRecordHeader.java +++ /dev/null @@ -1,103 +0,0 @@ -/** - * Copyright (C) 2012 Eric van der Vlist. - * - * This program is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Lesser General Public License for more details. - * - * The full text of the license is available at http://www.gnu.org/copyleft/lesser.html - */ -package org.owark.warc; - -import java.util.Hashtable; -import java.util.Iterator; -import java.util.Map; - -/** - * Created by IntelliJ IDEA. - * User: vdv - * Date: 25 avr. 2012 - * Time: 17:50:01 - * To change this template use File | Settings | File Templates. - */ -public class WarcRecordHeader implements Iterator { - - - public static String WARC_TYPE = "WARC-Type"; - public static String CONTENT_TYPE = "Content-Type"; - public static String CONTENT_LENGTH = "Content-Length"; - - private WarcRecord warcRecord; - private String line; - private Exception e; - private Map headers; - private boolean endOfHeader = false; - - - public WarcRecordHeader(WarcRecord warcRecord) { - this.warcRecord = warcRecord; - headers = new Hashtable(); - } - - public boolean hasNext() { - if (endOfHeader) { - return false; - } - if (line == null) { - try { - line = warcRecord.readLine(); - } catch (Exception e) { - this.e = e; - return false; - } - } - if (line.equals("")) { - endOfHeader = true; - return false; - } - return true; - } - - public WarcField next() { - if (endOfHeader) { - return null; - } - if (line == null) { - try { - line = warcRecord.readLine(); - } catch (Exception e) { - this.e = e; - return null; - } - } - WarcField item = new WarcField(line); - line = null; - headers.put(item.getKey(), item.getValue()); - return item; - } - - public String getType() { - return headers.get(WARC_TYPE); - } - - public void remove() { - } - - public String getContentType() { - return headers.get(CONTENT_TYPE); - } - - public int getContentLength() { - return Integer.parseInt(headers.get(CONTENT_LENGTH)); - } - - public void skipToEnd() { - while (hasNext()) { - next(); - } - } -} diff --git a/archiver/java/test/org/owark/warc/WarcParserTest.java b/archiver/java/test/org/owark/warc/WarcParserTest.java deleted file mode 100644 index c0f1628..0000000 --- a/archiver/java/test/org/owark/warc/WarcParserTest.java +++ /dev/null @@ -1,306 +0,0 @@ -/** - * Copyright (C) 2012 Eric van der Vlist. - * - * This program is free software; you can redistribute it and/or modify it under the terms of the - * GNU Lesser General Public License as published by the Free Software Foundation; either version - * 2.1 of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU Lesser General Public License for more details. - * - * The full text of the license is available at http://www.gnu.org/copyleft/lesser.html - */ -package org.owark.warc; - -import org.junit.Assert; -import org.junit.Test; - -import java.io.*; - -/** - * Test cases for WarcParser - */ -public class WarcParserTest { - - private static WarcParser warcParser; - - @Test - public void testDyomedea() throws IOException, WarcParser.WarcException { - - // WARC - - File file = new File("/home/vdv/projects/owark/archiver/java/test/org/owark/warc/dyomedea.warc"); - WarcParser warcParser = new WarcParser(new FileInputStream(file)); - Assert.assertEquals(true, warcParser.hasNext()); - - // RECORD (warcinfo) - - WarcRecord record = warcParser.next(); - Assert.assertEquals("WARC/1.0", warcParser.getMagic()); - Assert.assertNotNull(record); - Assert.assertEquals("WARC/1.0", record.getMagic()); - - // HEADER - - WarcRecordHeader header = record.getHeader(); - Assert.assertNotNull(header); - Assert.assertNull(header.getType()); - Assert.assertEquals(true, header.hasNext()); - WarcField headerItem = header.next(); - Assert.assertNotNull(headerItem); - Assert.assertEquals(WarcRecordHeader.WARC_TYPE, headerItem.getKey()); - Assert.assertEquals("warcinfo", headerItem.getValue()); - Assert.assertEquals("warcinfo", header.getType()); - Assert.assertEquals("warcinfo", record.getType()); - Assert.assertEquals(true, header.hasNext()); - headerItem = header.next(); - Assert.assertNotNull(headerItem); - Assert.assertEquals("WARC-Date", headerItem.getKey()); - Assert.assertEquals("2012-04-23T10:05:24Z", headerItem.getValue()); - headerItem = header.next(); - headerItem = header.next(); - headerItem = header.next(); - headerItem = header.next(); - Assert.assertNotNull(headerItem); - Assert.assertEquals("Content-Length", headerItem.getKey()); - Assert.assertEquals("369", headerItem.getValue()); - Assert.assertEquals(false, header.hasNext()); - headerItem = header.next(); - Assert.assertNull(headerItem); - Assert.assertEquals("application/warc-fields", record.getContentType()); - Assert.assertEquals(369, record.getContentLength()); - - // Content - - WarcRecordContent content = record.getContent(); - Assert.assertNotNull(content); - Assert.assertEquals(true, content.hasFields()); - Assert.assertEquals(false, content.isHTTP()); - Assert.assertEquals(false, content.hasStatusLine()); - Assert.assertEquals(false, content.hasRequestLine()); - Assert.assertEquals(true, content.hasNext()); - WarcField field = content.next(); - Assert.assertEquals(false, content.endOfContent()); - Assert.assertNotNull(field); - Assert.assertEquals("software", field.getKey()); - Assert.assertEquals("Heritrix/3.1.0 http://crawler.archive.org", field.getValue()); - field = content.next(); - field = content.next(); - field = content.next(); - field = content.next(); - field = content.next(); - field = content.next(); - field = content.next(); - field = content.next(); - Assert.assertNotNull(field); - Assert.assertEquals("http-header-user-agent", field.getKey()); - Assert.assertEquals("Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org)", field.getValue()); - Assert.assertEquals(false, content.hasNext()); - Assert.assertNull(content.getPayloadContentType()); - Assert.assertNull(content.getPayloadContentHeader()); - Assert.assertNull(content.getPayloadEncoding()); - Assert.assertEquals(true, content.endOfContent()); - - // Next record (DNS response) - - Assert.assertEquals(true, warcParser.hasNext()); - record = warcParser.next(); - Assert.assertNotNull(record); - - // Header - - header = record.getHeader(); - Assert.assertNotNull(header); - Assert.assertNull(header.getType()); - Assert.assertEquals(true, header.hasNext()); - headerItem = header.next(); - Assert.assertNotNull(headerItem); - Assert.assertEquals(WarcRecordHeader.WARC_TYPE, headerItem.getKey()); - Assert.assertEquals("response", headerItem.getValue()); - - header.skipToEnd(); - - // Content - - content = record.getContent(); - Assert.assertNotNull(content); - Assert.assertEquals(false, content.hasFields()); - Assert.assertEquals(false, content.isHTTP()); - Assert.assertEquals(false, content.hasStatusLine()); - Assert.assertEquals(false, content.hasRequestLine()); - Assert.assertEquals(false, content.endOfContent()); - BufferedReader reader = new BufferedReader(new InputStreamReader(content, "UTF-8")); - String line = reader.readLine(); - Assert.assertEquals("20120423100524", line); - line = reader.readLine(); - Assert.assertEquals("dyomedea.com.\t\t1800\tIN\tA\t95.142.167.137", line); - line = reader.readLine(); - Assert.assertEquals(true, content.endOfContent()); - Assert.assertEquals("text/dns", content.getPayloadContentType()); - Assert.assertEquals("text/dns", content.getPayloadContentHeader()); - Assert.assertNull(content.getPayloadEncoding()); - Assert.assertNull(line); - - // Next record (HTTP response) - - Assert.assertEquals(true, warcParser.hasNext()); - record = warcParser.next(); - Assert.assertNotNull(record); - - // Header - - header = record.getHeader(); - Assert.assertNotNull(header); - Assert.assertNull(header.getType()); - Assert.assertEquals(true, header.hasNext()); - headerItem = header.next(); - Assert.assertNotNull(headerItem); - Assert.assertEquals(WarcRecordHeader.WARC_TYPE, headerItem.getKey()); - Assert.assertEquals("response", headerItem.getValue()); - - header.skipToEnd(); - - // Content - - content = record.getContent(); - Assert.assertNotNull(content); - Assert.assertEquals(true, content.hasFields()); - Assert.assertEquals(true, content.isHTTP()); - Assert.assertEquals(false, content.isRequest()); - Assert.assertEquals(true, content.hasStatusLine()); - Assert.assertEquals(false, content.hasRequestLine()); - WarcRecordContent.HttpStatusLine status = content.getStatusLine(); - Assert.assertNotNull(status); - Assert.assertEquals("HTTP/1.1 404 Introuvable", status.getLine()); - Assert.assertEquals("HTTP/1.1", status.getVersion()); - Assert.assertEquals("404", status.getStatus()); - Assert.assertEquals("Introuvable", status.getReason()); - field = content.next(); - Assert.assertNotNull(field); - Assert.assertEquals("Date", field.getKey()); - Assert.assertEquals("Mon, 23 Apr 2012 10:05:27 GMT", field.getValue()); - field = content.next(); - field = content.next(); - field = content.next(); - field = content.next(); - field = content.next(); - field = content.next(); - Assert.assertNotNull(field); - Assert.assertEquals("Connection", field.getKey()); - Assert.assertEquals("close", field.getValue()); - Assert.assertEquals(false, content.hasNext()); - Assert.assertEquals(false, content.endOfContent()); - reader = new BufferedReader(new InputStreamReader(content, "UTF-8")); - line = reader.readLine(); - Assert.assertEquals("Apache Tomcat/6.0.24 - Rapport d'erreur", line.substring(0, line.indexOf("

Etat HTTP 404 -


type Rapport d'état

message

description La ressource demandée () n'est pas disponible.


Apache Tomcat/6.0.24

- -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/robots.txt -WARC-Date: 2012-04-23T10:05:27Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 212 - -GET /robots.txt HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/robots.txt -WARC-Date: 2012-04-23T10:05:27Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 230 - -force-fetch: -via: http://dyomedea.com/ -hopsFromSeed: P -fetchTimeMs: 58 -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC -outlink: whois:95.142.167.137 I =INFERRED_MISC -outlink: whois:dyomedea.com I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/ -WARC-Date: 2012-04-23T10:05:30Z -WARC-Payload-Digest: sha1:OB3F5F4PYIK6YISBPOAK2FR7IKW4JNZU -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 6570 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 10:05:30 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 23 Apr 2012 10:05:30 GMT -Expires: Mon, 23 Apr 2012 10:05:30 GMT -Cache-Control: post-check=0, pre-check=0 -Pragma: -Content-Type: application/xhtml+xml;charset=utf-8 -Content-Length: 6234 -Via: 1.0 dyomedea.com -Connection: close - - - - - - - - Dyomedea : Guide de haute technologie XML - - - - - - - - - - - -
-
-

DYOMEDEA : Guide de haute technologie...

-
- -
-
-

Dyomedea : Guide de haute technologie XML

-
- -
- -

Guilde XML

- -
Eric van der Vlist fait partie de la Guilde XML, un - groupe d'experts qui partagent les mêmes méthodes et valeurs. -
- -
- logo de la Guilde XML -
La Guilde XML -
- -

La Guilde XML (XML Guild) est un groupe composé - des meilleurs experts XML dans le - monde. [...] -

- -

Nos membres ont une expérience approfondie des technologies - XML et des languages de balisage. - Nous sommes impliqués dans le développement de standards et de bonnes pratiques. Nous - sommes auteurs de nombreux livres, articles et documentations et sommes des conférenciers - renommés. -

- -
- -
-
- -

Guide de haute technologie

- -

Le Web 2.0 à la portée de tous

- -

Notre mission est de guider nos clients dans l'utilisation des hautes technologies de - l'Internet les plus prometteuses telles que XML et le Web Sémantique et plus généralement ce que l'on appelle désormais le Web 2.0. -

- - -

Votre guide est Eric van der Vlist, un expert XML reconnu au niveau international et basé à Paris. -

- -

Nous vous proposons des missions de conseil et des formations et sommes engagés dans un programme de communication très ambitieux. -

- -
-
-
à propos planxhtml 1.1 -  css 2.0

Mentions Légales

-
Dyomedea et XMLfr sont des marques - déposées. Tous droits réservés. © Dyomedea, 1999-2010
Dyomedea, SARL au - capital de 10 000 € - RCS: Paris B 422 260 208 - 75, rue de Lourmel 75015 - Paris.

 
- - - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/ -WARC-Date: 2012-04-23T10:05:30Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 202 - -GET / HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/ -WARC-Date: 2012-04-23T10:05:30Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 1317 - -seed: -fetchTimeMs: 95 -outlink: http://dyomedea.com/styles/print.css E link/@href -outlink: http://dyomedea.com/ L a/@href -outlink: http://dyomedea.com/projets/ L a/@href -outlink: http://dyomedea.com/images/xml-guild-logo.png E img/@src -outlink: http://dyomedea.com/help/ L a/@href -outlink: http://dyomedea.com/styles/standard.css E link/@href -outlink: http://dyomedea.com/communication/ L a/@href -outlink: http://dyomedea.com/images/logo520.png E img/@src -outlink: http://dyomedea.com/map/ L a/@href -outlink: whois:95.142.167.137 I =INFERRED_MISC -outlink: http://dyomedea.com/formation/ L a/@href -outlink: http://xmlfr.org/actualites/decid/051201-0001 L a/@href -outlink: http://validator.w3.org/check/referer L a/@href -outlink: http://purl.org/dc/elements/1.1/ E link/@href -outlink: whois:dyomedea.com I =INFERRED_MISC -outlink: http://xmlguild.org/ L a/@href -outlink: http://dyomedea.com/vdv/ L a/@href -outlink: http://dyomedea.com/styles/screen.css E link/@href -outlink: http://dyomedea.com/dyomedea/ L a/@href -outlink: http://dyomedea.com/english/ L a/@href -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC -outlink: http://dyomedea.com/images/bout.png E img/@src -outlink: http://jigsaw.w3.org/css-validator/check/referer L a/@href -outlink: http://dyomedea.com/conseil/ L a/@href - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: dns:purl.org -WARC-Date: 2012-04-23T10:05:31Z -WARC-IP-Address: 212.27.40.241 -WARC-Record-ID: -Content-Type: text/dns -Content-Length: 50 - -20120423100531 -purl.org. 36087 IN A 132.174.1.35 - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.arin.net/z+%2B+95.142.167.137 -WARC-Date: 2012-04-23T10:05:30Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 1493 - -# -# The following results may also be obtained via: -# http://whois.arin.net/rest/nets;q=95.142.167.137?showDetails=true&showARIN=false&ext=netref2 -# - -NetRange: 95.0.0.0 - 95.255.255.255 -CIDR: 95.0.0.0/8 -OriginAS: -NetName: 95-RIPE -NetHandle: NET-95-0-0-0-1 -Parent: -NetType: Allocated to RIPE NCC -Comment: These addresses have been further assigned to users in -Comment: the RIPE NCC region. Contact information can be found in -Comment: the RIPE database at http://www.ripe.net/whois -RegDate: 2007-07-30 -Updated: 2009-05-18 -Ref: http://whois.arin.net/rest/net/NET-95-0-0-0-1 - -OrgName: RIPE Network Coordination Centre -OrgId: RIPE -Address: P.O. Box 10096 -City: Amsterdam -StateProv: -PostalCode: 1001EB -Country: NL -RegDate: -Updated: 2011-09-24 -Ref: http://whois.arin.net/rest/org/RIPE - -ReferralServer: whois://whois.ripe.net:43 - -OrgTechHandle: RNO29-ARIN -OrgTechName: RIPE NCC Operations -OrgTechPhone: +31 20 535 4444 -OrgTechEmail: hostmaster@ripe.net -OrgTechRef: http://whois.arin.net/rest/poc/RNO29-ARIN - -OrgAbuseHandle: RNO29-ARIN -OrgAbuseName: RIPE NCC Operations -OrgAbusePhone: +31 20 535 4444 -OrgAbuseEmail: hostmaster@ripe.net -OrgAbuseRef: http://whois.arin.net/rest/poc/RNO29-ARIN - -# -# ARIN WHOIS data and services are subject to the Terms of Use -# available at: https://www.arin.net/whois_tou.html -# - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.ripe.net:43/95.142.167.137 -WARC-Date: 2012-04-23T10:05:31Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 1875 - -% This is the RIPE Database query service. -% The objects are in RPSL format. -% -% The RIPE Database is subject to Terms and Conditions. -% See http://www.ripe.net/db/support/db-terms-conditions.pdf - -% Note: this output has been filtered. -% To receive output for a database update, use the "-B" flag. - -% Information related to '95.142.160.0 - 95.142.167.255' - -inetnum: 95.142.160.0 - 95.142.167.255 -netname: GANDI-NET1 -descr: GANDI DEDICATED HOSTING SERVERS -country: FR -admin-c: LV314-RIPE -tech-c: GNO4-RIPE -status: ASSIGNED PA -mnt-by: GANDI-NOC -mnt-lower: GANDI-NOC -mnt-routes: GANDI-NOC -source: RIPE # Filtered - -role: Gandi Network Operations -address: 63-65 Boulevard Massena -address: 75013 Paris -address: France -phone: +33 1 70 39 37 55 -admin-c: LV314-RIPE -tech-c: LV314-RIPE -nic-hdl: GNO4-RIPE -remarks: Gandi SAS NOC Role -remarks: Gandi is an ICANN accredited Registrar -remarks: http://www.gandi.net/ -remarks: - Network Issues: noc@gandi.net -remarks: - Abuse/SPAM: abuse@gandi.net -abuse-mailbox: abuse@gandi.net -mnt-by: GANDI-NOC -source: RIPE # Filtered - -person: Leland Vandervort -address: Gandi SAS -address: 63-65 Boulevard Massena -address: 75013 Paris -address: France -phone: +33 1 70 39 37 55 -nic-hdl: LV314-RIPE -mnt-by: DISCPRO-MNT -source: RIPE # Filtered - -% Information related to '95.142.160.0/20AS29169' - -route: 95.142.160.0/20 -descr: GANDI is an ICANN accredited registrar -descr: GANDI is a virtual server provider -descr: for more information: -descr: Web: http://www.gandi.net -origin: AS29169 -mnt-by: GANDI-NOC -source: RIPE # Filtered - -% This query was served by the RIPE Database Query Service version 1.6.12 (WHOIS2) - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.iana.org/com -WARC-Date: 2012-04-23T10:05:31Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 1830 - -% IANA WHOIS server -% for more information on IANA, visit http://www.iana.org -% This query returned 1 object - -domain: COM - -organisation: VeriSign Global Registry Services -address: 12061 Bluemont Way -address: Reston Virginia 20190 -address: United States - -contact: administrative -name: Registry Customer Service -organisation: VeriSign Global Registry Services -address: 12061 Bluemont Way -address: Reston Virginia 20190 -address: United States -phone: +1 703 925-6999 -fax-no: +1 703 948 3978 -e-mail: info@verisign-grs.com - -contact: technical -name: Registry Customer Service -organisation: VeriSign Global Registry Services -address: 12061 Bluemont Way -address: Reston Virginia 20190 -address: United States -phone: +1 703 925-6999 -fax-no: +1 703 948 3978 -e-mail: info@verisign-grs.com - -nserver: A.GTLD-SERVERS.NET 192.5.6.30 2001:503:a83e:0:0:0:2:30 -nserver: B.GTLD-SERVERS.NET 192.33.14.30 2001:503:231d:0:0:0:2:30 -nserver: C.GTLD-SERVERS.NET 192.26.92.30 -nserver: D.GTLD-SERVERS.NET 192.31.80.30 -nserver: E.GTLD-SERVERS.NET 192.12.94.30 -nserver: F.GTLD-SERVERS.NET 192.35.51.30 -nserver: G.GTLD-SERVERS.NET 192.42.93.30 -nserver: H.GTLD-SERVERS.NET 192.54.112.30 -nserver: I.GTLD-SERVERS.NET 192.43.172.30 -nserver: J.GTLD-SERVERS.NET 192.48.79.30 -nserver: K.GTLD-SERVERS.NET 192.52.178.30 -nserver: L.GTLD-SERVERS.NET 192.41.162.30 -nserver: M.GTLD-SERVERS.NET 192.55.83.30 -ds-rdata: 30909 8 2 E2D3C916F6DEEAC73294E8268FB5885044A833FC5459588F4A9184CFC41A5766 - -whois: whois.verisign-grs.com - -status: ACTIVE -remarks: Registration information: http://www.verisign-grs.com - -created: 1985-01-01 -changed: 2012-02-15 -source: IANA - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.verisign-grs.com/domain+dyomedea.com -WARC-Date: 2012-04-23T10:05:32Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 2856 - - -Whois Server Version 2.0 - -Domain names in the .com and .net domains can now be registered -with many different competing registrars. Go to http://www.internic.net -for detailed information. - - Domain Name: DYOMEDEA.COM - Registrar: GANDI SAS - Whois Server: whois.gandi.net - Referral URL: http://www.gandi.net - Name Server: DNS1.DYOMEDEA.COM - Name Server: DNS2.DYOMEDEA.COM - Name Server: DNS3.DYOMEDEA.COM - Name Server: DNS4.DYOMEDEA.COM - Name Server: DNS5.DYOMEDEA.COM - Status: clientTransferProhibited - Updated Date: 12-mar-2012 - Creation Date: 10-mar-1999 - Expiration Date: 10-mar-2013 - ->>> Last update of whois database: Mon, 23 Apr 2012 10:04:53 UTC <<< - -NOTICE: The expiration date displayed in this record is the date the -registrar's sponsorship of the domain name registration in the registry is -currently set to expire. This date does not necessarily reflect the expiration -date of the domain name registrant's agreement with the sponsoring -registrar. Users may consult the sponsoring registrar's Whois database to -view the registrar's reported date of expiration for this registration. - -TERMS OF USE: You are not authorized to access or query our Whois -database through the use of electronic processes that are high-volume and -automated except as reasonably necessary to register domain names or -modify existing registrations; the Data in VeriSign Global Registry -Services' ("VeriSign") Whois database is provided by VeriSign for -information purposes only, and to assist persons in obtaining information -about or related to a domain name registration record. VeriSign does not -guarantee its accuracy. By submitting a Whois query, you agree to abide -by the following terms of use: You agree that you may use this Data only -for lawful purposes and that under no circumstances will you use this Data -to: (1) allow, enable, or otherwise support the transmission of mass -unsolicited, commercial advertising or solicitations via e-mail, telephone, -or facsimile; or (2) enable high volume, automated, electronic processes -that apply to VeriSign (or its computer systems). The compilation, -repackaging, dissemination or other use of this Data is expressly -prohibited without the prior written consent of VeriSign. You agree not to -use electronic processes that are automated and high-volume to access or -query the Whois database except as reasonably necessary to register -domain names or modify existing registrations. VeriSign reserves the right -to restrict your access to the Whois database in its sole discretion to ensure -operational stability. VeriSign may restrict or terminate your access to the -Whois database for failure to abide by these terms of use. VeriSign -reserves the right to modify these terms at any time. - -The Registry database contains ONLY .COM, .NET, .EDU domains and -Registrars. - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.gandi.net/dyomedea.com -WARC-Date: 2012-04-23T10:05:32Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 2673 - ---- #YAML:1.0 -# GANDI Registrar whois database for .COM, .NET, .ORG., .INFO, .BIZ, .NAME -# -# Access and use restricted pursuant to French law on personal data. -# Copy of whole or part of the data without permission from GANDI -# is strictly forbidden. -# The sole owner of a domain is the entity described in the relevant -# 'domain:' record. -# Domain ownership disputes should be settled using ICANN's Uniform Dispute -# Resolution Policy: http://www.icann.org/udrp/udrp.htm -# For inquiries about 'by policy' protection, please check directly -# with the appropriate registry (Eurid, AFNIC, Red.es) -# -# Acces et utilisation soumis a la legislation francaise sur -# les donnees personnelles. -# Copie de tout ou partie de la base interdite sans autorisation de GANDI. -# Le possesseur d'un domaine est l'entite decrite dans -# l'enregistrement 'domain:' correspondant. -# Un desaccord sur la possession d'un nom de domaine peut etre resolu -# en suivant la Uniform Dispute Resolution Policy de l'ICANN: -# http://www.icann.org/udrp/udrp.htm -# Pour obtenir les informations en status 'Protected by policy', contactez -# directement le registre concerne (Eurid, AFNIC, Red.es) -# -# 2012-04-23 12:05:32 CEST - -domain: dyomedea.com -reg_created: 1999-03-10 00:00:00 -expires: 2013-03-10 05:00:00 -created: 2002-01-03 16:13:07 -changed: 2012-03-12 17:16:57 -transfer-prohibited: yes -ns0: dns3.dyomedea.com 82.236.32.56 -ns1: dns4.dyomedea.com 88.178.25.34 -ns2: DNS1.DYOMEDEA.COM 95.142.167.112 -ns3: DNS2.DYOMEDEA.COM 217.70.189.52 -ns4: dns5.dyomedea.com 95.142.167.137 -owner-c: - nic-hdl: EVD9-GANDI - owner-name: Dyomedea - organisation: Dyomedea - person: Eric van der Vlist - address: '22, rue Edgar Faure' - zipcode: 75015 - city: Paris - country: France - phone: +33.140563136 - fax: ~ - email: vdv@dyomedea.com - lastupdated: 2012-03-08 14:19:37 -admin-c: - nic-hdl: EVD9-GANDI - owner-name: Dyomedea - organisation: Dyomedea - person: Eric van der Vlist - address: '22, rue Edgar Faure' - zipcode: 75015 - city: Paris - country: France - phone: +33.140563136 - fax: ~ - email: vdv@dyomedea.com - lastupdated: 2012-03-08 14:19:37 -tech-c: - nic-hdl: EVD9-GANDI - owner-name: Dyomedea - organisation: Dyomedea - person: Eric van der Vlist - address: '22, rue Edgar Faure' - zipcode: 75015 - city: Paris - country: France - phone: +33.140563136 - fax: ~ - email: vdv@dyomedea.com - lastupdated: 2012-03-08 14:19:37 -bill-c: - nic-hdl: EVD9-GANDI - owner-name: Dyomedea - organisation: Dyomedea - person: Eric van der Vlist - address: '22, rue Edgar Faure' - zipcode: 75015 - city: Paris - country: France - phone: +33.140563136 - fax: ~ - email: vdv@dyomedea.com - lastupdated: 2012-03-08 14:19:37 - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/styles/print.css -WARC-Date: 2012-04-23T10:05:34Z -WARC-Payload-Digest: sha1:JQGKJC7SYSUKF7TOYKR56XQE54LEXTGP -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 829 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 10:05:33 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 27 Apr 2009 21:16:19 GMT -Expires: Fri, 10 Aug 2012 13:46:29 GMT -Cache-Control: public -Pragma: -Content-Type: text/css -Content-Length: 517 -Via: 1.0 dyomedea.com -Vary: Accept-Encoding -Connection: close - -/* CSS Dyomeda.com */ - -/* version impression */ - - -body { - background: transparent; -} - -#divContenant { - width: 600px; - margin-right: auto; - margin-left: auto; -} - -#divMenu li.on a, #divMenu li.on a:visited { - color: #000000; - border-bottom: thin solid #000000; -} - -#divMenu li, #divMenu li a, #divMenu a:visited { - color: #646464; - -} - -#divContenu { - width: 580px; -} - -#divPiedPage { - width: 600px; -} - -#finTet { - display: none; -} - -.mentions { - color: #000000; -} - -pre { - border: none; - font-size: 0.65em; -} - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/styles/print.css -WARC-Date: 2012-04-23T10:05:34Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 249 - -GET /styles/print.css HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/ -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/styles/print.css -WARC-Date: 2012-04-23T10:05:34Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 216 - -via: http://dyomedea.com/ -hopsFromSeed: E -fetchTimeMs: 66 -outlink: whois:dyomedea.com I =INFERRED_MISC -outlink: whois:95.142.167.137 I =INFERRED_MISC -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://purl.org/robots.txt -WARC-Date: 2012-04-23T10:05:34Z -WARC-Payload-Digest: sha1:6TRHDMHIOSVJ3GLUQ3OJRISRMTVQ5LJ6 -WARC-IP-Address: 132.174.1.35 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 1970 - -HTTP/1.1 404 Not Found -Date: Mon, 23 Apr 2012 10:05:34 GMT -Server: 1060 NetKernel v3.3 - Powered by Jetty -Connection: close -Expires: Thu, 01 Jan 1970 00:00:00 GMT -Content-Type: text/html;charset=UTF-8 -Content-Length: 1739 - - - - - - - PURL not found - - - - - - - - - - - - - - - -
- Suggestion: -
- Go To purl.org -
- - - - - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://purl.org/robots.txt -WARC-Date: 2012-04-23T10:05:34Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 208 - -GET /robots.txt HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: purl.org - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://purl.org/robots.txt -WARC-Date: 2012-04-23T10:05:34Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 535 - -force-fetch: -via: http://purl.org/dc/elements/1.1/ -hopsFromSeed: EP -fetchTimeMs: 318 -outlink: http://zepheira.com/ L a/@href -outlink: http://purl.org/docs/images/oclclogo.png E img/@src -outlink: whois:132.174.1.35 I =INFERRED_MISC -outlink: http://purl.org/favicon.ico I =INFERRED_MISC -outlink: whois:purl.org I =INFERRED_MISC -outlink: http://purl.org/ L a/@href -outlink: http://purl.org/docs/style.css E link/@href -outlink: http://purl.org/docs/images/zepheiralogo.png E img/@src -outlink: http://www.oclc.org/ L a/@href - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/images/xml-guild-logo.png -WARC-Date: 2012-04-23T10:05:37Z -WARC-Payload-Digest: sha1:URHBRNQAAS4AIWJMNXIRCQC4LY7FPWNV -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 5230 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 10:05:36 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 27 Apr 2009 21:16:21 GMT -Expires: Fri, 10 Aug 2012 13:46:32 GMT -Cache-Control: public -Pragma: -Content-Type: image/png -Content-Length: 4939 -Via: 1.0 dyomedea.com -Connection: close - -PNG - - IHDRPPPLTE - - -  !!!"""###$$$%%%&&&'''((()))***+++,,,---...///000111222333444555666777888999:::;;;<<<===>>>???@@@AAABBBCCCDDDEEEFFFGGGHHHIIIJJJKKKLLLMMMNNNOOOPPPQQQRRRSSSTTTUUUVVVWWWXXXYYYZZZ[[[\\\]]]^^^___```aaabbbcccdddeeefffggghhhiiijjjkkklllmmmnnnooopppqqqrrrssstttuuuvvvwwwxxxyyyzzz{{{|||}}}~~~A pHYs  tIME /IDATXYXTW(vĘfL`[PXVmIF5DVh-( ԙyڽDT`]"0~{.&~??~WZ"^> +~҅sg - u/J|¹'>t(/Б#G/8s.+ z-MZM4ae;vgK/=ꠅc sO*G9ei MԈx){4 RϭHvP!QR7AOi)zbN>@/Dz b>ܶI[nEyd}XwB8>(ŶtEѝxpWЁXccJwto>$`c$rm̽S>DWUY3$IT=!=h"A?xjH%{/MTaiYk 4Qy#=6vRp -"2ʄNߴ.3Gl0 )k[ ,蕕#\@hplGG46jQK/-#ڪ+) J}6U**1 F!PE!Z0'$3}$lsue5UmoJ9\)8҆:jT~ED Np0&,TBApG*DZ;b6t@Z8F#z -BŨhNu[Kf5ȧ==azkUAz'R:C΁>jq}nln,GUVSWu WUWz$ -.:P; rCu7#SÑk!uIX#l6ݧѩ>٬ek:fњFBJ@4I'>DW7'?V ۝ 沽R߯V0 sA';VhH;l4wBdwVMy!6ɲ\څIZE] ɣ:5 hvh3IS-{!Tw5nZHn:YOt-SL\ВYe]%v.}m*iTgE;e `1Qebx2DQH}pK`Ƃ/?Ħ40QjZjJD!Mn -K(>th7hHae0`"7NY1$QKſf~ʵxfQbUTGv{$ #fO̰V=),z9❒G)SDkBӷu{6AJ~21jSĐe)CGNwaDǩF*4|ؼh|/Ӯz|kvha(k_rzi.&/O9ǻaɰn|GUH]kkݺ]~>ff;Wvˇ mK#&vW.9n@ho=ӟ<rXy_7GАճ{m[n/rʢ-ҡ`Yy_19C:v ?t/Jaw˪Ef~0i℉>9w[W--5=ؘ1i2?p⿴Ǿ/.|EEžb~jߊ*T4oBIENDB` - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/images/xml-guild-logo.png -WARC-Date: 2012-04-23T10:05:37Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 258 - -GET /images/xml-guild-logo.png HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/ -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/images/xml-guild-logo.png -WARC-Date: 2012-04-23T10:05:37Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 216 - -via: http://dyomedea.com/ -hopsFromSeed: E -fetchTimeMs: 58 -outlink: whois:dyomedea.com I =INFERRED_MISC -outlink: whois:95.142.167.137 I =INFERRED_MISC -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://purl.org/dc/elements/1.1/ -WARC-Date: 2012-04-23T10:05:37Z -WARC-Payload-Digest: sha1:MHEWMBBTZE7XH7EG62Y2LYXBJJTRHCU2 -WARC-IP-Address: 132.174.1.35 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 621 - -HTTP/1.1 302 Moved Temporarily -Date: Mon, 23 Apr 2012 10:05:37 GMT -Server: 1060 NetKernel v3.3 - Powered by Jetty -Connection: close -Location: http://dublincore.org/2010/10/11/dcelements.rdf# -Content-Type: text/html; charset=iso-8859-1 -X-Purl: 2.0; http://localhost:8080 -Expires: Thu, 01 Jan 1970 00:00:00 GMT -Content-Length: 281 - - - - - 302 Found - - -

Found

- The resource requested is available here.

- - - - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://purl.org/dc/elements/1.1/ -WARC-Date: 2012-04-23T10:05:37Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 245 - -GET /dc/elements/1.1/ HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/ -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: purl.org - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://purl.org/dc/elements/1.1/ -WARC-Date: 2012-04-23T10:05:37Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 346 - -via: http://dyomedea.com/ -hopsFromSeed: E -fetchTimeMs: 1601 -outlink: whois:132.174.1.35 I =INFERRED_MISC -outlink: http://dublincore.org/2010/10/11/dcelements.rdf R Location: -outlink: http://purl.org/favicon.ico I =INFERRED_MISC -outlink: whois:purl.org I =INFERRED_MISC -outlink: http://dublincore.org/2010/10/11/dcelements.rdf L A/@HREF - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: dns:dublincore.org -WARC-Date: 2012-04-23T10:05:39Z -WARC-IP-Address: 212.27.40.241 -WARC-Record-ID: -Content-Type: text/dns -Content-Length: 57 - -20120423100539 -dublincore.org. 21312 IN A 211.185.62.34 - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/styles/standard.css -WARC-Date: 2012-04-23T10:05:40Z -WARC-Payload-Digest: sha1:UBFFHPH66ZNZ6DYS74J5TED37UM3CHA5 -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 5214 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 10:05:40 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 27 Apr 2009 21:16:19 GMT -Expires: Fri, 10 Aug 2012 13:46:36 GMT -Cache-Control: public -Pragma: -Content-Type: text/css -Content-Length: 4901 -Via: 1.0 dyomedea.com -Vary: Accept-Encoding -Connection: close - -/* CSS Dyomeda.com */ - -/* version standard v.020805-1155 CSS 2.0 valid */ - -/* -incompatible IE 5.5 WIN : -@import url("screen.css") screen; -@import url("print.css") print; -incompatible IE 5.1 MAC : -@media screen {} -@media print {} --> utilisation sur chaque page de - - - -*/ - - -/* --> BALISES */ - -body { - font-size: 10pt; - line-height: 14pt; - margin: 0; -} - -a { - text-decoration: none; - color: #80000a; - padding: 0; - margin: 0; -} - -a:visited { - text-decoration: none; - padding: 0 2px; - color: #410005; -} - -a:hover { - color: #ffc42e; -} - -img { - border: none; -} - -hr { - display: none; -} - -/**/ - -ul.activites { - padding-left: 20px; -} - -ul.activites li { - list-style: url(../images/puce.png); - padding: 0; - padding-left: 0; - margin-bottom: 3px; -} - -ul.sous-menus li { - font-weight: bold; - font-family: Verdana, Arial, Helvetica, sans-serif; - text-transform: uppercase; -} - -/**/ - -dl.formation dt { - font-weight: bold; - font-family: Courier New, Courier, monospace; -} - -dl.formation dd { - margin-bottom: 15px; -} - -/* --> CALQUES */ - -#divContenant { - position: relative; - padding: 0; - min-width: 580px; -} - -/**/ - -#debutTet { - position: absolute; - left: 0; - top: 0; -} - -#finTet { - position: absolute; - right: 0; - top: 0; -} - -#divTetiere { - position: relative; - margin-top: 5px; -} - -#divTetiere h1 { - margin: 0; - padding: 0; - display: block; -} - -#divTetiere h1 a{ - border: none; - display: block; - height: 105px; - text-decoration: none; -} - -/**/ - - -/**/ - -#divMenu { - line-height: 12pt; - position: relative; - padding: 0; - margin-top: 10px; - float: left; - clear: both; -} - - -#divMenu ul { - margin: 0; - padding: 0 4px; - float: right; - clear: both; -} - -#divMenu li { - text-transform: uppercase; - font: normal bold 0.8em Verdana, Arial, Helvetica, sans-serif; - padding: 0 2px; - margin: 0; - display: inline; -} - -#divMenu li a { - text-decoration: none; - margin: 0; - font-weight: inherit; - font-style: inherit; -} - -#divMenu li a:hover { - color: #FFC42E; -} - -#divMenu li.on a { - text-decoration: none; - margin: 0; - font-weight: inherit; - font-style: inherit; -} - -/**/ - -#divContenu { - position: relative; - background: white; - border: thin solid #000000; - margin-top: 20px; - float: left; - padding: 1%; - min-height: 400px; -} - -#divEncadre { - position: relative; - width: 25%; - padding: 5px; - float:left; - margin-right: 10px; -} - -/**/ - -#divArticle { - background: white; - position: relative; - padding: 0px; - float:left; - margin-top: 0; - width: 70%; - font-family: "Trebuchet MS", verdana, sans-serif; -} - -#divArticle h2 { - color: #646464; - margin-top: 30px; - margin-bottom: 0; - text-transform: uppercase; - font: bold 1.5em Helvetica, Arial, sans-serif; - border-bottom: thin dotted #646464; - letter-spacing: 0.05em; -} - -#divArticle h3 { - margin: 0; - font-style: italic; - font-size: 0.9em; - color: #5782a1; - line-height: 1.2em; -} - -#divArticle ul { - list-style: disc; -} - -/**/ - -/**/ - -#divPiedPage { - border: 1px none #000000; - margin-top: 20px; - position: relative; - float: left; - display: block; - padding: 0.5%; - margin-bottom: 2px; - margin-bottom: 20px; -} - -/**/ - -/* --> CLASSES */ - -.bloc { - display: block; - padding: 2px; - font: 0.8em 'Lucida Grande', 'Lucida Sans', 'Trebuchet MS', verdana, sans-serif; - margin-bottom: 5px; - background: #e6e6e6; -} - -.bloc h3 { - text-transform: uppercase; - display: block; - margin: 0; - padding: 1px; - color: #ffffff; - font: bold 1em Verdana, Arial, Helvetica, sans-serif; - background: #5782a1; - border-bottom: thin solid #5782a1; - position: relative; -} - -.bloc h5 { - font-size: 1em; - padding: 1px; - margin: 0 0 5px; -} - -.bloc ul { - padding: 3px; -} - -.bloc li { - margin-bottom: 5px; - padding-bottom: 3px; - display: block; -} - -.hide { - display: none; -} - -.mentions { - text-align: center; - font: 0.8em Arial, Helvetica, sans-serif; - clear: both; - display: block; -} - -.validations { - font: 0.9em "Trebuchet MS", verdana, sans-serif; - text-align: right; - float: right; - padding-right: 3px; - padding-left: 3px; -} - -.about { - font: 0.9em "Trebuchet MS", verdana, sans-serif; - text-align: left; - float: left; - padding-right: 3px; - padding-left: 3px; -} - -.livres { - text-align: center; - margin: 0; - padding: 0; -} - -.titre-menu { - text-transform: uppercase; - font: bold 0.8em Verdana, Arial, Helvetica, sans-serif; - color: #646464; - padding: 0; - margin: 0; - text-align: right; -} - -.entete { - margin:0; -} - -pre { - padding: 0.5em; - line-height:100%; -} - -ul.map li ul { - margin : 0; - padding-top: 0; - padding-bottom: 0; - padding-left: 15px; -} - -ul.map li { - padding: 0; - margin: 0; -} - -ul.map li p { - padding: 0; - margin: 0; -} - - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/styles/standard.css -WARC-Date: 2012-04-23T10:05:40Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 252 - -GET /styles/standard.css HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/ -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/styles/standard.css -WARC-Date: 2012-04-23T10:05:40Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 400 - -via: http://dyomedea.com/ -hopsFromSeed: E -fetchTimeMs: 136 -outlink: http://dyomedea.com/styles/print.css E =EMBED_MISC -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC -outlink: whois:95.142.167.137 I =INFERRED_MISC -outlink: http://dyomedea.com/images/puce.png E =EMBED_MISC -outlink: http://dyomedea.com/styles/screen.css E =EMBED_MISC -outlink: whois:dyomedea.com I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.arin.net/z+%2B+132.174.1.35 -WARC-Date: 2012-04-23T10:05:38Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 1499 - -# -# The following results may also be obtained via: -# http://whois.arin.net/rest/nets;q=132.174.1.35?showDetails=true&showARIN=false&ext=netref2 -# - -NetRange: 132.174.0.0 - 132.174.255.255 -CIDR: 132.174.0.0/16 -OriginAS: -NetName: OCLC -NetHandle: NET-132-174-0-0-1 -Parent: NET-132-0-0-0-0 -NetType: Direct Assignment -RegDate: 1989-03-01 -Updated: 2001-04-23 -Ref: http://whois.arin.net/rest/net/NET-132-174-0-0-1 - -OrgName: OCLC Online Computer Library Center, Inc. -OrgId: OCLC -Address: 6565 Frantz Road -City: Dublin -StateProv: OH -PostalCode: 43017-0702 -Country: US -RegDate: 1989-03-01 -Updated: 2011-09-24 -Ref: http://whois.arin.net/rest/org/OCLC - -OrgTechHandle: IO17-ARIN -OrgTechName: Online Computer Library Center Inc -OrgTechPhone: +1-800-848-5878 -OrgTechEmail: DNS-Admin@oclc.org -OrgTechRef: http://whois.arin.net/rest/poc/IO17-ARIN - -OrgAbuseHandle: IO17-ARIN -OrgAbuseName: Online Computer Library Center Inc -OrgAbusePhone: +1-800-848-5878 -OrgAbuseEmail: DNS-Admin@oclc.org -OrgAbuseRef: http://whois.arin.net/rest/poc/IO17-ARIN - -RTechHandle: IO17-ARIN -RTechName: Online Computer Library Center Inc -RTechPhone: +1-800-848-5878 -RTechEmail: DNS-Admin@oclc.org -RTechRef: http://whois.arin.net/rest/poc/IO17-ARIN - -# -# ARIN WHOIS data and services are subject to the Terms of Use -# available at: https://www.arin.net/whois_tou.html -# - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.iana.org/org -WARC-Date: 2012-04-23T10:05:41Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 1680 - -% IANA WHOIS server -% for more information on IANA, visit http://www.iana.org -% This query returned 1 object - -domain: ORG - -organisation: Public Interest Registry (PIR) -address: 1775 Wiehle Avenue -address: Suite 102A -address: Reston Virginia 20190 -address: United States - -contact: administrative -name: Michelle Coon -organisation: Public Interest Registry (PIR) -address: 1775 Wiehle Avenue -address: Suite 200 -address: Reston Virginia 20190 -address: United States -phone: +1 703 889 5762 -fax-no: +1 703 889 5779 -e-mail: mcoon@pir.org - -contact: technical -name: Michelle Coon -organisation: Public Interest Registry (PIR) -address: 1775 Wiehle Avenue -address: Suite 200 -address: Reston Virginia 20190 -address: United States -phone: +1 703 889 5762 -fax-no: +1 703 889 5779 -e-mail: mcoon@pir.org - -nserver: A0.ORG.AFILIAS-NST.INFO 199.19.56.1 2001:500:e:0:0:0:0:1 -nserver: A2.ORG.AFILIAS-NST.INFO 199.249.112.1 2001:500:40:0:0:0:0:1 -nserver: B0.ORG.AFILIAS-NST.ORG 199.19.54.1 2001:500:c:0:0:0:0:1 -nserver: B2.ORG.AFILIAS-NST.ORG 199.249.120.1 2001:500:48:0:0:0:0:1 -nserver: C0.ORG.AFILIAS-NST.INFO 199.19.53.1 2001:500:b:0:0:0:0:1 -nserver: D0.ORG.AFILIAS-NST.ORG 199.19.57.1 2001:500:f:0:0:0:0:1 -ds-rdata: 21366 7 1 e6c1716cfb6bdc84e84ce1ab5510dac69173b5b2 -ds-rdata: 21366 7 2 96eeb2ffd9b00cd4694e78278b5efdab0a80446567b69f634da078f0d90f01ba - -whois: whois.pir.org - -status: ACTIVE -remarks: Registration information: http://www.pir.org - -created: 1985-01-01 -changed: 2010-07-23 -source: IANA - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.pir.org/purl.org -WARC-Date: 2012-04-23T10:05:41Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 2933 - -Access to .ORG WHOIS information is provided to assist persons in -determining the contents of a domain name registration record in the -Public Interest Registry registry database. The data in this record is provided by -Public Interest Registry for informational purposes only, and Public Interest Registry does not -guarantee its accuracy. This service is intended only for query-based -access. You agree that you will use this data only for lawful purposes -and that, under no circumstances will you use this data to: (a) allow, -enable, or otherwise support the transmission by e-mail, telephone, or -facsimile of mass unsolicited, commercial advertising or solicitations -to entities other than the data recipient's own existing customers; or -(b) enable high volume, automated, electronic processes that send -queries or data to the systems of Registry Operator, a Registrar, or -Afilias except as reasonably necessary to register domain names or -modify existing registrations. All rights reserved. Public Interest Registry reserves -the right to modify these terms at any time. By submitting this query, -you agree to abide by this policy. - -Domain ID:D847251-LROR -Domain Name:PURL.ORG -Created On:01-Jan-1996 05:00:00 UTC -Last Updated On:05-Nov-2007 20:50:14 UTC -Expiration Date:31-Dec-2016 05:00:00 UTC -Sponsoring Registrar:Network Solutions LLC (R63-LROR) -Status:CLIENT TRANSFER PROHIBITED -Registrant ID:22297011-NSI -Registrant Name:OCLC Online Computer Library Center, Inc -Registrant Organization:OCLC Online Computer Library Center, Inc -Registrant Street1:6565 Kilgour Place -Registrant Street2: -Registrant Street3: -Registrant City:Dublin -Registrant State/Province:OH -Registrant Postal Code:43017 -Registrant Country:US -Registrant Phone:+1.614764606 -Registrant Phone Ext.: -Registrant FAX:+1.614718708 -Registrant FAX Ext.: -Registrant Email:buzashg@OCLC.ORG -Admin ID:15679845-NSI -Admin Name:OCLCOnlineComputer Library Center, Inc. -Admin Organization:OCLCOnlineComputer Library Center, Inc. -Admin Street1:6565 FRANTZ RD -Admin Street2: -Admin Street3: -Admin City:DUBLIN -Admin State/Province:OH -Admin Postal Code:43017-5308 -Admin Country:US -Admin Phone:+1.6147646057 -Admin Phone Ext.: -Admin FAX:+1.6147640740 -Admin FAX Ext.: -Admin Email:buzashg@OCLC.ORG -Tech ID:16690384-NSI -Tech Name:OCLCOnlineComputer Library Center -Tech Organization:OCLCOnlineComputer Library Center -Tech Street1:6565 FRANTZ RD -Tech Street2: -Tech Street3: -Tech City:DUBLIN -Tech State/Province:OH -Tech Postal Code:43017-5308 -Tech Country:US -Tech Phone:+1.8008485878 -Tech Phone Ext.: -Tech FAX:+1.6147646096 -Tech FAX Ext.: -Tech Email:DNS-Admin@OCLC.ORG -Name Server:DNS.OCLC.ORG -Name Server:DNS2.OCLC.ORG -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -DNSSEC:Unsigned - - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dublincore.org/robots.txt -WARC-Date: 2012-04-23T10:05:42Z -WARC-Payload-Digest: sha1:WWBDOOKQFQZEMEAT5ZBZGUJFEYSBBV3R -WARC-IP-Address: 211.185.62.34 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 653 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 08:51:18 GMT -Server: Apache/2.0.59 (Unix) DAV/2 mod_ssl/2.0.59 OpenSSL/0.9.8g SVN/1.4.3 -Last-Modified: Mon, 30 Jun 2008 03:54:54 GMT -ETag: "7cc42-167-38dddf80" -Accept-Ranges: bytes -Content-Length: 359 -Content-Type: text/plain -Connection: close - -# /robots.txt file for http://dublincore.org/ -# mail webteam@admin.dublincore.org for constructive criticism - -User-agent: * # directed to all spiders -Disallow: /images -Disallow: /ssi -Disallow: /temp -Disallow: /psd -Disallow: /ccs -Disallow: /js -Disallow: /templates -Disallow: /dcregistry -Disallow: /registry - - -User-agent: Linbot # override -Allow: / - - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dublincore.org/robots.txt -WARC-Date: 2012-04-23T10:05:42Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 214 - -GET /robots.txt HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dublincore.org - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dublincore.org/robots.txt -WARC-Date: 2012-04-23T10:05:42Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 263 - -force-fetch: -via: http://dublincore.org/2010/10/11/dcelements.rdf -hopsFromSeed: ERP -fetchTimeMs: 843 -outlink: whois:dublincore.org I =INFERRED_MISC -outlink: http://dublincore.org/favicon.ico I =INFERRED_MISC -outlink: whois:211.185.62.34 I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/images/logo520.png -WARC-Date: 2012-04-23T10:05:43Z -WARC-Payload-Digest: sha1:LNYO7FKFQTT45XP6NQWDYCKTOKXVTVJG -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 7494 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 10:05:43 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 27 Apr 2009 21:16:21 GMT -Expires: Fri, 10 Aug 2012 13:46:39 GMT -Cache-Control: public -Pragma: -Content-Type: image/png -Content-Length: 7203 -Via: 1.0 dyomedea.com -Connection: close - -PNG - - IHDRih+gAMAOX2tEXtSoftwareAdobe ImageReadyqe<PLTEL_``00@@П 󘣾Cd2JMs=RU~?]ppdt:U>RRzPPWiPw5NgwJ]Hk~7Qq篯A`KouUU5m;ۯ@rZG8 ln_=ӈAl Px~*d n{==uwR!Ȣ_l~C7_@A -BAu&k.TWPTP4*٨KU|! &O#P8h_[C7zՅ B8d d+(N7TTf' +N! -ת.@?@N^WU0;4Ye[ 'OZf(oh|VPٍL^PаU>@fO(~Ꙁ7r a­x`phHpl9NJQ .6|‡c ?g~E쀋@q0@4Pj&JzbDz&h%Y -].U Z[pܼ)`Wm]P0dUG#F@),gpA/'QƩ5Pqx`Kp0Ì0"!zEg>zmz7\ UJ{v!—T# -|zw]61ҫcR }=qN⌝5rf!BPw~OLjtR͑g.;Or2MU[~ G -܄E|C4K9'm]j6Yp$k'66[l S DN29U_kWIHݮ6R9rA"vD}N@9!Ϫa•84 Tq] k9n3skS6F%L7Ex>둞n< -mFi5pzNXЈI ~|畒 P^YU+l3Ѫ= ncw}y!hD,0x_OYg2r5Z -r2c]^N,]tw?e~ 3=b -˚fZ -PYûQжY_}Ox񯌂a/N@xWAn0h@,3FpY WiCJcI{hJNВ,vށ$~7Y|8UoaU$Dd/Ct/kHT"hRoWΖtkF/*n#~9xԭ>PW6z{U7?=sg ׫~l Z9͇Z2?:P},-;K d+j6|1n5QWVK2Ia!4W}Jںdq@s枷Oxo-z6{}NMQc=  }V=R>RN^"$gH|w?~F}wi8u`DMl 3>,֧8?7>xiVo0V(m"$@W\Հ@P \-K 7萝)BCɿtMNrnD}G50,FS+8%܇p/S~fuHPY`e j  IC})]V-2>ɓXp8L/6X,`ڙl絛 G i OZD}^zFN'O'F,Ƀc2ZY_pp1"T-+t*~.\("Fr4 ip'cv؛#̆ -?qTlɘFc`}F  @1TPo]ԳĠYMe0C7b:f!d-v@Im}az3 C`Hh -Ow@^G/c牖"~/jlSVJFɓL:KlcdIORA/9;Ʌ#aZSHk>o:T»k\w)Aq"'T82<4}YH"||FE hʌ, \OX%g?aߋWdyHCS_g;qT.d'jn;ͣD3W8@(a4]/ppv[Md>2L]<0I?C|Z9eU@S.OO3cgn$3Ťz62ݍ !ŤTm-!$jnJ,IwSjJ҆Tz1&Hm|in)`^\kFp74lw8}}_M"#&,QնƳ$ڳmm?s A7i{@:ۅk;"vUCZD"sY2A@lAl˄ujG,T͒DFB9* )X5gfɞEi֓_x<R1Dҵ8R&r/ -ibjM-K9|EcP 9@ G  -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 251 - -GET /images/logo520.png HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/ -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/images/logo520.png -WARC-Date: 2012-04-23T10:05:43Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 216 - -via: http://dyomedea.com/ -hopsFromSeed: E -fetchTimeMs: 81 -outlink: whois:dyomedea.com I =INFERRED_MISC -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC -outlink: whois:95.142.167.137 I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/styles/screen.css -WARC-Date: 2012-04-23T10:05:46Z -WARC-Payload-Digest: sha1:MCLYBLAE464FBGQ24UFIUOCCFSI7SPVM -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 1063 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 10:05:46 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 27 Apr 2009 21:16:19 GMT -Expires: Fri, 10 Aug 2012 13:46:42 GMT -Cache-Control: public -Pragma: -Content-Type: text/css -Content-Length: 751 -Via: 1.0 dyomedea.com -Vary: Accept-Encoding -Connection: close - -/* CSS Dyomeda.com */ - -/* version ecran */ - - -body, html { - background: #5782a1; -} - -#divTetiere h1 a{ - background: repeat-x url(../images/fd-tetiere.png); -} - -#divTetiere img { - background: #5782a1; -} - -#divMenu ul { - background: #30467d url(../images/fd-menu.png) repeat; -} - - -#divMenu li, #divMenu li a, #divMenu a:visited { - color: #ffffff; -} - -#divMenu li.on a, #divMenu li.on a:visited { - color: #ffc42e; -} - -#divContenant { - width: 70%; - margin-right: 15%; - margin-left: 15%; -} - -#divContenu { - width: 98%; -} - -#divPiedPage { - width: 99%; - background: #688FAB; -} - -.mentions { - color: #e6e6e6; -} - -pre { - border: thin dotted #646464; - background: #f2f2f2; - overflow:auto; - font-size: 0.75em; - width: 98%; -} - - - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/styles/screen.css -WARC-Date: 2012-04-23T10:05:46Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 250 - -GET /styles/screen.css HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/ -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/styles/screen.css -WARC-Date: 2012-04-23T10:05:46Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 345 - -via: http://dyomedea.com/ -hopsFromSeed: E -fetchTimeMs: 57 -outlink: whois:95.142.167.137 I =INFERRED_MISC -outlink: http://dyomedea.com/images/fd-menu.png E =EMBED_MISC -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC -outlink: whois:dyomedea.com I =INFERRED_MISC -outlink: http://dyomedea.com/images/fd-tetiere.png E =EMBED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://purl.org/favicon.ico -WARC-Date: 2012-04-23T10:05:47Z -WARC-Payload-Digest: sha1:6TRHDMHIOSVJ3GLUQ3OJRISRMTVQ5LJ6 -WARC-IP-Address: 132.174.1.35 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 1970 - -HTTP/1.1 404 Not Found -Date: Mon, 23 Apr 2012 10:05:46 GMT -Server: 1060 NetKernel v3.3 - Powered by Jetty -Connection: close -Expires: Thu, 01 Jan 1970 00:00:00 GMT -Content-Type: text/html;charset=UTF-8 -Content-Length: 1739 - - - - - - - PURL not found - - - - - - - -

- - - - - - - -
- Suggestion: -
- Go To purl.org -
- - - - - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://purl.org/favicon.ico -WARC-Date: 2012-04-23T10:05:47Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 252 - -GET /favicon.ico HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://purl.org/dc/elements/1.1/ -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: purl.org - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://purl.org/favicon.ico -WARC-Date: 2012-04-23T10:05:47Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 521 - -via: http://purl.org/dc/elements/1.1/ -hopsFromSeed: EI -fetchTimeMs: 272 -outlink: http://purl.org/docs/images/zepheiralogo.png E img/@src -outlink: http://www.oclc.org/ L a/@href -outlink: http://zepheira.com/ L a/@href -outlink: http://purl.org/docs/images/oclclogo.png E img/@src -outlink: whois:132.174.1.35 I =INFERRED_MISC -outlink: http://purl.org/favicon.ico I =INFERRED_MISC -outlink: whois:purl.org I =INFERRED_MISC -outlink: http://purl.org/ L a/@href -outlink: http://purl.org/docs/style.css E link/@href - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dublincore.org/2010/10/11/dcelements.rdf -WARC-Date: 2012-04-23T10:05:47Z -WARC-Payload-Digest: sha1:Z7QXOBMD4MQMJBXGZN4IMBDOZBO3VE7Z -WARC-IP-Address: 211.185.62.34 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 17731 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 08:51:23 GMT -Server: Apache/2.0.59 (Unix) DAV/2 mod_ssl/2.0.59 OpenSSL/0.9.8g SVN/1.4.3 -Last-Modified: Wed, 29 Sep 2010 14:31:58 GMT -ETag: "7cc3b-4411-d2e8b380" -Accept-Ranges: bytes -Content-Length: 17425 -Content-Type: application/rdf+xml -Connection: close - - - - - - - - - -]> - - -Dublin Core Metadata Element Set, Version 1.1 - -2010-10-11 - - -Title -A name given to the resource. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Creator -An entity primarily responsible for making the resource. -Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Subject -The topic of the resource. -Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Description -An account of the resource. -Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Publisher -An entity responsible for making the resource available. -Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Contributor -An entity responsible for making contributions to the resource. -Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Date -A point or period of time associated with an event in the lifecycle of the resource. -Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Type -The nature or genre of the resource. -Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Format -The file format, physical medium, or dimensions of the resource. -Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Identifier -An unambiguous reference to the resource within a given context. -Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Source -A related resource from which the described resource is derived. -The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Language -A language of the resource. -Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646]. - -1999-07-02 -2008-01-14 - - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Relation -A related resource. -Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Coverage -The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant. -Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - -Rights -Information about rights held in and over the resource. -Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. - -1999-07-02 -2008-01-14 - - -A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document "DCMI Metadata Terms" (http://dublincore.org/documents/dcmi-terms/) for an explanation. - - - - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dublincore.org/2010/10/11/dcelements.rdf -WARC-Date: 2012-04-23T10:05:47Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 272 - -GET /2010/10/11/dcelements.rdf HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://purl.org/dc/elements/1.1/ -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dublincore.org - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dublincore.org/2010/10/11/dcelements.rdf -WARC-Date: 2012-04-23T10:05:47Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 234 - -via: http://purl.org/dc/elements/1.1/ -hopsFromSeed: ER -fetchTimeMs: 1719 -outlink: http://dublincore.org/favicon.ico I =INFERRED_MISC -outlink: whois:dublincore.org I =INFERRED_MISC -outlink: whois:211.185.62.34 I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.pir.org/dublincore.org -WARC-Date: 2012-04-23T10:05:48Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 2719 - -Access to .ORG WHOIS information is provided to assist persons in -determining the contents of a domain name registration record in the -Public Interest Registry registry database. The data in this record is provided by -Public Interest Registry for informational purposes only, and Public Interest Registry does not -guarantee its accuracy. This service is intended only for query-based -access. You agree that you will use this data only for lawful purposes -and that, under no circumstances will you use this data to: (a) allow, -enable, or otherwise support the transmission by e-mail, telephone, or -facsimile of mass unsolicited, commercial advertising or solicitations -to entities other than the data recipient's own existing customers; or -(b) enable high volume, automated, electronic processes that send -queries or data to the systems of Registry Operator, a Registrar, or -Afilias except as reasonably necessary to register domain names or -modify existing registrations. All rights reserved. Public Interest Registry reserves -the right to modify these terms at any time. By submitting this query, -you agree to abide by this policy. - -Domain ID:D9251392-LROR -Domain Name:DUBLINCORE.ORG -Created On:19-Aug-1999 13:23:09 UTC -Last Updated On:12-Jan-2012 18:33:36 UTC -Expiration Date:19-Aug-2014 13:23:09 UTC -Sponsoring Registrar:Network Solutions LLC (R63-LROR) -Status:CLIENT TRANSFER PROHIBITED -Registrant ID:43612149-NSI -Registrant Name:Stuart Sutton -Registrant Street1:4 Shenton Way -Registrant Street2:SGX Centre 2, #17-01 -Registrant Street3: -Registrant City:Singapore -Registrant State/Province: -Registrant Postal Code:068807 -Registrant Country:SG -Registrant Phone:+65.68466733 -Registrant Phone Ext.: -Registrant FAX: -Registrant FAX Ext.: -Registrant Email:sasutton@dublincore.net -Admin ID:43612149-NSI -Admin Name:Stuart Sutton -Admin Street1:4 Shenton Way -Admin Street2:SGX Centre 2, #17-01 -Admin Street3: -Admin City:Singapore -Admin State/Province: -Admin Postal Code:068807 -Admin Country:SG -Admin Phone:+65.68466733 -Admin Phone Ext.: -Admin FAX: -Admin FAX Ext.: -Admin Email:sasutton@dublincore.net -Tech ID:43612149-NSI -Tech Name:Stuart Sutton -Tech Street1:4 Shenton Way -Tech Street2:SGX Centre 2, #17-01 -Tech Street3: -Tech City:Singapore -Tech State/Province: -Tech Postal Code:068807 -Tech Country:SG -Tech Phone:+65.68466733 -Tech Phone Ext.: -Tech FAX: -Tech FAX Ext.: -Tech Email:sasutton@dublincore.net -Name Server:NS.PUBNET.NE.KR -Name Server:MAIL.NL.GO.KR -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -Name Server: -DNSSEC:Unsigned - - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.arin.net/z+%2B+211.185.62.34 -WARC-Date: 2012-04-23T10:05:49Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 1939 - -# -# The following results may also be obtained via: -# http://whois.arin.net/rest/nets;q=211.185.62.34?showDetails=true&showARIN=false&ext=netref2 -# - -NetRange: 211.0.0.0 - 211.255.255.255 -CIDR: 211.0.0.0/8 -OriginAS: -NetName: NET-211 -NetHandle: NET-211-0-0-0-1 -Parent: -NetType: Allocated to APNIC -Comment: This IP address range is not registered in the ARIN database. -Comment: For details, refer to the APNIC Whois Database via -Comment: WHOIS.APNIC.NET or http://wq.apnic.net/apnic-bin/whois.pl -Comment: ** IMPORTANT NOTE: APNIC is the Regional Internet Registry -Comment: for the Asia Pacific region. APNIC does not operate networks -Comment: using this IP address range and is not able to investigate -Comment: spam or abuse reports relating to these addresses. For more -Comment: help, refer to http://www.apnic.net/apnic-info/whois_search2/abuse-and-spamming -RegDate: 1996-07-01 -Updated: 2010-08-02 -Ref: http://whois.arin.net/rest/net/NET-211-0-0-0-1 - -OrgName: Asia Pacific Network Information Centre -OrgId: APNIC -Address: PO Box 3646 -City: South Brisbane -StateProv: QLD -PostalCode: 4101 -Country: AU -RegDate: -Updated: 2012-01-24 -Ref: http://whois.arin.net/rest/org/APNIC - -ReferralServer: whois://whois.apnic.net - -OrgTechHandle: AWC12-ARIN -OrgTechName: APNIC Whois Contact -OrgTechPhone: +61 7 3858 3188 -OrgTechEmail: search-apnic-not-arin@apnic.net -OrgTechRef: http://whois.arin.net/rest/poc/AWC12-ARIN - -OrgAbuseHandle: AWC12-ARIN -OrgAbuseName: APNIC Whois Contact -OrgAbusePhone: +61 7 3858 3188 -OrgAbuseEmail: search-apnic-not-arin@apnic.net -OrgAbuseRef: http://whois.arin.net/rest/poc/AWC12-ARIN - -# -# ARIN WHOIS data and services are subject to the Terms of Use -# available at: https://www.arin.net/whois_tou.html -# - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/favicon.ico -WARC-Date: 2012-04-23T10:05:49Z -WARC-Payload-Digest: sha1:F6G7ZFWRBV6NT7ATRZNMXPBY7CI3PEDT -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 4181 - -HTTP/1.1 404 Introuvable -Date: Mon, 23 Apr 2012 10:05:49 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 23 Apr 2012 10:05:49 GMT -Expires: Mon, 23 Apr 2012 10:05:49 GMT -Cache-Control: post-check=0, pre-check=0 -Pragma: -Content-Type: application/xhtml+xml;charset=utf-8 -Content-Length: 3836 -Via: 1.0 dyomedea.com -Connection: close - - - - - - - - Dyomedea : Guide de haute technologie XML - - - - - - - - - - - - - -
-
-

DYOMEDEA : Guide de haute technologie...

-
- -
-
-

Dyomedea : Guide de haute technologie XML

-
 
-
- -

Page inexistante (erreur 404)

- -

La page que vous avez demandé n'existe pas sur le site http://dyomedea.com

- -

Si vous pensez qu'il s'agit d'une erreur liée au site http://dyomedea.com, merci de - la signaler à Eric van der Vlist. -

- -

Sinon, si vous obtenez cette erreur après avoir suivi un lien, merci de la signaler à - l'auteur de la page contenant le lien erroné. -

- -
-
-
à propos planxhtml 1.1 -  css 2.0

Mentions Légales

-
Dyomedea et XMLfr sont des marques - déposées. Tous droits réservés. © Dyomedea, 1999-2010
Dyomedea, SARL au - capital de 10 000 € - RCS: Paris B 422 260 208 - 75, rue de Lourmel 75015 - Paris.

 
- - - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/favicon.ico -WARC-Date: 2012-04-23T10:05:49Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 244 - -GET /favicon.ico HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/ -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/favicon.ico -WARC-Date: 2012-04-23T10:05:49Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 1190 - -via: http://dyomedea.com/ -hopsFromSeed: I -fetchTimeMs: 82 -outlink: http://dyomedea.com/styles/print.css E link/@href -outlink: mailto:vdv@dyomedea.com L a/@href -outlink: http://dyomedea.com/projets/ L a/@href -outlink: http://dyomedea.com/ L a/@href -outlink: http://dyomedea.com/help/ L a/@href -outlink: http://dyomedea.com/communication/ L a/@href -outlink: http://dyomedea.com/images/logo520.png E img/@src -outlink: http://dyomedea.com/map/ L a/@href -outlink: whois:95.142.167.137 I =INFERRED_MISC -outlink: http://dyomedea.com/styles/standard.css E link/@href -outlink: http://dyomedea.com/formation/ L a/@href -outlink: http://validator.w3.org/check/referer L a/@href -outlink: http://dyomedea.com/english/favicon.ico L a/@href -outlink: http://purl.org/dc/elements/1.1/ E link/@href -outlink: whois:dyomedea.com I =INFERRED_MISC -outlink: http://dyomedea.com/styles/screen.css E link/@href -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC -outlink: http://dyomedea.com/images/bout.png E img/@src -outlink: http://jigsaw.w3.org/css-validator/check/referer L a/@href -outlink: http://dyomedea.com/conseil/ L a/@href -outlink: http://dyomedea.com/dyomedea/ L a/@href - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: whois://whois.apnic.net/211.185.62.34 -WARC-Date: 2012-04-23T10:05:49Z -WARC-Record-ID: -Content-Type: text/plain -Content-Length: 1820 - -% [whois.apnic.net node-5] -% Whois data copyright terms http://www.apnic.net/db/dbcopyright.html - -inetnum: 211.172.0.0 - 211.199.255.255 -netname: KRNIC-KR -descr: KRNIC -descr: Korea Network Information Center -country: KR -admin-c: HM127-AP -tech-c: HM127-AP -remarks: ****************************************** -remarks: KRNIC is the National Internet Registry -remarks: in Korea under APNIC. If you would like to -remarks: find assignment information in detail -remarks: please refer to the KRNIC Whois DB -remarks: http://whois.nic.or.kr/english/index.html -remarks: ****************************************** -mnt-by: APNIC-HM -mnt-lower: MNT-KRNIC-AP -changed: hostmaster@apnic.net 20000607 -changed: hostmaster@apnic.net 20010606 -status: ALLOCATED PORTABLE -source: APNIC - -person: Host Master -address: 11F, KTF B/D, 1321-11, Seocho2-Dong, Seocho-Gu, -address: Seoul, Korea, 137-857 -country: KR -phone: +82-2-2186-4500 -fax-no: +82-2-2186-4496 -e-mail: hostmaster@nic.or.kr -nic-hdl: HM127-AP -mnt-by: MNT-KRNIC-AP -changed: hostmaster@nic.or.kr 20020507 -source: APNIC - -inetnum: 211.184.0.0 - 211.185.255.255 -netname: PUBNET-KR -descr: Korea Telecom-PUBNET -country: KR -admin-c: IA30-KR -tech-c: IM30-KR -status: ALLOCATED PORTABLE -mnt-by: MNT-KRNIC-AP -mnt-irt: IRT-KRNIC-KR -remarks: This information has been partially mirrored by APNIC from -remarks: KRNIC. To obtain more specific information, please use the -remarks: KRNIC whois server at whois.krnic.net. -changed: hostmaster@nic.or.kr -source: KRNIC - - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/images/bout.png -WARC-Date: 2012-04-23T10:05:52Z -WARC-Payload-Digest: sha1:GSXQTUF5CX2FQDSYWYXBENCD47RJDXP2 -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 524 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 10:05:52 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 27 Apr 2009 21:16:21 GMT -Expires: Fri, 10 Aug 2012 13:46:49 GMT -Cache-Control: public -Pragma: -Content-Type: image/png -Content-Length: 234 -Via: 1.0 dyomedea.com -Connection: close - -PNG - - IHDR-i ZgAMAOX2tEXtSoftwareAdobe ImageReadyqe< PLTE0F}W(YtRNS@*TIDATxԱ YB4Τ$omDbh4Fh4F[?r5ktIKt sW?F?U@1wIENDB` - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/images/bout.png -WARC-Date: 2012-04-23T10:05:52Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 248 - -GET /images/bout.png HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/ -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/images/bout.png -WARC-Date: 2012-04-23T10:05:52Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 216 - -via: http://dyomedea.com/ -hopsFromSeed: E -fetchTimeMs: 54 -outlink: whois:dyomedea.com I =INFERRED_MISC -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC -outlink: whois:95.142.167.137 I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/images/puce.png -WARC-Date: 2012-04-23T10:05:55Z -WARC-Payload-Digest: sha1:OBN6LKMHMTVMIM2F4NGXCLGW46RL7WG5 -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 447 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 10:05:55 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 27 Apr 2009 21:16:21 GMT -Expires: Fri, 10 Aug 2012 13:46:52 GMT -Cache-Control: public -Pragma: -Content-Type: image/png -Content-Length: 157 -Via: 1.0 dyomedea.com -Connection: close - -PNG - - IHDRNgAMAOX2tEXtSoftwareAdobe ImageReadyqe<PLTE.IDATxb```ddd4# ȊPi#>BIENDB` - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/images/puce.png -WARC-Date: 2012-04-23T10:05:55Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 267 - -GET /images/puce.png HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/styles/standard.css -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/images/puce.png -WARC-Date: 2012-04-23T10:05:55Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 236 - -via: http://dyomedea.com/styles/standard.css -hopsFromSeed: EE -fetchTimeMs: 63 -outlink: whois:95.142.167.137 I =INFERRED_MISC -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC -outlink: whois:dyomedea.com I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/images/fd-menu.png -WARC-Date: 2012-04-23T10:05:58Z -WARC-Payload-Digest: sha1:XHSKLTIZIED73A767LG5T73MDWNML4TY -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 437 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 10:05:58 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 27 Apr 2009 21:16:21 GMT -Expires: Fri, 10 Aug 2012 13:46:56 GMT -Cache-Control: public -Pragma: -Content-Type: image/png -Content-Length: 147 -Via: 1.0 dyomedea.com -Connection: close - -PNG - - IHDR(-SgAMAOX2tEXtSoftwareAdobe ImageReadyqe<PLTEio}0F}WIDATxb`D `D0IPI,IENDB` - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/images/fd-menu.png -WARC-Date: 2012-04-23T10:05:58Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 268 - -GET /images/fd-menu.png HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/styles/screen.css -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/images/fd-menu.png -WARC-Date: 2012-04-23T10:05:58Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 234 - -via: http://dyomedea.com/styles/screen.css -hopsFromSeed: EE -fetchTimeMs: 59 -outlink: whois:dyomedea.com I =INFERRED_MISC -outlink: whois:95.142.167.137 I =INFERRED_MISC -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dublincore.org/favicon.ico -WARC-Date: 2012-04-23T10:05:57Z -WARC-Payload-Digest: sha1:HYZOZGARLB7ATJSLRIGZN2UEORPIZXJH -WARC-IP-Address: 211.185.62.34 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 4448 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 08:51:33 GMT -Server: Apache/2.0.59 (Unix) DAV/2 mod_ssl/2.0.59 OpenSSL/0.9.8g SVN/1.4.3 -Last-Modified: Mon, 30 Jun 2008 03:54:54 GMT -ETag: "7f1df-1036-38dddf80" -Accept-Ranges: bytes -Content-Length: 4150 -Content-Type: image/x-icon -Connection: close - -  &h ( @ fffffffffeefefeeefefeefffffffffffffffffffeee3TjffjT4fefffffffffffffffffffffsjefitefffffffffffffffffx"zff mFfeE mff!zxfffffffffffff&|-efkqfeefqjff,'}efffffffffff)~1efe l mgfm kffe1,efffffefffeef-0ffeq98qfee/.ffeeefffffp%{gfeevF${WW$|Evfffg%|peffee n\eff m@WijW@ nfff[ mffeepneh -kFgfpuuoggG lhelpfffff%|Ijh1jf&|&|fj0hjI&|feeeffffeqseJLetpffeeffefjfffgXp+-pWfffejeeel{fhNUihhiUOhfznefi1GttF1jfe${,fv'}"z"z'|vf+${fefefefoqf y yfpoeeeeefefffefpNnnMqffefffefUn -ljgxzfj -knTfff"z]fG-f l lf,Ge[$|fe l/eegb,rs,bfef- meeegjffeqfg9:gfqfeeiheefffeehggn4E xfhgfxE3mghhfeffffffeu jfeirqife jveefffffeT/eefIFBJfee,Veefffffeo}heeefie m lfheeeeh|pfffffffeeffef77efffeefe68efefffffffffeefffeefhYYhfeffffeffffffffffeeebcefAAffadeffffffffffffffffffifff!y"yeefifffffffffffffffffffefffffhhfefffffffffffffffffffffffffeefefeeeefefffffffff( ffffee"zgg"zeffffffffjk k,+ kkjfffffff khg kfefffh -k lq3zz2q l -lhfemf7r"z#zr7fmff krjrrjr kfvZf?'}'}?fZv5r)*~r5eefXxxXfef kv55v kgh li4uv4h lhgff4,IW//WI,5effe|ke"zIsqI"zej}effeef=etsf=fffffffetOffNufffffffffffffeffffff - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dublincore.org/favicon.ico -WARC-Date: 2012-04-23T10:05:57Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 273 - -GET /favicon.ico HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dublincore.org/2010/10/11/dcelements.rdf -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dublincore.org - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dublincore.org/favicon.ico -WARC-Date: 2012-04-23T10:05:57Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 250 - -via: http://dublincore.org/2010/10/11/dcelements.rdf -hopsFromSeed: ERI -fetchTimeMs: 1265 -outlink: whois:211.185.62.34 I =INFERRED_MISC -outlink: whois:dublincore.org I =INFERRED_MISC -outlink: http://dublincore.org/favicon.ico I =INFERRED_MISC - - - -WARC/1.0 -WARC-Type: response -WARC-Target-URI: http://dyomedea.com/images/fd-tetiere.png -WARC-Date: 2012-04-23T10:06:01Z -WARC-Payload-Digest: sha1:HLIXQNEZC6SVR57GUKHOYCPDZ6I3A46S -WARC-IP-Address: 95.142.167.137 -WARC-Record-ID: -Content-Type: application/http; msgtype=response -Content-Length: 488 - -HTTP/1.1 200 OK -Date: Mon, 23 Apr 2012 10:06:01 GMT -Server: Apache-Coyote/1.1 -Last-Modified: Mon, 27 Apr 2009 21:16:21 GMT -Expires: Fri, 10 Aug 2012 13:46:59 GMT -Cache-Control: public -Pragma: -Content-Type: image/png -Content-Length: 198 -Via: 1.0 dyomedea.com -Connection: close - -PNG - - IHDRiSZgAMAOX2tEXtSoftwareAdobe ImageReadyqe< PLTE0F}W(YtRNS@*0IDATxb`F D -`&400BJ 2QqHwmIENDB` - -WARC/1.0 -WARC-Type: request -WARC-Target-URI: http://dyomedea.com/images/fd-tetiere.png -WARC-Date: 2012-04-23T10:06:01Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/http; msgtype=request -Content-Length: 271 - -GET /images/fd-tetiere.png HTTP/1.0 -User-Agent: Mozilla/5.0 (compatible; heritrix/3.1.0 +http://owark.org) -Connection: close -Referer: http://dyomedea.com/styles/screen.css -Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 -Host: dyomedea.com - - - -WARC/1.0 -WARC-Type: metadata -WARC-Target-URI: http://dyomedea.com/images/fd-tetiere.png -WARC-Date: 2012-04-23T10:06:01Z -WARC-Concurrent-To: -WARC-Record-ID: -Content-Type: application/warc-fields -Content-Length: 234 - -via: http://dyomedea.com/styles/screen.css -hopsFromSeed: EE -fetchTimeMs: 60 -outlink: http://dyomedea.com/favicon.ico I =INFERRED_MISC -outlink: whois:95.142.167.137 I =INFERRED_MISC -outlink: whois:dyomedea.com I =INFERRED_MISC - - - diff --git a/archiver/pipelines/actions/README.txt b/archiver/pipelines/actions/README.txt deleted file mode 100644 index ca4c684..0000000 --- a/archiver/pipelines/actions/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -Pipelines in this directory are called by the scheduler. - -Their name is the name of the corresponding action. - -Inputs: - - * data: the action - -Outputs: None - -These pipelines must take care of removing the action from the queue once they are done. diff --git a/archiver/pipelines/actions/archive-resource.xpl b/archiver/pipelines/actions/archive-resource.xpl deleted file mode 100644 index 5bd6033..0000000 --- a/archiver/pipelines/actions/archive-resource.xpl +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - - - - - - - index.xml - - read - xquery - - - - - - - - - - - - - - - - - - - - - queue.xml - write - xquery - - - - - - - - - - - - - - - - - - - - - - - - -
- User-Agent - - - -
- archive -
-
- -
- - - - - - - - - - - - write - document - - - - - - - - - - - - - - - - - - - - - - - oxf:/actions/mediatypes/ - - .xpl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - rewritten- - - - write - document - - - - - - - - - - - - - - - - - - - index.xml - - write - xquery - - - - - - - - rewritten- - - - - - - - into $as - ]]> - - - - - - - - - - - - - queue.xml - write - xquery - - - - - - - - - - - - - - - - - into $q, - -for $a in /queue/action where $a/@uuid = $(uuid) return - update - delete $a - - ]]> - - - - - - - - - - - - - - - - - - - - index.xml - - write - xquery - - - - - - - - - - - into $as - ]]> - - - - - - - - - - - - - queue.xml - write - xquery - - - - - - - - - - - - - - - - - -
-
- - - -
diff --git a/archiver/pipelines/actions/archive-set.xpl b/archiver/pipelines/actions/archive-set.xpl deleted file mode 100644 index af4aa55..0000000 --- a/archiver/pipelines/actions/archive-set.xpl +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - queue.xml - write - xquery - - - / - - - - .xml - - - - - - - - - - - - - - - - - - - - - - - , - ) - into $q, - -for $a in /queue/action where $a/@uuid = $(uuid) return - update - delete $a - - ]]> - - - - - - - - - - - - - - - index.xml - - write - document - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/actions/crawler-beans-template.cxml b/archiver/pipelines/actions/crawler-beans-template.cxml deleted file mode 100644 index 42645dd..0000000 --- a/archiver/pipelines/actions/crawler-beans-template.cxml +++ /dev/null @@ -1,695 +0,0 @@ - - - - - - - - - - - -# This Properties map is specified in the Java 'property list' text format -# http://java.sun.com/javase/6/docs/api/java/util/Properties.html#load%28java.io.Reader%29 - -metadata.operatorContactUrl=http://owark.org -metadata.jobName=basic -metadata.description=Basic crawl starting with useful defaults - -##..more?..## - - - - - - - - - - -# URLS HERE - - - - - - - - - - - - - - - - -# [see override above] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/actions/cxml.xslt b/archiver/pipelines/actions/cxml.xslt deleted file mode 100644 index 13e70f2..0000000 --- a/archiver/pipelines/actions/cxml.xslt +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/actions/get-heritrix-warc.xpl b/archiver/pipelines/actions/get-heritrix-warc.xpl deleted file mode 100644 index a44d344..0000000 --- a/archiver/pipelines/actions/get-heritrix-warc.xpl +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - - - - - - - Accept - application/xml - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - - - - - - - - - queue.xml - write - xquery - - - - - - - - - - - - - - - - - - - - - - - - - - into $q, - -for $a in /queue/action where $a/@uuid = $(uuid) return - update - delete $a - - ]]> - - - - - - - - - - - - - - queue.xml - write - xquery - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/actions/heritrix-archive-set.xpl b/archiver/pipelines/actions/heritrix-archive-set.xpl deleted file mode 100644 index 799c167..0000000 --- a/archiver/pipelines/actions/heritrix-archive-set.xpl +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - Accept - application/xml - - - - - - create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Accept - application/xml - - - - - - build - - - - - - - - - - - Accept - application/xml - - - - - - launch - - - - - - - - - - - Accept - application/xml - - - - - - unpause - - - - - - - - - - - queue.xml - write - xquery - - - / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - index.xml - - write - document - - - - - - - - - - - - - - - - - - - - - into $q, - -for $a in /queue/action where $a/@uuid = $(uuid) return - update - delete $a - - ]]> - - - - - - - - - - diff --git a/archiver/pipelines/actions/mediatypes/README.txt b/archiver/pipelines/actions/mediatypes/README.txt deleted file mode 100644 index 4108dfa..0000000 --- a/archiver/pipelines/actions/mediatypes/README.txt +++ /dev/null @@ -1,13 +0,0 @@ -Pipelines in this directory are called by the archive-resource pipeline. - -Their name is the name of the media subtype. - -Inputs: - - * archive: the archive - -Outputs: - - * rewritten: the rewritten version of the document - * links: the list of rewritten links - diff --git a/archiver/pipelines/actions/mediatypes/common-rewrite.xsl b/archiver/pipelines/actions/mediatypes/common-rewrite.xsl deleted file mode 100644 index 75422f0..0000000 --- a/archiver/pipelines/actions/mediatypes/common-rewrite.xsl +++ /dev/null @@ -1,32 +0,0 @@ - - - - - Created on: May 4, 2012 - Author: vdv - Common functions and template for URL rewriting - - - - - - - - - - - - - - - - - local-name: - - - - - - - diff --git a/archiver/pipelines/actions/mediatypes/css.xpl b/archiver/pipelines/actions/mediatypes/css.xpl deleted file mode 100644 index 785ca8d..0000000 --- a/archiver/pipelines/actions/mediatypes/css.xpl +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - session - - - - - - - - - - - - - - text/css - text - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - url( - - ) - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/actions/mediatypes/html.xpl b/archiver/pipelines/actions/mediatypes/html.xpl deleted file mode 100644 index 2df89fc..0000000 --- a/archiver/pipelines/actions/mediatypes/html.xpl +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - session - - - - - - - - - - - - - - html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - application/xml - utf-8 - 1.0 - - - - - - - diff --git a/archiver/pipelines/actions/mediatypes/warc-css.xpl b/archiver/pipelines/actions/mediatypes/warc-css.xpl deleted file mode 100644 index bd45c19..0000000 --- a/archiver/pipelines/actions/mediatypes/warc-css.xpl +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - session - - - - - - - - - - - - - - text/css - text - - - - - - - - - - - - - - - - - - - - - - url( - - - - ) - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/actions/mediatypes/warc-html.xpl b/archiver/pipelines/actions/mediatypes/warc-html.xpl deleted file mode 100644 index 7a6bbda..0000000 --- a/archiver/pipelines/actions/mediatypes/warc-html.xpl +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - ENCODING : - - - - utf-8 - - - - - - - - - - - session - - - - true - - - - - - - - - - - - - - - - - true - text/html - true - html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/html - utf-8 - - - - - - - diff --git a/archiver/pipelines/actions/package-archive.xpl b/archiver/pipelines/actions/package-archive.xpl deleted file mode 100644 index da144d5..0000000 --- a/archiver/pipelines/actions/package-archive.xpl +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - - - - - - - index.xml - - read - document - - - - - - - - - - - - - request - - - - - - - - -
- - WARC-Type - warcinfo - - - WARC-Date - - - - - - WARC-Record-ID - - <urn:uuid: - - > - - - - Content-Type - application/warc-fields - -
- - - software - Owark 0.3 http://owark.org - - - format - WARC file version 0.18 - - -
- -
- - - -
-
-
- -
- - - - - - - - - - - - - - - read - document - - - - - - - - - - - - - - - - false - true - - - - - - - - - -
- - WARC-Type - request - - - WARC-Target-URI - - - - - - WARC-Date - - - - - - - WARC-Record-ID - - <urn:uuid: - - > - - - - Content-Type - application/http;msgtype=request - -
- - - -
-
- - - -
- - WARC-Type - response - - - WARC-Target-URI - - - - - - WARC-Date - - - - - - - WARC-Record-ID - - <urn:uuid: - - > - - - - Content-Type - application/http;msgtype=response - -
- - - -
-
- - - - - - -
-
-
-
- - - - - - - - - false - true - - - - - - - - - - - - - - - - - read - document - - - - - - - - - - - - request - - - - - - - - - - - - request - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /tmp/archive.zip - - - - - - - - - - - - - queue.xml - write - xquery - - - - - - - - - - - - - - - -
diff --git a/archiver/pipelines/actions/package-heritrix-warc.xpl b/archiver/pipelines/actions/package-heritrix-warc.xpl deleted file mode 100644 index af11d96..0000000 --- a/archiver/pipelines/actions/package-heritrix-warc.xpl +++ /dev/null @@ -1,387 +0,0 @@ - - - - - - - - - - - - - - - - binary - - - - - - - - false - - - - - - - - - - - - - - - - - - - - - - - text - - - - - - - - false - - - - - - - - - - - request - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - oxf:/actions/mediatypes/warc- - - .xpl - - - - - - - - - - - - - - - - - - - - - - - - - - - request - - - - - - - - - - - - - - - - - - request - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /tmp/archive.zip - - - - - - - - diff --git a/archiver/pipelines/actions/parse-log.xslt b/archiver/pipelines/actions/parse-log.xslt deleted file mode 100644 index d586d05..0000000 --- a/archiver/pipelines/actions/parse-log.xslt +++ /dev/null @@ -1,51 +0,0 @@ - - - - - Created on: Apr 26, 2012 - Author: vdv - See https://webarchive.jira.com/wiki/display/Heritrix/Logs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/actions/resource-index.xslt b/archiver/pipelines/actions/resource-index.xslt deleted file mode 100644 index 5fde793..0000000 --- a/archiver/pipelines/actions/resource-index.xslt +++ /dev/null @@ -1,119 +0,0 @@ - - - - - Created on: Apr 26, 2012 - Author: vdv - Create a resource index with links and local names from the Heritrix crawl log in XML format - - - - - - - - swf - - - html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - html - html - text - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/actions/warc-lib.xsl b/archiver/pipelines/actions/warc-lib.xsl deleted file mode 100644 index 722100f..0000000 --- a/archiver/pipelines/actions/warc-lib.xsl +++ /dev/null @@ -1,103 +0,0 @@ - - - - - Created on: Apr 13, 2012 - Author: vdv - Template library to produce WARC documents - - - - - WARC/0.18 - - - - - - - - - - : - - - - - - - - - - - - - - - - - - - Content-Length - - - - - - - - - - - - - - - - - - - - - - - - - - - HTTP/1.0 - - - - - - - - - HTTP/1.1 - - OK - - - - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/config.xml b/archiver/pipelines/config.xml deleted file mode 100644 index 3ea9597..0000000 --- a/archiver/pipelines/config.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - http://admin@localhost:8080/orbeon/exist/rest/db/ - owark/ - - Mozilla/5.0 (compatible; owark/0.3; http://owark.org/) - - - https://localhost:8443/engine - admin - envierse - - - diff --git a/archiver/pipelines/config/processors-local.xml b/archiver/pipelines/config/processors-local.xml deleted file mode 100644 index 0efa933..0000000 --- a/archiver/pipelines/config/processors-local.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/archiver/pipelines/data-access.xpl b/archiver/pipelines/data-access.xpl deleted file mode 100644 index 5b51749..0000000 --- a/archiver/pipelines/data-access.xpl +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Parameter not found in query - - - ' - - ' - - - - - - - (' - - ') - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/default-log4j.xml b/archiver/pipelines/default-log4j.xml deleted file mode 100644 index db0476d..0000000 --- a/archiver/pipelines/default-log4j.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/install-db.xpl b/archiver/pipelines/install-db.xpl deleted file mode 100644 index 49b8862..0000000 --- a/archiver/pipelines/install-db.xpl +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - index.xhtml - write - document - - - - - - Owark DB - - -

Owark db

- - -
- -
- - - - - - - - - - - queue.xml - write - document - - - - - - - - - - - - - - - - - -
diff --git a/archiver/pipelines/post-archive-request.xpl b/archiver/pipelines/post-archive-request.xpl deleted file mode 100644 index 09d6197..0000000 --- a/archiver/pipelines/post-archive-request.xpl +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - queue.xml - write - xquery - - - - - into $q - - ]]> - - - - - - - - - - diff --git a/archiver/pipelines/properties.xml b/archiver/pipelines/properties.xml deleted file mode 100644 index dcebaa7..0000000 --- a/archiver/pipelines/properties.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - diff --git a/archiver/pipelines/reinstall-db.xpl b/archiver/pipelines/reinstall-db.xpl deleted file mode 100644 index c6d8d52..0000000 --- a/archiver/pipelines/reinstall-db.xpl +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/scheduler.xpl b/archiver/pipelines/scheduler.xpl deleted file mode 100644 index 24ac531..0000000 --- a/archiver/pipelines/scheduler.xpl +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - queue.xml - read - xquery - - - - - - - - - - - - - - - oxf:/actions/ - - - .xpl - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/test/common-rewrite.xsl b/archiver/pipelines/test/common-rewrite.xsl deleted file mode 100644 index b3289e3..0000000 --- a/archiver/pipelines/test/common-rewrite.xsl +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - true - - - - - - - - - - - - - false - - - - - - - - - - - - - http://example.com/foo - - - - - - - - - - - - - http://owark.org/foo - - - - - - - - - - - - - http://owark.org/foo{{{{}}}} - - - - - - - - - - - - - http://gmpg.org/foo - - - - - - - - - - - ../gmpg.org/11-1.html - - - - - - - - - - - - diff --git a/archiver/pipelines/test/local-names.xml b/archiver/pipelines/test/local-names.xml deleted file mode 100644 index d26bf0f..0000000 --- a/archiver/pipelines/test/local-names.xml +++ /dev/null @@ -1,1728 +0,0 @@ - - - http://eric.van-der-vlist.com/blog/ - index.html - html - http://gmpg.org/xfn/11 - http://www.dailymotion.com/embed/video/xq0c5g - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-007.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-084.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-161.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-190.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-175.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-158.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/styles/shThemeDefault.css - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-040.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-005.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-128.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-097.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-115.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-033.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/twitter.png - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-003.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-123.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-074.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-184.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-081.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-142.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-111.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-000.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-032.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-160.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-152.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-058.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-169.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-167.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-025.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-023.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-004.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-011.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-012.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-131.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - http://eric.van-der-vlist.com/blog/comments/feed/ - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-127.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-102.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-166.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.css?ver=2.4 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-134.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-122.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-015.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-195.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-165.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-083.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-171.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-093.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/sociable.css?ver=5.13 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-186.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-019.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-192.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-042.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-113.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-038.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-014.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-182.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shAutoloader.js - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-116.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-077.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/identica.png - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-114.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-104.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-098.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-199.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/styles/shCore.css - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-020.jpg - http://eric.van-der-vlist.com/blog/wp-content/uploads/2012/03/848px-Cloud_computing.svg_.png - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-109.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-112.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-163.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-073.jpg - http://eric.van-der-vlist.com/blog/xmlrpc.php?rsd - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-194.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-108.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-026.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-022.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-148.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-055.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-024.jpg - http://eric.van-der-vlist.com/blog/feed/ - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-018.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-092.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-159.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-078.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-198.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-008.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.js?ver=519 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-030.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-156.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-193.jpg - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-133.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-124.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-177.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-100.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-187.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-051.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-060.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-185.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-017.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-121.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-105.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-179.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-183.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-036.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-072.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-176.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shCore.js - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-049.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-028.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-143.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-095.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-181.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-009.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-135.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-068.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-168.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-069.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-129.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-062.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-117.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-045.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-039.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-0.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-002.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-125.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-059.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-027.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-047.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-064.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-076.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-067.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-090.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-079.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-4.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-006.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0 - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-6.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-197.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-099.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-056.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-066.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-101.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-172.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-141.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-2.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/addtofavorites.png - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-139.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-041.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-150.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-5.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-119.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-162.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-029.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-110.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-191.jpg - http://eric.van-der-vlist.com/blog/wp-includes/wlwmanifest.xml - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/facebook.png - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-106.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-043.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-144.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-164.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-137.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-091.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-151.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-096.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-085.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-035.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-118.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-188.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-088.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/style.css - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-132.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-075.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-154.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-013.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-136.jpg - http://eric.van-der-vlist.com/blog/xmlrpc.php - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-016.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-3.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-189.jpg - http://eric.van-der-vlist.com/blog/wp-content/uploads/2011/12/oies-mouton.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-201.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-034.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-140.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-200.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-052.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-138.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/addtofavorites.js?ver=5.13 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-094.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-107.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-196.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-080.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-120.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-050.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-145.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-048.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-071.jpg - http://eric.van-der-vlist.com/blog/wp-content/themes/twentyten/style.css - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-147.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-063.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-021.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-146.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-054.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-061.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-053.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-089.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-126.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-046.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-031.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-010.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-086.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-155.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-057.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-149.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-1.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-103.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-044.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/delicious.png - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-001.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-173.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-174.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-082.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-130.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-153.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.06 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-065.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-037.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-178.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/xmlprague2012-140.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-157.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-170.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-087.jpg - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.css?ver=519 - http://eric.van-der-vlist.com/blog/wp-content/uploads/2012/03/800px-Cloud_types_fr.svg_.png - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-070.jpg - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-180.jpg - - - http://www.dailymotion.com/robots.txt - www.dailymotion.com/robots.txt - text - - - http://gmpg.org/robots.txt - gmpg.org/robots.txt - text - - - http://gmpg.org/xfn/11 - gmpg.org/11-1.html - html - http://gmpg.org/xfn/faq - http://gmpg.org/xfn/intro - http://gmpg.org/xfn/default.css - http://gmpg.org/xfn/ - - - http://www.dailymotion.com/embed/video/xq0c5g - www.dailymotion.com/xq0c5g.html - html - http://static1.dmcdn.net/images/black-loading.gif - http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.4.js - http://static1.dmcdn.net/css/gen/player.css.va4e3f1054a3a725a4 - http://static1.dmcdn.net/js/gen/widget/pack/player.js.vcdf8b34ef21a366e4 - - - http://gmpg.org/xfn/11.html - gmpg.org/11-2.html - html - http://gmpg.org/xfn/11 - - - http://www.dailymotion.com/sense/images/vs/tag.gif?routename=embed_player&pagename=player%2Fexternal&embedder=http%3A%2F%2Feric.van-der-vlist.com%2Fblog%2F&video=43685764&vchan=news&streammode=none&videotitle=%231+Clip+officiel+de+campagne+de+Fran%C3%A7ois+Hollande&explicit=0&videotype=official&user=francoishollande&usertype=official&revshare=1&locale=fr&asnum=AS12322&country=FR&lat=48.8667000000000&lng=2.3333000000000&rid=1335599021&urange=66&ff=on&log=1 - www.dailymotion.com/tag.gif - gif - - - http://b.scorecardresearch.com/robots.txt - b.scorecardresearch.com/robots.txt - text - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-007.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-007.jpg - jpeg - - - http://gmpg.org/xfn/faq - gmpg.org/faq-1.html - html - - - http://www.dailymotion.com/swf/video/xq0c5g - www.dailymotion.com/xq0c5g.swf - x-shockwave-flash - - - http://static2.dmcdn.net/static/video/467/586/43685764:jpeg_preview_large.jpg?20120419190724 - static2.dmcdn.net/43685764:jpeg_preview_large.jpg - jpeg - - - http://static1.dmcdn.net/js/lib/jquery-gestures.js - static1.dmcdn.net/jquery-gestures.js - x-javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-084.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-084.jpg - jpeg - - - http://gmpg.org/xfn/faq.html - gmpg.org/faq-2.html - html - http://gmpg.org/xfn/faq - - - http://www.dailymotion.com/logger/video/access/xq0c5g?session_id=&referer=http%3A%2F%2Feric.van-der-vlist.com%2Fblog%2F&country=FR&lon=2.3333000000000&lat=48.8667000000000&blog_key=&key=50l97s23f00n0adrsm36r20&v=4f9bc978&i=52ec2038&h=59fb555d779dce1d464f4e80975f9d5e - www.dailymotion.com/xq0c5g.gif - gif - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-161.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-161.jpg - jpeg - - - http://gmpg.org/favicon.ico - gmpg.org/favicon.ico - x-icon - - - http://static2.dmcdn.net/static/video/467/586/43685764:jpeg_preview_source.jpg?20120419190724 - static2.dmcdn.net/43685764:jpeg_preview_source.jpg - jpeg - - - http://static1.dmcdn.net/images/black-loading.gif - static1.dmcdn.net/black-loading.gif - gif - - - http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.4.js - ajax.aspnetcdn.com/jquery-1.6.4.js - x-javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-190.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-190.jpg - jpeg - - - http://get.adobe.com/flashplayer/ - get.adobe.com/index.html - html - - - http://www.dailymotion.com/video/xq0c5g_1-clip-officiel-de-campagne-de-francois-hollande_news - www.dailymotion.com/xq0c5g_1-clip-officiel-de-campagne-de-francois-hollande_news.html - html - - - http://gmpg.org/xfn/intro - gmpg.org/intro-1.html - html - - - http://static1.dmcdn.net/images/logo.svg.v921a9aade3b89c024 - static1.dmcdn.net/logo.svg.v921a9aade3b89c024 - svg+xml - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-175.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-175.jpg - jpeg - - - http://static1.dmcdn.net/images/logo_player_60.png.vc9f915283e740d294 - static1.dmcdn.net/logo_player_60.png.vc9f915283e740d294 - png - - - http://gmpg.org/xfn/intro.html - gmpg.org/intro-2.html - html - http://gmpg.org/xfn/intro - - - http://static2.dmcdn.net/static/video/467/586/43685764:jpeg_preview_medium.jpg?20120419190724 - static2.dmcdn.net/43685764:jpeg_preview_medium.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-158.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-158.jpg - jpeg - - - http://static1.dmcdn.net/images/logo_liveshow.svg.v9af830b373cfc7714 - static1.dmcdn.net/logo_liveshow.svg.v9af830b373cfc7714 - svg+xml - - - http://gmpg.org/xfn/default.css - gmpg.org/default.css - css - - - http://www.dailymotion.com/favicon.ico - www.dailymotion.com/favicon.ico - x-icon - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/styles/shThemeDefault.css - eric.van-der-vlist.com/shThemeDefault.css - css - - - http://static1.dmcdn.net/js/lib/jquery-hashchange.js - static1.dmcdn.net/jquery-hashchange.js - x-javascript - - - http://gmpg.org/xfn/ - gmpg.org/index.html - html - - - http://www.dailymotion.com/behavior/%session%/xq0c5g - www.dailymotion.com/xq0c5g.unknown - - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-040.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-040.jpg - jpeg - - - http://static1.dmcdn.net/js/lib/jquery-audience.js - static1.dmcdn.net/jquery-audience.js - x-javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-005.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-005.jpg - jpeg - - - http://static1.dmcdn.net/css/gen/player.css.va4e3f1054a3a725a4 - static1.dmcdn.net/player.css.va4e3f1054a3a725a4 - css - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-128.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-128.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-097.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-097.jpg - jpeg - - - http://static1.dmcdn.net/js/gen/widget/pack/player.js.vcdf8b34ef21a366e4 - static1.dmcdn.net/player.js.vcdf8b34ef21a366e4 - x-javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-115.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-115.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-033.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-033.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/twitter.png - eric.van-der-vlist.com/twitter.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-003.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-003.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-123.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-123.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-074.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-074.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-184.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-184.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-081.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-081.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-142.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-142.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-111.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-111.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-000.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-000.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-032.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-032.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-160.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-160.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-152.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-152.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-058.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-058.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-169.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-169.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-167.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-167.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-025.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-025.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-023.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-023.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-004.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-004.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-011.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-011.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-012.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-012.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-131.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-131.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - eric.van-der-vlist.com/shutter-reloaded.js - javascript - - - http://eric.van-der-vlist.com/blog/comments/feed/ - eric.van-der-vlist.com/index-1.xml - xml - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-127.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-127.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-102.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-102.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-166.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-166.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.css?ver=2.4 - eric.van-der-vlist.com/shutter-reloaded.css - css - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-134.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-134.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-122.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-122.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-015.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-015.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-195.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-195.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-165.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-165.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-083.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-083.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-171.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-171.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-093.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-093.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/sociable.css?ver=5.13 - eric.van-der-vlist.com/sociable.css - css - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-186.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-186.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-019.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-019.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-192.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-192.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-042.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-042.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-113.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-113.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-038.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-038.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-014.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-014.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-182.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-182.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shAutoloader.js - eric.van-der-vlist.com/shAutoloader.js - javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-116.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-116.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-077.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-077.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/identica.png - eric.van-der-vlist.com/identica.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-114.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-114.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-104.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-104.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-098.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-098.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-199.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-199.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/styles/shCore.css - eric.van-der-vlist.com/shCore.css - css - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-020.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-020.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/uploads/2012/03/848px-Cloud_computing.svg_.png - eric.van-der-vlist.com/848px-Cloud_computing.svg_.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-109.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-109.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-112.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-112.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-163.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-163.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-073.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-073.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/xmlrpc.php?rsd - eric.van-der-vlist.com/xmlrpc-1.php - xml - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-194.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-194.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-108.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-108.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-026.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-026.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-022.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-022.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-148.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-148.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-055.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-055.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-024.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-024.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/feed/ - eric.van-der-vlist.com/index-2.xml - xml - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-018.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-018.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-092.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-092.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-159.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-159.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-078.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-078.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-198.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-198.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-008.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-008.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.js?ver=519 - eric.van-der-vlist.com/openid.js - javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-030.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-030.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-156.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-156.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-193.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-193.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - eric.van-der-vlist.com/jquery.js - javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-133.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-133.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-124.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-124.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-177.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-177.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-100.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-100.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-187.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-187.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-051.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-051.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-060.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-060.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-185.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-185.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-017.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-017.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-121.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-121.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-105.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-105.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-179.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-179.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-183.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-183.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-036.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-036.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-072.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-072.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-176.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-176.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shCore.js - eric.van-der-vlist.com/shCore.js - javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-049.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-049.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-028.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-028.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-143.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-143.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-095.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-095.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-181.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-181.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-009.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-009.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-135.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-135.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-068.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-068.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-168.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-168.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-069.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-069.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-129.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-129.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-062.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-062.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png - eric.van-der-vlist.com/stumbleupon.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-117.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-117.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-045.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-045.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-039.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-039.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-0.jpg - eric.van-der-vlist.com/thumbs_capture-0.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-002.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-002.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-125.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-125.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-059.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-059.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-027.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-027.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-047.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-047.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-064.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-064.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-076.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-076.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-067.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-067.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-090.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-090.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-079.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-079.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-4.jpg - eric.van-der-vlist.com/thumbs_capture-4.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-006.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-006.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0 - eric.van-der-vlist.com/nggallery.css - css - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/css/albumset.gif - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-6.jpg - eric.van-der-vlist.com/thumbs_capture-6.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-197.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-197.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-099.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-099.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-056.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-056.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-066.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-066.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-101.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-101.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-172.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-172.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-141.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-141.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-2.jpg - eric.van-der-vlist.com/thumbs_capture-2.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/addtofavorites.png - eric.van-der-vlist.com/addtofavorites.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-139.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-139.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-041.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-041.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-150.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-150.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-5.jpg - eric.van-der-vlist.com/thumbs_capture-5.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-119.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-119.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-162.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-162.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-029.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-029.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-110.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-110.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-191.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-191.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-includes/wlwmanifest.xml - eric.van-der-vlist.com/wlwmanifest.xml - xml - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/facebook.png - eric.van-der-vlist.com/facebook.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-106.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-106.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-043.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-043.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-144.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-144.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995 - eric.van-der-vlist.com/jquery.cycle.all.min.js - javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-164.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-164.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-137.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-137.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-091.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-091.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-151.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-151.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-096.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-096.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-085.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-085.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-035.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-035.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-118.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-118.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-188.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-188.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-088.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-088.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/style.css - eric.van-der-vlist.com/style-1.css - css - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/important.png - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/help.png - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/note.png - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/tip.png - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/warning.png - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-132.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-132.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-075.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-075.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-154.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-154.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-013.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-013.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-136.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-136.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/xmlrpc.php - eric.van-der-vlist.com/xmlrpc-2.php - text - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-016.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-016.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-3.jpg - eric.van-der-vlist.com/thumbs_capture-3.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-189.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-189.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/uploads/2011/12/oies-mouton.jpg - eric.van-der-vlist.com/oies-mouton.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-201.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-201.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-034.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-034.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-140.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-140.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-200.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-200.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-052.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-052.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-138.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-138.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/addtofavorites.js?ver=5.13 - eric.van-der-vlist.com/addtofavorites.js - javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-094.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-094.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-107.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-107.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-196.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-196.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-080.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-080.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-120.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-120.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-050.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-050.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-145.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-145.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-048.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-048.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-071.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-071.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/themes/twentyten/style.css - eric.van-der-vlist.com/style-2.css - css - http://eric.van-der-vlist.com/blog/wp-content/themes/twentyten/images/wordpress.png - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-147.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-147.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-063.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-063.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-021.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-021.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-146.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-146.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-054.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-054.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-061.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-061.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-053.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-053.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-089.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-089.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-126.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-126.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-046.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-046.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-031.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-031.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-010.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-010.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-086.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-086.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-155.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-155.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-057.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-057.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-149.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-149.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-1.jpg - eric.van-der-vlist.com/thumbs_capture-1.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-103.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-103.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-044.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-044.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/delicious.png - eric.van-der-vlist.com/delicious.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-001.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-001.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-173.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-173.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-174.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-174.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-082.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-082.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-130.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-130.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-153.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-153.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.06 - eric.van-der-vlist.com/ngg.slideshow.min.js - javascript - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-065.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-065.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-037.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-037.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-178.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-178.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/xmlprague2012-140.jpg - eric.van-der-vlist.com/xmlprague2012-140.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-157.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-157.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-170.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-170.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-087.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-087.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.css?ver=519 - eric.van-der-vlist.com/openid.css - css - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/ajax-loader.gif - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.gif - - - http://eric.van-der-vlist.com/blog/wp-content/uploads/2012/03/800px-Cloud_types_fr.svg_.png - eric.van-der-vlist.com/800px-Cloud_types_fr.svg_.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-070.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-070.jpg - jpeg - - - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-180.jpg - eric.van-der-vlist.com/thumbs_xmlprague2012-180.jpg - jpeg - - - http://eric.van-der-vlist.com/ - eric.van-der-vlist.com/index-2.html - html - - - http://eric.van-der-vlist.com/blog/2008/01/10/to-xforms-or-not-to-xforms/ - eric.van-der-vlist.com/index-4.html - html - http://eric.van-der-vlist.com/blog/L/t - - - http://eric.van-der-vlist.com/blog/?a.offsetWidth:a.offsetHeight,e=b=== - eric.van-der-vlist.com/index-5.html - html - - - http://eric.van-der-vlist.com/blog/?this.style.display= - eric.van-der-vlist.com/index-6.html - html - - - http://eric.van-der-vlist.com/blog/2005/11/22/1614_the_complex_simple_problem_of_media_types/ - eric.van-der-vlist.com/index-8.html - html - http://eric.van-der-vlist.com/blog/.16 - - - http://eric.van-der-vlist.com/blog/2005/12/23/1737_treebind_data_binding_and_design_patterns/ - eric.van-der-vlist.com/index-9.html - html - http://eric.van-der-vlist.com/blog/.17 - - - http://eric.van-der-vlist.com/blog/gallery/conferences/2002introebxml/ - eric.van-der-vlist.com/index-10.html - html - http://eric.van-der-vlist.com/blog/.20 - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/css/albumset.gif - eric.van-der-vlist.com/albumset.gif - gif - - - http://eric.van-der-vlist.com/blog/?0:n.fx== - eric.van-der-vlist.com/index-11.html - html - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/important.png - eric.van-der-vlist.com/important.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/help.png - eric.van-der-vlist.com/help.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/note.png - eric.van-der-vlist.com/note.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/tip.png - eric.van-der-vlist.com/tip.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/warning.png - eric.van-der-vlist.com/warning.png - png - - - http://eric.van-der-vlist.com/blog/wp-content/themes/twentyten/images/wordpress.png - eric.van-der-vlist.com/wordpress.png - png - - - http://eric.van-der-vlist.com/blog/index.php?callback=json&api_key=true&format=json&method=gallery&id= - eric.van-der-vlist.com/index.php - json - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/ajax-loader.gif - eric.van-der-vlist.com/ajax-loader.gif - gif - - - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.gif - eric.van-der-vlist.com/openid.gif - gif - - diff --git a/archiver/pipelines/test/local-names.xsl b/archiver/pipelines/test/local-names.xsl deleted file mode 100644 index d991501..0000000 --- a/archiver/pipelines/test/local-names.xsl +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/test/log.xml b/archiver/pipelines/test/log.xml deleted file mode 100644 index cb9eb1e..0000000 --- a/archiver/pipelines/test/log.xml +++ /dev/null @@ -1,4281 +0,0 @@ - - - 2012-04-28T07:43:22.641Z - 1 - 59 - dns:eric.van-der-vlist.com - P - http://eric.van-der-vlist.com/blog/ - text/dns - 20120428074321575+564 - sha1:OASKRCDJVHPVWDSM36DYIUGBWWKDKRG3 - - - 2012-04-28T07:43:25.819Z - 404 - 280 - http://eric.van-der-vlist.com/robots.txt - P - http://eric.van-der-vlist.com/blog/ - text/html - 20120428074325644+174 - sha1:TTORY5MW7UZHVOIQKELUUCXICZHKLF2E - - - 2012-04-28T07:43:34.697Z - 200 - 274248 - http://eric.van-der-vlist.com/blog/ - - - - - text/html - 20120428074328821+2323 - sha1:362PZQPZKN2K4N2JF5N67HIC3YT4MBUM - - - 2012-04-28T07:43:34.722Z - 1 - 50 - dns:gmpg.org - EP - http://gmpg.org/xfn/11 - text/dns - 20120428074334698+24 - sha1:NCSZCZ7AUQPENZOPNQXVSGMH5KUQ2Q3V - - - 2012-04-28T07:43:34.751Z - 1 - 150 - dns:www.dailymotion.com - EP - http://www.dailymotion.com/embed/video/xq0c5g - text/dns - 20120428074334724+27 - sha1:KUCF5HB4EZ2JQQGHL6QHLBFKJCXUFTXN - - - 2012-04-28T07:43:35.308Z - 2001 - 1493 - whois://whois.arin.net/z+%2B+95.142.167.137 - IP - whois:95.142.167.137 - text/plain - - - - - - - 2012-04-28T07:43:35.577Z - 2001 - 1875 - whois://whois.ripe.net:43/95.142.167.137 - IP - whois:95.142.167.137 - text/plain - - - - - - - 2012-04-28T07:43:35.578Z - 2002 - - - whois:95.142.167.137 - I - http://eric.van-der-vlist.com/blog/ - unknown - - - - - - - 2012-04-28T07:43:36.905Z - 2001 - 1830 - whois://whois.iana.org/com - IP - whois:van-der-vlist.com - text/plain - - - - - - - 2012-04-28T07:43:37.718Z - 2001 - 2827 - whois://whois.verisign-grs.com/domain+van-der-vlist.com - IP - whois:van-der-vlist.com - text/plain - - - - - - - 2012-04-28T07:43:37.892Z - 2001 - 2527 - whois://whois.gandi.net/van-der-vlist.com - IP - whois:van-der-vlist.com - text/plain - - - - - - - 2012-04-28T07:43:37.956Z - 200 - 1821 - http://www.dailymotion.com/robots.txt - EP - http://www.dailymotion.com/embed/video/xq0c5g - text/plain - 20120428074337892+61 - sha1:6MMZMSF2A4EG57GPG4TNIV4NSYEDXQBX - - - 2012-04-28T07:43:37.958Z - 2002 - - - whois:van-der-vlist.com - I - http://eric.van-der-vlist.com/blog/ - unknown - - - - - - - 2012-04-28T07:43:37.972Z - 200 - 25 - http://gmpg.org/robots.txt - EP - http://gmpg.org/xfn/11 - text/plain - 20120428074337758+213 - sha1:PIBOAFKYXXCJOU3XZKF3BWLFJJNRCSGE - - - 2012-04-28T07:43:41.217Z - 200 - 5847 - http://gmpg.org/xfn/11 - E - http://eric.van-der-vlist.com/blog/ - text/html - 20120428074340974+237 - sha1:RHQUO6WMEZRTL57ZGDBR4Q66MDQ274GG - - - 2012-04-28T07:43:42.895Z - 2001 - 1757 - whois://whois.arin.net/z+%2B+72.36.210.131 - EIP - whois:72.36.210.131 - text/plain - - - - - - - 2012-04-28T07:43:42.908Z - 200 - 8152 - http://www.dailymotion.com/embed/video/xq0c5g - E - http://eric.van-der-vlist.com/blog/ - text/html - 20120428074340959+592 - sha1:UI2BJ5TRVNKF7P2NB7PGXFAQC6HW4ZBQ - - - 2012-04-28T07:43:42.959Z - 1 - 111 - dns:ajax.aspnetcdn.com - EEP - http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.4.js - text/dns - 20120428074342909+50 - sha1:OLBMNWR4I6ECXGXNBY7SGDA6ELSSRIHK - - - 2012-04-28T07:43:42.992Z - 1 - 65 - dns:static1.dmcdn.net - EXP - http://static1.dmcdn.net/js/lib/jquery-gestures.js - text/dns - 20120428074342961+31 - sha1:OLWNRB5XM5GKTPWZ45JWLZGANXAUEY24 - - - 2012-04-28T07:43:43.017Z - 1 - 65 - dns:static2.dmcdn.net - EXP - http://static2.dmcdn.net/static/video/467/586/43685764:jpeg_preview_large.jpg?20120419190724 - text/dns - 20120428074342994+22 - sha1:FRUW2IPZHQ5QPPJEVJKITDGXWQZXXBEW - - - 2012-04-28T07:43:43.053Z - 1 - 58 - dns:get.adobe.com - EXP - http://get.adobe.com/flashplayer/ - text/dns - 20120428074343019+34 - sha1:PPEKR3YAYJKR55OT65NDNJJIZATXIMDU - - - 2012-04-28T07:43:43.108Z - 1 - 107 - dns:b.scorecardresearch.com - EXP - http://b.scorecardresearch.com/b?c1=1&c2=4000005&c3=4000005&c4=800000&c5=020100&c6=xq0c5g - text/dns - 20120428074343056+51 - sha1:3OFWDGIMKLV5CGFSXJDJ5SNXIJHJ65HZ - - - 2012-04-28T07:43:43.829Z - 2001 - 824 - whois://rwhois.layeredtech.com:4321/72.36.210.131 - EIP - whois:72.36.210.131 - text/plain - - - - - - - 2012-04-28T07:43:43.830Z - 2002 - - - whois:72.36.210.131 - EI - http://gmpg.org/xfn/11 - unknown - - - - - - - 2012-04-28T07:43:44.217Z - 2001 - 1680 - whois://whois.iana.org/org - EIP - whois:gmpg.org - text/plain - - - - - - - 2012-04-28T07:43:44.500Z - 200 - 5847 - http://gmpg.org/xfn/11.html - ER - http://gmpg.org/xfn/11 - text/html - 20120428074344219+276 - sha1:RHQUO6WMEZRTL57ZGDBR4Q66MDQ274GG - - - 2012-04-28T07:43:44.977Z - 2001 - 2762 - whois://whois.pir.org/gmpg.org - EIP - whois:gmpg.org - text/plain - - - - - - - 2012-04-28T07:43:44.978Z - 2002 - - - whois:gmpg.org - EI - http://gmpg.org/xfn/11 - unknown - - - - - - - 2012-04-28T07:43:45.525Z - 2001 - 1696 - whois://whois.arin.net/z+%2B+195.8.215.138 - EIP - whois:195.8.215.138 - text/plain - - - - - - - 2012-04-28T07:43:45.625Z - 2001 - 2183 - whois://whois.ripe.net:43/195.8.215.138 - EIP - whois:195.8.215.138 - text/plain - - - - - - - 2012-04-28T07:43:45.626Z - 2002 - - - whois:195.8.215.138 - EI - http://www.dailymotion.com/embed/video/xq0c5g - unknown - - - - - - - 2012-04-28T07:43:45.873Z - 2001 - 2776 - whois://whois.verisign-grs.com/domain+dailymotion.com - EIP - whois:dailymotion.com - text/plain - - - - - - - 2012-04-28T07:43:46.267Z - 200 - 42 - http://www.dailymotion.com/sense/images/vs/tag.gif?routename=embed_player&pagename=player%2Fexternal&embedder=http%3A%2F%2Feric.van-der-vlist.com%2Fblog%2F&video=43685764&vchan=news&streammode=none&videotitle=%231+Clip+officiel+de+campagne+de+Fran%C3%A7ois+Hollande&explicit=0&videotype=official&user=francoishollande&usertype=official&revshare=1&locale=fr&asnum=AS12322&country=FR&lat=48.8667000000000&lng=2.3333000000000&rid=1335599021&urange=66&ff=on&log=1 - EX - http://www.dailymotion.com/embed/video/xq0c5g - image/gif - 20120428074346110+155 - sha1:TUA4YXOI4BBMBVFNNT5YWOWDR2CKL347 - - - 2012-04-28T07:43:46.542Z - 2001 - 3146 - whois://whois.mailclub.net/dailymotion.com - EIP - whois:dailymotion.com - text/plain - - - - - - - 2012-04-28T07:43:46.611Z - 404 - 169 - http://static1.dmcdn.net/robots.txt - EXP - http://static1.dmcdn.net/js/lib/jquery-gestures.js - text/html - 20120428074346543+66 - sha1:ZHIM7FKQDZ5NNFI4JG4ZMBFSVIRGZS2Y - - - 2012-04-28T07:43:46.664Z - 404 - 169 - http://static2.dmcdn.net/robots.txt - EXP - http://static2.dmcdn.net/static/video/467/586/43685764:jpeg_preview_large.jpg?20120419190724 - text/html - 20120428074346612+51 - sha1:ZHIM7FKQDZ5NNFI4JG4ZMBFSVIRGZS2Y - - - 2012-04-28T07:43:46.896Z - 2002 - - - whois:dailymotion.com - EI - http://www.dailymotion.com/embed/video/xq0c5g - unknown - - - - - - - 2012-04-28T07:43:47.288Z - 404 - 80116 - http://ajax.aspnetcdn.com/robots.txt - EEP - http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.4.js - text/html - 20120428074346273+1014 - sha1:CURW6XWNAE2R5YGTWARB3PXS6EH4CQTA - - - 2012-04-28T07:43:47.313Z - 200 - 28 - http://b.scorecardresearch.com/robots.txt - EXP - http://b.scorecardresearch.com/b?c1=1&c2=4000005&c3=4000005&c4=800000&c5=020100&c6=xq0c5g - text/plain - 20120428074346896+415 - sha1:RCUDSDNRYLD2RA7QLEGY4UHO2S5MF33D - - - 2012-04-28T07:43:47.356Z - 200 - 7085 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-007.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074346896+458 - sha1:3KYMER4AQ4ZLTOIABBTOBFHQLUSW7VCM - - - 2012-04-28T07:43:47.874Z - 404 - 39444 - http://get.adobe.com/robots.txt - EXP - http://get.adobe.com/flashplayer/ - text/html - 20120428074346666+1205 - sha1:UQQA2EUSFO3E55ST4ILZRMBP66WF44QE - - - 2012-04-28T07:43:48.139Z - 200 - 7342 - http://gmpg.org/xfn/faq - EE - http://gmpg.org/xfn/11 - text/html - 20120428074347875+260 - sha1:MHHMH26CWO42L2BKTEYD7CEKZGLDKXMJ - - - 2012-04-28T07:43:49.290Z - -9998 - - - http://www.dailymotion.com/cdn/H264-512x384/video/xq0c5g.mp4?auth=1335771821-a83715b0da3d8e51dae6014181e3a012 - EX - http://www.dailymotion.com/embed/video/xq0c5g - unknown - - - - - - - 2012-04-28T07:43:49.788Z - 200 - 8113 - http://www.dailymotion.com/swf/video/xq0c5g - EX - http://www.dailymotion.com/embed/video/xq0c5g - application/x-shockwave-flash - 20120428074349291+390 - sha1:IHQAAGDMCEHZFR6E72DQ4LFVFL652ARI - - - 2012-04-28T07:43:50.314Z - -9998 - - - http://b.scorecardresearch.com/b?c1=1&c2=4000005&c3=4000005&c4=800000&c5=020100&c6=xq0c5g - EX - http://www.dailymotion.com/embed/video/xq0c5g - unknown - - - - - - - 2012-04-28T07:43:50.585Z - 200 - 18554 - http://static2.dmcdn.net/static/video/467/586/43685764:jpeg_preview_large.jpg?20120419190724 - EX - http://www.dailymotion.com/embed/video/xq0c5g - image/jpeg - 20120428074349897+687 - sha1:7LPWDTVPCSFRGER4FKVKEJUJ5FSHDIUJ - - - 2012-04-28T07:43:50.703Z - 200 - 49490 - http://static1.dmcdn.net/js/lib/jquery-gestures.js - EX - http://www.dailymotion.com/embed/video/xq0c5g - application/x-javascript - 20120428074349789+909 - sha1:FSFMM2VIUQ6RFPNV2V442L2YIWKH2UYK - - - 2012-04-28T07:43:50.934Z - 200 - 8574 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-084.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074350358+575 - sha1:5P6XXP2XM3OS4MYEQJBQIHX7E4ZBDIRR - - - 2012-04-28T07:43:51.582Z - 200 - 7339 - http://gmpg.org/xfn/faq.html - EER - http://gmpg.org/xfn/faq - text/html - 20120428074351141+438 - sha1:4J4JRERTMZJ5QVGFPTODB5KLEEXDEK2K - - - 2012-04-28T07:43:53.305Z - 200 - 43 - http://www.dailymotion.com/logger/video/access/xq0c5g?session_id=&referer=http%3A%2F%2Feric.van-der-vlist.com%2Fblog%2F&country=FR&lon=2.3333000000000&lat=48.8667000000000&blog_key=&key=50l97s23f00n0adrsm36r20&v=4f9bc978&i=52ec2038&h=59fb555d779dce1d464f4e80975f9d5e - EX - http://www.dailymotion.com/embed/video/xq0c5g - image/gif - 20120428074352899+405 - sha1:KCZQ7VPYPSC74XF2EY24XAZRNSTREUGX - - - 2012-04-28T07:43:54.851Z - 200 - 8218 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-161.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074354307+542 - sha1:X3O72UVWGXTSMCJRN54CTVAANQOWUIZU - - - 2012-04-28T07:43:55.101Z - 200 - 0 - http://gmpg.org/favicon.ico - EI - http://gmpg.org/xfn/11 - image/x-icon - 20120428074354587+513 - sha1:3I42H3S6NNFQ2MSVX7XZKYAYSCX5QBYJ - - - 2012-04-28T07:43:55.858Z - 200 - 45564 - http://static2.dmcdn.net/static/video/467/586/43685764:jpeg_preview_source.jpg?20120419190724 - EX - http://www.dailymotion.com/embed/video/xq0c5g - image/jpeg - 20120428074354316+1541 - sha1:ISJBCXK74BEVPTA2CU4IX4LPJ2TOMI5X - - - 2012-04-28T07:43:56.017Z - 200 - 3208 - http://static1.dmcdn.net/images/black-loading.gif - EE - http://www.dailymotion.com/embed/video/xq0c5g - image/gif - 20120428074355705+311 - sha1:KDBRLBQEMFY6MXJTO3C22LYH3S2WNXTJ - - - 2012-04-28T07:43:58.374Z - 200 - 238159 - http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.4.js - EE - http://www.dailymotion.com/embed/video/xq0c5g - application/x-javascript - 20120428074352584+5769 - sha1:SIPHOAVMTZGEUS6KAUVXXSB3AMCEIDXD - - - 2012-04-28T07:43:58.484Z - 200 - 8218 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-190.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074357860+622 - sha1:QJPHMBELXZ2ALCRWL2GDMWJOJWQYX2ID - - - 2012-04-28T07:43:58.494Z - 200 - 39040 - http://get.adobe.com/flashplayer/ - EX - http://www.dailymotion.com/embed/video/xq0c5g - text/html - 20120428074353936+4535 - sha1:6AWGE7LRPVC2LBXQ4R6I3CYGZQLHWSQ3 - - - 2012-04-28T07:43:58.522Z - 200 - 75945 - http://www.dailymotion.com/video/xq0c5g_1-clip-officiel-de-campagne-de-francois-hollande_news - EX - http://www.dailymotion.com/embed/video/xq0c5g - text/html - 20120428074356853+1642 - sha1:INANYCB5OOW3546PU3WZGRI73ET35RA6 - - - 2012-04-28T07:43:58.805Z - 200 - 16269 - http://gmpg.org/xfn/intro - EE - http://gmpg.org/xfn/11 - text/html - 20120428074358103+697 - sha1:EBE7VJKDDMOSKOE3LR2DT5IYZWYUF56M - - - 2012-04-28T07:43:59.230Z - 200 - 8727 - http://static1.dmcdn.net/images/logo.svg.v921a9aade3b89c024 - EX - http://www.dailymotion.com/embed/video/xq0c5g - image/svg+xml - 20120428074359019+210 - sha1:4RCN7NSBVTBHDTPUZVD5NFIC7YILHTER - - - 2012-04-28T07:44:01.961Z - 200 - 8498 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-175.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074401807+153 - sha1:KBP6VXLMTFR2NYDUDPKVRQ6C5K7X2HJI - - - 2012-04-28T07:44:02.377Z - 200 - 2350 - http://static1.dmcdn.net/images/logo_player_60.png.vc9f915283e740d294 - EX - http://www.dailymotion.com/embed/video/xq0c5g - image/png - 20120428074402232+144 - sha1:CKEMMMN6BLV37E5MCOGDDNFNBC6XA4QW - - - 2012-04-28T07:44:02.843Z - 200 - 16268 - http://gmpg.org/xfn/intro.html - EER - http://gmpg.org/xfn/intro - text/html - 20120428074402376+463 - sha1:DT5F5DHYWSSXFJ3QRJPGCMCJDBIJ4MSE - - - 2012-04-28T07:44:04.004Z - 200 - 5740 - http://static2.dmcdn.net/static/video/467/586/43685764:jpeg_preview_medium.jpg?20120419190724 - EX - http://www.dailymotion.com/embed/video/xq0c5g - image/jpeg - 20120428074403844+159 - sha1:ZWNBWMLRUAJAS55BQOLIGBDJLTBI3MQC - - - 2012-04-28T07:44:05.156Z - 200 - 8814 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-158.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074404963+192 - sha1:GIPOPRSF5BJRITMUWPI5Q45QPKT736LF - - - 2012-04-28T07:44:05.489Z - 200 - 4185 - http://static1.dmcdn.net/images/logo_liveshow.svg.v9af830b373cfc7714 - EX - http://www.dailymotion.com/embed/video/xq0c5g - image/svg+xml - 20120428074405379+109 - sha1:IQWABEZPBZWQ5YEMUGF6VNSEHSY4JN4W - - - 2012-04-28T07:44:06.270Z - 200 - 2067 - http://gmpg.org/xfn/default.css - EE - http://gmpg.org/xfn/11 - text/css - 20120428074405901+368 - sha1:SRZ3V3BQQQZNXJUVXQRFFPDDIFSS55ZX - - - 2012-04-28T07:44:07.293Z - 200 - 10806 - http://www.dailymotion.com/favicon.ico - EI - http://www.dailymotion.com/embed/video/xq0c5g - image/x-icon - 20120428074406901+391 - sha1:DVN5ELSKPK5RNNNHDFDETZXVWRSUDEFJ - - - 2012-04-28T07:44:08.339Z - 200 - 2877 - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/styles/shThemeDefault.css - E - http://eric.van-der-vlist.com/blog/ - text/css - 20120428074408158+179 - sha1:TB6JQ5ZVXNVYTFFK6IB6I45TGVTVO3RB - - - 2012-04-28T07:44:08.682Z - 200 - 16427 - http://static1.dmcdn.net/js/lib/jquery-hashchange.js - EX - http://www.dailymotion.com/embed/video/xq0c5g - application/x-javascript - 20120428074408491+188 - sha1:JP5N73IHNKWUAFPB7GXFCQNQ5IPA3DKV - - - 2012-04-28T07:44:09.500Z - 200 - 4169 - http://gmpg.org/xfn/ - EE - http://gmpg.org/xfn/11 - text/html - 20120428074409271+225 - sha1:ZDKXU5BLH75OUJSOIT7TJW6A6TSNUKL3 - - - 2012-04-28T07:44:10.295Z - -9998 - - - http://www.dailymotion.com/cdn/H264-320x240/video/xq0c5g.mp4?auth=1335771821-1ab05c8f54b6260d2069564853f16c44 - EX - http://www.dailymotion.com/embed/video/xq0c5g - unknown - - - - - - - 2012-04-28T07:44:10.374Z - 200 - 0 - http://www.dailymotion.com/behavior/%session%/xq0c5g - EX - http://www.dailymotion.com/embed/video/xq0c5g - unknown - 20120428074410296+77 - sha1:3I42H3S6NNFQ2MSVX7XZKYAYSCX5QBYJ - - - 2012-04-28T07:44:11.486Z - 200 - 8704 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-040.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074411341+143 - sha1:VWYEUMEN4ZLJR7VM6CHQGTMS6ZUDKVCB - - - 2012-04-28T07:44:11.797Z - 200 - 1783 - http://static1.dmcdn.net/js/lib/jquery-audience.js - EX - http://www.dailymotion.com/embed/video/xq0c5g - application/x-javascript - 20120428074411684+112 - sha1:B63HVBUUGRVNDEXRI4H2LKUYTURLN32T - - - 2012-04-28T07:44:14.689Z - 200 - 7254 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-005.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074414487+201 - sha1:4BEYJH5G7ANQRHEHWN6BFQQSJGX6PPUM - - - 2012-04-28T07:44:14.989Z - 200 - 6670 - http://static1.dmcdn.net/css/gen/player.css.va4e3f1054a3a725a4 - EE - http://www.dailymotion.com/embed/video/xq0c5g - text/css - 20120428074414799+189 - sha1:GRTRLYEWHAU2PKXPHQ3SSB5YNRG56XCP - - - 2012-04-28T07:44:17.882Z - 200 - 8884 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-128.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074417691+190 - sha1:C3FYXELYOULVZBBF5Y52LQTQC2ESBCUU - - - 2012-04-28T07:44:21.109Z - 200 - 8510 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-097.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074420884+224 - sha1:WJ35Q2HATJ4INX6RGULFUYWWZFH4C5YH - - - 2012-04-28T07:44:23.082Z - 200 - 37050 - http://static1.dmcdn.net/js/gen/widget/pack/player.js.vcdf8b34ef21a366e4 - EE - http://www.dailymotion.com/embed/video/xq0c5g - application/x-javascript - 20120428074417991+5080 - sha1:4Q3E5HPJXRZCZEZ5M4OALDSKYUIPL75H - - - 2012-04-28T07:44:24.542Z - 200 - 8620 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-115.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074424111+430 - sha1:FAKIPTNDK67DNPAJC6ZLWNDLM2KRPAHA - - - 2012-04-28T07:44:27.979Z - 200 - 8309 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-033.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074427544+434 - sha1:UGN3LW3ICQDOH6MPFJAZ2LD7GQDZFGAP - - - 2012-04-28T07:44:31.051Z - 200 - 385 - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/twitter.png - E - http://eric.van-der-vlist.com/blog/ - image/png - 20120428074430981+69 - sha1:3D6EL4DQZE7RABBDXNPHETBDSTQGMTJJ - - - 2012-04-28T07:44:34.183Z - 200 - 6526 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-003.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074434086+96 - sha1:AIMK2DASVGBQWVAE4ODR2BZMTR5EON6R - - - 2012-04-28T07:44:37.291Z - 200 - 8930 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-123.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074437185+105 - sha1:5ZQBGVGBGW3EWTFMIOP4GBT4OVX5DRXI - - - 2012-04-28T07:44:40.411Z - 200 - 7945 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-074.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074440293+117 - sha1:GXUEC7U5WLDK2WDY7GUJH3Q2GMKGWG3X - - - 2012-04-28T07:44:43.557Z - 200 - 9005 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-184.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074443412+144 - sha1:JHO7YDF5YUKO34KMB665NLS5P5QVL4FD - - - 2012-04-28T07:44:46.820Z - 200 - 8813 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-081.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074446559+259 - sha1:X5SYUQCKD6MSPTA4PDBTVT2DWSUZK7TO - - - 2012-04-28T07:44:50.320Z - 200 - 7835 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-142.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074449821+498 - sha1:BN7I66F4LVGEYGNOIKZ2AJHEYZTH5EVS - - - 2012-04-28T07:44:53.435Z - 200 - 8006 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-111.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074453321+113 - sha1:P4JPSNETUB6PANBHUK2K2XEZC5WJEH54 - - - 2012-04-28T07:44:56.547Z - 200 - 9643 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-000.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074456437+109 - sha1:KN23I5CH773AMUENDBILFQOBQ6COKBZB - - - 2012-04-28T07:44:59.677Z - 200 - 11021 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-032.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074459549+127 - sha1:HYIAPKXWS5PXDVUZDFET4TH7O4YYVFJJ - - - 2012-04-28T07:45:02.822Z - 200 - 7938 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-160.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074502679+142 - sha1:UZE2OXZH7J6CWARSSPP3LOTDIBGZO6HE - - - 2012-04-28T07:45:05.971Z - 200 - 8508 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-152.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074505824+146 - sha1:AFPOZ6ZPVAY73DUO62VESQECN63LBBPF - - - 2012-04-28T07:45:09.160Z - 200 - 11194 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-058.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074509018+141 - sha1:NKTAUN57AFQ5FCTUVH276TVB3P4SYLG4 - - - 2012-04-28T07:45:12.300Z - 200 - 7781 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-169.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074512162+137 - sha1:JKJG4DBQJ54DJAHBYA76UOQAGCSLPQY5 - - - 2012-04-28T07:45:15.422Z - 200 - 9350 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-167.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074515302+119 - sha1:TTWMDX3OI56XC34VI2LNRCTBLVZKQEYL - - - 2012-04-28T07:45:18.554Z - 200 - 10453 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-025.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074518424+129 - sha1:3K2ULAFGG2V534OLGCY4Y4HV6HI7FFQR - - - 2012-04-28T07:45:21.722Z - 200 - 8396 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-023.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074521556+164 - sha1:P6HDCYVBFFWID7YY2YMTR4U25JSV4NMO - - - 2012-04-28T07:45:26.332Z - 200 - 6929 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-004.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074524723+1608 - sha1:TNDIBUVQL7TET7LYG5COYMJKASQDB7MY - - - 2012-04-28T07:45:34.502Z - 200 - 6371 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-011.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074534393+108 - sha1:26VC5BNSWNP6YLMSUFQWFZ5EPGJHGQCZ - - - 2012-04-28T07:45:38.084Z - 200 - 6454 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-012.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074537504+579 - sha1:RQUY4ESWIV7XE23RBWQQIPULWAGZ4JUT - - - 2012-04-28T07:45:41.260Z - 200 - 7550 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-131.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074541086+173 - sha1:KV7JPA6DMH2DYW5VD2SFCCNGIUH6R24N - - - 2012-04-28T07:45:44.828Z - 200 - 8036 - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - E - http://eric.van-der-vlist.com/blog/ - application/javascript - 20120428074544261+558 - sha1:O7QQDLJHEIQTES5RCI6AOF3TFD5RQJFD - - - 2012-04-28T07:45:48.245Z - 200 - 21172 - http://eric.van-der-vlist.com/blog/comments/feed/ - E - http://eric.van-der-vlist.com/blog/ - text/xml - 20120428074547830+414 - sha1:JAYP2O2RFQH5DEUJD72FAJXAIF6BYXTW - - - 2012-04-28T07:45:51.365Z - 200 - 8589 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-127.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074551247+117 - sha1:RIAODZTAKQE3AHTGECQEW73JAUOE5RW2 - - - 2012-04-28T07:45:54.492Z - 200 - 9862 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-102.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074554367+124 - sha1:LESUVSJBSHAHLEVTAS2Z7H5K3DLMQYLM - - - 2012-04-28T07:45:57.636Z - 200 - 7825 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-166.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074557494+141 - sha1:YY2TK466LLAJTDOY7ZZZ3Y3KIGPNBCBA - - - 2012-04-28T07:46:00.704Z - 200 - 2506 - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.css?ver=2.4 - E - http://eric.van-der-vlist.com/blog/ - text/css - 20120428074600638+65 - sha1:RC6AXOP23K5NOZPKCOCTB2422D22REV2 - - - 2012-04-28T07:46:03.880Z - 200 - 9740 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-134.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074603706+173 - sha1:CCZPAFSYE76MBQPW2T5PGDDZIE7EPRR2 - - - 2012-04-28T07:46:06.989Z - 200 - 9700 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-122.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074606882+105 - sha1:SAPSEKHDPPNTON2J5ERK7JSVFMTDWPBB - - - 2012-04-28T07:46:10.111Z - 200 - 9625 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-015.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074609990+120 - sha1:GJD3W62BWD73QSBSYUBKBWJW6LHLY45C - - - 2012-04-28T07:46:13.231Z - 200 - 8982 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-195.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074613113+117 - sha1:7L7YGRP3HOXMZNNYKX2RBQ55EDJOZCGI - - - 2012-04-28T07:46:16.944Z - 200 - 11108 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-165.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074616233+710 - sha1:XDMXKGSXRLC5ESLLJOABI7EWCW63XGGN - - - 2012-04-28T07:46:20.662Z - 200 - 8977 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-083.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074620513+148 - sha1:B47JR3P4VPHXAT4STWKZZOC6EJPG6IND - - - 2012-04-28T07:46:24.158Z - 200 - 7399 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-171.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074623664+493 - sha1:QJRVJSNO7LSA7H4BHJD3GAWJIIKKZWV5 - - - 2012-04-28T07:46:27.271Z - 200 - 8529 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-093.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074627159+110 - sha1:66BZ3IKWCNVYQV6TAJHRH2BVQUJWYOZM - - - 2012-04-28T07:46:30.346Z - 200 - 2444 - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/sociable.css?ver=5.13 - E - http://eric.van-der-vlist.com/blog/ - text/css - 20120428074630272+72 - sha1:JPPL5HYRZKJXWTH3PNXAF7HTNCVVB653 - - - 2012-04-28T07:46:33.509Z - 200 - 7887 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-186.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074633346+162 - sha1:OLG54HFSPQOTLTBNIUK2R6M3NDMTOYUM - - - 2012-04-28T07:46:36.644Z - 200 - 9310 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-019.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074636510+133 - sha1:PEENAA4XAZJYMBQ4OICKVDEG7LRXRZHS - - - 2012-04-28T07:46:40.266Z - 200 - 8754 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-192.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074639646+618 - sha1:4SMBLSVKFNNE4ITWFBGAITOZKW3XFWY7 - - - 2012-04-28T07:46:43.964Z - 200 - 7936 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-042.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074643525+438 - sha1:7RYSF2A2PEIF3EQAZJRCM7JCTHDGRULE - - - 2012-04-28T07:46:47.071Z - 200 - 8981 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-113.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074646966+104 - sha1:QRSJOLF3NYRWUP7S5FN3SNRGWZMHE4UY - - - 2012-04-28T07:46:50.201Z - 200 - 6042 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-038.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074650073+127 - sha1:CNWNR7KKVX46Q3P7BIDOYENS34IGAXME - - - 2012-04-28T07:46:53.327Z - 200 - 8071 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-014.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074653203+123 - sha1:RSZD3RC7I5TDR6KV2QPCGTR3RD2AA7UO - - - 2012-04-28T07:46:56.908Z - 200 - 8366 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-182.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074656329+577 - sha1:GUI3T6BH5FPJXLURQK3WBGSVFNMPC2HG - - - 2012-04-28T07:46:59.991Z - 200 - 1451 - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shAutoloader.js - E - http://eric.van-der-vlist.com/blog/ - application/javascript - 20120428074659909+79 - sha1:KYRNM5FJTVQFFAUYSOCR3TXBZGYMPLZG - - - 2012-04-28T07:47:03.145Z - 200 - 9324 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-116.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074702992+152 - sha1:5OSAR6MIOBSWF2KFB2AYEDCVPX5UXS33 - - - 2012-04-28T07:47:06.275Z - 200 - 7777 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-077.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074706147+127 - sha1:5P5D4DYDZZC4EK4JS7XYMMXQQDAUSNFN - - - 2012-04-28T07:47:09.367Z - 200 - 319 - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/identica.png - E - http://eric.van-der-vlist.com/blog/ - image/png - 20120428074709277+89 - sha1:AY4KGIRVOF7J2WRMCZDUENARJGQNHIYX - - - 2012-04-28T07:47:12.604Z - 200 - 8849 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-114.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074712368+234 - sha1:6MOVAA27KPVYG6JP7K7Z4QD7HZCAVYFA - - - 2012-04-28T07:47:16.086Z - 200 - 10279 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-104.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074715605+480 - sha1:NUBMQ466E6SWUT6JZEWI4ASU4VFXI54T - - - 2012-04-28T07:47:20.478Z - 200 - 7812 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-098.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074719087+1390 - sha1:RKKGZXC6VZKLNDY6LTZFGSWZZ7XNQZQW - - - 2012-04-28T07:47:27.646Z - 200 - 7986 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-199.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074727480+165 - sha1:RQMZS6LUXJMVTVT5OREGXNXCJXWMRV5Z - - - 2012-04-28T07:47:30.756Z - 200 - 6204 - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/styles/shCore.css - E - http://eric.van-der-vlist.com/blog/ - text/css - 20120428074730648+107 - sha1:HBQMBQUJVR3B3J6ZYWKWGP4LXKHVRL7J - - - 2012-04-28T07:47:33.864Z - 200 - 8107 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-020.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074733758+104 - sha1:2TKDPRW4GVKS75XZHABUJI22OG6JKX53 - - - 2012-04-28T07:47:38.216Z - 200 - 129948 - http://eric.van-der-vlist.com/blog/wp-content/uploads/2012/03/848px-Cloud_computing.svg_.png - E - http://eric.van-der-vlist.com/blog/ - image/png - 20120428074736865+1350 - sha1:E3SB3UDMM6OQN67P6YPZPDXPGSVYWQJL - - - 2012-04-28T07:47:45.122Z - 200 - 8885 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-109.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074744995+125 - sha1:Q6IGSHMETLBPHEAGSO5XLBYY7N3573TM - - - 2012-04-28T07:47:48.687Z - 200 - 8609 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-112.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074748123+563 - sha1:7NIHS6G5DNYLKJYDZXSDFKZOTI4ZVDOS - - - 2012-04-28T07:47:51.816Z - 200 - 7454 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-163.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074751689+125 - sha1:PCDFLBVHO5VOMM2MH2SS55DRAVI5OPDF - - - 2012-04-28T07:47:54.933Z - 200 - 7588 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-073.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074754817+115 - sha1:4TTEHEGGAS2VEEUYWSYYPH3NPND5QPSJ - - - 2012-04-28T07:47:58.206Z - 200 - 900 - http://eric.van-der-vlist.com/blog/xmlrpc.php?rsd - E - http://eric.van-der-vlist.com/blog/ - text/xml - 20120428074757935+270 - sha1:4C7TH2HXZ7YMXBAAITM67ESDMHEBOMBR - - - 2012-04-28T07:48:01.339Z - 200 - 8957 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-194.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074801208+129 - sha1:S7YTQBZPDLLVATYRC4OBET7UJ3Q6HAH5 - - - 2012-04-28T07:48:04.470Z - 200 - 9328 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-108.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074804340+129 - sha1:EDLHDP3J7F3VAIS3OGQGLJXB3DZJIW3G - - - 2012-04-28T07:48:07.620Z - 200 - 8350 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-026.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074807472+147 - sha1:EDTJMP5MYDL47HEBMOJIY7RY3QHVRCUA - - - 2012-04-28T07:48:10.740Z - 200 - 10343 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-022.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074810622+117 - sha1:GMJ2EF7YPFTF4JCB6ARQMJMBH5EPXJXF - - - 2012-04-28T07:48:14.274Z - 200 - 11202 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-148.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074813741+531 - sha1:KZ4QUGOHOII5XKSO6FAS4EK3C4EAR3FK - - - 2012-04-28T07:48:19.088Z - 200 - 8102 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-055.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074817276+1811 - sha1:G3TRLABX2JCTBBK2XK6T32G2CPTLC5GA - - - 2012-04-28T07:48:28.630Z - 200 - 8509 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-024.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074828168+460 - sha1:USS2VQ5UGZX6ALZLLJV45TS4GGF3CEYL - - - 2012-04-28T07:48:34.215Z - 200 - 248560 - http://eric.van-der-vlist.com/blog/feed/ - E - http://eric.van-der-vlist.com/blog/ - text/xml - 20120428074831631+2582 - sha1:V7XESXEY6BBECBJTSNKWW3C4L7IAXQIP - - - 2012-04-28T07:48:47.324Z - 200 - 10496 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-018.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074847180+143 - sha1:FZPFUEMWJSRGFDIPHYJ3AMEYMK7PLFHU - - - 2012-04-28T07:48:50.445Z - 200 - 7781 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-092.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074850326+118 - sha1:557SIDJG5JYTJNUPDHTK5BTBVVXQJXSI - - - 2012-04-28T07:48:53.569Z - 200 - 7781 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-159.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074853447+121 - sha1:ILSKMXDZFOQOWLOU6TA2WEOQB7XZFISP - - - 2012-04-28T07:48:56.701Z - 200 - 11522 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-078.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074856571+129 - sha1:6Z3LRO6CMDNXUN4AGYEGHUS4YTWHSBVO - - - 2012-04-28T07:48:59.813Z - 200 - 6602 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-198.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074859702+109 - sha1:DNFOCF5SXHGSSP5YX4SLOGUTJE7UAIHG - - - 2012-04-28T07:49:03.077Z - 200 - 6530 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-008.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074902814+262 - sha1:QRXZCGDBQW6FFHU5CY2JSAORAKNZVVZ5 - - - 2012-04-28T07:49:06.150Z - 200 - 1879 - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.js?ver=519 - E - http://eric.van-der-vlist.com/blog/ - application/javascript - 20120428074906079+70 - sha1:HNK2GD4AONE6OJ5KCSDXR7PKDOTU25PN - - - 2012-04-28T07:49:09.268Z - 200 - 7926 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-030.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074909152+114 - sha1:5UAOXVPX5EYFZSOWZ23JTD5Q2VMZLBTF - - - 2012-04-28T07:49:12.751Z - 200 - 7848 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-156.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074912269+480 - sha1:BSBXC5VTHGBSZIUWEZN724MQWA3O45LX - - - 2012-04-28T07:49:15.872Z - 200 - 8909 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-193.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074915753+118 - sha1:5UEZWAIMI6WTOL2L66NGU6KZIYIZMG7A - - - 2012-04-28T07:49:19.744Z - 200 - 93889 - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - E - http://eric.van-der-vlist.com/blog/ - application/javascript - 20120428074918874+844 - sha1:ZLWXCAYHA5Y53MF5S6ZPZCOXIKPCAJT4 - - - 2012-04-28T07:49:24.087Z - 200 - 8408 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-133.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074923976+110 - sha1:MIDGGNM4YBBLYQWHB46FYPNGXEDFRYU3 - - - 2012-04-28T07:49:27.216Z - 200 - 9406 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-124.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074927089+126 - sha1:UORYKCYIVOVXMD7ARWHZ2CIXZZLDZXIJ - - - 2012-04-28T07:49:30.388Z - 200 - 11296 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-177.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074930217+169 - sha1:I3YUM64Y372562J424RBAFI26OBI4J4K - - - 2012-04-28T07:49:33.535Z - 200 - 9542 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-100.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074933389+145 - sha1:XRIV6KHX2SUBNVRYRPH3EZXDX753YZEW - - - 2012-04-28T07:49:36.655Z - 200 - 7799 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-187.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074936536+118 - sha1:26RJOWNM26FSWUFBHN46SEGXK3S3JTCN - - - 2012-04-28T07:49:39.777Z - 200 - 9129 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-051.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074939657+118 - sha1:DCJ4BZLCDVU2WNAWDZMTJ5UGVM2JBXET - - - 2012-04-28T07:49:42.907Z - 200 - 10944 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-060.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074942778+128 - sha1:O37OW7YYKOJQZ6U3UK5SVF53LFE7VAXL - - - 2012-04-28T07:49:46.041Z - 200 - 8888 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-185.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074945909+131 - sha1:RWXQDH55UUB576PD5VPNSJJCQ4M3TQJC - - - 2012-04-28T07:49:49.221Z - 200 - 10531 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-017.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074949066+143 - sha1:K6VVQBSPLNVTOI5UW6RDETMTMNRSKRVQ - - - 2012-04-28T07:49:52.373Z - 200 - 7113 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-121.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074952222+150 - sha1:5GZIS2WW32FBNY2FU4I3CASW4L6YAOLW - - - 2012-04-28T07:49:55.496Z - 200 - 8738 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-105.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074955375+120 - sha1:LNBV75OHGKA2RWHGWAVTL5KV5QWONOB7 - - - 2012-04-28T07:49:58.618Z - 200 - 7471 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-179.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428074958498+119 - sha1:NQYQFWBPRAZK2IPE2T54VNJ7ZNR6RDPT - - - 2012-04-28T07:50:01.769Z - 200 - 7903 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-183.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075001620+147 - sha1:O3DPORNFDFTEZFGR4HEKMQ3AVBKUT2ZB - - - 2012-04-28T07:50:04.885Z - 200 - 8474 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-036.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075004770+113 - sha1:VBVVHUSACUBXLVWSR5ZNDSCTQLIVSWXW - - - 2012-04-28T07:50:08.022Z - 200 - 7523 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-072.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075007886+135 - sha1:6SGL2IYSSFGDDXV6WPM7WVA26TOFNOXU - - - 2012-04-28T07:50:11.145Z - 200 - 8324 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-176.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075011023+121 - sha1:G66XME7P2POXBZPNKRRRUZIMRXPCYXTU - - - 2012-04-28T07:50:14.332Z - 200 - 16175 - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shCore.js - E - http://eric.van-der-vlist.com/blog/ - application/javascript - 20120428075014147+167 - sha1:XWKZS5ZZMXU4QRLFVPBONLG2VEVNN2B7 - - - 2012-04-28T07:50:21.634Z - 200 - 7280 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-049.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075017334+4299 - sha1:4MMO6JSGKLA6JQCU52AWEPS3Z3UUUDGC - - - 2012-04-28T07:50:43.374Z - 200 - 8740 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-028.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075043237+136 - sha1:XGNT5DIFP62GYR4YT23YF3RAGLWGTMEZ - - - 2012-04-28T07:50:46.508Z - 200 - 8502 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-143.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075046376+130 - sha1:HG3GWHCAMCA2BW63NVFUAOLV63HSKCGY - - - 2012-04-28T07:50:50.030Z - 200 - 9266 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-095.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075049509+520 - sha1:P2INJOU7VEF73WWKKDXEBRLRI6PAPD2A - - - 2012-04-28T07:50:53.167Z - 200 - 9224 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-181.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075053031+135 - sha1:US3RFJWEA6LFFV3M6QPN753MGBOEVUKB - - - 2012-04-28T07:50:56.271Z - 200 - 6709 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-009.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075056169+100 - sha1:JBKQK7RORJUXK2KBPK3I6ZAD3WDHQCZX - - - 2012-04-28T07:50:59.392Z - 200 - 8109 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-135.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075059272+119 - sha1:FC4MRI2I7XHEQ3SCCXTRFMRIUE2EQBBT - - - 2012-04-28T07:51:02.517Z - 200 - 7505 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-068.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075102394+122 - sha1:QGOABKABHOK72QHPBYDGKKAYFCFAOO2Y - - - 2012-04-28T07:51:06.070Z - 200 - 6856 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-168.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075105518+551 - sha1:P4L236SLHWYW4Z6GCGNE46GYRA7SI2HR - - - 2012-04-28T07:51:09.191Z - 200 - 7947 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-069.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075109072+118 - sha1:QFJ7ZO7FULQPRPMOCIPU2LP3ERXLL774 - - - 2012-04-28T07:51:12.315Z - 200 - 9305 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-129.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075112192+121 - sha1:EMSW65Q6DBRMTO4R3WSHW3DHFY3ONPRD - - - 2012-04-28T07:51:15.468Z - 200 - 11344 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-062.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075115316+151 - sha1:45PZJIO6GKGQYTJBLZKUS53CR7PSPHZA - - - 2012-04-28T07:51:18.556Z - 200 - 907 - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png - E - http://eric.van-der-vlist.com/blog/ - image/png - 20120428075118470+85 - sha1:NN3X6LLP7YNTQSCNXXVMFZYAEHGVNNPA - - - 2012-04-28T07:51:21.683Z - 200 - 9680 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-117.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075121558+124 - sha1:5AMDM3YMAA2P7ZFCLNFCRE2GJV7P3LK3 - - - 2012-04-28T07:51:26.139Z - 200 - 11144 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-045.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075124685+1453 - sha1:JDQCE26RY6W6B4ZNFWTE5CZ7IVQEUJTI - - - 2012-04-28T07:51:33.724Z - 200 - 6592 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-039.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075133576+146 - sha1:GIHQPZHNMAVQHRDSZ745PKQ2NQI6MXZG - - - 2012-04-28T07:51:36.823Z - 200 - 7212 - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-0.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075136725+96 - sha1:OBZS6PWNIIMPRUZUYYPVKWNTV5NLSW25 - - - 2012-04-28T07:51:39.984Z - 200 - 7533 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-002.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075139824+159 - sha1:3PXGWXOQ5NHYWAUUXUCFYC5SJQ7CRFW5 - - - 2012-04-28T07:51:43.122Z - 200 - 9327 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-125.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075142986+135 - sha1:Q6JQ6IDIPUPHQCBZITYGGLOCUJGYSBSH - - - 2012-04-28T07:51:46.254Z - 200 - 11280 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-059.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075146123+129 - sha1:6VNJUFZZSV3TYY4NWQNUS6TSTH43OOO5 - - - 2012-04-28T07:51:49.315Z - 404 - 281 - http://eric.van-der-vlist.com/favicon.ico - I - http://eric.van-der-vlist.com/blog/ - text/html - 20120428075149255+59 - sha1:H4A2GALB5WFNBSKW35SKUH34DNC5DGLF - - - 2012-04-28T07:51:52.448Z - 200 - 8237 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-027.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075152316+131 - sha1:UTHH5XTHFODAKCJYKPZTAY2HMAPB2D53 - - - 2012-04-28T07:51:55.584Z - 200 - 10659 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-047.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075155450+133 - sha1:3JWL3WN626XJRINMJT545YKW4RZ7EX5F - - - 2012-04-28T07:51:58.742Z - 200 - 8895 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-064.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075158586+154 - sha1:SZSJ7LFFZU4VSGMEBSJQ47ABTPQWMXKB - - - 2012-04-28T07:52:01.854Z - 200 - 8347 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-076.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075201743+110 - sha1:SXNQMMKWAUOZSLREXWOC23FVMRB3BBJ4 - - - 2012-04-28T07:52:04.982Z - 200 - 8090 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-067.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075204857+124 - sha1:ANHH25ZKDLBQFCKVEGNAJX22HBSB6764 - - - 2012-04-28T07:52:08.114Z - 200 - 9433 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-090.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075207984+129 - sha1:VGMASF2TUHV4KE5P7JY4XGW6DF36NVHJ - - - 2012-04-28T07:52:11.398Z - 200 - 9985 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-079.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075211116+280 - sha1:7DODTXKA46AX5SSGRE7P52TJKMUZIN7Q - - - 2012-04-28T07:52:14.512Z - 200 - 8840 - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-4.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075214399+112 - sha1:ISJNTHXNLFFMC2ATNVRAP75JIQWTFKOH - - - 2012-04-28T07:52:17.720Z - 200 - 7383 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-006.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075217514+205 - sha1:3NS4B5HRCKNBAKRAAQEJ7TSJFHO6VSZH - - - 2012-04-28T07:52:20.827Z - 200 - 7158 - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0 - E - http://eric.van-der-vlist.com/blog/ - text/css - 20120428075220722+103 - sha1:IYX3ESKOISCTGIGCJP5RRCGSO25JZAWO - - - 2012-04-28T07:52:23.970Z - 200 - 8632 - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-6.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075223829+140 - sha1:CP23R2RY2D7WUTC7JMAMKMFJFYZZSYUP - - - 2012-04-28T07:52:27.066Z - 200 - 6216 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-197.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075226971+94 - sha1:6GHV4VRIODB37OPOTYG4S4GPFYR6WS2H - - - 2012-04-28T07:52:30.241Z - 200 - 11042 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-099.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075230068+172 - sha1:KXOO2PRO43IEPBSPVKUULRJNK3YJ4XBU - - - 2012-04-28T07:52:33.358Z - 200 - 7971 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-056.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075233243+112 - sha1:O6LQN3T2KHLGDTCDP3ULCKU4EC4L2RVR - - - 2012-04-28T07:52:36.457Z - 200 - 7858 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-066.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075236359+97 - sha1:N2ZGHT7KOMOOTZV7732NUY53KGYJHZ6Z - - - 2012-04-28T07:52:39.603Z - 200 - 11111 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-101.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075239459+143 - sha1:X3GKDBFK3WEZVWKUYQ5FAXJLIFSCIHHA - - - 2012-04-28T07:52:42.749Z - 200 - 7556 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-172.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075242604+144 - sha1:EER22JDXZPZRRCLUUL6FCR3K4IDCQK7N - - - 2012-04-28T07:52:45.882Z - 200 - 9478 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-141.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075245750+131 - sha1:DAH2B7KYTVGVUA6V2PAM3PZFU4K4XWXB - - - 2012-04-28T07:52:49.030Z - 200 - 8976 - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-2.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075248884+145 - sha1:W3W74V6NJVCFOHUFMQ5GYMOOUHWP2VCF - - - 2012-04-28T07:52:52.132Z - 200 - 3462 - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/addtofavorites.png - E - http://eric.van-der-vlist.com/blog/ - image/png - 20120428075252031+100 - sha1:BCWPVLOXLZ42GBFOICNNVB2CGO6HMZDM - - - 2012-04-28T07:52:55.265Z - 200 - 9079 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-139.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075255134+130 - sha1:AYK5BDQWASZCKJOK4KMVLZVS5IRFIBUP - - - 2012-04-28T07:52:58.384Z - 200 - 8150 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-041.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075258267+116 - sha1:MKHPJ2ZAQEHA7D7HGMNBPAGTXB2Y3XF5 - - - 2012-04-28T07:53:01.493Z - 200 - 9046 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-150.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075301385+107 - sha1:ZRGEJHEG3ZSWE3CFO5X7VT4TOXPCDOUD - - - 2012-04-28T07:53:04.603Z - 200 - 6695 - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-5.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075304495+107 - sha1:HT5ZH5KDM5VQT2MZGSNDMBZHPCUVNIDA - - - 2012-04-28T07:53:07.724Z - 200 - 6925 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-119.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075307605+118 - sha1:JFFEI5W3YTNQ2MJWLE3RILDIMQ27I53M - - - 2012-04-28T07:53:10.859Z - 200 - 7804 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-162.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075310725+133 - sha1:A5DYX7Z6SG2M4S5QE5JXU3KX5IEOGYNO - - - 2012-04-28T07:53:14.283Z - 200 - 9140 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-029.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075313861+421 - sha1:QKA6D7GUBAPBUPIWEWJFTLKD3DE6XGL4 - - - 2012-04-28T07:53:17.751Z - 200 - 7452 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-110.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075317284+466 - sha1:KXFB37EXS5MUQKDWVK3E223WQOVQKXTA - - - 2012-04-28T07:53:20.926Z - 200 - 8877 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-191.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075320753+171 - sha1:6HQBAQ5YGNXQL32LK6UTPZX7K4VSOOBE - - - 2012-04-28T07:53:23.994Z - 200 - 1053 - http://eric.van-der-vlist.com/blog/wp-includes/wlwmanifest.xml - E - http://eric.van-der-vlist.com/blog/ - application/xml - 20120428075323928+64 - sha1:3OPY5NFF33YWVYTPXT3IDEMTZCGR67M7 - - - 2012-04-28T07:53:27.063Z - 200 - 149 - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/facebook.png - E - http://eric.van-der-vlist.com/blog/ - image/png - 20120428075326996+66 - sha1:32JAEBMFT7EG5ZXU6H4QSTS5DDFXTIQ4 - - - 2012-04-28T07:53:30.196Z - 200 - 9944 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-106.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075330065+129 - sha1:V6C7SS7UIDE7HCLVB3SIZB5E2Z7Z64KR - - - 2012-04-28T07:53:33.309Z - 200 - 8130 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-043.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075333197+111 - sha1:QQ4Z4BDXFUGWMY6JRM2U24RP7FXDPN4O - - - 2012-04-28T07:53:36.448Z - 200 - 10225 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-144.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075336311+136 - sha1:7MYAHNC3DDCRI3GM6VXHKSTVFL2UKA2N - - - 2012-04-28T07:53:39.692Z - 200 - 26590 - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995 - E - http://eric.van-der-vlist.com/blog/ - application/javascript - 20120428075339452+230 - sha1:57MACDGFM7EMROBNE6BKTJFKS7FCUEO3 - - - 2012-04-28T07:53:42.810Z - 200 - 10417 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-164.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075342694+115 - sha1:POPDSE4CTE3HNZNXSW2AFPQCXKDLO7AP - - - 2012-04-28T07:53:45.939Z - 200 - 5898 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-137.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075345812+125 - sha1:YZ3YUJUQ3C2ZV6IRSGQF3XL74PZJFVQL - - - 2012-04-28T07:53:49.086Z - 200 - 7110 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-091.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075348940+145 - sha1:RI5UMRYT73INGHOZDOK6SAQ76MTNUKL4 - - - 2012-04-28T07:53:52.198Z - 200 - 7758 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-151.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075352088+108 - sha1:P744VQ2NAIR5NXE5SBARW6HY5IJTQKZH - - - 2012-04-28T07:53:55.336Z - 200 - 9212 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-096.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075355201+132 - sha1:4RMGWVKUH7KWWI3U7UXIC2DXIR6RYUYC - - - 2012-04-28T07:53:58.464Z - 200 - 7295 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-085.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075358338+124 - sha1:WLPRX67ALFITBWFMWUGQGN7OPCK5LNHQ - - - 2012-04-28T07:54:01.600Z - 200 - 9103 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-035.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075401466+112 - sha1:RAPUHFZUJPLM7ETH6USCTCQFCP4OZ4XR - - - 2012-04-28T07:54:04.746Z - 200 - 8662 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-118.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075404603+123 - sha1:G5IAQYJKGBULLJFAAWT62BHKG34S5CH3 - - - 2012-04-28T07:54:07.874Z - 200 - 8305 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-188.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075407748+125 - sha1:RXIMOGJUKCCJ5XH3Q6SG7CDUZQ6LKSPE - - - 2012-04-28T07:54:10.972Z - 200 - 7343 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-088.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075410876+94 - sha1:CS2VK6FIBJ3MGM6XINWIUFVI4OJHR5TC - - - 2012-04-28T07:54:14.034Z - 200 - 1445 - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/style.css - E - http://eric.van-der-vlist.com/blog/ - text/css - 20120428075413973+58 - sha1:FUP5DCUOPBHTCMXOHCZKJ3MDBHJBL7GJ - - - 2012-04-28T07:54:17.142Z - 200 - 8291 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-132.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075417036+105 - sha1:Q43TY4IXOVH3JEDSGRY57RFG6FNCFEGR - - - 2012-04-28T07:54:20.364Z - 200 - 7881 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-075.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075420144+219 - sha1:VLKPGJIZJSW2V6N3CSWNHDXQFZKEDU5N - - - 2012-04-28T07:54:23.479Z - 200 - 7576 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-154.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075423366+112 - sha1:CHRU672VOX7M3DVERQJKZDX6PKNRC37A - - - 2012-04-28T07:54:26.586Z - 200 - 7136 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-013.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075426481+104 - sha1:AUQDTSHUSOMKCJISR4ALSCYZMSLO2M6S - - - 2012-04-28T07:54:29.696Z - 200 - 7019 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-136.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075429588+107 - sha1:YWDCCC2DSI6NOFJ4F7QEEHQYGTIAIEDA - - - 2012-04-28T07:54:32.972Z - 200 - 42 - http://eric.van-der-vlist.com/blog/xmlrpc.php - E - http://eric.van-der-vlist.com/blog/ - text/plain - 20120428075432698+273 - sha1:QJ2RUVPQN37T3VVVCHHIUV4IWGVPF6BE - - - 2012-04-28T07:54:36.084Z - 200 - 10402 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-016.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075435974+108 - sha1:HHE7W52WYFPGQ7UZ2LJBJQRRTQXEV2KG - - - 2012-04-28T07:54:39.229Z - 200 - 8482 - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-3.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075439085+143 - sha1:OMH7W3IU5JCCLX6YAAIQEHBQVXT4KVQS - - - 2012-04-28T07:54:42.326Z - 500 - 610 - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/menu/ - X - http://eric.van-der-vlist.com/blog/ - text/html - 20120428075442230+95 - sha1:2IKGAG6KFXFHG5M3WIZEIFRXDSDMPKYQ - - - 2012-04-28T07:54:45.450Z - 200 - 7625 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-189.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075445327+121 - sha1:F7KIK7OA3BQ3WJ3ATO3P6JB6YFMP3IYD - - - 2012-04-28T07:54:49.236Z - 200 - 87406 - http://eric.van-der-vlist.com/blog/wp-content/uploads/2011/12/oies-mouton.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075448451+784 - sha1:LB5B7RCZ5Z4CEE223JFCFLRRSGN4F3WW - - - 2012-04-28T07:54:53.295Z - 200 - 6783 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-201.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075453171+123 - sha1:ZQUYUPP4C4ZCXOLZE5IWCCUEWQCC2C4H - - - 2012-04-28T07:54:56.410Z - 200 - 8800 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-034.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075456296+112 - sha1:ZDUT47YVYHIOKTNVOVBWAWDRMS6TVMKU - - - 2012-04-28T07:54:59.541Z - 200 - 11993 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-140.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075459411+129 - sha1:YY65REMQOUSIWTIRSFGHX5N43VRH6O4Q - - - 2012-04-28T07:55:02.665Z - 200 - 8811 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-200.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075502543+121 - sha1:WAJPXYF2MQLYWPY6OOB4SHWF654YJZIQ - - - 2012-04-28T07:55:05.781Z - 200 - 8569 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-052.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075505667+113 - sha1:BLBT2JR34RKOM3QXWSLTY3YCEVNXCHBQ - - - 2012-04-28T07:55:08.905Z - 200 - 9270 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-138.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075508782+122 - sha1:PQAE7GELOHIQBGXXUVQNWPQKURRDKQQE - - - 2012-04-28T07:55:11.974Z - 200 - 640 - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/addtofavorites.js?ver=5.13 - E - http://eric.van-der-vlist.com/blog/ - application/javascript - 20120428075511906+67 - sha1:56XUDQMXHSSOSYUMBHBGJFNC7USHER3O - - - 2012-04-28T07:55:15.107Z - 200 - 9918 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-094.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075514975+131 - sha1:KLAU6IRMW2GWQUTLZEP6ER2RASCN3JHE - - - 2012-04-28T07:55:18.227Z - 200 - 9256 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-107.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075518108+118 - sha1:LGBX3RVLMUCBR33B2CYHWX5TOULM2HR6 - - - 2012-04-28T07:55:21.371Z - 200 - 7726 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-196.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075521229+141 - sha1:3LGODMU5LMTRQ3THRDWI3O22LX7HO64B - - - 2012-04-28T07:55:24.505Z - 200 - 9218 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-080.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075524373+131 - sha1:DAXVL244GDETWSH7VAT7ECO2IOAEKAWS - - - 2012-04-28T07:55:27.622Z - 200 - 9514 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-120.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075527507+114 - sha1:ACK473AKAFCLCORDHMHIIH5WHDWYXDLY - - - 2012-04-28T07:55:30.778Z - 200 - 9062 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-050.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075530623+154 - sha1:YXMIRIVRXLYPPW7PLE63M4MRCBFGOADZ - - - 2012-04-28T07:55:33.908Z - 200 - 8887 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-145.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075533780+127 - sha1:33ZW7D4BLB4RTJDQUVSA3RHIHGKNNV7J - - - 2012-04-28T07:55:37.047Z - 200 - 12397 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-048.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075536909+137 - sha1:FYMX5QFT4WAGT7YKKSJXW3TPIBAXXMZ4 - - - 2012-04-28T07:55:40.164Z - 200 - 8717 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-071.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075540048+115 - sha1:ZBX34ZF2NYGGRKIQSRZNDWPLCARE72V4 - - - 2012-04-28T07:55:43.352Z - 200 - 24191 - http://eric.van-der-vlist.com/blog/wp-content/themes/twentyten/style.css - E - http://eric.van-der-vlist.com/blog/ - text/css - 20120428075543165+184 - sha1:VBNF6KDW6IICM3SMBXTM4VYSAJL7C2H5 - - - 2012-04-28T07:55:46.485Z - 200 - 10711 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-147.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075546353+131 - sha1:SOFF7HCGIXPF2URA3MF5A4PZGR2XHHRJ - - - 2012-04-28T07:55:49.595Z - 200 - 7936 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-063.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075549487+107 - sha1:SGMMD44KCWLFZF5ZGTVMPS22N5XMFHOX - - - 2012-04-28T07:55:52.713Z - 200 - 8511 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-021.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075552596+116 - sha1:WYVHWU6X67UV46OISGC5VHZJUMJPUKR3 - - - 2012-04-28T07:55:55.832Z - 200 - 8893 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-146.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075555714+116 - sha1:NLVYLBCNHMJB7TEERVML6VU2GLAOMKNE - - - 2012-04-28T07:55:58.945Z - 200 - 7725 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-054.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075558833+110 - sha1:FT6BTFHBU7QMZ3SKQZRC3TJHV7623VUZ - - - 2012-04-28T07:56:02.072Z - 200 - 11308 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-061.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075601946+125 - sha1:LPOPBA2IYFTMWKLPR52QGEHPDODKRR7P - - - 2012-04-28T07:56:05.184Z - 200 - 8260 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-053.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075605074+109 - sha1:ZLRIG3EPJIHX4M3R4KVO4UZABE4AF6SY - - - 2012-04-28T07:56:08.273Z - 200 - 5321 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-089.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075608185+87 - sha1:TGUYDV5YXOBSD2IKY7XMV57AIDDLIKJN - - - 2012-04-28T07:56:13.891Z - 200 - 7993 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-126.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075611275+2615 - sha1:DPFVXIXLCSL6XVIBYYT6ZHR4ZUTAZ2C4 - - - 2012-04-28T07:56:27.217Z - 200 - 10838 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-046.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075627048+168 - sha1:WHPXLBHGCOIAQTZ47OYFFJLB3V7WAGPP - - - 2012-04-28T07:56:30.328Z - 200 - 8034 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-031.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075630219+108 - sha1:DO5FMO237UTBHXAEWOYWI22EIKY27O6A - - - 2012-04-28T07:56:33.466Z - 200 - 6732 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-010.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075633329+136 - sha1:UWZCPQ2Z3UDHKE3B7TZMZDDWQ5JIMQM6 - - - 2012-04-28T07:56:36.570Z - 200 - 7409 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-086.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075636467+102 - sha1:LVMQUGAE3ACNVBF2VF4CA2QVB36BZA55 - - - 2012-04-28T07:56:39.729Z - 200 - 7920 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-155.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075639572+156 - sha1:HTND2ELCA7AKGTSUIFZX64AQ3LZCFT7W - - - 2012-04-28T07:56:42.855Z - 200 - 8697 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-057.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075642730+123 - sha1:JRBTHG3RXKFHQSXW66FXLOXKSOBYGLRO - - - 2012-04-28T07:56:45.975Z - 200 - 8661 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-149.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075645856+118 - sha1:2BCC6XQKPTCQZWMKN7VX6FRFVEMCTOIS - - - 2012-04-28T07:56:52.146Z - 200 - 10431 - http://eric.van-der-vlist.com/blog/wp-content/gallery/clip-hollande/thumbs/thumbs_capture-1.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075648977+3168 - sha1:A6ZGDSUEEBNDQL36NKAXAEFITNPRFTG5 - - - 2012-04-28T07:57:08.222Z - 200 - 10135 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-103.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075708085+135 - sha1:DZ2KAZ573N4ZJ7NQENQOPECG6BGWEGJJ - - - 2012-04-28T07:57:11.344Z - 200 - 10890 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-044.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075711223+120 - sha1:M6TQSUNAXKEZEBCGCNFAP37THYWEHG7J - - - 2012-04-28T07:57:14.401Z - 200 - 103 - http://eric.van-der-vlist.com/blog/wp-content/plugins/sociable-30/images/default/16/delicious.png - E - http://eric.van-der-vlist.com/blog/ - image/png - 20120428075714346+54 - sha1:ZD6K7ZAJYWITIZPFJ7OFFSXCSYBHGOQA - - - 2012-04-28T07:57:17.535Z - 200 - 9446 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-001.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075717403+130 - sha1:SIW5VUF67SVWWYUTBC4WCYIFMUV7OOLF - - - 2012-04-28T07:57:20.633Z - 200 - 7757 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-173.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075720536+96 - sha1:DPJYE2S64RVTUX3EACAOA2KXFDZTUOOC - - - 2012-04-28T07:57:23.762Z - 200 - 8866 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-174.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075723634+127 - sha1:Q4TLOX5KHIFPIQOQDNGN6GSRFVURSXRC - - - 2012-04-28T07:57:26.887Z - 200 - 9175 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-082.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075726763+123 - sha1:IAE6BAFQDXOYV4HU7UHFLKNDGMJVMIHF - - - 2012-04-28T07:57:42.468Z - 200 - 9772 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-130.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075729888+12579 - sha1:JMUCZKLQBSDNV7LGVHSNLF2XZQDZKDL3 - - - 2012-04-28T07:58:12.607Z - 200 - 7959 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-153.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075812473+133 - sha1:C2ELMFVTYXKJZ6IHZI4UEQZCYEYEPLWV - - - 2012-04-28T07:58:15.699Z - 200 - 1791 - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.06 - E - http://eric.van-der-vlist.com/blog/ - application/javascript - 20120428075815608+89 - sha1:66SIY4ZIXWVPACUI55DHWU2OHRFR4Z55 - - - 2012-04-28T07:58:19.038Z - 200 - 8958 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-065.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075818700+337 - sha1:22HE7HRG53DR27ID5XKDCK3GOHJYJ6DE - - - 2012-04-28T07:58:22.173Z - 200 - 8597 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-037.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075822040+132 - sha1:TNALUPQ54QD5WGIVHLLLBZT5PCUYRJMN - - - 2012-04-28T07:58:25.295Z - 200 - 7818 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-178.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075825175+119 - sha1:ZXJDC4YDZS3ZEATXRPITYTRMSUT4QKN2 - - - 2012-04-28T07:58:30.016Z - 200 - 277193 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/xmlprague2012-140.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075828296+1718 - sha1:5GQXLZ3TB5DFYT34BRFL3YXNO66DGFMQ - - - 2012-04-28T07:58:38.789Z - 200 - 8161 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-157.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075838669+119 - sha1:5X7K2W3LZY22EDU2PYSDHPH5VXMYOB4E - - - 2012-04-28T07:58:41.900Z - 200 - 8078 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-170.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075841791+108 - sha1:42XTO6WUPFL24VATGOUJCCDJRJLO3GTH - - - 2012-04-28T07:58:45.097Z - 200 - 5382 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-087.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075844901+194 - sha1:YFAK62MFHSFMBWS6B5JHY6H3RF5O5VDW - - - 2012-04-28T07:58:48.160Z - 200 - 784 - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.css?ver=519 - E - http://eric.van-der-vlist.com/blog/ - text/css - 20120428075848098+60 - sha1:VTQJHSLPFSQDF3SZ47AJQX24BFK44SSI - - - 2012-04-28T07:58:52.088Z - 200 - 120813 - http://eric.van-der-vlist.com/blog/wp-content/uploads/2012/03/800px-Cloud_types_fr.svg_.png - E - http://eric.van-der-vlist.com/blog/ - image/png - 20120428075851162+924 - sha1:YX6V67XAEPP3B6ZWN6MLLIX7XZGDAGCH - - - 2012-04-28T07:58:56.832Z - 200 - 8481 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-070.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075856710+121 - sha1:M75LJMAY7KPUR2H7IHVI3XUCE6CVXSRW - - - 2012-04-28T07:59:00.009Z - 200 - 8051 - http://eric.van-der-vlist.com/blog/wp-content/gallery/xmlprague2012/thumbs/thumbs_xmlprague2012-180.jpg - E - http://eric.van-der-vlist.com/blog/ - image/jpeg - 20120428075859833+175 - sha1:KEFJZILXVCCQKZ25WWX6IAAWFYIR2DP3 - - - 2012-04-28T07:59:03.490Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/close.gif - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075903011+478 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:07.041Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/next.gif - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075906491+549 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:10.445Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/.gif - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075910043+401 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:15.635Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/;m=n.textBtns - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075913446+2175 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:27.631Z - 200 - 933 - http://eric.van-der-vlist.com/ - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075926637+992 - sha1:KAS5YJK7KMUSLHD5PB2SFVN6AZ55VSNG - - - 2012-04-28T07:59:33.033Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/resize2.gif - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075932633+399 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:36.448Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/loading.gif - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075936034+413 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:39.861Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/;c.style.visibility= - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075939449+404 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:43.318Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/resize1.gif - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075942862+455 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:46.715Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/next-d.gif - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075946319+395 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:50.108Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/;n.style.bottom= - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075949716+383 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:53.474Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/prev.gif - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075953109+364 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T07:59:56.868Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/prev-d.gif - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075956473+395 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:00.310Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/resize-d.gif - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428075959870+440 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:03.746Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/.jpg - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428080003312+433 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:06.801Z - 404 - 311 - http://eric.van-der-vlist.com/wp-content/plugins/shutter-reloaded/menu/ - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428080006748+53 - sha1:NMHPAB7Q7MTS6GCQZKQJPUR36IITXHFK - - - 2012-04-28T08:00:10.176Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/.png - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.4 - text/html - 20120428080009803+372 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:13.478Z - 301 - 0 - http://eric.van-der-vlist.com/blog/L/t - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shAutoloader.js - text/html - 20120428080013177+300 - sha1:3I42H3S6NNFQ2MSVX7XZKYAYSCX5QBYJ - - - 2012-04-28T08:00:17.117Z - 200 - 46274 - http://eric.van-der-vlist.com/blog/2008/01/10/to-xforms-or-not-to-xforms/ - EXR - http://eric.van-der-vlist.com/blog/L/t - text/html - 20120428080016478+610 - sha1:VF5FHUF7TJ32MCGQJICWAB3YZLGMZ7OK - - - 2012-04-28T08:00:21.569Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/;a.G= - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shAutoloader.js - text/html - 20120428080020169+1392 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:29.322Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/profile.php - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.js?ver=519 - text/html - 20120428080028571+743 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:33.557Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/.TEST - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080033105+440 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:36.966Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/,j.style.marginRight= - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080036558+400 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:40.386Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/,q.style.width=q.style.paddingLeft= - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080039967+407 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:43.810Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/._submit - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080043387+415 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:47.223Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/:!f&&m.attr?d!=null:f=== - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080046811+404 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:50.624Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/.run - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080050224+389 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:54.017Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/propertychange._change - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080053626+383 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:00:57.413Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/Microsoft.XMLDOM - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080057019+382 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:01:00.812Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/,q.innerHTML= - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080100414+391 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:01:04.309Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/click._change - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080103813+477 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:01:07.699Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/:f.parseJSON, - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080107311+380 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:01:13.029Z - 200 - 274332 - http://eric.van-der-vlist.com/blog/?a.offsetWidth:a.offsetHeight,e=b=== - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080110701+2094 - sha1:7VIMHVPQ6DOLY6I2TH5S7EVJQSR2JKD5 - - - 2012-04-28T08:01:24.273Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/:a.String, - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080123853+412 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:01:27.695Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/:f.support.cssFloat - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080127274+413 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:01:31.117Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/,e.style.top= - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080130697+413 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:01:34.185Z - 404 - 271 - http://eric.van-der-vlist.com/a - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080134119+65 - sha1:D52Y7EEW7ISO4QL534R2T2R7VYLR75A4 - - - 2012-04-28T08:01:39.341Z - 200 - 274286 - http://eric.van-der-vlist.com/blog/?this.style.display= - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080137186+2040 - sha1:FRKCRDC4B3JYM6L3D7YW6J7NSHB3NA7V - - - 2012-04-28T08:01:50.322Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/*/ - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080149942+373 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:01:53.715Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/submit._submit - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080153323+385 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:01:57.144Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/._change - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080156716+417 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:02:00.515Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/&&a.type!== - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080200145+363 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:02:03.917Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/&&b.type!== - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080203517+392 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:02:07.301Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/,d.style.position= - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080206918+375 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:02:10.653Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/;b.innerHTML= - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080210302+344 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:02:14.060Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/change._change - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080213655+394 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:02:22.854Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/Microsoft.XMLHTTP - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080217061+5784 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:02:52.310Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/,q.style.width= - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080251860+443 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:02:55.709Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/1.7.1 - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080255310+393 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:02:59.165Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/,d.style.overflow= - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080258711+444 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:03:02.617Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/,optSelected:h.selected,getSetAttribute:q.className!== - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080302166+444 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:03:06.051Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/,q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display= - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080305619+425 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:03:09.478Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/beforeactivate._change - EX - http://eric.van-der-vlist.com/blog/wp-includes/js/jquery/jquery.js?ver=1.7.1 - text/html - 20120428080309053+418 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:03:12.905Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/.*?%5C - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shCore.js - text/html - 20120428080312479+416 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:03:16.512Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/1.5.0 - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shCore.js - text/html - 20120428080315906+589 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:03:19.907Z - 301 - 0 - http://eric.van-der-vlist.com/blog/.16 - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shCore.js - text/html - 20120428080319513+392 - sha1:3I42H3S6NNFQ2MSVX7XZKYAYSCX5QBYJ - - - 2012-04-28T08:03:23.552Z - 200 - 53299 - http://eric.van-der-vlist.com/blog/2005/11/22/1614_the_complex_simple_problem_of_media_types/ - EXR - http://eric.van-der-vlist.com/blog/.16 - text/html - 20120428080322908+617 - sha1:W6YWCXXYPNY4TWAK5UVOMN7PKEMZQJHP - - - 2012-04-28T08:03:27.477Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/.* - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shCore.js - text/html - 20120428080327049+421 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:03:30.759Z - 301 - 0 - http://eric.van-der-vlist.com/blog/.17 - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shCore.js - text/html - 20120428080330478+280 - sha1:3I42H3S6NNFQ2MSVX7XZKYAYSCX5QBYJ - - - 2012-04-28T08:03:34.331Z - 200 - 47731 - http://eric.van-der-vlist.com/blog/2005/12/23/1737_treebind_data_binding_and_design_patterns/ - EXR - http://eric.van-der-vlist.com/blog/.17 - text/html - 20120428080333760+551 - sha1:QCIJ35GWASH2XIBXZYLRDC3WMLSE6QR2 - - - 2012-04-28T08:03:37.727Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/.3O - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shCore.js - text/html - 20120428080337332+386 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:03:40.984Z - 301 - 0 - http://eric.van-der-vlist.com/blog/.20 - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/syntax-highlighter-mt/scripts/shCore.js - text/html - 20120428080340728+255 - sha1:3I42H3S6NNFQ2MSVX7XZKYAYSCX5QBYJ - - - 2012-04-28T08:03:44.651Z - 200 - 43322 - http://eric.van-der-vlist.com/blog/gallery/conferences/2002introebxml/ - EXR - http://eric.van-der-vlist.com/blog/.20 - text/html - 20120428080343985+641 - sha1:DNJ4WZVXT7J6WODFAXD64MEU3HN2DP2A - - - 2012-04-28T08:03:48.144Z - 200 - 814 - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/css/albumset.gif - EE - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0 - image/gif - 20120428080348065+78 - sha1:GOQC66ZEQCOHLIQ2PJ2WOJXWDTZCPAQ4 - - - 2012-04-28T08:03:51.568Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/click.cycle - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995 - text/html - 20120428080351146+412 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:03:54.994Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/cycle.opts - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995 - text/html - 20120428080354570+417 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:03:58.432Z - 404 - 19159 - http://eric.van-der-vlist.com/blog/prev/next - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995 - text/html - 20120428080357996+427 - sha1:3SWETUQEKVSVQ7F6BAR5RYZKTFMP7ROD - - - 2012-04-28T08:04:01.536Z - 403 - 610 - http://eric.van-der-vlist.com/blog/,after:null,allowPagerClickBubble:false,animIn:null,animOut:null,aspect:false,autostop:0,autostopCount:0,backwards:false,before:null,center:null,cleartype:!a.support.opacity,cleartypeNoBg:false,containerResize:1,continuous:0,cssAfter:null,cssBefore:null,delay:0,easeIn:null,easeOut:null,easing:null,end:null,fastOnEvent:0,fit:0,fx: - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995 - text/html - 20120428080401433+103 - sha1:AXLKEJU5DHII4D5MRD3AWTSGDB63AJ5F - - - 2012-04-28T08:04:07.082Z - 200 - 274270 - http://eric.van-der-vlist.com/blog/?0:n.fx== - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995 - text/html - 20120428080404538+2443 - sha1:H5Y5JIZJ4U34TYBMYVHO2XV3HKLGUBDU - - - 2012-04-28T08:04:20.593Z - 200 - 5992 - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/important.png - EE - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/style.css - image/png - 20120428080419324+1268 - sha1:SK4BSDVW7DKASZFNSMPWY5FT4F4ZVLS5 - - - 2012-04-28T08:04:27.176Z - 200 - 3540 - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/help.png - EE - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/style.css - image/png - 20120428080427086+89 - sha1:B7UVHEI3MLQGJ7N7TFYPWABV5EVJYVDN - - - 2012-04-28T08:04:30.268Z - 200 - 1896 - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/note.png - EE - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/style.css - image/png - 20120428080430177+91 - sha1:6G4URX736V5WXB426AOIPWHZJLTRMHG3 - - - 2012-04-28T08:04:33.399Z - 200 - 2945 - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/tip.png - EE - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/style.css - image/png - 20120428080433270+128 - sha1:UW2QMXSXNMS5MUURHG4ANZG6WAAH6SDJ - - - 2012-04-28T08:04:36.488Z - 200 - 2226 - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/images/warning.png - EE - http://eric.van-der-vlist.com/blog/wp-content/plugins/wp-note/style.css - image/png - 20120428080436400+87 - sha1:FJGAUOYAHKSKYPOLCJFLW5UVIDKJSG3L - - - 2012-04-28T08:04:39.692Z - 200 - 849 - http://eric.van-der-vlist.com/blog/wp-content/themes/twentyten/images/wordpress.png - EE - http://eric.van-der-vlist.com/blog/wp-content/themes/twentyten/style.css - image/png - 20120428080439489+203 - sha1:4CXNHQ7VEAWN3P4ZWIPLOACF23RMTQP6 - - - 2012-04-28T08:04:45.161Z - 200 - 243038 - http://eric.van-der-vlist.com/blog/index.php?callback=json&api_key=true&format=json&method=gallery&id= - EX - http://eric.van-der-vlist.com/blog/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.06 - application/json - 20120428080442694+2466 - sha1:NYZQKQCN7QJNQMZ4JN4LGAGM5QD3JBC4 - - - 2012-04-28T08:04:57.609Z - 200 - 1849 - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/ajax-loader.gif - EE - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.css?ver=519 - image/gif - 20120428080457520+88 - sha1:3SV525B72PU5PPKWI6V6XBXGNI7G7FMX - - - 2012-04-28T08:05:00.694Z - 200 - 211 - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.gif - EE - http://eric.van-der-vlist.com/blog/wp-content/plugins/openid/f/openid.css?ver=519 - image/gif - 20120428080500610+84 - sha1:NLBMTTBYLQCZEYH4IB7JQS4EKGXIEHSW - - diff --git a/archiver/pipelines/test/xsltunit.xsl b/archiver/pipelines/test/xsltunit.xsl deleted file mode 100644 index 447b2f9..0000000 --- a/archiver/pipelines/test/xsltunit.xsl +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Should have been different! - - - - - - - - - - passed - - - failed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/archiver/pipelines/uninstall-db.xpl b/archiver/pipelines/uninstall-db.xpl deleted file mode 100644 index 3ff971c..0000000 --- a/archiver/pipelines/uninstall-db.xpl +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -