summaryrefslogtreecommitdiff
path: root/gemfeed/DRAFT-gemtexter-2.1.0-lets-gemtext-again-3.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-17 20:24:53 +0300
committerPaul Buetow <paul@buetow.org>2023-07-17 20:24:53 +0300
commit9cbb446198163c13bab7447ad330cb046385d026 (patch)
treeda05877e762160cc65c89a865dc6ddfa224f9b7c /gemfeed/DRAFT-gemtexter-2.1.0-lets-gemtext-again-3.html
parent7bb49ab7be410274f9505489892b58f006b4611e (diff)
Update content for html
Diffstat (limited to 'gemfeed/DRAFT-gemtexter-2.1.0-lets-gemtext-again-3.html')
-rw-r--r--gemfeed/DRAFT-gemtexter-2.1.0-lets-gemtext-again-3.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/gemfeed/DRAFT-gemtexter-2.1.0-lets-gemtext-again-3.html b/gemfeed/DRAFT-gemtexter-2.1.0-lets-gemtext-again-3.html
index 94d07bfd..d467d521 100644
--- a/gemfeed/DRAFT-gemtexter-2.1.0-lets-gemtext-again-3.html
+++ b/gemfeed/DRAFT-gemtexter-2.1.0-lets-gemtext-again-3.html
@@ -31,10 +31,26 @@
<br />
<h2 style='display: inline'>Switch to GPL3 license</h2><br />
<br />
+<span>Many of the tools and commands (GNU Bash, GMU Sed, GNU Date, GNU Grep, GNU Source Highlight) used by <span class='inlinecode'>Gemtexter</span> are licensed under the GPL anyway. So why not use the same? This was an easy switch, as I was the only code contributor so far!</span><br />
+<br />
<h2 style='display: inline'>Source code highlighting support</h2><br />
<br />
+<span>The HTML output now supports source code highlighting, which is pretty neat if your site is about programming. The requirement is to have the <span class='inlinecode'>source-highlight</span> command, which is GNU Source Highlight, to be installed. Once done, you can annotate a bare block with the language to be highlighted. E.g.:</span><br />
+<br />
+<pre>
+ ```bash
+ if [ -n "$foo" ]; then
+ echo "$foo"
+ fi
+ ...
+</pre>
+<br />
+<span>Please run <span class='inlinecode'>source-highlight --lang-list</span> for a list of all supported languages.</span><br />
+<br />
<h2 style='display: inline'>HTML exact style</h2><br />
<br />
+<span>The resulting HTML has changed.</span><br />
+<br />
<h3 style='display: inline'>Use of Hack webfont by default</h3><br />
<br />
<h2 style='display: inline'>Mastadon verification support</h2><br />