<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/doc/modules, branch v0.9.3</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=v0.9.3</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2015-03-11T16:08:02+00:00</updated>
<entry>
<title>doc: Allow several expressions in the body of a markup procedure.</title>
<updated>2015-03-11T16:08:02+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-11T16:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=0301ad0d2b28afa09829667cf75425b8e0cc719c'/>
<id>urn:sha1:0301ad0d2b28afa09829667cf75425b8e0cc719c</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (define-markup-rest): Add
  ellipsis in the body pattern for DEF.
</content>
</entry>
<entry>
<title>Replace "illegal" with "invalid" in error messages.</title>
<updated>2015-03-11T13:25:25+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-11T10:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=48c9bba9b3a8e5155cb2b78bb417d583a9097898'/>
<id>urn:sha1:48c9bba9b3a8e5155cb2b78bb417d583a9097898</id>
<content type='text'>
There's nothing illegal here.

* doc/modules/skribilo/documentation/api.scm,
  src/guile/skribilo/ast.scm,
  src/guile/skribilo/debug.scm,
  src/guile/skribilo/engine/base.scm,
  src/guile/skribilo/engine/context.scm,
  src/guile/skribilo/engine/html.scm,
  src/guile/skribilo/engine/html4.scm,
  src/guile/skribilo/engine/latex.scm,
  src/guile/skribilo/package/base.scm,
  src/guile/skribilo/package/html-navtabs.scm,
  src/guile/skribilo/package/jfp.scm,
  src/guile/skribilo/package/lncs.scm,
  src/guile/skribilo/package/slide/latex.scm,
  src/guile/skribilo/utils/justify.scm,
  src/guile/skribilo/utils/keywords.scm,
  src/guile/skribilo/utils/text-table.scm: Change "illegal" to
  "invalid".
</content>
</entry>
<entry>
<title>Use quotes instead of backticks in user-facing messages.</title>
<updated>2015-03-11T10:23:25+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2015-03-11T10:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=48a66db9dad53b1078756df775a4efd06d649e28'/>
<id>urn:sha1:48a66db9dad53b1078756df775a4efd06d649e28</id>
<content type='text'>
Suggested by Benno Schulenberg &lt;coordinator@translationproject.org&gt;.

* doc/modules/skribilo/documentation/api.scm,
  src/guile/skribilo.scm, src/guile/skribilo/condition.scm,
  src/guile/skribilo/engine/lout.scm,
  src/guile/skribilo/package/base.scm,
  src/guile/skribilo/package/jfp.scm,
  src/guile/skribilo/package/lncs.scm,
  src/guile/skribilo/package/pie.scm,
  src/guile/skribilo/package/slide/latex.scm,
  src/guile/skribilo/utils/compat.scm,
  src/guile/skribilo/ast.scm,
  src/guile/skribilo/biblio.scm,
  src/guile/skribilo/engine/html.scm,
  src/guile/skribilo/engine/info.scm,
  src/guile/skribilo/index.scm,
  src/guile/skribilo/package/web-book2.scm,
  src/guile/skribilo/reader/rss-2.scm,
  src/guile/skribilo/source.scm,
  src/guile/skribilo/utils/compat.scm,
  src/guile/skribilo/verify.scm: Change `foo' to 'foo'.
</content>
</entry>
<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: 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>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>
<entry>
<title>doc: lout: Render examples in a colored box.</title>
<updated>2012-05-23T22:06:21+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-23T22:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=2c4f1e959082d20ea03f93274571316ffde5d0cc'/>
<id>urn:sha1:2c4f1e959082d20ea03f93274571316ffde5d0cc</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (le)[inline-definitions-proc]:
  Add @SkribiloExample.
* doc/modules/skribilo/documentation/manual.scm (example)[lout]: Use
  @SkribiloExample.
  (le): Set the `includes' custom to include `diag'.

* src/guile/skribilo/engine/lout.scm (frame): Mark the trick about
  @Floater.
</content>
</entry>
<entry>
<title>doc: Give engine sections an ident and remove the mark with that ident.</title>
<updated>2012-05-23T21:39:09+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-23T21:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=1b2f2d42bd9151453f2b10a34aff3fbfc28d5223'/>
<id>urn:sha1:1b2f2d42bd9151453f2b10a34aff3fbfc28d5223</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (doc-markup): Refer to
  engines by `ident' instead of by `mark'.

* doc/user/compiler.skb, doc/user/engine.skb, doc/user/links.skb,
  doc/user/package.skb, doc/user/sectioning.skb: Update references
  accordingly.
* doc/user/contexte.skb, doc/user/htmle.skb, doc/user/infoe.skb,
  doc/user/latexe.skb, doc/user/loute.skb, doc/user/xmle.skb: Give
  sections an ident, and remove the mark.
</content>
</entry>
</feed>
