web commit by http://ptecza.myopenid.com/: * Ping
[ikiwiki.git] / doc / blog / discussion.mdwn
1 ## How do you provide the per post discussion links in your own blog?
2
3 > That's configured by the "actions" parameter to the inline directive. See
4 > docs in [[plugins/inline]]. --[[Joey]]
5
6 And do you have any ideas/hints about implementing a "comments" feature.
7 What I'm after is something for users who don't quite understand the Wiki
8 style for discussions.  I would like to have a form for them to post a
9 comment and have the comment appended to the discussion Wiki-style.  Maybe
10 take it as far as implementing "replies" to other comments.
11
12 -- Marcelo
13
14 > See [[todo/discussion_page_as_blog]] for some of my own thoughts on this
15 > --[[Joey]]
16
17 ---
18
19 ## More dynamic `rootpage` parameter of inline plugin?
20
21 I prefer to use a current year, month and day to archive my blog posts, for example
22 `post/2007/11/12/foo-bar-baz` path is better for me then `post/foo-bar-baz`.
23 Unfortunately it seems that `rootpage` parameter of inline plugin is very static.
24 Is it a chance to make it more dynamic? Now I have to use `svn mkdir` command
25 to create appropriate subdirectories by hand.
26
27 I think that you could add builtin functions or variables, for example `current_year()`
28 or `$CURRENT_YEAR` to usage inside `rootpage` parameter. Something like for Manoj's
29 calendar plugin. Then my `rootpage` parameter could be like
30 `rootpage="post/current_year()/current_month()/current_day()"`. Another good hints
31 are welcomed ;)
32
33 What's your opinion, Joey? I hope it's also useful for another ikiwiki lovers :)
34
35 --[[Paweł|ptecza]]
36
37 >> Hello Joey! Is it a taboo subject? ;) --[[PaweÅ‚|ptecza]]