<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/doc/user, 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>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: 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>
<entry>
<title>Switch to GPLv3+.</title>
<updated>2012-05-17T13:28:25+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-17T13:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=f59dc186a84504715faf141d1d7bcc9e3ca9d2e7'/>
<id>urn:sha1:f59dc186a84504715faf141d1d7bcc9e3ca9d2e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Update Manuel's affiliation, email, and URL.</title>
<updated>2012-05-12T15:18:53+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-12T15:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=21d4763b4afd453fc7f8a66972f54812601a09ba'/>
<id>urn:sha1:21d4763b4afd453fc7f8a66972f54812601a09ba</id>
<content type='text'>
* doc/user/user.skb: "Inria" instead of "INRIA".

* doc/modules/skribilo/documentation/env.scm (*serrano-url*): Update.
  (*serrano-mail*): Shorten.
</content>
</entry>
<entry>
<title>info/latex/lout: Set the output port's encoding.</title>
<updated>2012-05-10T21:47:01+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-10T21:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=d266c260e569d3372fa09c121a04755e6d3c3bbb'/>
<id>urn:sha1:d266c260e569d3372fa09c121a04755e6d3c3bbb</id>
<content type='text'>
* src/guile/skribilo/engine/html.scm (document): Fix typo in comment.

* src/guile/skribilo/engine/info.scm (document)[guile-2]: Set the
  current output port's encoding to "UTF-8".
* src/guile/skribilo/engine/latex.scm (latex-engine)[encoding]: New
  custom.
  (document): Set the output port's encoding to that.  When that
  encoding is "UTF-8", add the right \usepackage.
* src/guile/skribilo/engine/lout.scm (lout-engine)[encoding]: New
  custom.
  (document): Set the output encoding.  Emit `@SysInclude { latin2 }'
  for ISO-8859-2.
</content>
</entry>
</feed>
