Coder Social home page Coder Social logo

static-html-output's People

Contributors

ayfun avatar cameronvetter avatar chiriboga avatar crstauf avatar dependabot[bot] avatar dirtyf avatar fmt avatar hikarine3 avatar ibes avatar joyously avatar leonstafford avatar limmlingg avatar patrickdk77 avatar peter279k avatar rotzbua avatar semonxue avatar szepeviktor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

static-html-output's Issues

UNICODE values in CSS being converted to default

My FontAwesome based icons are missing because its converting them to a square (default) icon.

.ekit-wid-con .icon-star-empty:before {content: "";}
.ekit-wid-con .icon-flag:before {content: "";}
.ekit-wid-con .icon-envelope1:before {content: "";}
.ekit-wid-con .icon-paperclip:before {content: "";}
.ekit-wid-con .icon-inbox:before {content: "";}
.ekit-wid-con .icon-eye:before {content: "";}
.ekit-wid-con .icon-printer:before {content: "";}
.ekit-wid-con .icon-file-empty:before {content: "";}
.ekit-wid-con .icon-file-add:before {content: "";}
.ekit-wid-con .icon-enter:before {content: "";}
.ekit-wid-con .icon-exit:before {content: "";}
.ekit-wid-con .icon-graduation-hat:before {content: "";}
.ekit-wid-con .icon-license:before {content: "";}
.ekit-wid-con .icon-music-note:before {content: "";}
.ekit-wid-con .icon-film-play:before {content: "";}

put files to s3 is not working with wp-cli

generate and deploy is succeed without error. but there are no files in s3 bucket.

wp wp2static generate
then
wp wp2static deploy

$ wp wp2static options list

+-------------------------------+------------------------------------------------+
| Option name                   | Value                                          |
+-------------------------------+------------------------------------------------+
| additionalUrls                |                                                |
| allowOfflineUsage             |                                                |
| baseHREF                      |                                                |
| baseUrl                       | https://hoge.com/static |
| baseUrl-bitbucket             |                                                |
| baseUrl-bunnycdn              |                                                |
| baseUrl-folder                | https://hoge/static/b                |
| baseUrl-ftp                   |                                                |
| baseUrl-github                |                                                |
| baseUrl-gitlab                |                                                |
| baseUrl-netlify               |                                                |
| baseUrl-s3                    | https://hoge.com/static |
| baseUrl-zip                   |                                                |
| baseUrl-zip                   |                                                |
| basicAuthPassword             | *******************                            |
| basicAuthUser                 |                                                |
| bbBranch                      |                                                |
| bbPath                        |                                                |
| bbRepo                        |                                                |
| bbToken                       | *******************                            |
| bunnycdnStorageZoneAccessKey  | *******************                            |
| bunnycdnPullZoneAccessKey     | *******************                            |
| bunnycdnPullZoneID            |                                                |
| bunnycdnStorageZoneName       |                                                |
| bunnycdnRemotePath            |                                                |
| cfDistributionId              | E2EFHW....                                 |
| completionEmail               |                                                |
| crawl_delay                   | 0                                              |
| crawl_increment               | 1                                              |
| crawlPort                     |                                                |
| debug_mode                    |                                                |
| detection_level               | homepage                                       |
| delayBetweenAPICalls          | 0                                              |
| deployBatchSize               | 1                                              |
| excludeURLs                   |                                                |
| ftpPassword                   | *******************                            |
| ftpRemotePath                 |                                                |
| ftpServer                     |                                                |
| ftpPort                       |                                                |
| ftpTLS                        |                                                |
| ftpUsername                   | ftp                               |
| ghBranch                      |                                                |
| ghCommitMessage               |                                                |
| ghPath                        |                                                |
| ghRepo                        |                                                |
| ghToken                       | *******************                            |
| glBranch                      |                                                |
| glPath                        |                                                |
| glProject                     |                                                |
| glToken                       | *******************                            |
| netlifyHeaders                |                                                |
| netlifyPersonalAccessToken    | *******************                            |
| netlifyRedirects              |                                                |
| netlifySiteID                 |                                                |
| removeConditionalHeadComments | 1                                              |
| removeHTMLComments            | 1                                              |
| removeWPLinks                 | 1                                              |
| removeWPMeta                  | 1                                              |
| rewrite_rules                 |                                                |
| rename_rules                  |                                                |
| s3Bucket                      | prd                                  |
| s3Key                         | AKIAJ....                           |
| s3Region                      | ap-northeast-1                                 |
| s3RemotePath                  | hoge                            |
| s3Secret                      | *******************                            |
| selected_deployment_option    | s3                                             |
| targetFolder                  | /mnt/efs/DocumentRoot/static                   |
| useActiveFTP                  |                                                |
| useBaseHref                   |                                                |
| useBasicAuth                  |                                                |
| useRelativeURLs               |                                                |
+-------------------------------+------------------------------------------------+

Download Button for Offline/Zip export does not work

Wordpress: 5.3.2
WP2Static: 6.6.7

I am trying to generate and download a zip archive with WP2Static for download and offline usage.
The static bundle will be generated (there is a .zip file with contents on the server in /wp-content/uploads on the server), but the download button after finished bundling in the wordpress backend does not point to it. Clicking the download button just reloads the current page.

