This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/python | |
# 1. Save this file to your local machine where you want to save the files | |
# 2. Change 'manuscript' to the one you want | |
# 3. Change 'lastItem' to the last numbered item of the text section of the manuscript | |
# 4. Add a directory 'jpgs' that the images will be stored in | |
# 5. Run "python PennInHand_grabber.py" | |
import sys | |
import urllib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The goal of this exercise is to display a map at a custom path on a Drupal 8 site. Please do not spend more than a couple hours on this exercise. | |
In a Docker container: | |
1. Create a Drupal 8 site | |
* Create a content type that accepts a title, description, and latitude / longitude points | |
* Display a map using OpenStreetMap at the path /map/osm | |
* On the map, display a marker for each content item entered that has both a latitude and longitude | |
* Create a README explaining how to set up the project | |
2. Check the project into Github |