You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,5 @@ We love improvements to our tools! EDGI has general [guidelines for contributing
9
9
Issues that are project-wide, or relate heavily to the interaction between different components, should be added to our [Web Monitoring issue queue](https://github.com/edgi-govdata-archiving/web-monitoring/issues). Component-specific issues should be added to their respective repository.
Copy file name to clipboardexpand all lines: README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://github.com/edgi-govdata-archiving/overview/blob/master/CONDUCT.md) [](https://github.com/orgs/edgi-govdata-archiving/projects/4)
1
+
[](https://github.com/edgi-govdata-archiving/overview/blob/main/CONDUCT.md) [](https://github.com/orgs/edgi-govdata-archiving/projects/4)
2
2
3
3
# web-monitoring-processing
4
4
@@ -30,7 +30,7 @@ Working and Under Active Development:
30
30
(Uses the Tornado web framework.)
31
31
32
32
Legacy projects that may be revisited:
33
-
*[Example HTML](https://github.com/edgi-govdata-archiving/web-monitoring-processing/tree/master/archives) providing useful test cases.
33
+
*[Example HTML](https://github.com/edgi-govdata-archiving/web-monitoring-processing/tree/main/archives) providing useful test cases.
34
34
35
35
36
36
## Installation Instructions
@@ -44,18 +44,18 @@ Legacy projects that may be revisited:
44
44
2. Install libxml2 and libxslt. (This package uses lxml, which requires your system to have the libxml2 and libxslt libraries.)
45
45
46
46
On MacOS, use Homebrew:
47
-
47
+
48
48
```sh
49
49
brew install libxml2
50
50
brew install libxslt
51
51
```
52
-
52
+
53
53
On Debian Linux:
54
-
54
+
55
55
```sh
56
56
apt-get install libxml2-dev libxslt-dev
57
57
```
58
-
58
+
59
59
On other systems, the packages might have slightly different names.
60
60
61
61
3. Install the package.
@@ -72,7 +72,7 @@ Legacy projects that may be revisited:
72
72
```sh
73
73
source .env
74
74
```
75
-
75
+
76
76
5. See module comments and docstrings for more usage information. Also see the
77
77
command line tool ``wm``, which is installed with the package. For help, use
78
78
@@ -127,12 +127,12 @@ We usually create *merge commits* on the `release` branch that note the PRs incl
127
127
128
128
## Code of Conduct
129
129
130
-
This repository falls under EDGI's [Code of Conduct](https://github.com/edgi-govdata-archiving/overview/blob/master/CONDUCT.md).
130
+
This repository falls under EDGI's [Code of Conduct](https://github.com/edgi-govdata-archiving/overview/blob/main/CONDUCT.md).
131
131
132
132
133
133
## Contributors
134
134
135
-
This project wouldn’t exist without a lot of amazing people’s help. Thanks to the following for all their contributions! See our [contributing guidelines](https://github.com/edgi-govdata-archiving/web-monitoring-processing/blob/master/CONTRIBUTING.md) to find out how you can help.
135
+
This project wouldn’t exist without a lot of amazing people’s help. Thanks to the following for all their contributions! See our [contributing guidelines](https://github.com/edgi-govdata-archiving/web-monitoring-processing/blob/main/CONTRIBUTING.md) to find out how you can help.
136
136
137
137
<!-- ALL-CONTRIBUTORS-LIST:START -->
138
138
| Contributions | Name |
@@ -168,4 +168,4 @@ This program is free software: you can redistribute it and/or modify it under th
168
168
169
169
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
170
170
171
-
See the [`LICENSE`](https://github.com/edgi-govdata-archiving/webpage-versions-processing/blob/master/LICENSE) file for details.
171
+
See the [`LICENSE`](https://github.com/edgi-govdata-archiving/webpage-versions-processing/blob/main/LICENSE) file for details.
0 commit comments