summaryrefslogtreecommitdiff
path: root/doc/user/user.skb
AgeCommit message (Expand)Author
2020-11-01info: Emit dir-category and dir-entry.•••Reported by nly <nly@disroot.org>. * src/guile/skribilo/package/base.scm (document): Add :info-dir-category and :info-dir-entry. * doc/user/document.skb: Document them. * doc/user/user.skb: Pass :info-dir-category. * src/guile/skribilo/engine/info.scm (scribe-document->info): Create INFO-DIR-CATEGORY and START-INFO-DIR-ENTRY. Ludovic Courtès
2016-04-13doc: pluralize "meta keywords" to match context•••* doc/user/user.skb: Add missing 's'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ozzloy
2012-05-24doc: Clarify affiliations.•••* doc/user/user.skb: Add missing hyphen in "Sophia-Antipolis"; change Manuel's affiliation to "Inria". Ludovic Courtès
2012-05-17Switch to GPLv3+.Ludovic Courtès
2012-05-12doc: Update Manuel's affiliation, email, and URL.•••* doc/user/user.skb: "Inria" instead of "INRIA". * doc/modules/skribilo/documentation/env.scm (*serrano-url*): Update. (*serrano-mail*): Shorten. Ludovic Courtès
2010-03-08Factorize encoding twiddling in `set-correct-file-encoding!'.•••* doc/modules/skribilo/documentation/api.scm (api-search-definition): Call `set-correct-file-encoding!'. * doc/user/src/outline.txt (Author): Remove accent from last name, as a temporary hack. * doc/user/syntax.skb: Call `set-correct-file-encoding!' in the `outline' syntax example. * doc/user/user.skb: Use `(skribilo utils syntax)'. * src/guile/skribilo.scm (skribilo): Replace encoding twiddling with `set-correct-file-encoding!' call. * src/guile/skribilo/evaluator.scm (load-document, include-document): Likewise. * src/guile/skribilo/source.scm (source-read-lines): Call `set-correct-file-encoding!'. (source-read-definition): Likewise. * src/guile/skribilo/utils/syntax.scm (set-correct-file-encoding!): New macro. Ludovic Courtès
2009-11-20Choose the right encoding for input documents.•••* src/guile/skribilo.scm (skribilo): Use the right encoding for the current input port. * src/guile/skribilo/evaluator.scm (load-document, include-document): Likewise. * doc/user/user.skb: Add a `coding:' comment for use by Guile at the top. Ludovic Courtès
2008-12-07doc: Produce user manual in Info format.•••* doc/user/Makefile.am (skrinfodir, skrinfo_DATA): New. (skribilo.info): New target. * doc/user/user.skb: Don't produce a TOC nor an index when using the Info engine. Ludovic Courtès
2008-04-22doc: Add "More on Skribilo".•••* doc/user/user.skb (Introduction)[More on Skribilo]: New section. Ludovic Courtès
2008-04-07doc: 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-02-04doc: Small style fixes.Ludovic Courtès
2008-02-03doc: Insignificant cleanups.Ludovic Courtès
2008-02-01doc: Various insignificant cleanups.Ludovic Courtès
2008-01-30doc: Small improvements regarding the Emacs mode.Ludovic Courtès
2008-01-29doc: Document the `outline' reader.•••* doc/user/Makefile.am (EXTRA_DIST): Add `src/outline.txt' and `loute.skb'. * doc/user/compiler.skb: Add ref to `outline-syntax'. * doc/user/syntax.skb: Re-structure, add `outline-syntax' section. * doc/user/user.skb: Use `(skribilo reader)' and `(ice-9 pretty-print)'. Ludovic Courtès
2008-01-24doc: Document the "compiler".•••* doc/modules/skribilo/documentation/manual.scm (compiler-options): Rewritten to suit our needs. * doc/user/Makefile.am (EXTRA_DIST): `skribec.skb' renamed to `compiler.skb'. * doc/user/bib.skb: Fix xref. * doc/user/lib.skb: Likewise. * doc/user/links.skb: Likewise. * doc/user/syntax.skb: Add `:ident'. Ludovic Courtès
2008-01-22doc: Document all the `*xxx-path*' parameters.•••* doc/modules/skribilo/documentation/manual.scm (srfi-ref): New. * doc/user/bib.skb: Add `*bib-path*'. * doc/user/image.skb: Add `*image-path*'. * doc/user/lib.skb: Mention `-I' command-line option for `*document-path*'. * doc/user/prgm.skb: Add `*source-path*'. * doc/user/skribec.skb: Add `:ident' for chapter. Ludovic Courtès
2008-01-22doc: Remove need to `doc-config.scm'.•••* doc/user/Makefile.am (BUILT_SOURCES): Remove. (skrflags): Define `%have-ploticus?' and `%ploticus-path' using `-e'. (doc-config.scm): Remove. * doc/user/user.skb: Don't load `doc-config.scm'. Ludovic Courtès
2008-01-21doc: Use `web-book2' instead of `web-book'.Ludovic Courtès
2007-12-14doc: Update "Standard Library" and chapter about `skribilo-config'.•••* doc/user/Makefile.am (EXTRA_DIST): Rename `skribe-config.skb' to `skribilo-config.skb'. (skrflags): Add `-e' flags defining `%top-srcdir' and `%top-builddir'. * doc/user/lib.skb: Update stuff, removing references to `skribe-*' functions. Remove doc for `load-document' and `skribe-configure', both of which have become essentially useless. * doc/user/skribilo-config.skb: Updated. Actually run `skribilo-config' and get options from there. * doc/user/user.skb: Use `(ice-9 popen)' and `(ice-9 rdelim)'. Update includes. Ludovic Courtès
2007-12-01doc: Improve "Getting Started" and "Introduction".•••* doc/user/{start,user}.skb: Slightly improve stuff. Use paragraphs. Ludovic Courtès
2007-12-01doc: 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
2006-10-11slide: Propagate the `outline?' parameter in `slide-(sub)?topic'.•••* src/guile/skribilo/package/slide.scm (slide-topic): Propagate the `outline?' parameter as an option. (slide-subtopic): Likewise. git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-1 Ludovic Court`es
2005-06-15Initial 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