From 8005efe3c4356e82f35204643184e53f0b96cd88 Mon Sep 17 00:00:00 2001 From: Alexander Morley Date: Tue, 5 Jun 2018 16:02:47 +0100 Subject: [PATCH] add makefile with md to html conversioN --- Makefile | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3fdf7b2 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: convert + +convert: + pandoc README.md -o index.html diff --git a/index.html b/index.html index 2eff76d..9e08e11 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@

dgit-web

Decentralised Git Repo Sharing/Storage backed by Dat

So. Github have gone rogue. Ok, not quite, and the way I see it, it was either they got bought-out or shut-down, and I'm glad it was the former. Whatever your feelings on the above may be, it'd be nice to have a full free, open and decentralised place to collaborate on software, and other projects.

-

So... let's build it? Or have you already started? Fork this page on github or using Beaker Browser and add your name below plus answers to any of the questions.

+

So... let's build it? Or have you already started? Fork this page on github or using Beaker Browser and add your name below plus answers to any of the questions.

Current Open Source git-hosting solutions...

What do we want from a code-sharing platform?

[Your question goes here...]