2025-03-30 18:49:20 by Amitai Schleier | Files touched by this commit (1) |
Log message:
ikiwiki: add missing DEPENDS to fix aggregator error:
$ ikiwiki --setup ikiwiki.setup --aggregate --refresh --verbose
Can't locate IO/Socket/SSL.pm in @INC
Attempt to reload LWPx/Protocol/https_paranoid.pm aborted.
Bump PKGREVISION.
|
2025-02-22 18:37:03 by Amitai Schleier | Files touched by this commit (3) |  |
Log message:
ikiwiki: update to 3.20250221. Changes:
* po.pm: fixes for po4a >= 0.70.
* CGI::printheader: optional HTTP status argument
* comments: return HTTP 202 for moderated comments
* page.tmpl: don't generate an empty parentlinks span
* new plugins:
* Jason Blevins' h1title plugin (previously external/contrib)
* DuckDuckGo plugin for site searching
* new theme: lightdark. Supports browse preferences for light or
dark mode.
* Default html5 to '1'
* Remove charset attribute from forms
* Use the HTML5 details tag for more backlinks
* Remove extra quote character from date spans
* t/po.t: Add missing PO header
* admonitions plugin
|
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-03-19 15:11:21 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
ikiwiki: update file comment
|
2024-03-19 15:08:24 by Amitai Schleier | Files touched by this commit (6) |  |
Log message:
ikiwiki: update to 3.20200202.4. Changes:
* build: Don't install an empty share/ikiwiki/examples/doc/examples
* aggregate: When a feed has an enclosure that is an image, audio, or
video, include the enclosure in the generated page.
* aggregate: Also support feeds with media:content tags.
* git: Pass --no-rebase when pulling, to avoid git warning messages
about pull.rebase.
* highlight: Adapt to API change in highlight >= 4.0
* Avoid 'Duplicate specification' for option "s"
* html5: Switch from pubdate=pubdate to class=dt-published
* mdwn: debug() which implementation is chosen
* recentchanges: support non-CGI links
* add geo: scheme
* pass PAGE variable to templates
* po: fix support for UTF-8 with po4a 0.58+
pkgsrc changes:
* Drop MESSAGE.
|
2024-02-05 07:13:44 by Amitai Schleier | Files touched by this commit (2) |
Log message:
ikiwiki: fix warnings with newer Getopt::Long.
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-05-02 18:22:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
ikiwiki: only allow Python 3
|
2023-05-02 02:43:54 by Amitai Schleier | Files touched by this commit (1) |
Log message:
For convenience, add a 'mercurial' option (off by default) to bring in py-mercurial.
|