<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/doc/modules, 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>2020-11-01T14:53:46+00:00</updated>
<entry>
<title>justify: Turn '*margin*' into a parameter.</title>
<updated>2020-11-01T14:53:46+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2020-11-01T14:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=1f01fe1e1531200a5b712a835f6915fbd8562d32'/>
<id>urn:sha1:1f01fe1e1531200a5b712a835f6915fbd8562d32</id>
<content type='text'>
* src/guile/skribilo/utils/justify.scm (*margin*): Turn into a
parameter.
(with-justification, with-justification/noflush): Use 'parameterize'
instead of 'set!'.
* src/guile/skribilo/engine/info.scm: Adjust accordingly.
* doc/modules/skribilo/documentation/api.scm (doc-markup): Likewise.
</content>
</entry>
<entry>
<title>Use '_' as the 'match' wildcard.</title>
<updated>2020-08-02T08:08:13+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2020-08-02T08:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=18eee9ec031ccdbb4f7ea1b7fb540b372787fa12'/>
<id>urn:sha1:18eee9ec031ccdbb4f7ea1b7fb540b372787fa12</id>
<content type='text'>
This addresses '-Wunused-variable' warnings.

* doc/modules/skribilo/documentation/api.scm (define-markup?)
(make-engine?, make-engine-custom)
(define-markup-formals, define-markup-options)
(define-markup-rest, exp-&gt;skribe): Use '_' instead of 'else' as the
'match' wildcard.
* src/guile/skribilo/package/slide/latex.scm (%slide-advi-setup!):
Likewise.
* src/guile/skribilo/source/lisp.scm (lisp-extractor)
(scheme-extractor, stklos-extractor, skribe-extractor)
(bigloo-extractor): Likewise.
* src/guile/skribilo/sui.scm (load-sui): Likewise.
(sui-title, sui-key, sui-find-ref, sui-filter): Likewise.
</content>
</entry>
<entry>
<title>Write '#:use-module', '#:export', etc. instead of ':use-module', etc.</title>
<updated>2020-08-01T15:00:12+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2020-08-01T10:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=ddb2e47d8ed4d6d6508d342c0718492f99db64d4'/>
<id>urn:sha1:ddb2e47d8ed4d6d6508d342c0718492f99db64d4</id>
<content type='text'>
Changes made by running:

  for i in $(git ls-tree -r HEAD --name-only) ; do sed -i $i -e's/:use-module/#:use-module/g ; s/:autoload/#:autoload/g ; s/:export/#:export/g' ; done
</content>
</entry>
<entry>
<title>doc: Use the same CSS as the web site.</title>
<updated>2018-04-29T21:41:13+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2018-04-29T21:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=b87514f1863a3f6231d3ccb4e785d03a4b179b6d'/>
<id>urn:sha1:b87514f1863a3f6231d3ccb4e785d03a4b179b6d</id>
<content type='text'>
* web/static: Move to...
* doc/user/static: ... this.
* web/static: Turn into a symlink.
* doc/user/skribilo.css: Remove.
* doc/modules/skribilo/documentation/manual.scm: Use "static/manual.css"
instead of "skribilo.css".
* doc/user/Makefile.am (dist_html_DATA): Remove.
(nobase_dist_html_DATA): New variable.
* doc/user/static/manual.css: New file.
</content>
</entry>
<entry>
<title>doc: In HTML, use CSS for the 'doc-engine' markup.</title>
<updated>2018-04-22T16:50:41+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2018-04-22T16:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=418a759052bbcc48012e2f99e105df796f1453b3'/>
<id>urn:sha1:418a759052bbcc48012e2f99e105df796f1453b3</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (he): Add 'doc-engine'
writer.
(doc-engine): Add a case for HTML alongside Lout.
* doc/user/skribilo.css (.skribilo-doc-markup, .skribilo-doc-engine)
(.skribilo-api-engine-custom-name)
(.skribilo-api-engine-custom-description)
(.skribilo-api-engine-custom-default): New entities.
</content>
</entry>
<entry>
<title>doc: In HTML, use CSS to render 'doc-markup'.</title>
<updated>2018-04-22T16:49:28+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2018-04-22T16:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=ae0bce11d0af4422096f6db8a857286ed26b07b5'/>
<id>urn:sha1:ae0bce11d0af4422096f6db8a857286ed26b07b5</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (he): Add writer for
'doc-markup'.
(le): Add LE as an argument to 'markup-writer' where it was missing.
(doc-markup): Remove 'doc-markup.html', and use 'doc-markup.generic' for
HTML.
</content>
</entry>
<entry>
<title>doc: In HTML, 'prgm' and 'disp' presentation moved to CSS.</title>
<updated>2018-04-22T16:06:44+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2018-04-22T13:13:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=580a0527ea23a5ee94d36ac74b302ebb22342f9e'/>
<id>urn:sha1:580a0527ea23a5ee94d36ac74b302ebb22342f9e</id>
<content type='text'>
* doc/modules/skribilo/documentation/manual.scm (prgm): Add a case for
HTML.
(disp): Likewise.
* doc/user/skribilo.css (.skribilo-manual-prgm, .skribilo-manual-disp):
New items.
</content>
</entry>
<entry>
<title>doc: Improve Lout style.</title>
<updated>2018-04-07T14:25:00+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2018-04-07T14:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=c0152d256b48b17b4b51f7913214e1291e061070'/>
<id>urn:sha1:c0152d256b48b17b4b51f7913214e1291e061070</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (le): Change 'initial-font
and 'initial-break.  Use 9p font in @SkribiloExample.  Add writer for
'prog.
</content>
</entry>
<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>
</feed>
