aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-12-02html: Do not assume authors are strings.Arun Isaac
2023-12-02html: Output address only when it is a list.Arun Isaac
2023-08-29html: Implement author without HTML tables.Arun Isaac
2023-08-29html: Implement title without HTML tables.Arun Isaac
2023-08-29html: Implement font using CSS.Arun Isaac
2023-08-29html: Implement chapter using CSS.Arun Isaac
2023-08-29html: Implement section titles without HTML tables.Arun Isaac
2023-08-29html: Implement flush without HTML tables.Arun Isaac
2023-08-29html: Implement center using CSS.Arun Isaac
2023-08-29html: Implement color without HTML tables.Arun Isaac
2023-08-29html: Implement frame without HTML tables.Arun Isaac
2023-08-29html: Add CSS style declaration abstraction.Arun Isaac
2023-08-29html: Remove redundant pair? check on inline CSS.Arun Isaac
2023-08-29html: Use call-with-input-file to read inline CSS files.Arun Isaac
2023-08-29html: Use get-string-all to read inline CSS files.Arun Isaac
2023-08-29html: Render table of contents as nested ordered lists.Arun Isaac
2023-08-28html: Avoid single letter variable names.Arun Isaac
2023-08-28html: Abstract out opening and closing of HTML tags.Arun Isaac
2023-02-27ast: Rewrite ast->string using string-join.Arun Isaac
2023-02-06html: Use for-each instead of explicit loop.Arun Isaac
2023-02-06html: Use match instead of car and cdr.Arun Isaac
2023-02-06html: Do not add br tags before footnotes.Arun Isaac
2023-01-28html: Do not add br tag after section.Arun Isaac
2023-01-28html: Do not add br tag after chapter.Arun Isaac
2022-12-10biblio: Template compiler recognizes 'doi' and 'note'.Ludovic Courtès
2022-05-05lncs: Change writers for the LaTeX engine only.Ludovic Courtès
2022-05-05biblio: Replace template interpreter with a macro (a "compiler").Ludovic Courtès
2022-04-13reader: Add Gemtext reader.Arun Isaac
2022-03-16html: Use h2 for section titles.Arun Isaac
2022-03-10html: Set UTF-8 as the default charset.Arun Isaac
2022-03-10html: Fix year in copyright header for Arun Isaac.Arun Isaac
2022-02-22html: Include custom head outside <style> tag.Arun Isaac
2021-11-10utils: compat: Set fallback for *skribe-rc-directory*.Arun Isaac
2021-02-02info: Mark :info-dir-category and :info-dir-entry as supported.Ludovic Courtès
2020-11-01justify: Turn the current justifier into a parameter.Ludovic Courtès
2020-11-01justify: Turn '*margin*' into a parameter.Ludovic Courtès
2020-11-01info: Number section titles.Ludovic Courtès
2020-11-01info: Avoid extra leading newline for the first paragraph of a section.Ludovic Courtès
2020-11-01info: Add extra newline after node heading.Ludovic Courtès
2020-11-01info: Emit dir-category and dir-entry.Ludovic Courtès
2020-08-06Remove 'cond-expand' clauses for Guile 1.8.Ludovic Courtès
2020-08-06Do not use 'guile-2.0' as a 'cond-expand' key since it doesn't exist.Ludovic Courtès
2020-08-02lout: Replace more Unicode characters.Ludovic Courtès
2020-08-02source: Remove unused procedure.Ludovic Courtès
2020-08-02Use '_' as the 'match' wildcard.Ludovic Courtès
2020-08-01pie: Prevent inlining of '%ploticus-program'.Ludovic Courtès
2020-08-01Adjust autoload lists.Ludovic Courtès
2020-08-01skribilo: Use _IOFBF on Guile 2.0 only.Ludovic Courtès
2020-08-01build: Remove bundled copy of (srfi srfi-64).Ludovic Courtès
2020-08-01build: Remove support for Guile 1.8.Ludovic Courtès