-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
<!-- | ||
Copyright (c) 2016-2021 Martin Donath <[email protected]> | ||
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: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
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 NON-INFRINGEMENT. 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. | ||
--> | ||
|
||
{% extends "main.html" %} | ||
|
||
<!-- Content --> | ||
{% block content %} | ||
<h1>404 - Not found</h1> | ||
|
||
<h3>Apologies! You have just hit a broken link...</h3> | ||
|
||
<p> | ||
It is very likely that you've reached this page because we missed updating one of | ||
our links. | ||
<br><br> | ||
Please <a href="{{ config.repo_url }}/issues" target="issue">check the existing issues</a> to see if this is already reported. If not, please raise a new issue indicating: | ||
</p> | ||
<ul> | ||
<li>The URL of the page that the broken link appears on.</li> | ||
<li>The link on that page (right-click, and copy it) that is broken.</li> | ||
</ul> | ||
<p> | ||
We will do our best to fix it as quickly as possible, or you can suggest a fix via a PR yourself, | ||
which the team would really appreciate! | ||
</p> | ||
<p><a href="/">Return to the main page</a></p> | ||
|
||
{% endblock %} | ||
|
||
<!-- Disqus integration --> | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
<!-- | ||
Copyright (c) 2016-2021 Martin Donath <[email protected]> | ||
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: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
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 NON-INFRINGEMENT. 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. | ||
--> | ||
|
||
{% extends "main.html" %} | ||
|
||
<!-- Content --> | ||
{% block content %} | ||
<h1>404 - Not found</h1> | ||
|
||
<h3>Apologies! You have just hit a broken link...</h3> | ||
|
||
<p> | ||
It is very likely that you've reached this page because we missed updating one of | ||
our links. | ||
<br><br> | ||
Please <a href="{{ config.repo_url }}/issues" target="issue">check the existing issues</a> to see if this is already reported. If not, please raise a new issue indicating: | ||
</p> | ||
<ul> | ||
<li>The URL of the page that the broken link appears on.</li> | ||
<li>The link on that page (right-click, and copy it) that is broken.</li> | ||
</ul> | ||
<p> | ||
We will do our best to fix it as quickly as possible, or you can suggest a fix via a PR yourself, | ||
which the team would really appreciate! | ||
</p> | ||
<p><a href="/">Return to the main page</a></p> | ||
|
||
{% endblock %} | ||
|
||
<!-- Disqus integration --> | ||
{% block disqus %}{% endblock %} |