Skip to content

Commit 49f79b5

Browse files
committed
Release #381, #390, #392, and dependency updates
2 parents e2dc994 + 403c464 commit 49f79b5

File tree

9 files changed

+492
-412
lines changed

9 files changed

+492
-412
lines changed

.github/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ daysUntilClose: 7
66
exemptLabels:
77
- never-stale
88
- security
9+
- bug
910
# Label to use when marking an issue as stale
1011
staleLabel: stale
1112
# Comment to post when marking an issue as stale. Set to `false` to disable

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It’s a React.js-based browser application with a Node.js backend with the foll
1010
* Consume subset of data from web-monitoring-db as proof of concept, read/write annotations
1111
* [DEMO](https://monitoring-staging.envirodatagov.org)
1212
* LIST VIEW shows first page of records from [web-monitor-db](https://api-staging.monitoring.envirdatagov.org/api/v0/pages) JSON endpoint
13-
* PAGE VIEW shows basic info about the latest version of that page: site and URLs
13+
* PAGE VIEW shows basic info about the latest version of that page: site, URLs and links to Wayback Machine calendar view and page versions
1414
* updates annotations
1515

1616

@@ -26,8 +26,6 @@ It’s a React.js-based browser application with a Node.js backend with the foll
2626
npm install
2727
```
2828

29-
*Note: you might need Python 2 and the g++ compiler (on OS X, Xcode command line tools includes g++; on Debian systems [like Ubuntu], it’s included in the `build-essential` package; on yum/dnf systems [like CentOS, RHEL, or Fedora] it’s available as `gcc-c++` and included in the `Development Tools` package group) in order to build & install `node-zopfli-es`, one of our dependencies. If you are also running [`web-monitoring-processing`](https://github.com/edgi-govdata-archiving/web-monitoring-processing) (which uses Python 3), tools like [Conda](https://conda.io/) or [Pyenv](https://github.com/pyenv/pyenv) can help you manage multiple versions of Python.*
30-
3129
3. Copy `.env.example` to `.env` and supply any local configuration info you need (all fields are optional)
3230

3331
4. Start the web server

0 commit comments

Comments
 (0)