Skip to content

Commit

Permalink
Tweak website, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Sep 24, 2024
1 parent fab98a2 commit 5c4df47
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include Makefile.configure
# while libraries have well-defined semantics of semver change, programs
# do not. Let the library guide our versioning until a better way is
# thought out.
VERSION = 1.1.0
VERSION = 1.1.1
# This is the major number of VERSION. It might later become
# MAJOR.MINOR, if the library moves a lot.
LIBVER = 1
Expand Down
5 changes: 2 additions & 3 deletions archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
<a href="https://github.com/kristapsdz/lowdown">GitHub</a>,
<a href="snapshots/lowdown.tar.gz">Download</a>,
<a href="snapshots">Archive</a>,
<a href="archive.html">Version history</a>,
<a href="https://kristaps.bsd.lv/cgi-bin/minci.cgi/index.html?project-name=lowdown">Build status</a>
<a href="archive.html">Version history</a>
<a id="nav-atom" href="atom.xml"><i class="fa fa-fw fa-rss"></i></a>
</nav>
</div>
Expand All @@ -42,7 +41,7 @@
</nav>
</article>
<footer>
&#169; 2016&#8211;2019 <a rel="author" href="https://github.com/kristapsdz">Kristaps Dzonsons</a>
&#169; <a rel="author" href="https://github.com/kristapsdz">Kristaps Dzonsons</a>
</footer>
</body>
</html>
4 changes: 1 addition & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ and unpack the source. Then build:
*lowdown* is a [BSD.lv](https://bsd.lv) project. Its portability to
OpenBSD, NetBSD, FreeBSD, Mac OS X, Linux (glibc and musl), Solaris, and
IllumOS is enabled by
[oconfigure](https://github.com/kristapsdz/oconfigure) and checked by
BSD.lv's
[build system](https://kristaps.bsd.lv/cgi-bin/minci.cgi/index.html?project-name=lowdown).
[oconfigure](https://github.com/kristapsdz/oconfigure).

One major difference between *lowdown* and other Markdown formatters it
that it internally converts to an AST instead of directly formatting
Expand Down
5 changes: 2 additions & 3 deletions template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
<a href="https://github.com/kristapsdz/lowdown">GitHub</a>,
<a href="snapshots/lowdown.tar.gz">Download</a>,
<a href="snapshots">Archive</a>,
<a href="archive.html">Version history</a>,
<a href="https://kristaps.bsd.lv/cgi-bin/minci.cgi/index.html?project-name=lowdown">Build status</a>
<a href="archive.html">Version history</a>
<a id="nav-atom" href="atom.xml"><i class="fa fa-fw fa-rss"></i></a>
</nav>
</div>
Expand All @@ -45,7 +44,7 @@
<article data-sblg-article="1"></article>
</div>
<footer>
&#169; 2016&#8211;2020 <a rel="author" href="https://github.com/kristapsdz">Kristaps Dzonsons</a>
&#169; <a rel="author" href="https://github.com/kristapsdz">Kristaps Dzonsons</a>
</footer>
</body>
</html>
28 changes: 28 additions & 0 deletions versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1513,4 +1513,32 @@
</p>
</aside>
</article>
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>1.1.1</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2024-09-24">2024-09-24</time>
</header>
<aside>
<p>
Fix UTF8 handling on Mac OS X. Prior to this,
some UTF8 characters (such as smart punctuation)
were being garbled on <b>-Tgemini</b> and
<b>-Tterm</b> output. These now render properly
thanks to an excellent pull request contribution
(<a href="https://github.com/kristapsdz/lowdown/pull/140">#140</a>).
</p>
<p>
Hack around more buggy Mac OS X software, specifically
their version of <code>makewhatis(8)</code>. While man(7)
specifically allows for header macros (<code>SH</code>) to
have their contents on the subsequent line, this breaks
buggy software that erroneously expects headers to have
their content on the same line. This version, thanks to
another excellent pull request
(<a href="https://github.com/kristapsdz/lowdown/pull/138">#138</a>),
adds a hack for that specific condition.
</p>
</aside>
</article>
</articles>

0 comments on commit 5c4df47

Please sign in to comment.