various changes

This commit is contained in:
speedie 2022-12-28 14:50:02 +01:00
parent 8af4898435
commit a9a746d3ba

View file

@ -19,8 +19,8 @@
<ul>
<li><p>fontctrl tries to be minimal in design. The entire tool is written in less than 300 lines of POSIX compliant shell script.</p></li>
<li><p>fontctrl uses symlinks to keep track of installed fonts. This allows fonts to be enabled/disabled temporarily while fontctrl stores them elsewhere. This keeps your system clean as fontctrl only touches ~/.config/fontctrl and the font directories on your system (just for placing symlinks when enabled). You can think of this as similar to Gentoo's <code>eselect fontconfig</code>.</p></li>
<li><p>fontctrl tries to follow the <a href="https://suckless.org">suckless.org</a> philosophy somewhat and the UNIX philosophy (do one thing and do it well) in order to keep the software from becoming too slow and/or buggy. Therefore you can expect updates to be rare because of a lack of new features.</a></p></li>
<li><p>fontctrl tries to be hackable in design, meaning the user can easily add in any features he wants fontctrl to have. I accept pull requests (only for bug fixes) and for features, I accept patches in the form of .diff files. These can be generated using the <code>diff -up</code> command. The .diff file generated can then be applied using the <code>patch</code>coreutil.</p></li>
<li><p>fontctrl tries to be hackable in design, meaning the user can easily add in any features he wants fontctrl to have. I accept pull requests that improve the project in some way or add new features if I see them as worth adding.</p></li>
<li><p>fontctrl is for fast installing and managing of fonts. As of 1.2 it also supports installing and managing of fonts in batch.</p></li>
</ul>
<h2>How do I install fontctrl?</h2>
<p>fontctrl can be installed using the <code>git</code> command. Simply clone <a href="https://codeberg.org/speedie/fontctrl">the repository</a>, cd into it and <code>make install</code></p>
@ -36,7 +36,6 @@
<h2>Need help?</h2>
<p>If you are not able to figure out fontctrl, note that most issues are mentioned in the fontctrl help command. If you find a bug, consider reporting it using codeberg's 'Issues' feature. You can also <a href="mailto:speedie@duck.com">send me an email</a> if you want.</p>
<h3>Support this project</h3>
<p>To support this project, <a href="../donate.php">please consider donating</a>. You don't have to but it would be greatly appreciated!</p>
<p>You can send Monero to this address:</p>
<p><code>888ncoFDtpQecZvRgZf5ZCNXSmLVS3st1Yjf4k8SD4Jt4pPUpHkqzKE8UWiKFw9V5W6P946PUpmnS4YGuPkyq997LKQ3HzU</code></p>
</div>