Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

amazeeio/PixelsForDrupal

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
# Pixels for Drupal

Now a static site, just a single Nginx container.

Commands use to make the site static:

```bash
wget --adjust-extension --mirror --page-requisites --convert-links -e robots=off https://pixelsfordrupal.com/
```

To capture the popups, we need to be a little creative:

```bash
for i in {1..400}; do echo $i; curl -s "https://pixelsfordrupal.com/ga.php?AID=${i}&t=1607033203" -o popups/${i}.html ; done
```

About

A community initiative to help the Drupal Association raise funds during #DrupalCares.

Topics

Resources

Stars

Watchers

Forks