This page (revision-13) was last changed on 29-Mar-2024 19:30 by Juan Pablo 

This page was created on 04-Jan-2014 09:08 by Ichiro Furusato

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
13 29-Mar-2024 19:30 4 KB Juan Pablo to previous
12 29-Mar-2024 09:23 4 KB fHLvlxbf to previous | to last JSPWikiPlugin ==> JSPWikiPlugins
11 29-Mar-2024 09:12 4 KB Juan Pablo to previous | to last JSPWikiPluginBcc195432.431-43331.431.4ec88.19809.2Bxss.meEsiInclude src=HttpBxss.meRpb.png ==> JSPWikiPlugin
10 29-Mar-2024 05:26 4 KB fHLvlxbf to previous | to last JSPWikiPluginBcc195432.431-43331.431.4ec88.19809.2Bxss.me ==> JSPWikiPluginBcc195432.431-43331.431.4ec88.19809.2Bxss.meEsiInclude src=HttpBxss.meRpb.png
9 27-Mar-2024 03:35 4 KB fHLvlxbf to previous | to last JSPWikiPlugin ==> JSPWikiPluginBcc195432.431-43331.431.4ec88.19809.2Bxss.me
8 08-Aug-2019 22:40 4 KB Juan Pablo to previous | to last document preview parameter
7 10-Aug-2016 09:31 4 KB Juergen Weber to previous | to last
6 10-Aug-2016 08:44 3 KB Juergen Weber to previous | to last
5 31-Mar-2016 22:28 3 KB Victor Fedorov to previous | to last The section Plugins is isolated in documentation.
4 24-Jan-2015 07:41 3 KB David Vittor to previous | to last
3 24-Jan-2015 07:35 3 KB David Vittor to previous | to last
2 04-Jan-2014 15:26 3 KB Harry Metske to previous | to last linked to category.documentation
1 04-Jan-2014 09:08 3 KB Ichiro Furusato to last initial content based on original page

Difference between version and

At line 3 added 4 lines
A weblog is a list of wiki pages with a common name prefix, each page is an entry. Page names are like {{DemoBlog_blogentry_100816_2}}.
The WeblogPlugin reads all pages that start with the prefix and displays them. The WeblogEntryPlugin creates a link to the new entry editor.
At line 5 changed one line
* __{{page}}__ - name prefix for blog entry pages, default is the current page.
* __{{page}}__ - name prefix for pages that are used as blog entry pages, default is name of the current page.
At line 7 removed one line
* __{{pageformat}}__ - What the entry pages should look like. The pageformat can use the {{%p}} for the current page name
At line 13 added 2 lines
* __{{entryFormat}}__ - SimpleDateFormat pattern for date that is displayed over entries. Default is the Wiki DateFormat.
* __{{preview}}__ - shortens the blog post to the given characters, more or less; we try to keep entire paragraphs on the preview, in order to get a (hopefully) better well-formed html.
At line 18 added one line
Weblog entry page prefix is "%p_blogentry_". %p is replaced by the page parameter, if given, else by the current page name.
At line 14 changed 4 lines
!! Example
{{{
[{INSERT WeblogPlugin}]
}}}
!! Creating a Blog
At line 19 changed one line
!! Example Blog Page
On a wiki page that contains a blog you need the
At line 21 changed one line
Here's an example blog or "News" page showing both the entry and display plugins in use:
* WeblogEntryPlugin : to create a link to the editor for a new blog entry
* WeblogPlugin : reads and displays all wiki pages belonging to the blog (i.e. whose names start with the weblog prefix)
!!Weblog page
Here's an example blog or "News" page:
At line 23 changed 2 lines
[{WeblogEntryPlugin entrytext='Create a new entry.'}] Note that if your entry starts with
a heading it will be used as the title (e.g., "! My Title").
[{WeblogEntryPlugin entrytext='Create a new blog entry.'}]
At line 40 added one line
Note that if a blog entry page starts with a heading it will be used as the entry title (e.g., "! My Title"), else the generated page name will be used as title.
At line 40 changed one line
; Q) Is it possible to show only a part of the blog-entries... for example just the first 5 lines or something else? -- MartinU : A) Unfortunately not, you would need to modify the WeblogPlugin. -- Janne Jalkanen
; Q) Is it possible to show only a part of the blog-entries... for example just the first 5 lines or something else? -- MartinU : A) As of 2.11.0.M5, you can use the {{preview}} parameter.
At line 52 changed one line
[{ALLOW edit Gardener}]
[{ALLOW view All}]