<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/doc/modules, branch lcourtes@laas.fr--2006-libre,skribilo--devo--1.2</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=lcourtes%40laas.fr--2006-libre%2Cskribilo--devo--1.2</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=lcourtes%40laas.fr--2006-libre%2Cskribilo--devo--1.2'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2007-07-04T20:36:43+00:00</updated>
<entry>
<title>Linted documentation modules.</title>
<updated>2007-07-04T20:36:43+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2007-07-04T20:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=a26d762e7274adac7f828e546e615fab31eb3038'/>
<id>urn:sha1:a26d762e7274adac7f828e546e615fab31eb3038</id>
<content type='text'>
* doc/modules/skribilo/documentation/*.scm: Use the
  `%skribilo-module-reader' and corresponding syntax, no longer use
  `compat'.

git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-137
</content>
</entry>
<entry>
<title>Renamed the `coloring' module tree to `source' for consistency.</title>
<updated>2007-07-04T20:35:23+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2007-07-04T20:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=2ae08bbb4f7906cb61648ab577bb77acfb6523a9'/>
<id>urn:sha1:2ae08bbb4f7906cb61648ab577bb77acfb6523a9</id>
<content type='text'>
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-134
</content>
</entry>
<entry>
<title>Added a `:&amp;location' argument to `table'.</title>
<updated>2007-06-11T13:28:26+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2007-06-11T13:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=d576c3bce7a09fa15948baf5e69adce4fa59707a'/>
<id>urn:sha1:d576c3bce7a09fa15948baf5e69adce4fa59707a</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (%undocumented-options):
  New.
  (doc-check-arguments): Use it to allow `:&amp;location' to not be
  documented.

* src/guile/skribilo/package/base.scm (table): Added a `&amp;location'
  argument.

git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-69
</content>
</entry>
<entry>
<title>Updated the LaTeX engine doc, mention `class-has-chapters?'.</title>
<updated>2007-01-16T17:17:40+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2007-01-16T17:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=e3d0d2d69fe98177edf8a67080f2812aecc4fa43'/>
<id>urn:sha1:e3d0d2d69fe98177edf8a67080f2812aecc4fa43</id>
<content type='text'>
* doc/modules/skribilo/documentation/manual.scm: When customizing the
  LaTeX engine to use the `book' class, set `class-has-chapters?' to
  `#t'.

* doc/user/latexe.skb (LaTeX Customization): Documented
  `class-has-chapters?'.
  (LaTeX Document Class): Likewise.

git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-2
</content>
</entry>
<entry>
<title>Doc: Various fixes (non-unique idents, dangling refs).</title>
<updated>2006-09-03T11:43:41+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2006-09-03T11:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=242821c06c44429369cbf1f542bf07be5d51e955'/>
<id>urn:sha1:242821c06c44429369cbf1f542bf07be5d51e955</id>
<content type='text'>
* doc/modules/skribilo/documentation/api.scm (doc-markup): Added an
  `ident' argument, use it.

* doc/user/package.skb (Articles): Differentiate the identifiers for the
  various `abstract' markups.

* doc/user/Makefile.am (skribilo): Look for it in `$(top_builddir)'
  rather than `$(top_srcdir)'.

* doc/user/markup.skb (Standard Markups): Added an identifier.

* doc/user/src/links1.skb: When referring to `Standard Markups' by
  identifier, use its current identifier (`std-markups').

git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-56
</content>
</entry>
<entry>
<title>Turned `doc/skr' into `doc/modules', `skribe-load' into `use-modules'.</title>
<updated>2006-09-01T15:58:59+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2006-09-01T15:58:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=8e0448d1a0b2590453935e457d9f7de4a6d32502'/>
<id>urn:sha1:8e0448d1a0b2590453935e457d9f7de4a6d32502</id>
<content type='text'>
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-54
</content>
</entry>
</feed>
