aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-18 05:34:52 +0100
committerAkshay <[email protected]>2020-10-18 05:34:52 +0100
commit07db5114e73c2da162e131b8255dfd2507d810ee (patch)
treeec16c6ae5917ebe8a7ed0886ef33ecc777b5ed20
parent3414053d7cd17b43dd929e4e5fc468d98145e0d5 (diff)
fix: spelling
-rw-r--r--docs/index.xml4
-rw-r--r--docs/posts/self-hosting_git/index.html4
-rw-r--r--posts/self-hosting_git.md4
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 @@
13 <copyright>Creative Commons BY-NC-SA 4.0</copyright> 13 <copyright>Creative Commons BY-NC-SA 4.0</copyright>
14 <item> 14 <item>
15<title>Self-hosting Git</title> 15<title>Self-hosting Git</title>
16<description>&lt;p&gt;Earlier this week, I began migrating my repositories from Github to &lt;a href="https://git.zx2c4.com/"&gt;cgit&lt;/a&gt;. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.&lt;/p&gt; 16<description>&lt;p&gt;Earlier this week, I began migrating my repositories from Github to &lt;a href="https://git.zx2c4.com/cgit/about/"&gt;cgit&lt;/a&gt;. If you care at all about big corporates turning open-source into a T-shirt farming service, this is the way to go.&lt;/p&gt;
17&lt;h3 id="offerings"&gt;Offerings&lt;/h3&gt; 17&lt;h3 id="offerings"&gt;Offerings&lt;/h3&gt;
18&lt;p&gt;cgit is &lt;em&gt;very&lt;/em&gt; bare bones. It is &lt;a href="https://tools.ietf.org/html/rfc3875"&gt;cgi&lt;/a&gt; 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.&lt;/p&gt; 18&lt;p&gt;cgit is &lt;em&gt;very&lt;/em&gt; bare bones. It is &lt;a href="https://tools.ietf.org/html/rfc3875"&gt;cgi-based&lt;/a&gt; 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.&lt;/p&gt;
19&lt;h3 id="setup"&gt;Setup&lt;/h3&gt; 19&lt;h3 id="setup"&gt;Setup&lt;/h3&gt;
20&lt;p&gt;Installing cgit is fairly straightforward, if you would like to compile it from source:&lt;/p&gt; 20&lt;p&gt;Installing cgit is fairly straightforward, if you would like to compile it from source:&lt;/p&gt;
21&lt;div class="sourceCode" id="cb1"&gt;&lt;pre class="sourceCode sh"&gt;&lt;code class="sourceCode bash"&gt;&lt;span id="cb1-1"&gt;&lt;a href="#cb1-1" aria-hidden="true"&gt;&lt;/a&gt;&lt;span class="co"&gt;# fetch&lt;/span&gt;&lt;/span&gt; 21&lt;div class="sourceCode" id="cb1"&gt;&lt;pre class="sourceCode sh"&gt;&lt;code class="sourceCode bash"&gt;&lt;span id="cb1-1"&gt;&lt;a href="#cb1-1" aria-hidden="true"&gt;&lt;/a&gt;&lt;span class="co"&gt;# fetch&lt;/span&gt;&lt;/span&gt;
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 @@
38 Self-hosting Git 38 Self-hosting Git
39 </h1> 39 </h1>
40 <div class="post-text"> 40 <div class="post-text">
41 <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> 41 <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>
42<h3 id="offerings">Offerings</h3> 42<h3 id="offerings">Offerings</h3>
43<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> 43<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>
44<h3 id="setup">Setup</h3> 44<h3 id="setup">Setup</h3>
45<p>Installing cgit is fairly straightforward, if you would like to compile it from source:</p> 45<p>Installing cgit is fairly straightforward, if you would like to compile it from source:</p>
46<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> 46<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/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 @@
1Earlier this week, I began migrating my repositories from 1Earlier this week, I began migrating my repositories from
2Github to [cgit](https://git.zx2c4.com/). If you care at 2Github to [cgit](https://git.zx2c4.com/cgit/about/). If you care at
3all about big corporates turning open-source into a T-shirt 3all about big corporates turning open-source into a T-shirt
4farming service, this is the way to go. 4farming service, this is the way to go.
5 5
6### Offerings 6### Offerings
7 7
8cgit is *very* bare bones. It is 8cgit is *very* bare bones. It is
9[cgi](https://tools.ietf.org/html/rfc3875) web interface 9[cgi-based](https://tools.ietf.org/html/rfc3875) web
10interface to git, and nothing more. You may browse 10interface to git, and nothing more. You may browse
11repositories, view diffs, commit logs and even clone via 11repositories, view diffs, commit logs and even clone via
12http. If you are looking to replace Github with cgit, keep 12http. If you are looking to replace Github with cgit, keep