@govtechsg/oobee 0.10.20 → 0.10.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/docker-test.yml +1 -1
- package/DETAILS.md +40 -25
- package/Dockerfile +41 -47
- package/LICENSE-3RD-PARTY-REPORT.txt +448 -0
- package/LICENSE-3RD-PARTY.txt +19913 -0
- package/README.md +26 -0
- package/__mocks__/mock-report.html +1503 -1360
- package/package.json +9 -5
- package/scripts/decodeUnzipParse.js +29 -0
- package/scripts/install_oobee_dependencies.command +2 -2
- package/scripts/install_oobee_dependencies.ps1 +3 -3
- package/src/cli.ts +9 -7
- package/src/combine.ts +13 -5
- package/src/constants/cliFunctions.ts +38 -1
- package/src/constants/common.ts +31 -5
- package/src/constants/constants.ts +28 -26
- package/src/constants/questions.ts +4 -1
- package/src/crawlers/commonCrawlerFunc.ts +114 -152
- package/src/crawlers/crawlDomain.ts +25 -32
- package/src/crawlers/crawlIntelligentSitemap.ts +7 -1
- package/src/crawlers/crawlLocalFile.ts +1 -1
- package/src/crawlers/crawlSitemap.ts +1 -1
- package/src/crawlers/custom/flagUnlabelledClickableElements.ts +546 -472
- package/src/crawlers/customAxeFunctions.ts +1 -1
- package/src/index.ts +2 -2
- package/src/mergeAxeResults.ts +590 -214
- package/src/screenshotFunc/pdfScreenshotFunc.ts +3 -3
- package/src/static/ejs/partials/components/scanAbout.ejs +65 -0
- package/src/static/ejs/partials/components/wcagCompliance.ejs +10 -29
- package/src/static/ejs/partials/footer.ejs +10 -13
- package/src/static/ejs/partials/scripts/categorySummary.ejs +2 -2
- package/src/static/ejs/partials/scripts/decodeUnzipParse.ejs +3 -0
- package/src/static/ejs/partials/scripts/reportSearch.ejs +1 -0
- package/src/static/ejs/partials/scripts/ruleOffcanvas.ejs +54 -52
- package/src/static/ejs/partials/scripts/scanAboutScript.ejs +38 -0
- package/src/static/ejs/partials/styles/styles.ejs +26 -1
- package/src/static/ejs/partials/summaryMain.ejs +15 -42
- package/src/static/ejs/report.ejs +22 -12
- package/src/utils.ts +10 -2
- package/src/xPathToCss.ts +186 -0
- package/a11y-scan-results.zip +0 -0
- package/src/types/xpath-to-css.d.ts +0 -3
@@ -36,7 +36,7 @@ jobs:
|
|
36
36
|
run: |
|
37
37
|
docker exec oobee-container cat logs/*/*.txt || true
|
38
38
|
- name: Copy Results from Docker Container
|
39
|
-
run: docker cp oobee-container:/app/results ./results
|
39
|
+
run: docker cp oobee-container:/app/oobee/results ./results
|
40
40
|
|
41
41
|
- name: Zip Results
|
42
42
|
run: zip -r results.zip ./results
|
package/DETAILS.md
CHANGED
@@ -14,31 +14,43 @@ Details of each issue and severity rating provided by the current scan engine.
|
|
14
14
|
|
15
15
|
## Conformance Covered
|
16
16
|
|
17
|
-
|
18
|
-
|
19
|
-
|
|
20
|
-
|
21
|
-
| WCAG 1.
|
22
|
-
| WCAG 1.
|
23
|
-
| WCAG 1.
|
24
|
-
| WCAG 1.
|
25
|
-
| WCAG 1.4.
|
26
|
-
| WCAG 1.4.
|
27
|
-
| WCAG 1.4.
|
28
|
-
| WCAG 1.4.
|
29
|
-
| WCAG
|
30
|
-
| WCAG
|
31
|
-
| WCAG 2.
|
32
|
-
| WCAG 2.2.
|
33
|
-
| WCAG 2.
|
34
|
-
| WCAG 2.4
|
35
|
-
| WCAG 2.4.
|
36
|
-
| WCAG 2.4.
|
37
|
-
| WCAG
|
38
|
-
| WCAG
|
39
|
-
| WCAG
|
40
|
-
| WCAG 3.
|
41
|
-
| WCAG
|
17
|
+
Note: Level AAA are disabled by default. Please specify `enable-wcag-aaa` in ruleset flag to enable AAA rules.
|
18
|
+
|
19
|
+
| Conformance | Level |
|
20
|
+
|-------------|-------|
|
21
|
+
| WCAG 1.1.1 | A |
|
22
|
+
| WCAG 1.2.2 | A |
|
23
|
+
| WCAG 1.3.1 | A |
|
24
|
+
| WCAG 1.3.5 | AA |
|
25
|
+
| WCAG 1.4.1 | A |
|
26
|
+
| WCAG 1.4.2 | A |
|
27
|
+
| WCAG 1.4.3 | AA |
|
28
|
+
| WCAG 1.4.4 | AA |
|
29
|
+
| WCAG 1.4.6 | AAA |
|
30
|
+
| WCAG 1.4.12 | AA |
|
31
|
+
| WCAG 2.1.1 | A |
|
32
|
+
| WCAG 2.2.1 | A |
|
33
|
+
| WCAG 2.2.2 | A |
|
34
|
+
| WCAG 2.2.4 | AAA |
|
35
|
+
| WCAG 2.4.1 | A |
|
36
|
+
| WCAG 2.4.2 | A |
|
37
|
+
| WCAG 2.4.4 | A |
|
38
|
+
| WCAG 2.4.9 | AAA |
|
39
|
+
| WCAG 2.5.8 | AA |
|
40
|
+
| WCAG 3.1.1 | A |
|
41
|
+
| WCAG 3.1.2 | AA |
|
42
|
+
| WCAG 3.1.5 | AAA |
|
43
|
+
| WCAG 3.2.5 | AAA |
|
44
|
+
| WCAG 3.3.2 | A |
|
45
|
+
| WCAG 4.1.2 | A |
|
46
|
+
|
47
|
+
### Summary
|
48
|
+
| Level | Count |
|
49
|
+
|-------|-------|
|
50
|
+
| A | 15 |
|
51
|
+
| AA | 5 |
|
52
|
+
| AAA | 5 |
|
53
|
+
|
42
54
|
|
43
55
|
## WCAG 2.0 Level A
|
44
56
|
|
@@ -99,6 +111,8 @@ Details of each issue and severity rating provided by the current scan engine.
|
|
99
111
|
| td-headers-attr | Ensure that each cell in a table that uses the headers attribute refers only to other cells in that table | Must Fix | WCAG 1.3.1 |
|
100
112
|
| th-has-data-cells | Ensure that `<th>` elements and elements with role=columnheader/rowheader have data cells they describe | Must Fix | WCAG 1.3.1 |
|
101
113
|
| video-caption | Ensures `<video>` elements have captions | Must Fix | WCAG 1.2.2 |
|
114
|
+
| oobee-confusing-alt-text | The image alt text set as 'img', 'image', 'picture', 'photo', or 'graphic' is confusing or not useful | Must Fix | WCAG 1.1.1
|
115
|
+
| oobee-accessible-label | Clickable elements (i.e. elements with mouse-click interaction) must have accessible labels. | Must Fix | WCAG 2.1.1, WCAG 4.1.2 |
|
102
116
|
|
103
117
|
## WCAG 2.0 Level AA
|
104
118
|
|
@@ -128,6 +142,7 @@ Details of each issue and severity rating provided by the current scan engine.
|
|
128
142
|
| color-contrast-enhanced | Ensure the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds | Must Fix | WCAG 1.4.6 |
|
129
143
|
| identical-links-same-purpose | Ensure that links with the same accessible name serve a similar purpose | Good to Fix | WCAG 2.4.9 |
|
130
144
|
| meta-refresh-no-exceptions | Ensure <meta http-equiv="refresh"> is not used for delayed refresh | Good to Fix | WCAG 2.2.4, WCAG 3.2.5 |
|
145
|
+
| oobee-grading-text-contents | Text content should be clear and plain to ensure that it is easily understood. | Needs Review | WCAG 3.1.5 |
|
131
146
|
|
132
147
|
## Best Practice
|
133
148
|
|
package/Dockerfile
CHANGED
@@ -1,60 +1,54 @@
|
|
1
|
-
# Use
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
<installpath>/opt/verapdf</installpath> \n\
|
13
|
-
</com.izforge.izpack.panels.target.TargetPanel> \n\
|
14
|
-
<com.izforge.izpack.panels.packs.PacksPanel id="sdk_pack_select"> \n\
|
15
|
-
<pack index="0" name="veraPDF GUI" selected="true"/> \n\
|
16
|
-
<pack index="1" name="veraPDF Batch files" selected="true"/> \n\
|
17
|
-
<pack index="2" name="veraPDF Validation model" selected="false"/> \n\
|
18
|
-
<pack index="3" name="veraPDF Documentation" selected="false"/> \n\
|
19
|
-
<pack index="4" name="veraPDF Sample Plugins" selected="false"/> \n\
|
20
|
-
</com.izforge.izpack.panels.packs.PacksPanel> \n\
|
21
|
-
<com.izforge.izpack.panels.install.InstallPanel id="install"/> \n\
|
22
|
-
<com.izforge.izpack.panels.finish.FinishPanel id="finish"/> \n\
|
23
|
-
</AutomatedInstallation> ' >> /opt/verapdf-auto-install-docker.xml
|
24
|
-
|
25
|
-
RUN wget "https://github.com/GovTechSG/oobee/releases/download/cache/verapdf-installer.zip" -P /opt
|
26
|
-
RUN unzip /opt/verapdf-installer.zip -d /opt
|
27
|
-
RUN latest_version=$(ls -d /opt/verapdf-greenfield-* | sort -V | tail -n 1) && [ -n "$latest_version" ] && \
|
28
|
-
"$latest_version/verapdf-install" "/opt/verapdf-auto-install-docker.xml"
|
29
|
-
RUN rm -rf /opt/verapdf-installer.zip /opt/verapdf-greenfield-*
|
30
|
-
|
31
|
-
# Set oobee directory
|
32
|
-
WORKDIR /app
|
1
|
+
# Use Microsoft Playwright image as base image
|
2
|
+
# Node version is v22
|
3
|
+
FROM mcr.microsoft.com/playwright:v1.49.1-jammy
|
4
|
+
|
5
|
+
# Installation of packages for oobee and runner
|
6
|
+
RUN apt-get update && apt-get install -y zip git
|
7
|
+
|
8
|
+
WORKDIR /app/oobee
|
9
|
+
|
10
|
+
# Clone oobee repository
|
11
|
+
# RUN git clone --branch master https://github.com/GovTechSG/oobee.git /app/oobee
|
33
12
|
|
34
|
-
# Copy
|
35
|
-
COPY
|
13
|
+
# OR Copy oobee files from local directory
|
14
|
+
COPY . .
|
36
15
|
|
37
16
|
# Environment variables for node and Playwright
|
38
17
|
ENV NODE_ENV=production
|
39
18
|
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD="true"
|
40
|
-
ENV PLAYWRIGHT_BROWSERS_PATH="/opt/ms-playwright"
|
41
|
-
ENV PATH="/opt/verapdf:${PATH}"
|
42
19
|
|
43
|
-
# Install dependencies
|
44
|
-
RUN npm
|
20
|
+
# Install oobee dependencies
|
21
|
+
RUN npm ci --omit=dev
|
22
|
+
|
23
|
+
# Compile TypeScript for oobee
|
24
|
+
RUN npm run build || true # true exits with code 0 - workaround for TS errors
|
45
25
|
|
46
26
|
# Install Playwright browsers
|
47
|
-
RUN npx playwright install chromium
|
27
|
+
RUN npx playwright install chromium
|
48
28
|
|
49
29
|
# Add non-privileged user
|
50
|
-
|
51
|
-
RUN
|
30
|
+
# Create a group named "purple"
|
31
|
+
RUN groupadd -r purple
|
52
32
|
|
53
|
-
#
|
54
|
-
|
33
|
+
# Create a user named "purple" and assign it to the group "purple"
|
34
|
+
RUN useradd -r -g purple purple
|
55
35
|
|
56
|
-
#
|
57
|
-
|
36
|
+
# Create a dedicated directory for the "purple" user and set permissions
|
37
|
+
RUN mkdir -p /home/purple && chown -R purple:purple /home/purple
|
58
38
|
|
59
|
-
|
60
|
-
|
39
|
+
WORKDIR /app
|
40
|
+
|
41
|
+
# Set the ownership of the oobee directory to the user "purple"
|
42
|
+
RUN chown -R purple:purple /app
|
43
|
+
|
44
|
+
# Copy any application and support files
|
45
|
+
# COPY . .
|
46
|
+
|
47
|
+
# Install any app dependencies for your application
|
48
|
+
# RUN npm ci --omit=dev
|
49
|
+
|
50
|
+
# For oobee to be run from present working directory, comment out as necessary
|
51
|
+
WORKDIR /app/oobee
|
52
|
+
|
53
|
+
# Run everything after as non-privileged user.
|
54
|
+
USER purple
|
@@ -0,0 +1,448 @@
|
|
1
|
+
Bootstrap v5.3.0-alpha3
|
2
|
+
————————————————
|
3
|
+
The MIT License (MIT)
|
4
|
+
|
5
|
+
Copyright (c) 2011-2024 The Bootstrap Authors
|
6
|
+
|
7
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
+
of this software and associated documentation files (the "Software"), to deal
|
9
|
+
in the Software without restriction, including without limitation the rights
|
10
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
+
copies of the Software, and to permit persons to whom the Software is
|
12
|
+
furnished to do so, subject to the following conditions:
|
13
|
+
|
14
|
+
The above copyright notice and this permission notice shall be included in
|
15
|
+
all copies or substantial portions of the Software.
|
16
|
+
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
23
|
+
THE SOFTWARE.
|
24
|
+
|
25
|
+
|
26
|
+
============================
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
Highlight.js v11.7.0
|
31
|
+
————————————————
|
32
|
+
BSD 3-Clause License
|
33
|
+
|
34
|
+
Copyright (c) 2006, Ivan Sagalaev.
|
35
|
+
All rights reserved.
|
36
|
+
|
37
|
+
Redistribution and use in source and binary forms, with or without
|
38
|
+
modification, are permitted provided that the following conditions are met:
|
39
|
+
|
40
|
+
* Redistributions of source code must retain the above copyright notice, this
|
41
|
+
list of conditions and the following disclaimer.
|
42
|
+
|
43
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
44
|
+
this list of conditions and the following disclaimer in the documentation
|
45
|
+
and/or other materials provided with the distribution.
|
46
|
+
|
47
|
+
* Neither the name of the copyright holder nor the names of its
|
48
|
+
contributors may be used to endorse or promote products derived from
|
49
|
+
this software without specific prior written permission.
|
50
|
+
|
51
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
52
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
53
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
54
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
55
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
56
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
57
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
58
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
59
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
60
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
61
|
+
|
62
|
+
|
63
|
+
============================
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
@popperjs/core v2.9.2
|
69
|
+
————————————————
|
70
|
+
MIT License
|
71
|
+
|
72
|
+
Copyright (c) 2021 Floating UI contributors
|
73
|
+
|
74
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
75
|
+
of this software and associated documentation files (the "Software"), to deal
|
76
|
+
in the Software without restriction, including without limitation the rights
|
77
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
78
|
+
copies of the Software, and to permit persons to whom the Software is
|
79
|
+
furnished to do so, subject to the following conditions:
|
80
|
+
|
81
|
+
The above copyright notice and this permission notice shall be included in all
|
82
|
+
copies or substantial portions of the Software.
|
83
|
+
|
84
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
85
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
86
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
87
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
88
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
89
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
90
|
+
SOFTWARE.
|
91
|
+
|
92
|
+
============================
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
Font-Awesome
|
98
|
+
————————————————
|
99
|
+
SIL OFL 1.1 License
|
100
|
+
|
101
|
+
Fonticons, Inc. (https://fontawesome.com)
|
102
|
+
|
103
|
+
--------------------------------------------------------------------------------
|
104
|
+
|
105
|
+
Font Awesome Free License
|
106
|
+
|
107
|
+
Font Awesome Free is free, open source, and GPL friendly. You can use it for
|
108
|
+
commercial projects, open source projects, or really almost whatever you want.
|
109
|
+
Full Font Awesome Free license: https://fontawesome.com/license/free.
|
110
|
+
|
111
|
+
--------------------------------------------------------------------------------
|
112
|
+
|
113
|
+
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
|
114
|
+
|
115
|
+
The Font Awesome Free download is licensed under a Creative Commons
|
116
|
+
Attribution 4.0 International License and applies to all icons packaged
|
117
|
+
as SVG and JS file types.
|
118
|
+
|
119
|
+
--------------------------------------------------------------------------------
|
120
|
+
|
121
|
+
# Fonts: SIL OFL 1.1 License
|
122
|
+
|
123
|
+
In the Font Awesome Free download, the SIL OFL license applies to all icons
|
124
|
+
packaged as web and desktop font files.
|
125
|
+
|
126
|
+
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
|
127
|
+
with Reserved Font Name: "Font Awesome".
|
128
|
+
|
129
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
130
|
+
This license is copied below, and is also available with a FAQ at:
|
131
|
+
http://scripts.sil.org/OFL
|
132
|
+
|
133
|
+
SIL OPEN FONT LICENSE
|
134
|
+
Version 1.1 - 26 February 2007
|
135
|
+
|
136
|
+
PREAMBLE
|
137
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
138
|
+
development of collaborative font projects, to support the font creation
|
139
|
+
efforts of academic and linguistic communities, and to provide a free and
|
140
|
+
open framework in which fonts may be shared and improved in partnership
|
141
|
+
with others.
|
142
|
+
|
143
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
144
|
+
redistributed freely as long as they are not sold by themselves. The
|
145
|
+
fonts, including any derivative works, can be bundled, embedded,
|
146
|
+
redistributed and/or sold with any software provided that any reserved
|
147
|
+
names are not used by derivative works. The fonts and derivatives,
|
148
|
+
however, cannot be released under any other type of license. The
|
149
|
+
requirement for fonts to remain under this license does not apply
|
150
|
+
to any document created using the fonts or their derivatives.
|
151
|
+
|
152
|
+
DEFINITIONS
|
153
|
+
"Font Software" refers to the set of files released by the Copyright
|
154
|
+
Holder(s) under this license and clearly marked as such. This may
|
155
|
+
include source files, build scripts and documentation.
|
156
|
+
|
157
|
+
"Reserved Font Name" refers to any names specified as such after the
|
158
|
+
copyright statement(s).
|
159
|
+
|
160
|
+
"Original Version" refers to the collection of Font Software components as
|
161
|
+
distributed by the Copyright Holder(s).
|
162
|
+
|
163
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
164
|
+
or substituting — in part or in whole — any of the components of the
|
165
|
+
Original Version, by changing formats or by porting the Font Software to a
|
166
|
+
new environment.
|
167
|
+
|
168
|
+
"Author" refers to any designer, engineer, programmer, technical
|
169
|
+
writer or other person who contributed to the Font Software.
|
170
|
+
|
171
|
+
PERMISSION & CONDITIONS
|
172
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
173
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
174
|
+
redistribute, and sell modified and unmodified copies of the Font
|
175
|
+
Software, subject to the following conditions:
|
176
|
+
|
177
|
+
1) Neither the Font Software nor any of its individual components,
|
178
|
+
in Original or Modified Versions, may be sold by itself.
|
179
|
+
|
180
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
181
|
+
redistributed and/or sold with any software, provided that each copy
|
182
|
+
contains the above copyright notice and this license. These can be
|
183
|
+
included either as stand-alone text files, human-readable headers or
|
184
|
+
in the appropriate machine-readable metadata fields within text or
|
185
|
+
binary files as long as those fields can be easily viewed by the user.
|
186
|
+
|
187
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
188
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
189
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
190
|
+
presented to the users.
|
191
|
+
|
192
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
193
|
+
Software shall not be used to promote, endorse or advertise any
|
194
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
195
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
196
|
+
permission.
|
197
|
+
|
198
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
199
|
+
must be distributed entirely under this license, and must not be
|
200
|
+
distributed under any other license. The requirement for fonts to
|
201
|
+
remain under this license does not apply to any document created
|
202
|
+
using the Font Software.
|
203
|
+
|
204
|
+
TERMINATION
|
205
|
+
This license becomes null and void if any of the above conditions are
|
206
|
+
not met.
|
207
|
+
|
208
|
+
DISCLAIMER
|
209
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
210
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
211
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
212
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
213
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
214
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
215
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
216
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
217
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
218
|
+
|
219
|
+
--------------------------------------------------------------------------------
|
220
|
+
|
221
|
+
# Code: MIT License (https://opensource.org/licenses/MIT)
|
222
|
+
|
223
|
+
In the Font Awesome Free download, the MIT license applies to all non-font and
|
224
|
+
non-icon files.
|
225
|
+
|
226
|
+
Copyright 2024 Fonticons, Inc.
|
227
|
+
|
228
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
229
|
+
this software and associated documentation files (the "Software"), to deal in the
|
230
|
+
Software without restriction, including without limitation the rights to use, copy,
|
231
|
+
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
232
|
+
and to permit persons to whom the Software is furnished to do so, subject to the
|
233
|
+
following conditions:
|
234
|
+
|
235
|
+
The above copyright notice and this permission notice shall be included in all
|
236
|
+
copies or substantial portions of the Software.
|
237
|
+
|
238
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
239
|
+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
240
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
241
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
242
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
243
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
244
|
+
|
245
|
+
--------------------------------------------------------------------------------
|
246
|
+
|
247
|
+
# Attribution
|
248
|
+
|
249
|
+
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
|
250
|
+
Awesome Free files already contain embedded comments with sufficient
|
251
|
+
attribution, so you shouldn't need to do anything additional when using these
|
252
|
+
files normally.
|
253
|
+
|
254
|
+
We've kept attribution comments terse, so we ask that you do not actively work
|
255
|
+
to remove them from files, especially code. They're a great way for folks to
|
256
|
+
learn about Font Awesome.
|
257
|
+
|
258
|
+
--------------------------------------------------------------------------------
|
259
|
+
|
260
|
+
# Brand Icons
|
261
|
+
|
262
|
+
All brand icons are trademarks of their respective owners. The use of these
|
263
|
+
trademarks does not indicate endorsement of the trademark holder by Font
|
264
|
+
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
265
|
+
to represent the company, product, or service to which they refer.**
|
266
|
+
|
267
|
+
============================
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
DM Serif Text
|
273
|
+
————————————————
|
274
|
+
SIL OFL 1.1 License
|
275
|
+
|
276
|
+
Copyright 2014-2018 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries. Copyright 2019 Google LLC.
|
277
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
|
278
|
+
|
279
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
280
|
+
|
281
|
+
PREAMBLE
|
282
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
|
283
|
+
|
284
|
+
The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
|
285
|
+
|
286
|
+
DEFINITIONS
|
287
|
+
“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
|
288
|
+
|
289
|
+
“Reserved Font Name” refers to any names specified as such after the copyright statement(s).
|
290
|
+
|
291
|
+
“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s).
|
292
|
+
|
293
|
+
“Modified Version” refers to any derivative made by adding to, deleting, or substituting – in part or in whole – any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
|
294
|
+
|
295
|
+
“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
|
296
|
+
|
297
|
+
PERMISSION & CONDITIONS
|
298
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
|
299
|
+
|
300
|
+
Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
|
301
|
+
|
302
|
+
Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
|
303
|
+
|
304
|
+
No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
|
305
|
+
|
306
|
+
The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
|
307
|
+
|
308
|
+
The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
|
309
|
+
|
310
|
+
TERMINATION
|
311
|
+
This license becomes null and void if any of the above conditions are not met.
|
312
|
+
|
313
|
+
DISCLAIMER
|
314
|
+
THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
|
315
|
+
|
316
|
+
============================
|
317
|
+
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
PT Sans
|
322
|
+
————————————————
|
323
|
+
SIL OFL 1.1 License
|
324
|
+
|
325
|
+
Copyright (c) 2010, ParaType Ltd. (http://www.paratype.com/public), with Reserved Font Names "PT Sans" and "ParaType".
|
326
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
|
327
|
+
|
328
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
329
|
+
|
330
|
+
PREAMBLE
|
331
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
|
332
|
+
|
333
|
+
The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
|
334
|
+
|
335
|
+
DEFINITIONS
|
336
|
+
"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
|
337
|
+
|
338
|
+
"Reserved Font Name" refers to any names specified as such after the copyright statement(s).
|
339
|
+
|
340
|
+
"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
|
341
|
+
"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
|
342
|
+
|
343
|
+
"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
|
344
|
+
|
345
|
+
PERMISSION & CONDITIONS
|
346
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
|
347
|
+
|
348
|
+
Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
|
349
|
+
Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
|
350
|
+
No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
|
351
|
+
The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
|
352
|
+
The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
|
353
|
+
TERMINATION
|
354
|
+
This license becomes null and void if any of the above conditions are not met.
|
355
|
+
|
356
|
+
DISCLAIMER
|
357
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
|
358
|
+
|
359
|
+
============================
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
|
364
|
+
Open Sans
|
365
|
+
————————————————
|
366
|
+
SIL OFL 1.1 License
|
367
|
+
|
368
|
+
Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)
|
369
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
|
370
|
+
|
371
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
372
|
+
|
373
|
+
PREAMBLE
|
374
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
|
375
|
+
|
376
|
+
The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
|
377
|
+
|
378
|
+
DEFINITIONS
|
379
|
+
"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
|
380
|
+
|
381
|
+
"Reserved Font Name" refers to any names specified as such after the copyright statement(s).
|
382
|
+
|
383
|
+
"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
|
384
|
+
"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
|
385
|
+
|
386
|
+
"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
|
387
|
+
|
388
|
+
PERMISSION & CONDITIONS
|
389
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
|
390
|
+
|
391
|
+
Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
|
392
|
+
Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
|
393
|
+
No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
|
394
|
+
The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
|
395
|
+
The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
|
396
|
+
TERMINATION
|
397
|
+
This license becomes null and void if any of the above conditions are not met.
|
398
|
+
|
399
|
+
DISCLAIMER
|
400
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
|
401
|
+
|
402
|
+
============================
|
403
|
+
|
404
|
+
|
405
|
+
|
406
|
+
Viga
|
407
|
+
————————————————
|
408
|
+
SIL OFL 1.1 License
|
409
|
+
|
410
|
+
Copyright (c) 2011 Fontstage (info@fontstage.com), with Reserved Font Names, "Viga"
|
411
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
|
412
|
+
|
413
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
414
|
+
PREAMBLE
|
415
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
|
416
|
+
|
417
|
+
The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
|
418
|
+
|
419
|
+
DEFINITIONS
|
420
|
+
"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
|
421
|
+
|
422
|
+
"Reserved Font Name" refers to any names specified as such after the copyright statement(s).
|
423
|
+
|
424
|
+
"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
|
425
|
+
"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
|
426
|
+
|
427
|
+
"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
|
428
|
+
|
429
|
+
PERMISSION & CONDITIONS
|
430
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
|
431
|
+
|
432
|
+
Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
|
433
|
+
Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
|
434
|
+
No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
|
435
|
+
The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
|
436
|
+
The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
|
437
|
+
TERMINATION
|
438
|
+
This license becomes null and void if any of the above conditions are not met.
|
439
|
+
|
440
|
+
DISCLAIMER
|
441
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.Copyright (c) 2011 Fontstage (info@fontstage.com), with Reserved Font Names, "Viga"
|
442
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1 . This license is copied below, and is also available with a FAQ at: https://openfontlicense.org
|
443
|
+
|
444
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
445
|
+
|
446
|
+
============================
|
447
|
+
|
448
|
+
|