<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/src, branch master</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=master</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2023-12-02T00:20:23+00:00</updated>
<entry>
<title>html: Do not assume authors are strings.</title>
<updated>2023-12-02T00:20:23+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-12-02T00:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=0d874b45d0834aefc7edf02eb7c916ae6ab197b3'/>
<id>urn:sha1:0d874b45d0834aefc7edf02eb7c916ae6ab197b3</id>
<content type='text'>
* src/guile/skribilo/engine/html.scm (html-title-authors): Use output
to convert authors to strings.
</content>
</entry>
<entry>
<title>html: Output address only when it is a list.</title>
<updated>2023-12-02T00:20:19+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-12-02T00:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=6c6ac6922d4fb4dfec9fa58dcb9e9023db09a72c'/>
<id>urn:sha1:6c6ac6922d4fb4dfec9fa58dcb9e9023db09a72c</id>
<content type='text'>
* src/guile/skribilo/engine/html.scm (author): Output address only
when it is a list.
</content>
</entry>
<entry>
<title>html: Implement author without HTML tables.</title>
<updated>2023-08-29T16:08:47+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-08-28T22:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=cea43d7793d31b49b421a27cf29293011fbe72be'/>
<id>urn:sha1:cea43d7793d31b49b421a27cf29293011fbe72be</id>
<content type='text'>
* src/guile/skribilo/engine/html.scm (author): Implement without HTML
tables, using CSS only.
</content>
</entry>
<entry>
<title>html: Implement title without HTML tables.</title>
<updated>2023-08-29T16:08:47+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-08-28T21:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=2ecf73a5e3085a2b529b10e92a6371cc211dafba'/>
<id>urn:sha1:2ecf73a5e3085a2b529b10e92a6371cc211dafba</id>
<content type='text'>
* src/guile/skribilo/engine/html.scm (&amp;html-generic-title,
html-title-authors): Implement without HTML tables, using CSS only.
</content>
</entry>
<entry>
<title>html: Implement font using CSS.</title>
<updated>2023-08-29T16:08:47+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-08-28T21:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=e3db95da66da9c4c23d764e9fd3e830c3d76ab53'/>
<id>urn:sha1:e3db95da66da9c4c23d764e9fd3e830c3d76ab53</id>
<content type='text'>
The &lt;font&gt; tag is deprecated in HTML5.

* src/guile/skribilo/engine/html.scm (font): Implement using CSS only.
</content>
</entry>
<entry>
<title>html: Implement chapter using CSS.</title>
<updated>2023-08-29T16:08:46+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-08-28T18:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=97cfd1fd18efc1945cf5fe4fd1b12311ebac6c63'/>
<id>urn:sha1:97cfd1fd18efc1945cf5fe4fd1b12311ebac6c63</id>
<content type='text'>
The &lt;center&gt; tag is deprecated in HTML5.

* src/guile/skribilo/engine/html.scm (chapter): Implement using CSS
only.
</content>
</entry>
<entry>
<title>html: Implement section titles without HTML tables.</title>
<updated>2023-08-29T16:08:46+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-08-28T17:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=2e9463b564e2dad6a03eaf32ad8d789d7f812e24'/>
<id>urn:sha1:2e9463b564e2dad6a03eaf32ad8d789d7f812e24</id>
<content type='text'>
* src/guile/skribilo/engine/html.scm (html-section-title): Implement
without HTML tables, using CSS only.
</content>
</entry>
<entry>
<title>html: Implement flush without HTML tables.</title>
<updated>2023-08-29T16:08:46+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-08-28T17:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=09499acd48b979dd05ebb45d5ac024b14d30d8f1'/>
<id>urn:sha1:09499acd48b979dd05ebb45d5ac024b14d30d8f1</id>
<content type='text'>
* src/guile/skribilo/engine/html.scm (flush): Implement without HTML
tables, using CSS only.
</content>
</entry>
<entry>
<title>html: Implement center using CSS.</title>
<updated>2023-08-29T16:08:46+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-08-28T13:26:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=05fe77afa44799bb5b5a21946bdcf2ea2ba1091d'/>
<id>urn:sha1:05fe77afa44799bb5b5a21946bdcf2ea2ba1091d</id>
<content type='text'>
The &lt;center&gt; tag is deprecated in HTML5.

* src/guile/skribilo/engine/html.scm (center): Implement using CSS
only.
</content>
</entry>
<entry>
<title>html: Implement color without HTML tables.</title>
<updated>2023-08-29T16:08:46+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-08-28T13:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=71ecb3860c1a18df7bd46f8827cec55b9a53bae8'/>
<id>urn:sha1:71ecb3860c1a18df7bd46f8827cec55b9a53bae8</id>
<content type='text'>
* src/guile/skribilo/engine/html.scm (color): Implement without HTML
tables, using only CSS.
</content>
</entry>
</feed>
