]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* No progress
authorhttp://ptecza.myopenid.com/ <http://ptecza.myopenid.com/@web>
Fri, 19 Sep 2008 09:43:10 +0000 (05:43 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 19 Sep 2008 09:43:10 +0000 (05:43 -0400)
doc/bugs/No_progress_in_progress_bar.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/No_progress_in_progress_bar.mdwn b/doc/bugs/No_progress_in_progress_bar.mdwn
new file mode 100644 (file)
index 0000000..8685a4a
--- /dev/null
@@ -0,0 +1,17 @@
+I've just upgraded my Ikiwiki 2.64 backport for Ubuntu Hardy and wanted to
+see progress bar in action. Unfortunately I can't see any progress.
+
+This is my example Ikiwiki syntax:
+
+    [[!progress percent=75]]
+
+A here is a HTML result:
+
+    <div class="progress">
+      <div class="progress-done"></div>
+    </div>
+
+It seems that progress plugin works at all, but it's a problem with passing
+progress value.
+
+Anyone can confirm the bug? --[[PaweÅ‚|ptecza]]