From the nanoblogger project site: Changes (since 3.3): * Adds support for new "shortcode" style plugins. e.g. "[youtube]..." * Adds new commands for creating and importing articles. * Adds support for user defined break points via the entry excerpt plugin. * Improved language support allows displaying early error messages in desired language. * Includes several optimizations which translates to noticeable gains in overall speed. * Adds additional control over amount and type of archives generated. * Improves management of flat-file databases. * Includes numerous bug fixes.
Responsible Changed From-To: freebsd-ports-bugs->dhn I'll take it.
dhn 2009-07-07 23:49:47 UTC FreeBSD ports repository Modified files: www/nanoblogger Makefile distinfo pkg-plist www/nanoblogger/files patch-nb pkg-message.in Added files: www/nanoblogger/files patch-nb.conf patch-plugins__archive__master_index.sh patch-plugins__archive__year__year_archive.sh patch-plugins__page__feed_links.sh Removed files: www/nanoblogger/files patch-plugins_entry_format_markdown_sh patch-plugins_page_format_markdown_sh Log: - Update to 3.4 - Pass maintainership to submitter PR: ports/136322 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> Revision Changes Path 1.13 +11 -11 ports/www/nanoblogger/Makefile 1.8 +3 -3 ports/www/nanoblogger/distinfo 1.5 +24 -14 ports/www/nanoblogger/files/patch-nb 1.1 +11 -0 ports/www/nanoblogger/files/patch-nb.conf (new) 1.1 +20 -0 ports/www/nanoblogger/files/patch-plugins__archive__master_index.sh (new) 1.1 +35 -0 ports/www/nanoblogger/files/patch-plugins__archive__year__year_archive.sh (new) 1.1 +52 -0 ports/www/nanoblogger/files/patch-plugins__page__feed_links.sh (new) 1.2 +0 -11 ports/www/nanoblogger/files/patch-plugins_entry_format_markdown_sh (dead) 1.2 +0 -11 ports/www/nanoblogger/files/patch-plugins_page_format_markdown_sh (dead) 1.3 +1 -9 ports/www/nanoblogger/files/pkg-message.in 1.4 +44 -44 ports/www/nanoblogger/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!