Creates a weblog from the page.
JSPWiki creates a weblog by creating a new WikiPage for each entry. These pages are then aggregated together by the WeblogPlugin. For example, if you want to create a weblog called MyBlog, all of the weblog pages would then be called "MyBlog_blogentry_DDMMYY_X", where DDMMYY refers to the creation date, and X is the entry number from that day.
Comments would be created similarly, but the pages are named "MyBlog_comments_DDMMYY_X" for each blog entry, respectively.
[{WeblogPlugin days=14}]
Shows blog posts for the past 14 days in a chronological order.
!My travelogue from July 2004
[{WeblogPlugin startDate='300604' days='30' allowComments=false}]
Use something like the above to include all entries from July 2004 into a single page. This example also prevents people from commenting on them.
WeblogEntryPlugin, WeblogArchivePlugin. CalendarTag.