<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo, branch gemtext-reader</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=gemtext-reader</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=gemtext-reader'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2022-04-04T08:47:03+00:00</updated>
<entry>
<title>reader: Add Gemtext reader.</title>
<updated>2022-04-04T08:47:03+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-03-13T16:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=8d4f4c8514c91025ec32b36f05225ede75a872bc'/>
<id>urn:sha1:8d4f4c8514c91025ec32b36f05225ede75a872bc</id>
<content type='text'>
* src/guile/skribilo/reader/gemtext.scm: New file.
* src/guile/Makefile.am (readers): Register it.
* doc/user/syntax.skb (The Gemtext Syntax): New section.
* tests/readers/gemtext.test: New file.
* tests/Makefile.am (TESTS): Add readers/gemtext.test.
</content>
</entry>
<entry>
<title>html: Use h2 for section titles.</title>
<updated>2022-03-16T11:17:18+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-03-16T11:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=fb51be990a4bb8fb76373b519edfcf11390dcca1'/>
<id>urn:sha1:fb51be990a4bb8fb76373b519edfcf11390dcca1</id>
<content type='text'>
* src/guile/skribilo/engine/html.scm (html-engine)[custom]: Use &lt;h2&gt;
and &lt;/h2&gt; for section-title-start and section-title-stop respectively.
</content>
</entry>
<entry>
<title>html: Set UTF-8 as the default charset.</title>
<updated>2022-03-10T15:07:56+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-03-10T15:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=40c17373e305670ca70beb297523592ac10d89e1'/>
<id>urn:sha1:40c17373e305670ca70beb297523592ac10d89e1</id>
<content type='text'>
* src/guile/skribilo/engine/html.scm (html-engine): Set UTF-8 as the
default charset.
</content>
</entry>
<entry>
<title>html: Fix year in copyright header for Arun Isaac.</title>
<updated>2022-03-10T15:06:05+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-03-10T15:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=315d2ce5d6c87850b97b60f8191247b7387107ef'/>
<id>urn:sha1:315d2ce5d6c87850b97b60f8191247b7387107ef</id>
<content type='text'>
This copyright header was added in
76136f9e904e8eb17f494d20fa2969ef2d5eb1aa, but the year was wrongly
specified as 2021 instead of 2022.

* src/guile/skribilo/engine/html.scm: Fix year in copyright header for
Arun Isaac.
</content>
</entry>
<entry>
<title>html: Include custom head outside &lt;style&gt; tag.</title>
<updated>2022-02-22T06:54:31+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-02-22T06:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=76136f9e904e8eb17f494d20fa2969ef2d5eb1aa'/>
<id>urn:sha1:76136f9e904e8eb17f494d20fa2969ef2d5eb1aa</id>
<content type='text'>
Prior to this commit, the custom head was included inside
&lt;style&gt;. That is a bug.

* src/guile/skribilo/engine/html.scm (&amp;html-head): Include custom
head.
(&amp;html-header-style): Do not include custom head.
</content>
</entry>
<entry>
<title>utils: compat: Set fallback for *skribe-rc-directory*.</title>
<updated>2021-11-10T17:09:11+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-11-10T17:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=651d4a0781cbbc44c9eafb2dd59791db5695223f'/>
<id>urn:sha1:651d4a0781cbbc44c9eafb2dd59791db5695223f</id>
<content type='text'>
* src/guile/skribilo/utils/compat.scm (*skribe-rc-directory*): Set
fallback value in case the HOME environment variable is not set.
</content>
</entry>
<entry>
<title>doc: Document the skribilo emacs mode.</title>
<updated>2021-10-01T18:27:37+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-10-01T18:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=f969b42a9c6ea33bc783a8139f35f75b2b0cd77e'/>
<id>urn:sha1:f969b42a9c6ea33bc783a8139f35f75b2b0cd77e</id>
<content type='text'>
* doc/user/emacs.skb (Skribe Emacs Mode): Rename to ...
(Skribilo Emacs Mode): ... this. Document the skribilo emacs mode.
</content>
</entry>
<entry>
<title>doc: Re-indent and re-fill paragraph.</title>
<updated>2021-10-01T18:27:12+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-10-01T17:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=1fe5d33ecafb81a091dbab50aae01acf70508716'/>
<id>urn:sha1:1fe5d33ecafb81a091dbab50aae01acf70508716</id>
<content type='text'>
* doc/user/emacs.skb: Re-indent and re-fill paragraph. Start block
comments with double semicolons. Replace double spaces between
sentences with a single space.
</content>
</entry>
<entry>
<title>doc: Remove redundant footnote.</title>
<updated>2021-10-01T09:37:16+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-10-01T09:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=dd7a551a40c4ee9c736fe27a029bfcf93d333f17'/>
<id>urn:sha1:dd7a551a40c4ee9c736fe27a029bfcf93d333f17</id>
<content type='text'>
The text already says that any valid Scheme code is allowed. It is
redundant to mention again that any valid GNU Guile Scheme code is
allowed.

* doc/user/start.skb (Dynamic Documents)[Simple Computations]: Remove
redundant footnote.
</content>
</entry>
<entry>
<title>doc: Replace unreproducible date-&gt;string computation.</title>
<updated>2021-10-01T09:36:52+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-10-01T09:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=525d57be66f4c3ee4396e8042ffba1b5b291bb7c'/>
<id>urn:sha1:525d57be66f4c3ee4396e8042ffba1b5b291bb7c</id>
<content type='text'>
The date-&gt;string computation is unreproducible. A slightly different
version of the documentation is built each time. Also, the output of
date-&gt;string is locale dependent, and does not render correctly in all
locales.

* doc/user/start.skb (Dynamic Documents)[Simple Computations]: Replace
unreproducible date-&gt;string computation with a square root
computation.
</content>
</entry>
</feed>
