]> sipb.mit.edu Git - ikiwiki.git/commitdiff
updates
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 2 Jul 2006 19:52:46 +0000 (19:52 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 2 Jul 2006 19:52:46 +0000 (19:52 +0000)
doc/bugs/inline_page_not_updated_on_removal.mdwn
doc/todo/utf8.mdwn

index 5e125f843f4041e34bf0ee38ab98218640bec842..35fe5e1895b36cea301a1fb86d24af41f7fde06b 100644 (file)
@@ -11,3 +11,7 @@ currently included on an inline page, and do a comparison to see if any
 have changed. At first I thought, why not just add them to the dependencies
 explicitly, but that fails because the dependencies globlist fails to match
 when a negated expression like "!tag(bugs/done)" is matched.
 have changed. At first I thought, why not just add them to the dependencies
 explicitly, but that fails because the dependencies globlist fails to match
 when a negated expression like "!tag(bugs/done)" is matched.
+
+So, quick fixes aside, what's the generic mechanism here that a plugin can
+use to let ikiwiki know that a page should be updated if some other page
+stops matching its dependencies globlist?
index 6d2798a413aaddafc5d22944d758d6560b6ab7b4..278fb9382733af315308b3920c991937bb74280b 100644 (file)
@@ -7,6 +7,9 @@ Currently ikiwiki is belived to be utf-8 clean itself; it tells perl to use
 binmode when reading possibly binary files (such as images) and it uses
 utf-8 compatable regexps etc.
 
 binmode when reading possibly binary files (such as images) and it uses
 utf-8 compatable regexps etc.
 
+There may be the odd corner where utf-8 still doesn't work; these are being
+fixed as they're found.
+
 Notes:
 
 * Apache "AddDefaultCharset on" settings will not play well with utf-8
 Notes:
 
 * Apache "AddDefaultCharset on" settings will not play well with utf-8