Changes between Version 53 and Version 54 of FullBlogPlugin


Ignore:
Timestamp:
Aug 17, 2015, 6:21:32 PM (9 years ago)
Author:
figaro
Comment:

Update for #12018

Legend:

Unmodified
Added
Removed
Modified
  • FullBlogPlugin

    v53 v54  
    55== Description
    66
    7 This plugin provides a project Blog, but unlike TracBlogPlugin and SimpleBlogPlugin it does not use Wiki pages to store the content. It has no dependencies on other plugins.
     7This plugin provides a project blog, but unlike TracBlogPlugin and SimpleBlogPlugin it does not use Wiki pages to store the content. It has no dependencies on other plugins.
    88
    9 This is a production-ready release, '''supporting Trac 0.11, 0.12 and 1.0 installations'''. The current branch (0.11) is not compatible with the new database API, and the plugin '''will not work with Trac 1.1 and later''' (#12018). The plugin does not yet support other locales than English (no l10n/i18n support).
     9This is a production-ready release, '''supporting Trac 0.11, 0.12, 1.0 and 1.1 installations''' (#12018). The plugin does not yet support other locales than English, ie there is no l10n/i18n support.
    1010
    1111Key features:
     
    4848
    4949Available named arguments:
    50  * `recent=` - max. number of posts
     50 * `recent=` - maximum number of posts
    5151 * `category=` - a category
    5252 * `author=` - an author
     
    5454 * `heading=` - a heading for the list
    5555 * `format=` - type of display (see below for details)
    56  * `max_size=` - max. number of characters to render for each post
     56 * `max_size=` - maximum number of characters to render for each post
    5757
    5858Example showing some available named arguments:
     
    6666There is no heading unless specified.
    6767
    68 Without restriction on recent number of posts, it will use the number currently active in the Blog module as default for 'float' and 'full' rendering, but for rendering of 'inline' list it will render all found as default unless restricted. Additionally for 'float' and 'full' it will truncate content if it is larger than a max_size (if set).
     68Without restriction on recent number of posts, it will use the number currently active in the Blog module as default for 'float' and 'full' rendering. For rendering of 'inline' list it will render all found as default unless restricted. Additionally for 'float' and 'full' it will truncate content if it is larger than a max_size (if set).
    6969
    7070The `format=` keyword argument supports rendering these formats: