Skip to content

Commit

Permalink
Deploy Kosmorro/website to Kosmorro/website:gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 23, 2024
0 parents commit 4e6201f
Show file tree
Hide file tree
Showing 2,328 changed files with 385,102 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
90 changes: 90 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!DOCTYPE html>
<html lang="en" xmlns:og="http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Page not found</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src https://stats.deuchnord.fr; img-src 'self'; script-src 'self' https://stats.deuchnord.fr; style-src 'self' 'unsafe-inline'; font-src 'self'; frame-ancestors 'none'; form-action 'self'; base-uri 'self'" />
<meta http-equiv="Same-Origin" content="always" />
<meta http-equiv="Content-Type-Options" content="nosniff" />
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
<meta http-equiv="X-Frame-Options" content="DENY" />


<link href="/fa/css/fontawesome.min.css" rel="stylesheet" />
<link href="/fa/css/solid.min.css" rel="stylesheet" />
<link href="/fa/css/brands.min.css" rel="stylesheet" />

<link rel="stylesheet" href="/css/normalize.css/normalize.css" />
<link rel="stylesheet" href="/base.css" />

<meta name="theme-color" content="#000" />

<meta name="description" content="Sorry, the page you are looking for does not exist." />
<meta property="og:title" content="" />
<meta property="og:description" content="" />

<meta property="og:site_name" content="Kosmorro" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://kosmorro.space/img/kosmorro-open-graph.jpg" />


</head>
<body>
<div class="container">
<div class="body">



<nav><a href="/" class="logo">
<img class="normal" src="/img/svg/kosmorro/kosmorro-logo.svg" alt="Kosmorro" />
<img class="mobile" src="/img/svg/kosmorro/kosmorro-icon.svg" alt="Kosmorro" />
</a>
<ul>
<li><a href="/lib">Library</a></li>
<li><a href="/support">Support</a></li>
</ul> </nav>

<article>
<h1>Page not found</h1>

<p>Sorry, it looks like you have tried to reach a page that does not exist.</p>
<p>If you were following a link, then it might be broken. Feel free to report it <a href="https://github.com/Kosmorro/website/issues">on GitHub</a>.</p>

<h2>These pages might interest you:</h2>
<ul>
<li><a href="/">Homepage</a></li>
<li><a href="/lib">Kosmorrolib</a></li>
<li><a href="/lib/doc">Kosmorrolib's documentation</a></li>
<li><a href="/support">Get support on Kosmorro</a></li>
</ul>
</article>


</div>

<footer>
<ul class="social" aria-label="Social networks to follow the project">
<li><a target="_blank" href="https://github.com/Kosmorro">
<i class="fa-brands fa-github" title="Follow the project on GitHub" aria-label="GitHub logo"></i>
</a></li>
<li><a target="_blank" href="https://social.deuchnord.fr/@Kosmorro" rel="me">
<i class="fa-brands fa-mastodon" title="Follow the project on Mastodon" aria-label="Mastodon logo"></i>
</a></li>
<li><a target="_blank" href="https://bsky.app/profile/kosmorro.space" rel="me">
<i class="fa-brands fa-bluesky" title="Follow the project on Bluesky" aria-label="Bluesky logo"></i>
</a></li>
</ul>
<p class="legal">
Kosmorro is a free software distributed under <a target="_blank" href="https://github.com/Kosmorro/kosmorro/blob/v0.10.13/LICENSE.md">GNU Affero General Public License v3.0</a>.<br />

Kosmorro's website by <a href="https://deuchnord.fr">Jérôme Deuchnord</a> is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a>
</p>
</footer>

<script type="text/javascript" src="/scripts/matomo.js"></script>
<script src="https://stats.deuchnord.fr/matomo.js" async defer></script>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kosmorro.space
Empty file.
1 change: 1 addition & 0 deletions api/SoftwareApplications/cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"@context": "https://schema.org", "@type": "SoftwareApplication", "name": "Kosmorro", "author": {"@type": "Person", "name": "J\u00e9r\u00f4me Deuchnord", "gender": "https://schema.org/Male", "sameAs": "https://deuchnord.fr"}, "license": "https://github.com/Kosmorro/kosmorro/blob/v0.10.13/LICENSE.md", "applicationSuite": "Kosmorro", "applicationCategory": "Science", "applicationSubCategory": "Astronomy", "featureList": "- Calculate the ephemerides for the date and location of your choice\n- Get informed as soon as possible of interesting astronomical events\n- Generate nice-looking PDFs for your observation nights", "screenshot": "https://kosmorro.space/img/screenshots/terminal/events-detection.png", "operatingSystem": "macOS, Linux, FreeBSD", "downloadUrl": "https://kosmorro.space/cli/download", "softwareVersion": "0.10.13", "releaseNotes": "https://kosmorro.space/cli/changelog"}
1 change: 1 addition & 0 deletions base.css

Large diffs are not rendered by default.

Loading

0 comments on commit 4e6201f

Please sign in to comment.