From 07db5114e73c2da162e131b8255dfd2507d810ee Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 18 Oct 2020 10:04:52 +0530 Subject: fix: spelling --- docs/index.xml | 4 ++-- docs/posts/self-hosting_git/index.html | 4 ++-- posts/self-hosting_git.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.xml b/docs/index.xml index 7e8190c..a647bdf 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -13,9 +13,9 @@ Creative Commons BY-NC-SA 4.0 Self-hosting Git -<p>Earlier this week, I began migrating my repositories from Github to <a href="https://git.zx2c4.com/">cgit</a>. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.</p> +<p>Earlier this week, I began migrating my repositories from Github to <a href="https://git.zx2c4.com/cgit/about/">cgit</a>. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.</p> <h3 id="offerings">Offerings</h3> -<p>cgit is <em>very</em> bare bones. It is <a href="https://tools.ietf.org/html/rfc3875">cgi</a> web interface interface to git, and nothing more. You may browse repositories, view diffs, commit logs and even clone via http. If you are looking to replace Github with cgit, keep in mind that cgit does not handle issues or pull/merge requests. If people wish to contribute to your work, they would have to send you a patch via email.</p> +<p>cgit is <em>very</em> bare bones. It is <a href="https://tools.ietf.org/html/rfc3875">cgi-based</a> web interface to git, and nothing more. You may browse repositories, view diffs, commit logs and even clone via http. If you are looking to replace Github with cgit, keep in mind that cgit does not handle issues or pull/merge requests. If people wish to contribute to your work, they would have to send you a patch via email.</p> <h3 id="setup">Setup</h3> <p>Installing cgit is fairly straightforward, if you would like to compile it from source:</p> <div class="sourceCode" id="cb1"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true"></a><span class="co"># fetch</span></span> diff --git a/docs/posts/self-hosting_git/index.html b/docs/posts/self-hosting_git/index.html index 67ef514..805b9e4 100644 --- a/docs/posts/self-hosting_git/index.html +++ b/docs/posts/self-hosting_git/index.html @@ -38,9 +38,9 @@ Self-hosting Git
-

Earlier this week, I began migrating my repositories from Github to cgit. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.

+

Earlier this week, I began migrating my repositories from Github to cgit. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.

Offerings

-

cgit is very bare bones. It is cgi web interface interface to git, and nothing more. You may browse repositories, view diffs, commit logs and even clone via http. If you are looking to replace Github with cgit, keep in mind that cgit does not handle issues or pull/merge requests. If people wish to contribute to your work, they would have to send you a patch via email.

+

cgit is very bare bones. It is cgi-based web interface to git, and nothing more. You may browse repositories, view diffs, commit logs and even clone via http. If you are looking to replace Github with cgit, keep in mind that cgit does not handle issues or pull/merge requests. If people wish to contribute to your work, they would have to send you a patch via email.

Setup

Installing cgit is fairly straightforward, if you would like to compile it from source:

# fetch
diff --git a/posts/self-hosting_git.md b/posts/self-hosting_git.md
index 6d0e1a4..655b619 100644
--- a/posts/self-hosting_git.md
+++ b/posts/self-hosting_git.md
@@ -1,12 +1,12 @@
 Earlier this week, I began migrating my repositories from
-Github to [cgit](https://git.zx2c4.com/). If you care at
+Github to [cgit](https://git.zx2c4.com/cgit/about/). If you care at
 all about big corporates turning open-source into a T-shirt
 farming service, this is the way to go.
 
 ### Offerings
 
 cgit is *very* bare bones. It is
-[cgi](https://tools.ietf.org/html/rfc3875) web interface
+[cgi-based](https://tools.ietf.org/html/rfc3875) web
 interface to git, and nothing more. You may browse
 repositories, view diffs, commit logs and even clone via
 http. If you are looking to replace Github with cgit, keep
-- 
cgit v1.2.3