From 867ade15c298b06091cf9cf0668322d3b78da0f3 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 15 May 2024 11:30:28 +0100 Subject: [PATCH] feat(homepage): add introduction copy as suggested by nostr:npub10000003zmk89narqpczy4ff6rnuht2wu05na7kpnh3mak7z2tqzsv8vwqk --- src/routes/+page.svelte | 151 ++++++++++++++++++++++++++++------------ 1 file changed, 108 insertions(+), 43 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f3c8edb..1e8dc15 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -28,52 +28,117 @@ + +
+
+
+

+ gitworkshop.dev +

+

+ a decentralized git workflow no nostr for freedom lovers +

+
+
+
+
+ + +
+
+
+
+

nostr

+
+
+ An open protocol that is able to create a censorship resistant global + "social" network once and for all +
+
+
+
+
+
+

+ ngit +

+
+
+ a NIP34 compatible command line tool to send and review git patches + via nostr. more... +
+
+
+
+
+
+

+ any git server +

+
+
+ to host the authoratitive code. eg. Gitea, Github, Gitlab, + BitBucket... +
+
+
+
+ + + +
+
+
+
+
+

+ gitworkshop.dev +

+
+
+ A web client to collaborate on git repos via nostr, managing issues + and code proposals +
+
+
+
+
+
+
-
-
-
-

- gitworkshop.dev -

-

- permissionless alternative to GitHub over nostr -

-
-
-
-
-
-

- pairs with ngit -

-
-
- a command-line tool to send and - review patches using nostr -
- - -
-
-
-
-
- -
+
+

How it works

+

+ Git is a decentralized version control system, yet most freedom tech + projects use centralized walled gardens on top of git as a social and + collaboration layer for code changes. +

+

+ ngit and gitworkshop.dev are tools to enable code collaboration over + nostr. ngit allows contributors to manage the flow to open a proposal, + maintainers to verify proposals and incorporate them into the project. + Gitworkshop.dev provides a visual interface to discuss proposals and + open issues. +

+ learn more