aboutsummaryrefslogtreecommitdiff
path: root/docs/index.xml
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 /docs/index.xml
parent3414053d7cd17b43dd929e4e5fc468d98145e0d5 (diff)
fix: spelling
Diffstat (limited to 'docs/index.xml')
-rw-r--r--docs/index.xml4
1 files changed, 2 insertions, 2 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;