how to deal with url('//

if a url is pointed to '//example.com/something.js' in a stylesheet (url('//example.com/somethign.ttf), I get a CORS error because the reference was not changed. Is this normal? Thank you!

While loop for accessing export file list runs wild on error

Just noticed this tonight. New site on cyberpanel, using litespeed and http auth (php 7.3). Tried to run a build of a site and it hung for a few minutes, then the server crashed and ran out of disk space. 25gb in like 6 minutes.

After some investigating, I discovered that my settings for user auth hadn't saved, and it was failing this while loop in SitePublisher.php line 125:

        while (!feof($handle)) {
            $line = fgets($handle);
            $linecount++;
        }

Specific error was:

2019-03-10 01:57:32.100465 [NOTICE] [208.180.136.169:21557] [STDERR] PHP Warning:  feof() expects parameter 1 to be resource, boolean given in /home/build.website.com/public_html/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/SitePublisher.php on line 125
2019-03-10 01:57:32.100470 [NOTICE] [208.180.136.169:21557] [STDERR] PHP Warning:  fgets() expects parameter 1 to be resource, boolean given in /home/build.website.com/public_html/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/SitePublisher.php on line 126

Looks like it was failing, but kept on running, until it ran out of room!

Anyways, once I updated the http auth settings it ran without issue. So this is just a heads up in case anyone else runs into the same issue.

Disable minification

The plugin seems to minify the files on export. Is there a way to disable this? The cascade has changed and results in css errors.

Remove WP <link> tags? creates invalid HTML

When this is enabled this html:

<div class="textwidget"><p><a href="https://www.linkedin.com/company/182711/" target="_blank" rel="noopener"><img class="alignleft" src="https://wp.company.net/wp-content/uploads/2017/10/LinkedIn-Logo-02-e1507056485651.png" alt="Company LinkedIn" width="35" height="35" pagespeed_url_hash="1279215143" onload="pagespeed.CriticalImages.checkImageForCriticality(this);"></a></p>
</div>

becomes:

<div class="textwidget"><p></p><div><a href="”https://www.linkedin.com/company/182711/”"><img scr="" “<a="" href="https://www.linkedin.com/company/182711/" target="_blank" rel="noopener"><img class="alignright" src="https://www.company.net/wp-content/uploads/2017/10/LinkedIn-Logo-02-e1507056485651.png" alt="Company LinkedIn" width="35" height="35"></a>” alt=”LinkedIn” width=”35″ height=”35″/&gt;</div><p></p>
</div>

Note the paragraphs have changed, double quoting and half a tag at the end for the alt="LinkedIn"

Is it because my dynamic site domain starts with "wp." ?

Failed during "Crawling discovered URLs"

The destination url, it says it can't be the site I am running it from.. but that's exactly where I want the HTML site to be running after the export.

Can this be a problem?

I tried other options as well, to test it.. but still getting an error.

How to add multine string options via CLI?

Hello @leonstafford,

While I can crawl / detect and generate a zip archive of my website from the plugin admin page, I have problems running wp2static from the cli.

Running wp help wp2static outputs:

SUBCOMMANDS
  deploy
  diagnostics
  generate
  microtime_diff
  options

And wp wp2static detect gives Error: 'detect' is not a registered subcommand of 'wp2static'.
Any idea why the cli commands are not available (I checked if they have been moved to addon but didn't find anything on the other repos).

Wp2static : version 6.6.7 from https://downloads.wordpress.org/plugin/static-html-output-plugin.6.6.7.zip
Wordpress running on sqlite db, inside docker.

Doc enhancement
I found the doc was a bit lacking when trying to configure wp2static from cli.
I found good info at https://github.com/WP2Static/wp2static/blob/master/src/CLI.php.
Especially to list all options with wp wp2static options list --reveal_sensitive_values
Maybe adding this to doc could help others.

If I may, any idea how to set the excludeURLs from the command line for multiple excludes?

Failing to find files in 'dist' when exporting to S3/Zip with Bedrock

Hey,

I'm having a bit of an issue getting the export functionality working for zip/s3 with the plugin. I was able to get it working with a subdirectory following guides found on other issues but the export is where it is failing.

I believe it could be to do with me using the Bedrock folder structure from Roots.io or a failing in the exclude/include functionality.

With the folder structure all of the production assets live inside a dist file located here:
/web/app/themes/theme_name/dist/

I've tried adding this folder and specific files inside of the include URL section but have had no success.

The plugin seems to be crawling the following folder:
/web/app/themes/garrison/resources/

Again I have added this to the exclude URL section but have had no success.

Is there a way I can specify a wildcard/regex expression for crawling files?

[v6.6.7] HTML being parsed and re-written breaking <source> inside <video> or <picture> elements. (Workaround / Fix inside)

I'm one of these old farts that was around when validating your HTML was cool enough to warrant putting a badge on your site, so still validate my code, and noticed an issue yesterday with our static site. If you write the following HTML:

<video>
        <source src="/media/examples/flower.webm" type="video/webm">
        <source src="/media/examples/flower.mp4" type="video/mp4">
        <p>Sorry, your browser doesn't support embedded videos.</p>
</video>

So if your browser cannot play the webm video, it goes to the next element, and tries to play the mp4 video, if it can't do this it goes to the next element, which in this case is just a message saying your browser doesn't support embedded videos.

But, after WP2Static has parsed it with DOMDocument(), you will end up with:

<video><source src="/media/examples/flower.webm" type="video/webm"><source src="/media/examples/flower.mp4" type="video/mp4"><p>Sorry, your browser doesn't support embedded videos.</p>
</source></source></video>

Which if you add the line-breaks and tabs in, it is clearer why this doesn't work.

<video>
        <source src="/media/examples/flower.webm" type="video/webm">
                <source src="/media/examples/flower.mp4" type="video/mp4">
                        <p>Sorry, your browser doesn't support embedded videos.</p>
                </source>
        </source>
</video>

Now this isn't correct. What this leads to is if your browser cannot play the webm video, it has nothing to try next, it ignores everything inside <source>, as <source> is not a tag that wraps other tags, technically, </source> isn't a tag, it will fail validation, which is how I discovered this issue.

Fix / Workaround

End your <source> elements XHTML style like this: <source />

<video>
        <source src="/media/examples/flower.webm" type="video/webm" />
        <source src="/media/examples/flower.mp4" type="video/mp4" />
        <p>Sorry, your browser doesn't support embedded videos.</p>
</video>

This isn't required by the HTML5 specification, nor is it encouraged as it could lead you to assume the element can wrap or have a separate closing element, but it does resolve the issue and instead of ending up with nested elements, you end up with this, which browsers will be able to understand (even though it is not the HTML5 specification)

<video>
        <source src="/media/examples/flower.webm" type="video/webm"></source>
        <source src="/media/examples/flower.mp4" type="video/mp4"></source>
        <p>Sorry, your browser doesn't support embedded videos.</p>
</video>

This doesn't make your static HTML validate, but browsers should hopefully be able to try each source in order falling back to the next one if they can't play it.

Picture Element

Same workaround applies to the <picture> element if using srcset, close the <source> tags XHTML style like this: <source />

<picture>
        <source srcset="logo-768.png 768w, logo-768-1.5x.png 1.5x" />
        <source srcset="logo-480.png, logo-480-2x.png 2x" />
        <img src="logo-320.png" alt="logo">
</picture>

References

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture

Allow usage of the defaultProvider() CredentialProvider for S3

https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.Credentials.CredentialProvider.html

Currently the plugin requires the usage of an IAM Access Key and Secret Access Key to be provided in order to authenticate to S3 to upload. This is not industry best practice. The default CredentialProvider attempts to load credentials in the following order:

  1. Check for environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN
  2. Check for a default profile in ~/.aws/credentials
  3. Check for default profile in ~/.aws/config
  4. Make GET request to ECS environment variables (only if using Elastic Container Service)
  5. Checks for credentials using an External Process: https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#sourcing-credentials-from-external-processes
  6. Check for EC2 instance profile credentials using the local metadata endpoint of 169.254.169.254
  7. It finally uses the 'credentials' => ['key' => 'my-access-key-id', 'secret' => 'my-secret-access-key'] configuration of the client constructor given that no other credentials are found.

We configure the majority of our sensitive site configuration using either Environment Variables or IAM Roles assigned to EC2 instances, utilizing the EC2 instance metadata (option 6 above).

Here is an implementation that would use the key and secret, if provided, and otherwise revert to the default order of operations:

use Aws\Credentials\CredentialProvider;
use Aws\Credentials;

$credentialProvider = CredentialProvider::memoize(
    CredentialProvider::chain(
        CredentialProvider::fromCredentials(new Credentials($key ?? '', $secret ?? '')),
        CredentialProvider::defaultProvider()
    )
);
$s3Client = new S3Client([
    'region' => $region,
    'version' => 'latest',
    'credentials' => $credentialProvider
]);

eicons not shown in export

I apologise if this is too trivial, I just installed wp2static, exported a simple 1 page site, everything is well except for this detail: Eicons defined as

<i class="eicon-close"> ::before </i> , where in css
.eicon-close:before { content: '\e87f'; }

...don't show up. Any quick workaround?

Support AWS EC2 IAM

When deploying to AWS S3 make the IAM credential information optional. I have my Wordpress server deployed in AWS EC2 with an IAM instance profile (role) which has the required access needed to deploy to AWS S3.

I get the following error when trying to deploy without the Key/Secret.

Please input an S3 Key in order to authenticate when using the S3 deployment method.
Please input an S3 Secret in order to authenticate when using the S3 deployment method.

Adding multiple additionalUrls through cli does not work (6.6.5)

Hi,

Trying to add multiple urls to additionalUrls though the cli does not work.
All ways of trying to add a new line, get escaped ending up as string in the gui.

in the database it looks like this when added through the gui:

"url1\r\nurl2"

using the cli

wp wp2static options set additionalUrls 'url1\r\nurl2'

you get
"url1\r\nurl2"

so the newline gets escaped

I saw an example online (https://developer.wordpress.org/cli/commands/option/update/)

wp option update my_option < value.txt

not sure if that would help.
but the wp2static cli options does not have an "update" option and "set" expects a value

Gr, J

Deployment Batch Size (deployBatchSize) option ignored

Hi @leonstafford! 👋 I'm calling WP2Static via the WP-CLI to deploy a site from a multisite WordPress installation to GitHub pages, but WP2Static keeps deploying only one file per commit, regardless of the value of deployBatchSize. Needless to say, deploying one file per commit with a total of 1,500 files is extremely slow!

I've set my deployBatchSize to 100, as can be confirmed in the screenshot

image

and the WP-CLI

$ wp wp2static options get deployBatchSize --url=$MY_SITE_URL
100

Yet, WP2Static is turning a blind eye to this option and deploying only one file per commit. What is this madness? 😱

Cannot force to include wp-json content

I am trying to export a website that includes jQuery, which in turn reads content from wp-json, e.g. wp-json/wp/v2/pages/15

The log file insists to exclude the wp-json, which I wasn't even able to understand from your commit history the reasoning behind, but either way I attempted to forcefully include them.

On the settings page it is said next to "Exclude" section that

This will be applied after any exclusions, in case you want to exclude a whole directory, then include just one file from it."

Yet they still get excluded:

Exclusion rules wp-json
Excluding /wp-json/wp/v2/pages/30 because of rule wp-json
Excluding /wp-json/wp/v2/pages/15 because of rule wp-json

EDIT: I copied the exported JSON files manually yet the content is still not showing up on the site, so I presume the issue is elsewhere. FYI I am using Lay Theme.

Placeholder not rewritten ~ http://PLACEHOLDER.wpsho

Hello!

First of all, thanks for this great plugin.

Ok, going to the issue at hand:

  • Deployed site to Netlify and got a notification from them: "Alert: Insecure mixed content detected in".
  • Checking the exported page, there's a placeholder URL not rewritten in a couple of pages. See below.

Page 1:

<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><p><a href="https://devgwc2.netlify.com/wp-content/uploads/2020/03/GWC-cover.jpg"><img class="alignleft wp-image-91" src="http://PLACEHOLDER.wpsho/wp-content/uploads/2020/03/GWC-cover.jpg" alt="" width="275" height="413" srcset="https://devgwc2.netlify.com/wp-content/uploads/2020/03/GWC-cover.jpg 600w,https://devgwc2.netlify.com/wp-content/uploads/2020/03/GWC-cover-200x300.jpg 200w" sizes="(max-width: 275px) 100vw, 275px"></a></p><p>The <em>Great Waves of Change</em> presents a prophecy of the difficult times ahead and the steps you can take to navigate an increasingly turbulent and uncertain future.</p>
(...)

Page 2:

<div class="elementor-widget-container">
 <div class="elementor-text-editor elementor-clearfix"><div style="padding: 10px;">
 <h4 style="text-align: center;">Table of Contents</h4>
 <p style="text-align: center; font-size: 10pt;"><a href="http://PLACEHOLDER.wpsho/the-great-waves/introduction/">Introduction</a></p>
 <p style="font-size: 10pt;">CH1: <a href="http://PLACEHOLDER.wpsho/the-great-waves/the-great-waves-of-change">The Great Waves of Change</a></p>
 <p style="font-size: 10pt;">CH2: <a href="http://PLACEHOLDER.wpsho/the-great-waves/the-great-waves-and-your-life">The Great Waves and Your Life</a></p>

Thanks.

Fails for anything other than "Homepage only"

I've recently started trying to use WP2Static to get a ZIP archive of the HTML for doc pages and blog posts. However, I have only been able to get an archive with the "Homepage only" option.

"Initial crawl list" gives "6051 URLs were detected on your site that will be used to initiate the crawl. Other URLs will be discovered while crawling."

I have used Crawling settings with "Posts and pages only" and to exclude a large range of URLs, but WP2Static fails repeatedly when crawling, and sometimes at other times:
"Failed during "Analyzing site... this may take a few minutes (but it's worth it!)"
or
"Failed during Crawling"

(the fail point varies from day to day)

I enabled the Advanced / debug mode, but did not get any useful information.

P.S. The plugin was enabled by my Wordpress admin and I only have access through the Wordpress UI.

Incorrect subfolder during GitHub deployment

When using the GitHub export with this configuration, the static files are expected to be found in the root of the repo:
image
Instead, even if files are correctly generated, they're pushed in an incorrect subfolder:
image

BTW, this extra sub-folders prevents local git cloning...

Google api link being stripped

Has anyone encountered link to both Googleapis and bootstrapcdn being stripped out? After processing, the src="" for both of these script calls are empty, when before they contained links to js files.
Screen Shot 2019-07-10 at 4 03 03 PM
Screen Shot 2019-07-10 at 4 04 33 PM

Relative URL option breaks standards / Q: To support or not to support relative URLs

When the relative URL option is set, hreflangs tags FQURLs (namely protocol + domain, that are required by the hreflang specification) are being replaced with the relative URL setting, ie:

<link rel="canonical" href="**https://www.domain.com**/path/">
<link rel="alternate" href="**https://www.domain.com**/path/" hreflang="en">
<link rel="alternate" href="**https://www.domain.com**/lang/path/" hreflang="lang">

are being replaced with:

<base href="/basepath/">
<link rel="canonical" href="/basepath/path/">
<link rel="alternate" href="/basepath/path/" hreflang="en">
<link rel="alternate" href="/basepath/lang/path/" hreflang="lang">

new error exporting to github in 6.3

2019-01-23 01:10:14
PHP VERSION 7.2.13
OS VERSION Linux ams203.hawkhost.com 2.6.32-896.16.1.lve1.4.49.el6.x86_64 elementor/wp2static#1 SMP Fri Jan 5 05:15:23 EST 2018 x86_64
WP VERSION 5.0.3
WP URL http://xxxx.xxxx.co.uk
WP SITEURL http://xxxx.xxxx.co.uk
WP HOME http://xxxx.xxxx.co.uk
WP ADDRESS http://xxxx.xxxx.co.uk
PLUGIN VERSION 6.3
VIA WP-CLI?
STATIC EXPORT URL https://xxxx.xxxx2.com/
SAVING URL: FILE IS EMPTY /favicon.ico
BAD RESPONSE STATUS (404): http://PLACEHOLDER.wpsho/
BAD RESPONSE STATUS FROM API (502)
Deployment: error encountered
Exception: BAD RESPONSE STATUS FROM API (502) in /home/wpstagep/xxxx.xxxx.co.uk/wp-content/plugins/static-html-output-plugin/library/StaticHtmlOutput/SitePublisher.php:312
Stack trace:
#0 /home/wpstagep/xxxx.xxxx.co.uk/wp-content/plugins/static-html-output-plugin/powerpack/GitHub.php(290): StaticHtmlOutput_SitePublisher->checkForValidResponses(502, Array)
elementor/wp2static#1 /home/wpstagep/xxxx.xxxx.co.uk/wp-content/plugins/static-html-output-plugin/powerpack/GitHub.php(91): StaticHtmlOutput_GitHub->updateFileInGitHub()
elementor/wp2static#2 /home/wpstagep/xxxx.xxxx.co.uk/wp-content/plugins/static-html-output-plugin/powerpack/GitHub.php(31): StaticHtmlOutput_GitHub->upload_files()
elementor/wp2static#3 /home/wpstagep/xxxx.xxxx.co.uk/wp-content/plugins/static-html-output-plugin/powerpack/GitHub.php(352): StaticHtmlOutput_GitHub->__construct()
elementor/wp2static#4 /home/wpstagep/xxxx.xxxx.co.uk/wp-content/plugins/static-html-output-plugin/library/StaticHtmlOutput/Dispatcher.php(42): require_once('/home/wpstagep/...')
elementor/wp2static#5 /home/wpstagep/xxxx.xxxx.co.uk/wp-content/plugins/static-html-output-plugin/wp2static.php(17): require_once('/home/wpstagep/...')
elementor/wp2static#6 /home/wpstagep/xxxx.xxxx.co.uk/wp-settings.php(322): include_once('/home/wpstagep/...')
elementor/wp2static#7 /home/wpstagep/xxxx.xxxx.co.uk/wp-config.php(86): require_once('/home/wpstagep/...')
elementor/wp2static#8 /home/wpstagep/xxxx.xxxx.co.uk/wp-load.php(37): require_once('/home/wpstagep/...')
elementor/wp2static#9 /home/wpstagep/xxxx.xxxx.co.uk/wp-admin/admin-ajax.php(22): require_once('/home/wpstagep/...')
elementor/wp2static#10 {main}

Failures at various steps without explanation

Hi. Having lots of issues with generating a static site. I've experienced failures at crawling inital file list, analyzing site, preparing files to send to S3, etc.

I've been able to get past the failure on crawling initial file list by refreshing the page and retrying the export multiple times. By changing deployment to local folder, after about 30 or more tries and refreshes and clearing deployment caches etc, I eventually got the plugin to build the static site one time.

Since then, I've tried and retried tens of times and I'm still getting all sorts of failures at the above points and others. All of these failures occur without any clues left behind in the plugin logs (with and without full debug mode enabled) and there's also nothing in PHP logs.

Is there a way to identify the source of these issues? Flying blind right now.

Exported site has wrong characters (codepage issues)

It generates...

<html lang="de-DE">

...with that it doesn't show icon font.
...with that it does better...

<html lang="de">

Additionally it doesn't handle German special characters well: öäüß
it prints...

Burgstraße 3

instead of...

Burgstraße 3

[v6.6.7] CSS being parsed, rewritten, and causing issues due to CSS cascade (Workaround / Fix inside)

First off, this is a brilliant plugin, we've just used it for the first time on a project and are now hosting a WordPress site using AWS CloudFront and S3.

Whilst I'm aware that v7 is currently being worked on, and this is unlikely to be fixed for v6 (I have seen mentions that this is being fixed for v7) I thought I would describe the issue we had, and what I have had to do to prevent wp2static from rewriting our CSS.

I understand the reason for CSS to be parsed, is to re-write URLs that may be within, and I assume to do some basic minification by stripping whitespace and comments, though this actually resulted in the filesize of our webpack minified files being increased.

But I'd argue though that if someone is using absolute links /wp-content/themes/theme-name/assets/images/background.png within their CSS, then wanting to use WP2Static to relocate their assets folder to hide the fact that they are using WordPress. Then it is much simpler for them to switch to using relative links instead of the plugin modifying the files, so if their CSS file was in /wp-content/themes/theme-name/assets/css/style.css they would reference files like this instead: ../images/background.png

We had an issue where our CSS had been parsed, and the order of statements had been changed, so the media queries had been written first, then statements not inside media queries were written afterwards. Whatever appears last in your CSS file is used if the selectors are equal, a media query does not appear to add any weight over a non-wrapped selector.

https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Cascade_and_inheritance#Conflicting_rules

So this re-ordering of the styles resulted in the browser allowing the styles not inside media queries (our "desktop" styles) taking precedence over our "mobile" styles, which then threw up a load of bugs when we went live because we had done all of our device testing on the WordPress site, not the static one. Derp.

Workaround / Fix

To fix this, I downloaded the source code at this commit (the source code in the plugin folder is obfuscated):
a71e5ca8114e678e8917f47b19ac200248dc5831

This is the closest commit I can find to the v6.6.7 release as it is not tagged.

I copied the files from plugin/ into the same folder in my WordPress plugins:
wp-content/plugins/static-html-output-plugin/plugin/

I then edited this file between lines 433-450:
static-html-output-plugin/plugin/WP2Static/SiteCrawler.php
https://github.com/WP2Static/wp2static/blob/a71e5ca8114e678e8917f47b19ac200248dc5831/plugin/WP2Static/SiteCrawler.php#L433-L450

I replaced the contents of the switch case with this instead:

case 'css':
                $this->processed_file = $this->response;
                break;

(Deleting the whole css case block results in hitting default which does the same too, as you can see at line 474 ).

This prevents the CSS from being processed by the Sabberworm\CSS library, and just uses the CSS file as is, it will be up to you to ensure you are using relative links if you want to ensure this workaround / fix works for you.

Clear deploy cache through WP-CLI

While the WP-CLI integration does allow us to generate / deploy our WP2Static website it currently isn't possible to clear the deploy cache before generating / deploying.

Which means that (when wanting to do a 'fresh' deploy) it's mandatory to log into the WordPress dashboard, go to the WP2Static settings and manually clear the deploy cache before re-generating / deploying.

Ideally it'd be possible through WP-CLI with its own subcommand (ie. clearcache) and/or as an extra parameter (ie. --clear).

Exception: BAD RESPONSE STATUS FROM API (0)

I made a storage zone with a pull zone linked to it at the friends from BunnCDN. They have the same names.

After hitting the "Start static site export" button, the whole thing starts right up to transferring files to BunnyCDN which I can see in the storage zone. After some time this Failed during "Deploying files to BunnyCDN" error comes and the whole thing stops. No clue why and how and what, the export log says:

BAD RESPONSE STATUS FROM API (0)
Deployment: error encountered
Exception: BAD RESPONSE STATUS FROM API (0) in /example/home/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/SitePublisher.php:2
Stack trace:
#0 /example/user/wp-content/plugins/static-html-output-plugin/plugin/deployers/BunnyCDN.php(2): WP2Static_SitePublisher->checkForValidResponses(0, Array)
WP2Static/wp2static#1 /example/user/wp-content/plugins/static-html-output-plugin/plugin/deployers/BunnyCDN.php(2): WP2Static_BunnyCDN->createFileInBunnyCDN()
WP2Static/wp2static#2 /example/user/wp-content/plugins/static-html-output-plugin/plugin/deployers/BunnyCDN.php(2): WP2Static_BunnyCDN->upload_files()
WP2Static/wp2static#3 /example/user/wp-content/plugins/static-html-output-plugin/plugin/deployers/BunnyCDN.php(2): WP2Static_BunnyCDN->__construct()
WP2Static/wp2static#4 /example/user/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/Dispatcher.php(2): require_once('/example/home/...')
WP2Static/wp2static#5 /example/user/wp-content/plugins/static-html-output-plugin/wp2static.php(17): require_once('/example/home/...')
WP2Static/wp2static#6 /example/user/wp-settings.php(342): include_once('/example/home/...')
WP2Static/wp2static#7 /example/user/wp-config.php(90): require_once('/example/home/...')
WP2Static/wp2static#8 /example/user/wp-load.php(37): require_once('/example/home/...')
WP2Static/wp2static#9 /example/user/wp-admin/admin-ajax.php(22): require_once('/example/home/...')
WP2Static/wp2static#10 {main}

Well, it says a lot more. But this is where the error is.

Halp?

Missing "ver" query argument on stylesheets

I use WordPress' asset versioning system to bust cache on the dynamic version of my site, and noticed that the ver query arg appears to be removed (it's in the source of the dynamically-generated page, but not in the source of the WP2Static generated site).

Note: the ver argument does get includes for external JavaScript files.

fails to generate zip on basic docker install

clean WP 5.4.1, WP2Static 6.6.7 from wp.org

UI shows successful export.

PHP error log shows:

PHP Warning:  rename(/var/www/html/wp-content/uploads/wp-static-html-output-1588621648.tmp,/var/www/html/wp-content/uploads/wp-static-html-output-1588621648.zip): No such file or directory in /var/www/html/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/ArchiveProcessor.php on line 2, referer: http://localhost:8000/wp-admin/admin.php?page=wp2static

zip extension appears loaded in wordpress image. issue with tmp path?

Tested with following docker compose:

version: '3.3'

services:
   db:
     image: mysql:5.7
     volumes:
       - db_data:/var/lib/mysql
     restart: always
     environment:
       MYSQL_ROOT_PASSWORD: somewordpress
       MYSQL_DATABASE: wordpress
       MYSQL_USER: wordpress
       MYSQL_PASSWORD: wordpress

   wordpress:
     depends_on:
       - db
     image: wordpress:latest
     ports:
       - "8000:80"
     restart: always
     environment:
       WORDPRESS_DB_HOST: db:3306
       WORDPRESS_DB_USER: wordpress
       WORDPRESS_DB_PASSWORD: wordpress
       WORDPRESS_DB_NAME: wordpress
volumes:
    db_data: {}

Archive Zip includes whole directory tree from server

When downloading an Archive zip after running a static site export (to zip archive), when uncompressing the entire OS (WAMP server) directory tree structure (each folder) was included before getting to the actual folder of the static site export. This seems to me like unintended behavior. Behavior is persistent across any combination of plugin settings.

Special Character Encoding

I'm running some tests of wp2static and running into issues where certain characters are not handled properly and end up garbled in the exported output.

Version wp2static: 6.6.5
Exporting site: http://www.bu.edu/bostonia/

Example content:
http://www.bu.edu/bostonia/fall13/wine/

image

it seems curly quotes for instance end up as this: ’

<p>In May 2012, with a decade of collecting under his belt, Blake (who requested that his real name not be used) went shopping online for some wines from France’s vaunted Bordeaux and Burgundy regions. He contacted a high-end Manhattan retailer, and began receiving emails from the owner about choice wines for sale. “He had all kinds of stuff that was really rare, old, and hard to find,� Blake recalls. “He claimed he got everything from restaurants he’d known for 25 years or from friends at the wineries. He told me great stories about where the wine came from.�</p>

Does not export file _redirects

Hi I have add in root website folder a file named _redirects, but when export zip folder cannot export it. See attachment.
Screenshot_1

FileWriter.php fails when WP slugs contain part of the destination URL (abs URLs on 6.6.5)

Example being https://www.domain.com/es/estudio , the error would be:

[17-Aug-2019 05:50:17 UTC] PHP Warning:  chmod(): No such file or directory in /var/www/html/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/FileWriter.php on line 2
Warning: chmod(): No such file or directory in /var/www/html/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/FileWriter.php on line 2
[17-Aug-2019 05:50:17 UTC] PHP Warning:  file_put_contents(/var/www/html/wp-content/uploads/wp-static-html-output-1566020129/tudio/index.html): failed to open stream: No such file or directory in /var/www/html/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/FileWriter.php on line 2
Warning: file_put_contents(/var/www/html/wp-content/uploads/wp-static-html-output-1566020129/tudio/index.html): failed to open stream: No such file or directory in /var/www/html/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/FileWriter.php on line 2

It's trying to get "tudio" when it should be getting "estudio"

Fail S3 deploy when incompatible filename detected

Update: changing this issue to be one to guard against and fail the deploy when incompatible filename detected for S3 deploy. Should provide good feedback to the user of what's going on. Ideally, lookup and guard against this before the deploy processes starts, if possible.

original desc:

Having a é in an image file name stops the export process and it takes quitte some time to figure out what is wrong reading the export log. I would be great it these would still work!
Have a great day!

422 API error and accentuation in file names on Github

My site was uploading fine on Github until I added some content, including pictures.
Then the upload failed, and looking at logs I can see a 422 API error.

After searching for a while, I think I found a bug.
Removing uploaded files with accents (or rename it) solved the issue.

FTP export fails, but no error in log

Hello,
I an FTP-exporting a site, which fails in the FTP export step at around 50%, but there are no errors in the logfile that I can see. Attached is the log. There are files on the destination site, but I'm not sure if its everything. Having different loglevels might be interesting, i.e. for categories such as crawling, exporting, etc. so that the log can be selectively detailed, else it will be huge for large sites.

2019-02-23 06:41:57
PHP VERSION 5.6.39
OS VERSION Linux wp-hosting-main 4.9.124-paas-2270098 WP2Static/wp2static#1 SMP PREEMPT Tue Aug 28 15:11:59 CEST 2018 x86_64
WP VERSION 5.1
WP URL https://SOURCESITE.com
WP SITEURL https://SOURCESITE.com
WP HOME https://SOURCESITE.com
WP ADDRESS https://SOURCESITE.com
PLUGIN VERSION 6.6.5
VIA WP-CLI? 
STATIC EXPORT URL http://DESTSITE.de/testsite/
PERMALINK STRUCTURE /%year%/%monthnum%/%day%/%postname%/
SERVER SOFTWARE Apache
Active plugins:
polylang/polylang.php
iwp-client/init.php
better-plugin-compatibility-control/better-plugin-compatibility-control.php
better-search-replace/better-search-replace.php
block-bad-queries/block-bad-queries.php
contact-form-7/wp-contact-form-7.php
eu-cookie-law/eu-cookie-law.php
ip-geo-block/ip-geo-block.php
jonradio-private-site/jonradio-private-site.php
mainwp-child/mainwp-child.php
redirection/redirection.php
simple-history/index.php
static-html-output-plugin/wp2static.php
strong-testimonials/strong-testimonials.php
varnish-http-purge/varnish-http-purge.php
wordfence/wordfence.php
wp-slimstat/wp-slimstat.php
Plugin options:
additionalUrls: 
allowOfflineUsage: 
baseHREF: 
baseUrl: http://DESTSITE.de/testsite
baseUrl-bitbucket: 
baseUrl-bunnycdn: 
baseUrl-folder: 
baseUrl-ftp: http://DESTSITE.de/testsite
baseUrl-github: 
baseUrl-gitlab: 
baseUrl-netlify: 
baseUrl-s3: 
baseUrl-zip: 
baseUrl-zip: 
basicAuthPassword: *******************
basicAuthUser: static
bbBranch: 
bbPath: 
bbRepo: 
bbToken: *******************
bunnycdnStorageZoneAccessKey: *******************
bunnycdnPullZoneAccessKey: *******************
bunnycdnPullZoneID: 
bunnycdnStorageZoneName: 
bunnycdnRemotePath: 
cfDistributionId: 
completionEmail: 
crawl_delay: 0
crawl_increment: 1
crawlPort: 
debug_mode: 1
detection_level: everything
delayBetweenAPICalls: 0
deployBatchSize: 1
excludeURLs: 
ftpPassword: *******************
ftpRemotePath: /testsite
ftpServer: DESTFRPSERVER.com
ftpPort: 
ftpTLS: 
ftpUsername: DESTFTPUSER
ghBranch: 
ghCommitMessage: 
ghPath: 
ghRepo: 
ghToken: *******************
glBranch: 
glPath: 
glProject: 
glToken: *******************
netlifyHeaders: 
netlifyPersonalAccessToken: *******************
netlifyRedirects: 
netlifySiteID: 
removeConditionalHeadComments: 1
removeHTMLComments: 1
removeWPLinks: 1
removeWPMeta: 1
rewrite_rules: 
rename_rules: 
s3Bucket: 
s3Key: 
s3Region: 
s3RemotePath: 
s3Secret: *******************
selected_deployment_option: ftp
targetFolder: /srv/data/web/vhosts/SOURCESITE.com/htdocs/mystaticsite
useActiveFTP: 
useBaseHref: 
useBasicAuth: 1
useRelativeURLs: 
Installed extensions:
Core
date
ereg
libxml
openssl
pcre
zlib
bz2
dba
filter
gd
hash
SPL
pcntl
Reflection
session
standard
mysqlnd
xml
mysqli
cgi-fcgi
apcu
bcmath
calendar
ctype
curl
dom
mbstring
fileinfo
ftp
gettext
gmp
iconv
imagick
imap
intl
json
ldap
libsodium
exif
mcrypt
mongo
mongodb
mssql
mysql
PDO
pdo_dblib
pdo_mysql
pdo_pgsql
pdo_sqlite
pgsql
Phar
posix
readline
shmop
SimpleXML
soap
sockets
sqlite3
ssh2
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
wddx
xmlreader
xmlrpc
xmlwriter
xsl
zip
mhash
apc
Zend OPcache
Exclusion rules wp-json
Crawling /
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING / to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /2016/
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /2016/ to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317//2016/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /2016/10/
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /2016/10/ to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/2016/10/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /2016/10/24/
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /2016/10/24/ to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/2016/10/24/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /2016/10/24/hello-world/
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /2016/10/24/hello-world/ to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/2016/10/24/hello-world/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /category/uncategorized/
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /category/uncategorized/ to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/category/uncategorized/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /category/uncategorized/page/1
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /category/uncategorized/page/1 to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/category/uncategorized/page/1/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /favicon.ico
NOT SAVING EMTPY FILE /favicon.ico
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /kontakt/
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /kontakt/ to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317//kontakt/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /page/1
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /page/1 to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/page/1/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /pages/page/1
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /pages/page/1 to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/pages/page/1/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /robots.txt
SAVING /robots.txt to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317//robots.txt
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /sample-page/
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /sample-page/ to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317//sample-page/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /sitemap.xml
SAVING /sitemap.xml to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317//sitemap.xml
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /uber-uns/
Adding discovered URL: /wp-includes/css/dashicons.min.css
Adding discovered URL: /wp-includes/css/buttons.min.css
Adding discovered URL: /wp-admin/css/forms.min.css
Adding discovered URL: /wp-admin/css/l10n.min.css
Adding discovered URL: /wp-admin/css/login.min.css
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Adding discovered URL: /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Adding discovered URL: /
SAVING /uber-uns/ to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317//uber-uns/index.html
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/css/blocks.css
SAVING /wp-content/themes/twentyseventeen/assets/css/blocks.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/css/blocks.css
Memory allocated by crawl script: 8192
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/css/colors-dark.css
SAVING /wp-content/themes/twentyseventeen/assets/css/colors-dark.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/css/colors-dark.css
Memory allocated by crawl script: 8192
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
SAVING /wp-content/themes/twentyseventeen/assets/css/editor-blocks.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
Memory allocated by crawl script: 8448
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/css/editor-style.css
SAVING /wp-content/themes/twentyseventeen/assets/css/editor-style.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/css/editor-style.css
Memory allocated by crawl script: 8192
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/css/ie8.css
SAVING /wp-content/themes/twentyseventeen/assets/css/ie8.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/css/ie8.css
Memory allocated by crawl script: 8192
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/css/ie9.css
SAVING /wp-content/themes/twentyseventeen/assets/css/ie9.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/css/ie9.css
Memory allocated by crawl script: 7424
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/images/coffee.jpg
SAVING /wp-content/themes/twentyseventeen/assets/images/coffee.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/images/coffee.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/images/espresso.jpg
SAVING /wp-content/themes/twentyseventeen/assets/images/espresso.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/images/espresso.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/images/header.jpg
SAVING /wp-content/themes/twentyseventeen/assets/images/header.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/images/header.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/images/sandwich.jpg
SAVING /wp-content/themes/twentyseventeen/assets/images/sandwich.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/images/sandwich.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
SAVING /wp-content/themes/twentyseventeen/assets/images/svg-icons.svg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/js/customize-controls.js
SAVING /wp-content/themes/twentyseventeen/assets/js/customize-controls.js to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/js/customize-controls.js
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/js/customize-preview.js
SAVING /wp-content/themes/twentyseventeen/assets/js/customize-preview.js to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/js/customize-preview.js
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/js/global.js
SAVING /wp-content/themes/twentyseventeen/assets/js/global.js to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/js/global.js
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/js/html5.js
SAVING /wp-content/themes/twentyseventeen/assets/js/html5.js to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/js/html5.js
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js
SAVING /wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/js/navigation.js
SAVING /wp-content/themes/twentyseventeen/assets/js/navigation.js to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/js/navigation.js
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js
SAVING /wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/rtl.css
SAVING /wp-content/themes/twentyseventeen/rtl.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/rtl.css
Memory allocated by crawl script: 8192
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/screenshot.png
SAVING /wp-content/themes/twentyseventeen/screenshot.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/screenshot.png
Memory allocated by crawl script: 6656
Exclusion rules wp-json
Crawling /wp-content/themes/twentyseventeen/style.css
SAVING /wp-content/themes/twentyseventeen/style.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/themes/twentyseventeen/style.css
Memory allocated by crawl script: 10496
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-150x150.png
SAVING /wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-150x150.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-150x150.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-300x297.png
SAVING /wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-300x297.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-300x297.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-75x75.png
SAVING /wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-75x75.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-75x75.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-768x760.png
SAVING /wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-768x760.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/950px-Wappen_CITY.svg_-768x760.png
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/950px-Wappen_CITY.svg_.png
SAVING /wp-content/uploads/2019/02/950px-Wappen_CITY.svg_.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/950px-Wappen_CITY.svg_.png
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/IMG_2883-100x100.jpg
SAVING /wp-content/uploads/2019/02/IMG_2883-100x100.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/IMG_2883-100x100.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/IMG_2883-1024x576.jpg
SAVING /wp-content/uploads/2019/02/IMG_2883-1024x576.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/IMG_2883-1024x576.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/IMG_2883-150x150.jpg
SAVING /wp-content/uploads/2019/02/IMG_2883-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/IMG_2883-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/IMG_2883-300x169.jpg
SAVING /wp-content/uploads/2019/02/IMG_2883-300x169.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/IMG_2883-300x169.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/IMG_2883-75x75.jpg
SAVING /wp-content/uploads/2019/02/IMG_2883-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/IMG_2883-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/IMG_2883-768x432.jpg
SAVING /wp-content/uploads/2019/02/IMG_2883-768x432.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/IMG_2883-768x432.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/IMG_2883.jpg
SAVING /wp-content/uploads/2019/02/IMG_2883.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/IMG_2883.jpg
Memory allocated by crawl script: 7168
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-1024x1024.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-1024x1024.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-1024x1024.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-1200x1200.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-1200x1200.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-1200x1200.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-150x150.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-300x300.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-300x300.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-300x300.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-75x75.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-768x768.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-768x768.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-768x768.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-small-1024x1024.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-small-1024x1024.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-small-1024x1024.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-small-1200x1200.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-small-1200x1200.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-small-1200x1200.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-small-150x150.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-small-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-small-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-small-300x300.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-small-300x300.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-small-300x300.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-small-75x75.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-small-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-small-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-small-768x768.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-small-768x768.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-small-768x768.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo-small.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo-small.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo-small.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Logo.jpg
SAVING /wp-content/uploads/2019/02/KOR-Logo.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Logo.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Promo-720.mov
SAVING /wp-content/uploads/2019/02/KOR-Promo-720.mov to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Promo-720.mov
Memory allocated by crawl script: 124160
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1-1-100x100.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1-1-100x100.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1-1-100x100.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1-1-150x150.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1-1-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1-1-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1-1-300x131.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1-1-300x131.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1-1-300x131.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1-1-75x75.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1-1-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1-1-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1-1-768x336.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1-1-768x336.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1-1-768x336.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1-1.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1-1.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1-1.jpg
Memory allocated by crawl script: 6656
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1-150x150.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1-300x131.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1-300x131.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1-300x131.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1-75x75.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1-768x336.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1-768x336.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1-768x336.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/KOR-Webseite-1.jpg
SAVING /wp-content/uploads/2019/02/KOR-Webseite-1.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/KOR-Webseite-1.jpg
Memory allocated by crawl script: 6656
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-1024x712.jpg
SAVING /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-1024x712.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-1024x712.jpg
Memory allocated by crawl script: 6656
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-1200x834.jpg
SAVING /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-1200x834.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-1200x834.jpg
Memory allocated by crawl script: 6656
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-150x150.jpg
SAVING /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-300x209.jpg
SAVING /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-300x209.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-300x209.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-75x75.jpg
SAVING /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-768x534.jpg
SAVING /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-768x534.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-768x534.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel.jpg
SAVING /wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel.jpg
Memory allocated by crawl script: 9472
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/CITY_um_1900-1024x749.jpg
SAVING /wp-content/uploads/2019/02/CITY_um_1900-1024x749.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/CITY_um_1900-1024x749.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/CITY_um_1900-1200x878.jpg
SAVING /wp-content/uploads/2019/02/CITY_um_1900-1200x878.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/CITY_um_1900-1200x878.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/CITY_um_1900-150x150.jpg
SAVING /wp-content/uploads/2019/02/CITY_um_1900-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/CITY_um_1900-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/CITY_um_1900-300x220.jpg
SAVING /wp-content/uploads/2019/02/CITY_um_1900-300x220.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/CITY_um_1900-300x220.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/CITY_um_1900-75x75.jpg
SAVING /wp-content/uploads/2019/02/CITY_um_1900-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/CITY_um_1900-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/CITY_um_1900-768x562.jpg
SAVING /wp-content/uploads/2019/02/CITY_um_1900-768x562.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/CITY_um_1900-768x562.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/CITY_um_1900.jpg
SAVING /wp-content/uploads/2019/02/CITY_um_1900.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/CITY_um_1900.jpg
Memory allocated by crawl script: 8960
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-150x150.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-150x150.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-150x150.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-180x180.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-180x180.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-180x180.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-192x192.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-192x192.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-192x192.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-270x270.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-270x270.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-270x270.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-300x300.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-300x300.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-300x300.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-32x32.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-32x32.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-32x32.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-75x75.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-75x75.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1-75x75.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-1.png
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-150x150.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-150x150.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-150x150.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-75x75.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-75x75.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_-75x75.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_.png
SAVING /wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_.png to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-950px-Wappen_CITY.svg_.png
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-150x150.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-75x75.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-150x150.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-180x180.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-180x180.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-180x180.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-192x192.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-192x192.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-192x192.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-270x270.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-270x270.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-270x270.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-300x300.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-300x300.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-300x300.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-32x32.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-32x32.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-32x32.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-75x75.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-1-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-1.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-1.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-150x150.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-2-150x150.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-2-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-2-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-2-75x75.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-2-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-2-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-2.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-2.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-2.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-150x150.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-180x180.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-192x192.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-270x270.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-300x300.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-300x300.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-300x300.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-32x32.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-75x75.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-3-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-3.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-3.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small-75x75.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo-small.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo-small.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo-small.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-KOR-Logo.jpg
SAVING /wp-content/uploads/2019/02/cropped-KOR-Logo.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-KOR-Logo.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-100x100.jpg
SAVING /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-100x100.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-100x100.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-1024x716.jpg
SAVING /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-1024x716.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-1024x716.jpg
Memory allocated by crawl script: 6656
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-150x150.jpg
SAVING /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-2000x1200.jpg
SAVING /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-2000x1200.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-2000x1200.jpg
Memory allocated by crawl script: 6912
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-300x210.jpg
SAVING /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-300x210.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-300x210.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-75x75.jpg
SAVING /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-768x537.jpg
SAVING /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-768x537.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel-768x537.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel.jpg
SAVING /wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-Mendelssohn_Wenn_der_Abendwind_durch_die_Wipfel.jpg
Memory allocated by crawl script: 7168
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-100x100.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-100x100.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-1-100x100.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-1024x614.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-1024x614.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-1-1024x614.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-150x150.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-1-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-2000x1199.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-2000x1199.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-1-2000x1199.jpg
Memory allocated by crawl script: 6656
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-300x180.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-300x180.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-1-300x180.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-75x75.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-1-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-768x460.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-1-768x460.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-1-768x460.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-1.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-1.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-1.jpg
Memory allocated by crawl script: 6656
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-100x100.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-100x100.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-100x100.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-1024x614.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-1024x614.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-1024x614.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-150x150.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-100x100.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-100x100.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-2-100x100.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-1024x279.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-1024x279.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-2-1024x279.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-150x150.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-150x150.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-2-150x150.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-2000x544.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-2000x544.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-2-2000x544.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-300x82.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-300x82.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-2-300x82.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-75x75.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-2-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-768x209.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-2-768x209.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-2-768x209.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-2.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-2.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-2.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-2000x1199.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-2000x1199.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-2000x1199.jpg
Memory allocated by crawl script: 6912
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-300x180.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-300x180.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-300x180.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-75x75.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-75x75.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-75x75.jpg
Memory allocated by crawl script: 6144
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900-768x460.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900-768x460.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900-768x460.jpg
Memory allocated by crawl script: 6400
Exclusion rules wp-json
Crawling /wp-content/uploads/2019/02/cropped-CITY_um_1900.jpg
SAVING /wp-content/uploads/2019/02/cropped-CITY_um_1900.jpg to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-content/uploads/2019/02/cropped-CITY_um_1900.jpg
Memory allocated by crawl script: 6912
Exclusion rules wp-json
Crawling /wp-admin/css/forms.min.css
SAVING /wp-admin/css/forms.min.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-admin/css/forms.min.css
Memory allocated by crawl script: 9472
Exclusion rules wp-json
Crawling /wp-admin/css/l10n.min.css
SAVING /wp-admin/css/l10n.min.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-admin/css/l10n.min.css
Memory allocated by crawl script: 7680
Exclusion rules wp-json
Crawling /wp-admin/css/login.min.css
SAVING /wp-admin/css/login.min.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-admin/css/login.min.css
Memory allocated by crawl script: 9216
Exclusion rules wp-json
Crawling /wp-includes/css/buttons.min.css
SAVING /wp-includes/css/buttons.min.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-includes/css/buttons.min.css
Memory allocated by crawl script: 8192
Exclusion rules wp-json
Crawling /wp-includes/css/dashicons.min.css
SAVING /wp-includes/css/dashicons.min.css to /srv/data/web/vhosts/SOURCESITE.com/htdocs/wp-content/uploads/wp-static-html-output-1550947317/wp-includes/css/dashicons.min.css
Memory allocated by crawl script: 8448

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.