diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/openid/discussion.mdwn | 3 | ||||
-rw-r--r-- | doc/todo/firm_up_plugin_interface.mdwn | 2 | ||||
-rw-r--r-- | doc/todo/progressbar_plugin.mdwn | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/doc/news/openid/discussion.mdwn b/doc/news/openid/discussion.mdwn index 64a29d345..fcefac76e 100644 --- a/doc/news/openid/discussion.mdwn +++ b/doc/news/openid/discussion.mdwn @@ -48,7 +48,8 @@ only Apache/iptables rules for this? Maybe it's related to ### Logging Out -If I've logged in by OpenID, how do I log out? I don't see any logout button anywhere on IkiWIki. (is it because I hit "forever" for my OpenID authorization duration?) +If I've logged in by OpenID, how do I log out? I don't see any logout +button anywhere on IkiWiki. (is it because I hit "forever" for my OpenID authorization duration?) > No, it's because it's on the preferences page! That's somewhat non-obvious... >> This is a problem with having a static wiki. If I just put "Logout" as diff --git a/doc/todo/firm_up_plugin_interface.mdwn b/doc/todo/firm_up_plugin_interface.mdwn index a8d34eada..3d77179cf 100644 --- a/doc/todo/firm_up_plugin_interface.mdwn +++ b/doc/todo/firm_up_plugin_interface.mdwn @@ -37,6 +37,6 @@ Functions used by only some plugins, undecided about exporting: Variables used by plugins but not exported yet: * %IkiWiki::pagecase (aggregate) -* %IkiWIki::backlinks (pagestats) +* %IkiWiki::backlinks (pagestats) [[todo/done]] diff --git a/doc/todo/progressbar_plugin.mdwn b/doc/todo/progressbar_plugin.mdwn index 436da4e1b..1df131ca3 100644 --- a/doc/todo/progressbar_plugin.mdwn +++ b/doc/todo/progressbar_plugin.mdwn @@ -18,6 +18,8 @@ A here is its HTML result: Note: I was trying with `<span>` tags too, but that tag is inline, so I can't set `width` property for it. +> In the poll plugin, I ended up using + Default CSS styles for the plugin can be like below: div.progress { |