the ugly shellscript powering https://oppi.li

fix: spelling

+6 -6
+2 -2
docs/index.xml
··· 13 13 <copyright>Creative Commons BY-NC-SA 4.0</copyright> 14 14 <item> 15 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 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 19 &lt;h3 id="setup"&gt;Setup&lt;/h3&gt; 20 20 &lt;p&gt;Installing cgit is fairly straightforward, if you would like to compile it from source:&lt;/p&gt; 21 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;
+2 -2
docs/posts/self-hosting_git/index.html
··· 38 38 Self-hosting Git 39 39 </h1> 40 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 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 44 <h3 id="setup">Setup</h3> 45 45 <p>Installing cgit is fairly straightforward, if you would like to compile it from source:</p> 46 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>
+2 -2
posts/self-hosting_git.md
··· 1 1 Earlier this week, I began migrating my repositories from 2 - Github to [cgit](https://git.zx2c4.com/). If you care at 2 + Github to [cgit](https://git.zx2c4.com/cgit/about/). If you care at 3 3 all about big corporates turning open-source into a T-shirt 4 4 farming service, this is the way to go. 5 5 6 6 ### Offerings 7 7 8 8 cgit 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 10 10 interface to git, and nothing more. You may browse 11 11 repositories, view diffs, commit logs and even clone via 12 12 http. If you are looking to replace Github with cgit, keep