Skip to content

Commit b7d6171

Browse files
committed
ScriptOs -> ScriptO
1 parent 800cb89 commit b7d6171

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish ScriptOs Registry
1+
name: Build and Publish ScriptO Registry
22

33
on:
44
push:
@@ -75,7 +75,7 @@ jobs:
7575
7676
echo ""
7777
echo "=========================================="
78-
echo "ScriptOs Registry Published!"
78+
echo "ScriptO Registry Published!"
7979
echo "=========================================="
8080
echo ""
8181
echo "Index URL: ${INDEX_URL}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ScriptOs Registry
1+
# ScriptO Registry
22

33
A browsable registry of ScriptOs for MicroPython, automatically built and published to GitHub Pages.
44

README_REGISTRY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ScriptOs Registry
1+
# ScriptO Registry
22

33
A browsable registry of ScriptOs for MicroPython, automatically built and published to GitHub Pages.
44

tools/generate_catalogue.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def generate_list_page(scriptos, all_tags, index, output_path):
4747
<head>
4848
<meta charset="UTF-8">
4949
<meta name="viewport" content="width=device-width, initial-scale=1.0">
50-
<title>ScriptOs Registry - Browse & Install</title>
50+
<title>ScriptO Registry - Browse & Install</title>
5151
<style>
5252
* {{
5353
margin: 0;
@@ -238,7 +238,7 @@ def generate_list_page(scriptos, all_tags, index, output_path):
238238
</head>
239239
<body>
240240
<div class="header">
241-
<h1>📦 ScriptOs Registry</h1>
241+
<h1>📦 ScriptO Registry</h1>
242242
<p>Browse and install ScriptOs for MicroPython</p>
243243
</div>
244244
@@ -457,7 +457,7 @@ def generate_detail_page(scripto, output_path):
457457
<head>
458458
<meta charset="UTF-8">
459459
<meta name="viewport" content="width=device-width, initial-scale=1.0">
460-
<title>{scripto['name']} - ScriptOs Registry</title>
460+
<title>{scripto['name']} - ScriptO Registry</title>
461461
<style>
462462
* {{
463463
margin: 0;
@@ -617,7 +617,7 @@ def generate_detail_page(scripto, output_path):
617617
</head>
618618
<body>
619619
<div class="header">
620-
<a href="../index.html">← Back to ScriptOs Registry</a>
620+
<a href="../index.html">← Back to ScriptO Registry</a>
621621
</div>
622622
623623
<div class="container">

0 commit comments

Comments
 (0)