Hi all,

Please visit my WikiBlog test page.

http://txtray.net/?p=boltwire.wikiblog.1005

It's a very first beta version with many todos not yet done. However
it looks nice and simple to achieve. Mostly it can live together with
your wiki.

The concept of WikiBlog is we don't prepare a special group to write
blog but prepare an "action.blogit" to assign any wiki page you want
to appear on the blog list. So you can keep your wiki page structure
and get the benefit of blog chronological order for visitors.

Here are what I've done and what are lack of:

**DONE**

1) action.blogit

<code>
[if ! equal {p1} action]
[(info field='{p}' value='{now}' target='info.wikiblog')]
<(forward {p})>
[if]
</code>

2) Add the action to "code.snippets"

3) Create "template.wikiblog"

<code>
![[{+p}|+]]
[[{+p1}]] [(time {info.wikiblog::{+p}} %Y/%m/%d)] by {+author}
<div class="subtt">Comments: ???</div>
[(include page={+p} lines='1..5')] [ [[?{+p}|Read More ...]] ]<br><br>
</code>

4) Put the search list to any page you want to be the blog home

<code>
[(info report if="! more {info.wikiblog::{+p}} {now}" count=8
order=reverse sort=value target=info.wikiblog template=wikiblog)]
</code>

**LACK**

1) The number of how many comments exist in each page.
2) I can't make the rss plugin working.
    Dan, could you do a rss sample on boltwire.com?
3) Recent comments
    This would not easy if we use commentbox plugin.
4) Pecent post
    Easy enough.
5) Read More...
    I meet some markup problem there...
6) Archive
    I think it's easy for me to do this.
7) Relate posts
    I want to have a section showing the relate posts of current page.
Seems not difficult to do.

**Consider to add**

1) Reader Rating
2) Most read post
3) Random displayed post title

Cheers, linly
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to