aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/engine/html.scm
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-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-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
2020-08-06Remove 'cond-expand' clauses for Guile 1.8.Ludovic Courtès
2020-08-01Adjust autoload lists.Ludovic Courtès
2020-08-01Write '#:use-module', '#:export', etc. instead of ':use-module', etc.Ludovic Courtès
2018-04-29html: Do not emit <big> and <strong> for titles.Ludovic Courtès
2015-03-11Replace "illegal" with "invalid" in error messages.Ludovic Courtès
2015-03-11Use quotes instead of backticks in user-facing messages.Ludovic Courtès
2012-12-01html: Enclose footnotes in <div class="footnote">.Ludovic Courtès
2012-12-01html: Don't emit nested <a> tags for footnotes.Ludovic Courtès
2012-12-01html: footnotes: Fix predicate to determine whether nodes are in the same file.Ludovic Courtès
2012-11-29html: Fix erroneous tag close for footnotes.Ludovic Courtès
2012-11-29html: Emit each footnote only once.Ludovic Courtès
2012-11-29html: Remove redundant `match' pattern.Ludovic Courtès
2012-11-20html: Fix footnote handling for single-page documents.Ludovic Courtès
2012-05-23html: Set the output port's conversion strategy to 'error.Ludovic Courtès
2012-05-18html: Set the output encoding for secondary output files as well.Ludovic Courtès
2012-05-17Switch to GPLv3+.Ludovic Courtès
2012-05-10info/latex/lout: Set the output port's encoding.Ludovic Courtès
2011-01-07html: Don't emit newlines when they can be significant.Ludovic Courtès
2011-01-07html: Set the output port encoding to match the `charset' custom.Ludovic Courtès
2009-11-27Add `coding:' comments.Ludovic Courtès
2009-05-25html: Fix confusion around `unspecified?'.Ludovic Courtès
2009-03-24Add `(skribilo-module-syntax)'.Ludovic Courtès
2009-01-07html: Fix footnote output for chapters that are not in a separate file.Ludovic Courtès