]> sipb.mit.edu Git - ikiwiki.git/commitdiff
updates
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 4 Aug 2007 06:27:47 +0000 (06:27 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 4 Aug 2007 06:27:47 +0000 (06:27 +0000)
doc/bugs/sidebar.mdwn [new file with mode: 0644]
doc/usage.mdwn

diff --git a/doc/bugs/sidebar.mdwn b/doc/bugs/sidebar.mdwn
new file mode 100644 (file)
index 0000000..185fbc7
--- /dev/null
@@ -0,0 +1,4 @@
+* The [[plugins/sidebar]] plugin should make any page get rebuilt if a
+  sidebar is created "closer" to it than the current sidebar. Currently
+  this isn't done; a sufficiently smart needsbuild hook should be able to
+  figure it out.
index 9b3a911643d54b2377bd3804e2b21d7f163d296c..121005ca019d2f8f8ae4d71eeb033ae141d01c65 100644 (file)
@@ -292,6 +292,13 @@ configuration options of their own.
   Subversion checkout. It is unoptimised and quite slow. It is best used
   with --rebuild, to force ikiwiki to get the ctime for all pages.
 
+* --set var=value
+  
+  This allows setting an arbitrary configuration variable, the same as if it
+  were set via a configuration file. Since most options can be configured
+  using command-line switches, you will rarely need to use this, but it can be
+  useful for the odd option that lacks a command-line switch.
+
 # AUTHOR
 
 Joey Hess <joey@ikiwiki.info>