From 0a1a35163181b942326d9316605ab611a42b99f5 Mon Sep 17 00:00:00 2001 From: Alexander Shevtsov Date: Mon, 21 Apr 2025 20:18:10 +0200 Subject: [PATCH 1/3] added marketplace link to the heade --- layouts/partials/navbar.html | 6 +++--- public/categories/index.xml | 2 +- public/index.html | 8 ++++---- public/index.xml | 5 +++-- public/paper/index.html | 6 +++--- public/sitemap.xml | 5 +++-- public/tags/index.xml | 2 +- 7 files changed, 18 insertions(+), 16 deletions(-) diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index afd4379..f47da00 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -1,7 +1,7 @@ -
+
home | explorer | paper | - - docs + docs | + marketplace
diff --git a/public/categories/index.xml b/public/categories/index.xml index baa09ca..485d2af 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -4,7 +4,7 @@ Categories on Spaces Protocol https://spacesprotocol.org/categories/ Recent content in Categories on Spaces Protocol - Hugo -- gohugo.io + Hugo en-us diff --git a/public/index.html b/public/index.html index 4add233..4bfaa06 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ - + Spaces Protocol | Scalable & Permissionless Bitcoin Identities @@ -53,12 +53,12 @@
-
+ diff --git a/public/index.xml b/public/index.xml index c6415df..01ba217 100644 --- a/public/index.xml +++ b/public/index.xml @@ -4,15 +4,16 @@ Spaces Protocol | Scalable & Permissionless Bitcoin Identities on Spaces Protocol https://spacesprotocol.org/ Recent content in Spaces Protocol | Scalable & Permissionless Bitcoin Identities on Spaces Protocol - Hugo -- gohugo.io + Hugo en-us + Thu, 15 Feb 2024 12:54:32 -0700 Spaces Protocol | White Paper https://spacesprotocol.org/paper/ Thu, 15 Feb 2024 12:54:32 -0700 https://spacesprotocol.org/paper/ - White paper Spaces Protocol | Scalable & Permissionless Bitcoin Identities Note this information is outdated some details have changed. Spaces is a naming protocol that leverages the existing infrastructure and security of Bitcoin1 without requiring a new blockchain or any modifications to Bitcoin itself. &ldquo;Spaces&rdquo; serve as community identifiers that are distributed through an auction process built using existing Bitcoin scripting capabilities. Proceeds generated through auctions are irrevocably burned. Within each Space, users can create &ldquo;Subspaces,&rdquo; which serve as trustless individual identities, operating with a high degree of autonomy primarily off-chain but can also submit transactions directly on-chain. + <h1 id="white-paper">White paper</h1> <div style="margin-bottom:2em;margin-top:0em;"> <p style="font-size: 1.4em;font-weight:bold;"> Spaces Protocol | Scalable & Permissionless Bitcoin Identities</h1> </div> <p style="background-color: #fff5ea; padding: 1em 1.5em;margin-bottom:2em;margin-top:4em;display:block; border-radius: 10px;"> <strong>Note</strong> this information is outdated some details have changed. </p> <p>Spaces is a naming protocol that leverages the existing infrastructure and security of Bitcoin<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> without requiring a new blockchain or any modifications to Bitcoin itself. &ldquo;Spaces&rdquo; serve as community identifiers that are distributed through an auction process built using existing Bitcoin scripting capabilities. Proceeds generated through auctions are irrevocably burned. Within each Space, users can create &ldquo;Subspaces,&rdquo; which serve as trustless individual identities, operating with a high degree of autonomy primarily off-chain but can also submit transactions directly on-chain. Spaces is designed to be verifiable by end-users in a trustless manner without requiring a full node. This is achieved through a stateless zero-knowledge light client built using RISC0 zkVM<sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup>. The protocol essentially acts as a scalable &amp; trustless ~250KB Bitcoin certificate authority.</p> diff --git a/public/paper/index.html b/public/paper/index.html index cb33ad8..408dfac 100644 --- a/public/paper/index.html +++ b/public/paper/index.html @@ -92,12 +92,12 @@
-
+ diff --git a/public/sitemap.xml b/public/sitemap.xml index bdc7930..71145fb 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,12 +2,13 @@ + https://spacesprotocol.org/ + 2024-02-15T12:54:32-07:00 + https://spacesprotocol.org/paper/ 2024-02-15T12:54:32-07:00 https://spacesprotocol.org/categories/ - - https://spacesprotocol.org/ https://spacesprotocol.org/tags/ diff --git a/public/tags/index.xml b/public/tags/index.xml index ed89224..997c888 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -4,7 +4,7 @@ Tags on Spaces Protocol https://spacesprotocol.org/tags/ Recent content in Tags on Spaces Protocol - Hugo -- gohugo.io + Hugo en-us From 660937562b3ef4d87a68065f4309ccb9a37d9bc4 Mon Sep 17 00:00:00 2001 From: Alexander Shevtsov Date: Mon, 21 Apr 2025 21:00:58 +0200 Subject: [PATCH 2/3] added favicon --- hugo.toml | 2 +- layouts/_default/home.html | 4 ++++ layouts/_default/single.html | 3 +++ public/categories/index.xml | 4 ++-- public/favicon.ico | Bin 0 -> 15086 bytes public/images/favicon.ico | Bin 0 -> 15086 bytes public/index.html | 6 +++++- public/index.xml | 8 ++++---- public/paper/index.html | 5 ++++- public/sitemap.xml | 8 ++++---- public/tags/index.xml | 4 ++-- static/favicon.ico | Bin 0 -> 15086 bytes 12 files changed, 29 insertions(+), 15 deletions(-) create mode 100644 public/favicon.ico create mode 100644 public/images/favicon.ico create mode 100644 static/favicon.ico diff --git a/hugo.toml b/hugo.toml index 0e659fd..23c0089 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,4 +14,4 @@ title = 'Spaces Protocol' noclasses = false [security] - enableInlineShortcodes = true \ No newline at end of file + enableInlineShortcodes = true diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 63a3c33..402d1f6 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -6,6 +6,10 @@ + + + + {{ $CSS := resources.Match "css/*.css" | resources.Concat "spaces.css" }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 7ca4431..7b67b57 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,6 +4,9 @@ {{ .Title }} + + + diff --git a/public/categories/index.xml b/public/categories/index.xml index 485d2af..239cbfa 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -2,10 +2,10 @@ Categories on Spaces Protocol - https://spacesprotocol.org/categories/ + http://localhost:1313/categories/ Recent content in Categories on Spaces Protocol Hugo en-us - + diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..2e95c9624ff97ec2a5fdecc62cfae6f9bdf6b9c1 GIT binary patch literal 15086 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 - + Spaces Protocol | Scalable & Permissionless Bitcoin Identities + + + + diff --git a/public/index.xml b/public/index.xml index 01ba217..943d310 100644 --- a/public/index.xml +++ b/public/index.xml @@ -2,17 +2,17 @@ Spaces Protocol | Scalable & Permissionless Bitcoin Identities on Spaces Protocol - https://spacesprotocol.org/ + http://localhost:1313/ Recent content in Spaces Protocol | Scalable & Permissionless Bitcoin Identities on Spaces Protocol Hugo en-us Thu, 15 Feb 2024 12:54:32 -0700 - + Spaces Protocol | White Paper - https://spacesprotocol.org/paper/ + http://localhost:1313/paper/ Thu, 15 Feb 2024 12:54:32 -0700 - https://spacesprotocol.org/paper/ + http://localhost:1313/paper/ <h1 id="white-paper">White paper</h1> <div style="margin-bottom:2em;margin-top:0em;"> <p style="font-size: 1.4em;font-weight:bold;"> Spaces Protocol | Scalable & Permissionless Bitcoin Identities</h1> </div> <p style="background-color: #fff5ea; padding: 1em 1.5em;margin-bottom:2em;margin-top:4em;display:block; border-radius: 10px;"> <strong>Note</strong> this information is outdated some details have changed. </p> <p>Spaces is a naming protocol that leverages the existing infrastructure and security of Bitcoin<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> without requiring a new blockchain or any modifications to Bitcoin itself. &ldquo;Spaces&rdquo; serve as community identifiers that are distributed through an auction process built using existing Bitcoin scripting capabilities. Proceeds generated through auctions are irrevocably burned. Within each Space, users can create &ldquo;Subspaces,&rdquo; which serve as trustless individual identities, operating with a high degree of autonomy primarily off-chain but can also submit transactions directly on-chain. Spaces is designed to be verifiable by end-users in a trustless manner without requiring a full node. This is achieved through a stateless zero-knowledge light client built using RISC0 zkVM<sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup>. The protocol essentially acts as a scalable &amp; trustless ~250KB Bitcoin certificate authority.</p> diff --git a/public/paper/index.html b/public/paper/index.html index 408dfac..aca15c8 100644 --- a/public/paper/index.html +++ b/public/paper/index.html @@ -1,9 +1,12 @@ - + Spaces Protocol | White Paper + + + diff --git a/public/sitemap.xml b/public/sitemap.xml index 71145fb..37f7171 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,14 +2,14 @@ - https://spacesprotocol.org/ + http://localhost:1313/ 2024-02-15T12:54:32-07:00 - https://spacesprotocol.org/paper/ + http://localhost:1313/paper/ 2024-02-15T12:54:32-07:00 - https://spacesprotocol.org/categories/ + http://localhost:1313/categories/ - https://spacesprotocol.org/tags/ + http://localhost:1313/tags/ diff --git a/public/tags/index.xml b/public/tags/index.xml index 997c888..97beaa1 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -2,10 +2,10 @@ Tags on Spaces Protocol - https://spacesprotocol.org/tags/ + http://localhost:1313/tags/ Recent content in Tags on Spaces Protocol Hugo en-us - + diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..2e95c9624ff97ec2a5fdecc62cfae6f9bdf6b9c1 GIT binary patch literal 15086 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 Date: Mon, 21 Apr 2025 21:02:49 +0200 Subject: [PATCH 3/3] moved from localhost --- public/categories/index.xml | 4 ++-- public/index.html | 4 ++-- public/index.xml | 8 ++++---- public/paper/index.html | 2 +- public/sitemap.xml | 8 ++++---- public/tags/index.xml | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/public/categories/index.xml b/public/categories/index.xml index 239cbfa..485d2af 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -2,10 +2,10 @@ Categories on Spaces Protocol - http://localhost:1313/categories/ + https://spacesprotocol.org/categories/ Recent content in Categories on Spaces Protocol Hugo en-us - + diff --git a/public/index.html b/public/index.html index 6d3c6e4..8582f2a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ - + Spaces Protocol | Scalable & Permissionless Bitcoin Identities @@ -10,7 +10,7 @@ - + diff --git a/public/index.xml b/public/index.xml index 943d310..01ba217 100644 --- a/public/index.xml +++ b/public/index.xml @@ -2,17 +2,17 @@ Spaces Protocol | Scalable & Permissionless Bitcoin Identities on Spaces Protocol - http://localhost:1313/ + https://spacesprotocol.org/ Recent content in Spaces Protocol | Scalable & Permissionless Bitcoin Identities on Spaces Protocol Hugo en-us Thu, 15 Feb 2024 12:54:32 -0700 - + Spaces Protocol | White Paper - http://localhost:1313/paper/ + https://spacesprotocol.org/paper/ Thu, 15 Feb 2024 12:54:32 -0700 - http://localhost:1313/paper/ + https://spacesprotocol.org/paper/ <h1 id="white-paper">White paper</h1> <div style="margin-bottom:2em;margin-top:0em;"> <p style="font-size: 1.4em;font-weight:bold;"> Spaces Protocol | Scalable & Permissionless Bitcoin Identities</h1> </div> <p style="background-color: #fff5ea; padding: 1em 1.5em;margin-bottom:2em;margin-top:4em;display:block; border-radius: 10px;"> <strong>Note</strong> this information is outdated some details have changed. </p> <p>Spaces is a naming protocol that leverages the existing infrastructure and security of Bitcoin<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> without requiring a new blockchain or any modifications to Bitcoin itself. &ldquo;Spaces&rdquo; serve as community identifiers that are distributed through an auction process built using existing Bitcoin scripting capabilities. Proceeds generated through auctions are irrevocably burned. Within each Space, users can create &ldquo;Subspaces,&rdquo; which serve as trustless individual identities, operating with a high degree of autonomy primarily off-chain but can also submit transactions directly on-chain. Spaces is designed to be verifiable by end-users in a trustless manner without requiring a full node. This is achieved through a stateless zero-knowledge light client built using RISC0 zkVM<sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup>. The protocol essentially acts as a scalable &amp; trustless ~250KB Bitcoin certificate authority.</p> diff --git a/public/paper/index.html b/public/paper/index.html index aca15c8..8f6a960 100644 --- a/public/paper/index.html +++ b/public/paper/index.html @@ -1,6 +1,6 @@ - + Spaces Protocol | White Paper diff --git a/public/sitemap.xml b/public/sitemap.xml index 37f7171..71145fb 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,14 +2,14 @@ - http://localhost:1313/ + https://spacesprotocol.org/ 2024-02-15T12:54:32-07:00 - http://localhost:1313/paper/ + https://spacesprotocol.org/paper/ 2024-02-15T12:54:32-07:00 - http://localhost:1313/categories/ + https://spacesprotocol.org/categories/ - http://localhost:1313/tags/ + https://spacesprotocol.org/tags/ diff --git a/public/tags/index.xml b/public/tags/index.xml index 97beaa1..997c888 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -2,10 +2,10 @@ Tags on Spaces Protocol - http://localhost:1313/tags/ + https://spacesprotocol.org/tags/ Recent content in Tags on Spaces Protocol Hugo en-us - +