Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .surface/SURFACE_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e710f3133bb64eb172d0a13064cee567959df80d
8ae726cf7c6c531137c39a671b39092032acfc27
4 changes: 3 additions & 1 deletion .surface/vendor/scripts/project_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def render(cfg, surface_sha):
host_class = cfg["hostClass"]
title = cfg["title"]
repo = cfg["repo"]
repo_url = f"https://github.com/Verifrax/{repo}"
description = cfg["description"]
role = cfg["role"]
deploy_mode = cfg["deployMode"]
Expand All @@ -71,6 +72,7 @@ def render(cfg, surface_sha):
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{escape(title)}</title>
<meta name="description" content="{escape(description)}">
<link rel="canonical" href="{escape(host if host.endswith("/") else host + "/")}">
<link rel="stylesheet" href="assets/surface.css">
</head>
<body>
Expand Down Expand Up @@ -102,7 +104,7 @@ def render(cfg, surface_sha):
<h2>Surface authority</h2>
<ul class="list">
<li class="row"><span class="label">Host</span><span class="value"><code>{escape(host)}</code></span></li>
<li class="row"><span class="label">Repository</span><span class="value"><code>{escape(repo)}</code></span></li>
<li class="row"><span class="label">Repository</span><span class="value"><a href="{escape(repo_url)}">{escape(repo)}</a></span></li>
<li class="row"><span class="label">Host class</span><span class="value"><code>{escape(host_class)}</code></span></li>
<li class="row"><span class="label">Surface role</span><span class="value"><code>{escape(role)}</code></span></li>
<li class="row"><span class="label">Projection source</span><span class="value"><code>VERIFRAX-SURFACE@{escape(surface_sha[:12])}</code></span></li>
Expand Down
5 changes: 3 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>VERIFRAX Apply</title>
<meta name="description" content="Canonical intake surface for contributors, roles, and structured signal.">
<link rel="canonical" href="https://apply.verifrax.net/">
<link rel="stylesheet" href="assets/surface.css">
</head>
<body>
Expand Down Expand Up @@ -47,10 +48,10 @@ <h2>Host contract</h2>
<h2>Surface authority</h2>
<ul class="list">
<li class="row"><span class="label">Host</span><span class="value"><code>https://apply.verifrax.net</code></span></li>
<li class="row"><span class="label">Repository</span><span class="value"><code>apply</code></span></li>
<li class="row"><span class="label">Repository</span><span class="value"><a href="https://github.com/Verifrax/apply">apply</a></span></li>
<li class="row"><span class="label">Host class</span><span class="value"><code>tool</code></span></li>
<li class="row"><span class="label">Surface role</span><span class="value"><code>apply</code></span></li>
<li class="row"><span class="label">Projection source</span><span class="value"><code>VERIFRAX-SURFACE@e710f3133bb6</code></span></li>
<li class="row"><span class="label">Projection source</span><span class="value"><code>VERIFRAX-SURFACE@8ae726cf7c6c</code></span></li>
</ul>
<p class="note">Form comes from the surface authority. Host purpose and content stay owned by the host repository.</p>
</section>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>VERIFRAX Apply</title>
<meta name="description" content="Canonical intake surface for contributors, roles, and structured signal.">
<link rel="canonical" href="https://apply.verifrax.net/">
<link rel="stylesheet" href="assets/surface.css">
</head>
<body>
Expand Down Expand Up @@ -47,10 +48,10 @@ <h2>Host contract</h2>
<h2>Surface authority</h2>
<ul class="list">
<li class="row"><span class="label">Host</span><span class="value"><code>https://apply.verifrax.net</code></span></li>
<li class="row"><span class="label">Repository</span><span class="value"><code>apply</code></span></li>
<li class="row"><span class="label">Repository</span><span class="value"><a href="https://github.com/Verifrax/apply">apply</a></span></li>
<li class="row"><span class="label">Host class</span><span class="value"><code>tool</code></span></li>
<li class="row"><span class="label">Surface role</span><span class="value"><code>apply</code></span></li>
<li class="row"><span class="label">Projection source</span><span class="value"><code>VERIFRAX-SURFACE@e710f3133bb6</code></span></li>
<li class="row"><span class="label">Projection source</span><span class="value"><code>VERIFRAX-SURFACE@8ae726cf7c6c</code></span></li>
</ul>
<p class="note">Form comes from the surface authority. Host purpose and content stay owned by the host repository.</p>
</section>
Expand Down
Loading