Revision history for Plerd 1.8 2019-02-07T01:11:35Z - Adding support for tags. Thanks to Joe Johnston for the basic concept, and much of the implementation work. - Adding a utc_date method to post objects. - Fixing a bug that made `plerdall --init` fail if plerdall can't find a config file. (Thanks to Bo for the bug report.) - Fixing a bug that ignored any user-requested webmention-listener log level. - Improving automatically derived post descriptions. 1.72 2018-12-09T16:51:27Z - Tweaking some internal bits so that Plerd sits better with CPAN's amazing and celebrated testing army. (Thanks to Slaven Rezic for advice and guidance.) 1.7 2018-11-05T00:58:38Z - Adding support for "dist"-style installation and configuration of Plerd, making it appropriate for distribution via CPAN. - Adding an --init command to plerdall. (Thanks to Rebecca Turner for the suggestion.) - Plerd now automatically generates a symbolic link from recent.html to index.html on blog publication. 1.601 2018-08-11 - Fixing a bug that prevented the Webmention-receiving plerdwatcher process from accepting webmentions for posts created after it launched. - Adding a (commented-out) ` elements within posts dont overflow the content div's width. 1.41 2016-09-17 - Fixing a bug that would sometimes cause existing posts' "older_post" and "newer_post" methods to return incorrect values after new the publication of new posts. - Removing support for the Plerd object's "publish" method and "files_to_publish" attribute. (The former now just calls the "publish_all" method.) 1.4 2016-08-17 - Adding support for user-defined post attributes. - Improving handling of base-URI configurations involving paths. (David Turner) 1.31 2016-08-01 - Plerdwatcher now pays attention to all config directives, including the new ones defined in v1.3. 1.3 2016-07-23 - Plerd no longer requires that the source, docroot, and template directories all exist within the same master directory. 1.2 2016-04-09 - Fixing a bug that could prevent the recent, archive, and RSS pages from updating properly. 1.1 2016-03-27 - Adding "newer_post" and "older_post" read-only methods to post objects. - Adding a "posts" read-only method to the Plerd object, returning all of the blog's posts. - GUIDs are now always added to posts. (The old "generates_post_guids" is now a deprecated no-op.) 1.0 2015-11-04 - First versioned release. (Christian Sánchez contributed pre-release improvements)