Skip to content
Closed
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 artwork.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Brand Assets - SCIP Code Intelligence Protocol</title>
<title>Brand Assets - Semantic Code Intelligence Protocol (SCIP)</title>
<link rel="icon" href="./assets/images/scip-icon-color.svg" type="image/svg+xml" />
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion code-of-conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="description"
content="SCIP community code of conduct: expected behavior, what we won't tolerate, and how to report issues."
/>
<title>Code of Conduct - SCIP Code Intelligence Protocol</title>
<title>Code of Conduct - Semantic Code Intelligence Protocol (SCIP)</title>
<link rel="icon" href="./assets/images/scip-icon-color.svg" type="image/svg+xml" />
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="description"
content="Complete reference for the SCIP (Semantic Code Intelligence Protocol) schema — messages, enumerations, and field descriptions generated from scip.proto."
/>
<title>Protocol Reference - SCIP Code Intelligence Protocol</title>
<title>Protocol Reference - Semantic Code Intelligence Protocol (SCIP)</title>
<link rel="icon" href="./assets/images/scip-icon-color.svg" type="image/svg+xml" />
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
Expand Down Expand Up @@ -51,7 +51,7 @@
<span class="pill">Docs</span>
<h1 class="hero-title">SCIP Docs</h1>
<p class="hero-subtitle">
Documentation for the SCIP Code Intelligence Protocol generated from
Documentation for the Semantic Code Intelligence Protocol (SCIP) generated from
<a class="list-link" href="https://github.com/scip-code/scip/blob/main/scip.proto" target="_blank" rel="noopener noreferrer">scip.proto</a>.
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions governance.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="description"
content="How the SCIP project is governed: Sponsor-Led Governance, roles, the SEP process, and CSC membership."
/>
<title>Governance - SCIP Code Intelligence Protocol</title>
<title>Governance - Semantic Code Intelligence Protocol (SCIP)</title>
<link rel="icon" href="./assets/images/scip-icon-color.svg" type="image/svg+xml" />
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
Expand Down Expand Up @@ -62,7 +62,7 @@ <h2 class="coc-heading" id="overview">
<a class="coc-anchor" href="#overview">Overview</a>
</h2>
<p>
The SCIP Code Intelligence Protocol (SCIP) is an open source project designed to provide a
The Semantic Code Intelligence Protocol (SCIP) is an open source project designed to provide a
standard format for indexing source code.
</p>
<p>
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="SCIP (pronunciation: &quot;skip&quot;) is a language-agnostic protocol for indexing source code, which can be used to power code navigation functionality such as Go to definition and Find references." />
<title>SCIP Code Intelligence Protocol</title>
<meta name="description" content="Semantic Code Intelligence Protocol (SCIP, pronounced &quot;skip&quot;) is a language-agnostic protocol for indexing source code, which can be used to power code navigation functionality such as Go to definition and Find references." />
<title>Semantic Code Intelligence Protocol (SCIP)</title>
<link rel="icon" href="./assets/images/scip-icon-color.svg" type="image/svg+xml" />
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
Expand Down Expand Up @@ -45,14 +45,14 @@

<section class="hero" id="about">
<div>
<span class="pill">Code Intelligence Protocol</span>
<span class="pill">Semantic Code Intelligence Protocol</span>
<h1 class="hero-title">
Standardizing how tools describe code.
</h1>
<p class="hero-subtitle">
SCIP (pronunciation: "skip") is a language-agnostic protocol
for indexing source code, which can be used to power code
navigation functionality such as
Semantic Code Intelligence Protocol (SCIP, pronounced "skip") is a language-agnostic protocol
for indexing source code, which can be used to power code
navigation functionality such as
<span class="feature-tag" data-tooltip="Jump to where a name is first created and explained." tabindex="0">Go to definition</span><span class="feature-tag-expansion"> — opens where a name is first created</span> and
<span class="feature-tag" data-tooltip="See every place where this name is used in the whole project." tabindex="0">Find references</span><span class="feature-tag-expansion"> — every use of that name in the project</span>.
</p>
Expand Down