From 84b57fadbed21866354410625e3ea3b7d3486c1c Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 8 Dec 2022 00:14:28 -0600 Subject: [PATCH] template updates --- scrapple/templates/about.html | 15 ++++++++------- scrapple/templates/base.html | 10 ++++++---- scrapple/templates/index.html | 10 ++++++---- scrapple/templates/park_detail.html | 2 +- scrapple/templates/parks.html | 4 ++-- 5 files changed, 23 insertions(+), 18 deletions(-) diff --git a/scrapple/templates/about.html b/scrapple/templates/about.html index c4ce039..58abd19 100644 --- a/scrapple/templates/about.html +++ b/scrapple/templates/about.html @@ -7,18 +7,19 @@

- This site is generated from data scraped from Chicago Park District. It is not meant to be authoritative and is not kept up to date. -
- This site was originally created as a demo for spatula and updated for CAPP 30122 at the University of Chicago. -

- -

- This site exists to demonstrate some basic scraping techniques, as well as provide examples of real world challenges that scraper authors often encounter. You may use it for this purpose however you see fit. Just be nice, the site is hosted on a free fly.io VM. + This site exists to demonstrate some basic scraping techniques, as well as provide examples of real world challenges that scraper authors often encounter. It was primarily written to assist with examples and documentation for spatula but feel free to use it for whatever you want. Just be nice, the site is hosted on a free fly.io VM.

While other sites with a similar purpose exist, they often omit some of the common complications that can arise in scraping. The eventual goal of this site is to serve as a test suite of sorts for handling edge cases.

+

The full source for this site is available on GitHub. + +

Sources

+ +

Chicago Parks data scraped from Chicago Park District replicated here for educational purposes. It is not meant to be authoritative and is not kept up to date.

+ +

As for Yoyodyne, here you go.

{% endblock %} diff --git a/scrapple/templates/base.html b/scrapple/templates/base.html index d54eb20..2fd1b7c 100644 --- a/scrapple/templates/base.html +++ b/scrapple/templates/base.html @@ -3,11 +3,12 @@