Skip to content

Commit 25e0f6c

Browse files
authored
Merge pull request #83 from atcoder/patch/offline
document can be viewed in offline
2 parents 1bcd03b + aaba1fb commit 25e0f6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+258
-14
lines changed

document_en/lib/LICENSE.md

+88
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# License
2+
3+
This folder consists of some copies of external libraries.
4+
5+
## UIkit(uikit.min.js, uikit.min.css, uikit-icons.min.js, uikit-rtl.min.css)
6+
7+
- https://getuikit.com
8+
- https://github.com/uikit/uikit
9+
- License: https://github.com/uikit/uikit/blob/develop/LICENSE.md
10+
11+
UIkit is released under the MIT license.
12+
13+
```txt
14+
Copyright (c) 2013-2020 YOOtheme GmbH, getuikit.com
15+
16+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
17+
18+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21+
```
22+
23+
## KaTeX(katex.min.css, katex.min.js, auto-render-min.js, fonts/*.woff2)
24+
25+
- https://katex.org
26+
- https://github.com/KaTeX/KaTeX
27+
- License: https://github.com/KaTeX/KaTeX/blob/master/LICENSE
28+
29+
KaTeX is released under the MIT license.
30+
31+
```txt
32+
The MIT License (MIT)
33+
34+
Copyright (c) 2013-2020 Khan Academy and other contributors
35+
36+
Permission is hereby granted, free of charge, to any person obtaining a copy
37+
of this software and associated documentation files (the "Software"), to deal
38+
in the Software without restriction, including without limitation the rights
39+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
40+
copies of the Software, and to permit persons to whom the Software is
41+
furnished to do so, subject to the following conditions:
42+
43+
The above copyright notice and this permission notice shall be included in all
44+
copies or substantial portions of the Software.
45+
46+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
49+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
51+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
52+
SOFTWARE.
53+
```
54+
55+
## Ace (ace.js)
56+
57+
- https://ace.c9.io
58+
- https://github.com/ajaxorg/ace
59+
- License: https://github.com/ajaxorg/ace/blob/master/LICENSE
60+
61+
Ace is released under the BSD (3-clause) license.
62+
63+
```txt
64+
Copyright (c) 2010, Ajax.org B.V.
65+
All rights reserved.
66+
67+
Redistribution and use in source and binary forms, with or without
68+
modification, are permitted provided that the following conditions are met:
69+
* Redistributions of source code must retain the above copyright
70+
notice, this list of conditions and the following disclaimer.
71+
* Redistributions in binary form must reproduce the above copyright
72+
notice, this list of conditions and the following disclaimer in the
73+
documentation and/or other materials provided with the distribution.
74+
* Neither the name of Ajax.org B.V. nor the
75+
names of its contributors may be used to endorse or promote products
76+
derived from this software without specific prior written permission.
77+
78+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
79+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
80+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
81+
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
82+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
83+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
84+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
85+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
86+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
87+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
88+
```

document_en/lib/ace.js

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

document_en/lib/auto-render.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
30.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
13.6 KB
Binary file not shown.
Binary file not shown.
29.2 KB
Binary file not shown.
Binary file not shown.
21.6 KB
Binary file not shown.
31.6 KB
Binary file not shown.
Binary file not shown.
21.2 KB
Binary file not shown.
14.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
11.5 KB
Binary file not shown.
5.21 KB
Binary file not shown.
4.96 KB
Binary file not shown.
3.32 KB
Binary file not shown.
4.61 KB
Binary file not shown.
Binary file not shown.

document_en/lib/katex.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

document_en/lib/katex.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

document_en/lib/mode-c_cpp.js

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

document_en/lib/uikit-icons.min.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

document_en/lib/uikit-rtl.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

document_en/lib/uikit.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

document_en/lib/uikit.min.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)