Age | Commit message (Expand) | Author |
2012-05-23 | doc: Give engine sections an ident and remove the mark with that ident.•••* 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.
| Ludovic Courtès |
2012-05-17 | Switch to GPLv3+. | Ludovic Courtès |
2009-11-27 | Add `coding:' comments.•••Add `coding:' comments for use by both Emacs and Guile 2.x.
| Ludovic Courtès |
2009-01-07 | doc: Use `:info-node' to avoid name clashes; document it.•••* doc/user/eq.skb (Syntax): Add `:info-node' to avoid name clash.
* doc/user/package.skb (Example): Likewise.
* doc/user/pie.skb (Syntax): Likewise.
* doc/user/skribilo-config.skb (Synopsis): Likewise.
* doc/user/slide.skb (Example): Likewise.
* doc/user/sectioning.skb: Document the `:info-node' option.
| Ludovic Courtès |
2008-04-07 | doc: Use the native API instead of `--compat=skribe'.•••* doc/user/Makefile.am (skrflags): Remove `--compat=skribe'.
* doc/user/*.skb: Trivial API update.
| Ludovic Courtès |
2008-01-19 | Document `web-book2'.•••* doc/user/package.skb (Web)[web-book]: Improve documentation.
[web-book2]: New.
| Ludovic Courtès |
2008-01-04 | doc: Update "Standard Packages" section.•••* TODO: Add new item.
* doc/user/package.skb (Standard Packages): Remove references to
`skribe-load', mention `use-modules'.
[Web](web-article): Commented out since it sucks.
* src/guile/skribilo/package/web-article.scm: Add FIXMEs.
| Ludovic Courtès |
2007-12-01 | doc: Improve building using the Lout engine, with a `book' style.•••* doc/modules/skribilo/documentation/api.scm (doc-engine): Use
`ctrtable' instead of `table'.
* doc/modules/skribilo/documentation/manual.scm: Add customs for the
`lout' engine.
(ctrtable): New.
(prgm): Don't center frames in Lout.
* doc/user/Makefile.am (EXTRA_DIST): Add `lout/book-style.lout'.
(%.ps): Add "-r4 -I$(srcdir)/lout".
* doc/user/char.skb: Use `ctrtable' instead of `(center (table...' for
the list of chars.
* doc/user/markup.skb: Add emacsology.
* doc/user/package.skb: Don't show the sample code with non-HTML
engines.
* doc/user/src/html-navtabs.skb: Fix typo.
* doc/user/user.skb: Don't produce out-of-chapter text in Lout.
| Ludovic Courtès |
2007-07-29 | Documented `html-navtabs'.•••* doc/user/package.skb (HTML Navigation Tabs): New subsection. Borrowed
from Manuel Serrano's doc for `html-navtabs'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-143
| Ludovic Courtes |
2007-07-01 | Tiny doc fix.•••* doc/user/package.skb (document): Use `document/letter' as the
identifier, to avoid collision with `document'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-131
| Ludovic Courtes |
2007-01-23 | `lncs' package: Changed the default bibliography sort, udpated the doc.•••* src/guile/skribilo/package/lncs.scm: Autoload `(skribilo biblio
author)' upon `bib-sort/first-author-last-name'.
(references): Added a `sort' keyword. Use
`bib-sort/first-author-last-name' by default.
* doc/user/package.skb: Documented `references'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-7
| Ludovic Court`es |
2006-09-03 | Doc: Various fixes (non-unique idents, dangling refs).•••* 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
| Ludovic Courtes |
2006-08-30 | Added a GPL header to the documentation files (license confirmed by Manuel Se...•••git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-50
| Ludovic Court`es |
2006-01-31 | First time the user manual is compiled to HTML.•••* doc/skr/api.skr (make-engine?): Fixed.
(make-engine-custom): Likewise.
* doc/skr/manual.skr (the-index): Don't pass `:&skribe-eval-location'.
* doc/user/emacs.skb: Fixed typo.
* doc/user/htmle.skb: Documented the `file-name-proc' custom.
* doc/user/package.skb: Fixed the `prgm' example there.
* doc/user/skribe-config.skb: Commented out the `OPTIONS' section.
* doc/user/skribec.skb: Likewise.
* doc/user/slide.skb: Don't refer to HTML-ENGINE, use `find-engine'
instead.
* doc/user/src/slides.skb: Don't pass `:slide' to `toc'.
* doc/user/toc.skb: Commented the `:subsubsection' argument.
* doc/user/user.skb (Index): Set `:indent' to "Index".
* src/guile/skribilo.scm (skribilo-options): Added `--image-path'.
(skribilo): Handle it.
* src/guile/skribilo/ast.scm (ast->file-location): Exported.
* src/guile/skribilo/engine/base.scm (the-index): Don't pass
`:&skribe-eval-location'.
* src/guile/skribilo/engine/html.scm: Export `html-width' and
`html-title-authors'.
* src/guile/skribilo/engine/lout.scm (lout-width): Don't use `flonum?'.
* src/guile/skribilo/evaluator.scm (load-document): Added
`:allow-other-keys' so that the optional parameters may contain
keywords, too.
* src/guile/skribilo/package/slide.scm: Use `(skribilo engine html)'.
* src/guile/skribilo/skribe/api.scm (toc): Added `subsubsection'.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-31
| Ludovic Courtes |
2006-01-17 | Towards a self-hosted user manual.•••* doc/skr/api.skr: Use `(skribilo reader)' and `(skribilo utils syntax)'.
(api-search-definition): Added a SKRIBE-SOURCE? argument.
Determine the appropriate reader based on its value.
(keyword->symbol): Removed.
(define-markup?): Fixed.
(make-engine?): Fixed (but unverified).
(make-engine-custom): Likewise.
(sym/kw?): New.
(define-markup-formals): Fixed.
(define-markup-options): Likewise.
(define-markup-rest): Likewise.
(doc-markup): Added a SKRIBE-SOURCE? argument.
(doc-engine): Likewise.
* doc/user/*.skb: Updated the `:source' arguments to `doc-markup' and
`doc-engine'.
* src/guile/skribilo/utils/compat.scm (hashtable-update!): Fixed
according to the Bigloo manual.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-26
| Ludovic Courtes |
2005-06-15 | Initial import of Skribe 1.2d.•••Initial import of Skribe 1.2d.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--base-0
| Ludovic Court`es |