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
WeblogEntryPlugin
WeblogPlugin




JSPWiki v2.2.33


WeblogArchivePlugin


Creates a weblog archive. It essentially consists of a list that contains hyperlinks to different parts of the archive.

JSPWiki does not keep weblog archives as such, but they are all generated on-the-fly, dynamically.

The Weblog Archive Plugin does not generate entries for months that do not have a weblog entry.

Parameters

  • page = The page on which the weblog resides. If not defined, uses the current page.

Example

__Archive:__\\
[{WeblogArchivePlugin}]

might generate something like this:

Archive:
2003 AD
January
February
March

About the generated HTML

The list that is created is essentially an HTML ul -list. The generated HTML for the above example might look like this:

<div class="weblogarchive">
  <ul>
    <li class="archiveyear">2003</li>
    <li><a href="...">January</a></li>
    <li><a href="...">February</a></li>
    <li><a href="...">March</a></li>
  </ul>
</div>

The look-and-feel of what it actually looks like on the browser is achieved through the magic of Cascading Style Sheets (CSS).

If you wonder where the "AD" comes from, it's been defined in the style sheet file, as a cute example on how to use the :after -pseudoelement.

See also

WeblogEntryPlugin, WeblogPlugin.


Back to JSPWikiPlugins.




Go to top  
This page last changed on 19-Oct-2003 19:54:30 EDT by unknown.
Please make one.