From 8115d7b7d1c378dd84016e2a7bbe828a37edf6f3 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 23 Jul 2024 10:47:27 +0100 Subject: [PATCH] remove draft nip34 language from copy as nip34 isn't in draft anymore --- src/routes/about/+page.svelte | 69 +++++++++++------------------------ src/routes/ngit/+page.svelte | 28 ++++---------- 2 files changed, 30 insertions(+), 67 deletions(-) diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 483703e..5bcc0da 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -26,22 +26,8 @@ class="link-primary" href="https://njump.me/nprofile1qy88wumn8ghj7mn0wvhxcmmv9uq3vamnwvaz7tmsw4e8qmr9wfjkccte9e3k7mf0qqs2qzx779ted7af5rt04vzw3l2hpzfgtk0a2pw6t2plaz4d2734vng80y96x" >DanConwayDev -

-

- they implement the nip34 draft, which ports the git-email-patch model to nostr, and also have backwards compatible enhancements (nip34+ for shorthand) - eg. to optionally enable experiences similar to github PRs + > compatible with nip34

- -

- gitworkshop.dev aims to support all things git on nostr, such as the yet - to be released and NostrNest and gnostr. ngit is more opinionated, focusing - on nip34+ -

- -

- should we focus on improving the PR-like experiences, or remove them in - favor of traditional patch-model patch application? please let use know! -

-

The Need

@@ -103,9 +82,9 @@

The Opportunity

- whilst alternatives do exist, nearly all of them involve moving to - another walled garden, either controlled by a different centralized - guardian, or self-hosted which is less suitable for an anarchic project + whilst alternatives do exist, nearly all of them involve moving to another + walled garden, either controlled by a different centralized guardian, or + self-hosted which is less suitable for an anarchic project

some projects use patches-over-email: an alternative and decentralized @@ -160,22 +139,20 @@

The Protocol

- nip34 is a draft nip (nostr protocol) for sending git patches - over nostr, similar to how patches are sent via email using `git format-patch` - and `git send-email`. the patches-over-email model has proven to be a robust - workflow that is used extensively, including in very large projects such as - the linux kernel + nip34 is a nostr protocol for sending git patches over nostr, + similar to how patches are sent via email using `git format-patch` and `git + send-email`. the patches-over-email model has proven to be a robust workflow + that is used extensively, including in very large projects such as the linux + kernel

- ngit and gitworkshop.dev are experimenting with some additional, backwards - compatible, features (nip34+ for shorthand), some of which - may make it into the nip34 specification: + ngit and gitworkshop.dev implements optional features of nip34, which + enable:

- -

- if feedback is possive on nip34+ features, they may make it into the nip34 - specification -

-

learn more