Branch | Commit message | Author | Age |
gemtext-reader | reader: Add Gemtext reader. | Arun Isaac | 3 years |
keyring | Add keys for arunisaac and civodul. | Arun Isaac | 21 months |
lcourtes@laas.fr--2004-libre,skribilo--devel--1.2 | Sealing and moving to `lcourtes@laas.fr--2005-libre/skribilo--devo--1.2'. | Ludovic Court`es | 19 years |
lcourtes@laas.fr--2005-libre,skribilo--devo--1.2 | Sealing. Moving to `lcourtes@laas.fr--2006-libre/skribilo--devo--1.2'. | Ludovic Court`es | 18 years |
lcourtes@laas.fr--2005-libre,skribilo--engine-classes--1.2 | Merge from skribilo--devo--1.2 | Ludovic Court`es | 18 years |
lcourtes@laas.fr--2006-libre,skribilo--devo--1.2 | Tolerate unresolved nodes in `first-paragraph?'. | Ludovic Court`es | 18 years |
main | guix-authorizations: Include civodul's key correctly. | Arun Isaac | 11 months |
master | guix: Add G-expression computed-file to build website. | Arun Isaac | 15 months |
|
Tag | Download | Author | Age |
v0.10.0 | skribilo-0.10.0.tar.gz skribilo-0.10.0.tar.lz skribilo-0.10.0.zip | Arun Isaac | 25 months |
v0.9.5 | skribilo-0.9.5.tar.gz skribilo-0.9.5.tar.lz skribilo-0.9.5.zip | Ludovic Courtès | 4 years |
v0.9.4 | skribilo-0.9.4.tar.gz skribilo-0.9.4.tar.lz skribilo-0.9.4.zip | Ludovic Courtès | 7 years |
v0.9.3 | skribilo-0.9.3.tar.gz skribilo-0.9.3.tar.lz skribilo-0.9.3.zip | Ludovic Courtès | 9 years |
v0.9.2 | skribilo-0.9.2.tar.gz skribilo-0.9.2.tar.lz skribilo-0.9.2.zip | Ludovic Courtès | 13 years |
v0.9.1 | skribilo-0.9.1.tar.gz skribilo-0.9.1.tar.lz skribilo-0.9.1.zip | Ludovic Courtès | 17 years |
v0.9.0 | skribilo-0.9.0.tar.gz skribilo-0.9.0.tar.lz skribilo-0.9.0.zip | Ludovic Courtes | 17 years |
|
Age | Commit message | Author |
2022-04-04 | reader: Add Gemtext reader.•••* src/guile/skribilo/reader/gemtext.scm: New file.
* src/guile/Makefile.am (readers): Register it.
* doc/user/syntax.skb (The Gemtext Syntax): New section.
* tests/readers/gemtext.test: New file.
* tests/Makefile.am (TESTS): Add readers/gemtext.test.
gemtext-reader | Arun Isaac |
2022-03-16 | html: Use h2 for section titles.•••* src/guile/skribilo/engine/html.scm (html-engine)[custom]: Use <h2>
and </h2> for section-title-start and section-title-stop respectively.
| Arun Isaac |
2022-03-10 | html: Set UTF-8 as the default charset.•••* src/guile/skribilo/engine/html.scm (html-engine): Set UTF-8 as the
default charset.
| Arun Isaac |
2022-03-10 | html: Fix year in copyright header for Arun Isaac.•••This copyright header was added in
76136f9e904e8eb17f494d20fa2969ef2d5eb1aa, but the year was wrongly
specified as 2021 instead of 2022.
* src/guile/skribilo/engine/html.scm: Fix year in copyright header for
Arun Isaac.
| Arun Isaac |
2022-02-22 | html: Include custom head outside <style> tag.•••Prior to this commit, the custom head was included inside
<style>. That is a bug.
* src/guile/skribilo/engine/html.scm (&html-head): Include custom
head.
(&html-header-style): Do not include custom head.
| Arun Isaac |
2021-11-10 | utils: compat: Set fallback for *skribe-rc-directory*.•••* src/guile/skribilo/utils/compat.scm (*skribe-rc-directory*): Set
fallback value in case the HOME environment variable is not set.
| Arun Isaac |
2021-10-01 | doc: Document the skribilo emacs mode.•••* doc/user/emacs.skb (Skribe Emacs Mode): Rename to ...
(Skribilo Emacs Mode): ... this. Document the skribilo emacs mode.
| Arun Isaac |
2021-10-01 | doc: Re-indent and re-fill paragraph.•••* doc/user/emacs.skb: Re-indent and re-fill paragraph. Start block
comments with double semicolons. Replace double spaces between
sentences with a single space.
| Arun Isaac |
2021-10-01 | doc: Remove redundant footnote.•••The text already says that any valid Scheme code is allowed. It is
redundant to mention again that any valid GNU Guile Scheme code is
allowed.
* doc/user/start.skb (Dynamic Documents)[Simple Computations]: Remove
redundant footnote.
| Arun Isaac |
2021-10-01 | doc: Replace unreproducible date->string computation.•••The date->string computation is unreproducible. A slightly different
version of the documentation is built each time. Also, the output of
date->string is locale dependent, and does not render correctly in all
locales.
* doc/user/start.skb (Dynamic Documents)[Simple Computations]: Replace
unreproducible date->string computation with a square root
computation.
| Arun Isaac |
[...] |