<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/doc, branch v0.9.2</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=v0.9.2</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2012-05-29T21:30:10+00:00</updated>
<entry>
<title>doc: Add a `lout-illustration' example.</title>
<updated>2012-05-29T21:30:10+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-29T21:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=401d6f8f681e758c7cf391475d758db32135b1bd'/>
<id>urn:sha1:401d6f8f681e758c7cf391475d758db32135b1bd</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (le)[inline-definitions-proc]:
  Add @TeX and @LaTeX definitions.

* doc/user/src/lout-illustration.skb: New file.
* doc/user/Makefile.am (EXTRA_DIST): Add it.

* doc/user/loute.skb (Additional Markup): Add
  `src/lout-illustration.skb' as an example.
</content>
</entry>
<entry>
<title>doc: Install images alongside the Info manual.</title>
<updated>2012-05-28T22:08:12+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-26T14:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=43bce37eedfa8b25b5125dac492748d6eb874d57'/>
<id>urn:sha1:43bce37eedfa8b25b5125dac492748d6eb874d57</id>
<content type='text'>
* configure.ac: Invoke `AC_PROG_LN_S' and `AC_PROG_MKDIR_P'.

* doc/user/Makefile.am (install-data-hook): Create symlinks to the PNG
  files from $(infodir).
</content>
</entry>
<entry>
<title>doc: Improve Info rendering.</title>
<updated>2012-05-28T21:54:16+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-26T14:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=429523231bb3c64b16df3c1ff2d53418be98a199'/>
<id>urn:sha1:429523231bb3c64b16df3c1ff2d53418be98a199</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (ie)[doc-markup]: Use a
  justifier to output the markup prototypes slightly indented.  Prepend
  "-- Markup: ".
  (doc-markup-proto): When using the `info' engine, annihilate `code'
  and `bold'.

* doc/modules/skribilo/documentation/manual.scm (param): When using the
  `info' engine, render parameters as uppercase, without `code'.
</content>
</entry>
<entry>
<title>doc: Represent (quote x) as 'x.</title>
<updated>2012-05-28T21:45:14+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-26T14:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=fb99e3705b8f94a289fd2fedb9fa4f0bcfe74cf3'/>
<id>urn:sha1:fb99e3705b8f94a289fd2fedb9fa4f0bcfe74cf3</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (exp-&gt;skribe): Fix pattern
  for EXP as (quote SYM).
</content>
</entry>
<entry>
<title>doc: Improve Info rendering of the list of "See also" cross-references.</title>
<updated>2012-05-27T21:02:10+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-26T14:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=5b7399b25db01fccbe4657ae6d7154a30bc0c000'/>
<id>urn:sha1:5b7399b25db01fccbe4657ae6d7154a30bc0c000</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (ie): Change "See also " to
  "Also, ".
</content>
</entry>
<entry>
<title>info: Implement the `image' markup.</title>
<updated>2012-05-27T20:34:41+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-26T14:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=5bf87ad42c1e4c361401af7786f552ee1242698f'/>
<id>urn:sha1:5bf87ad42c1e4c361401af7786f552ee1242698f</id>
<content type='text'>
* src/guile/skribilo/engine/info.scm (image): New markup writer.

* doc/user/infoe.skb (Info Engine): Mention image rendering.
</content>
</entry>
<entry>
<title>doc: Fix line numbers in `prgm' examples.</title>
<updated>2012-05-26T14:37:15+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-26T14:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=d8adcb67fb37efde6f338a5842c9a1af4532e842'/>
<id>urn:sha1:d8adcb67fb37efde6f338a5842c9a1af4532e842</id>
<content type='text'>
* doc/user/src/prgm2.skb: Increase line numbers since the new licenses
  headers occupies two more lines.
</content>
</entry>
<entry>
<title>doc: Improve CSS using nice fonts with `@font-face'.</title>
<updated>2012-05-26T14:37:13+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-26T14:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=9285486f797b5843aeef7b9be6f4a8dd759ae59a'/>
<id>urn:sha1:9285486f797b5843aeef7b9be6f4a8dd759ae59a</id>
<content type='text'>
* doc/user/FONTS, doc/user/junction.ttf, doc/user/lobster-1.4.otf: New
  files.
* doc/user/Makefile.am (EXTRA_DIST): Add `FONTS'.
  (dist_html_DATA): Add `lobster-1.otf', and `junction.ttf'.

* doc/user/skribilo.css: Use Lobster and Junction via `@font-face'.
  Improve other details.

* web/skribilo.css: Likewise.
</content>
</entry>
<entry>
<title>doc: Clarify affiliations.</title>
<updated>2012-05-24T21:45:16+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-24T21:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=e51f94d5b17721c7e734df2134bcd25af725df03'/>
<id>urn:sha1:e51f94d5b17721c7e734df2134bcd25af725df03</id>
<content type='text'>
* doc/user/user.skb: Add missing hyphen in "Sophia-Antipolis"; change
  Manuel's affiliation to "Inria".
</content>
</entry>
<entry>
<title>doc: Always display keywords in DSSSL style.</title>
<updated>2012-05-24T21:42:09+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-24T21:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=8bda7818b4c24d6900dee742a0ea74194aec94c6'/>
<id>urn:sha1:8bda7818b4c24d6900dee742a0ea74194aec94c6</id>
<content type='text'>
* doc/modules/skribilo/documentation/manual.scm (keyword): Display ARG
  in DSSSL keyword style.
</content>
</entry>
</feed>
