Show Changes | |
Edit | |
Recent Changes | |
Subscriptions | |
Lost and Found | |
Find References | |
Rename | |
Administration Page | |
Topic Locks |
Search |
History
29.03.2008 16:24:45 |
WINTELMAC-Administrator |
List all versions |
An author creates blog entries by creating a wiki topic, as a separate page. That topic must include the the property 'Keywords:', with a value of 'Blog' and the name used to identify the author. For example, this page has the 'Keyword:' entry
:KeywordsX: JohnDavidson, Blog
There must also be a main Blog topic for each author. The topic JohnDavidsonBlog is constructed as:
:Summary: a sample blog for JohnDavidson :KeywordsX: JohnDavidson @@SelectBlogBody("JohnDavidson", 1)@@ @@SelectAuthorBlogLinks("JohnDavidson", 15)@@ :With: BlogSupportLibrary
The function SelectBlogBody(author, displayEntries) is used to select the blog author and the number of blog topics for that author to be displayed on the blog page. Reasonable values for displayEntries would range from 1 to 5, depending upon the length of the topics referenced. The ':KeywordsX:' entry above should really be ':Keywords:', but if that is entered then the WikiTalk fails to process correctly.
The function SelectAuthorBlogLinks(author, displayLinks) is used to display the links to previous blog topics for that author. The links will be to the most recent showing the number of links specified.
The function SelectAllBlogLinks(displayLinks) is used when there is a blog farm and the individual author wants to display links to the most recent blog entries, whether by that author, or any other author in the blog farm.
The function ShowBlogLinks("<page>") should be placed on each topic page that will be included in an individuals blog. This is done by placing
@@ShowBlogLinks("BlogSupportLibrary")@@
at the foot of the blog entry on that topic page. <page> should be the actual literal of the topic name rather than 'topic.Name'
Inspiration for this solution for implementing a blog in FlexWiki came from reading ZDNet Blogs on my smartphone, which gave a layout almost identical to the one created here.