WorldWander logo
Main

The Road Behind

Venezuela
Trinidad
Curacao
Galapagos
Ecuador
Peru
Bolivia
Paraguay
Argentina
Chile
Hong Kong
Thailand North
Thailand South
Malaysia
Cambodia
Singapore
Nepal
Kathmandu
Royal Trek
Nepal Trek
India
India Palace
Udaipur
Bangalore
Greece
Islands
Rhodes
Camping
Olympia
Turkey
Istanbul
Bath
Bursa
Cappadocia
Bodrum
South Africa
Garden Route
Cape Town
Namibia
Fish River
Etosha
Botswana
Zimbabwe
Wedding
Great Ruins
Germany
Bathroom
Netherlands
Spain
Madrid
Seville
Granada
Gibraltar
Morocco
Portugal
Sintra
France
Normandy
Egypt
Pyramids
Nile
Aswan
Abusimbel
Luxor
Valley of Kings
Alexandria
Red Sea
Jordan
Kings Valley
Aman
Palestine

The Road Ahead

Isreal
Czech Republic
Austria
Italy
Switzerland
England
Find pages
Unused pages
Undefined pages
Page Index

Set your name in
UserPreferences


Referenced by
JSPWikiPlugins
WeblogArchivePlugin
WeblogEntryPlugin




JSPWiki v2.2.33


WeblogPlugin


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.

Parameters:

  • page=page name : Use this page to collect the entries from. The default is to use the current page.
  • days=n : Show this many days.
  • startDate=date : Start from this day.
  • maxEntries=n : Regardless of how many days are being requested, show only this many entries.
  • allowComments=(true|false) : Should comments be allowed on entries? Disabling this on-the-fly does not delete previous comments, it just prevents the link to the comment page to be shown.

Examples:

[{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.

See also

WeblogEntryPlugin, WeblogArchivePlugin. CalendarTag.


Back to JSPWikiPlugins.




Go to top  
This page last changed on 05-Aug-2004 16:12:50 EDT by unknown.
Please make one.