master
joey 2006-07-02 19:52:46 +00:00
parent 628e2ad5e0
commit fe5689ec16
2 changed files with 7 additions and 0 deletions

View 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 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 explicitly, but that fails because the dependencies globlist fails to match
when a negated expression like "!tag(bugs/done)" is matched. 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?

View 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 binmode when reading possibly binary files (such as images) and it uses
utf-8 compatable regexps etc. 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: Notes:
* Apache "AddDefaultCharset on" settings will not play well with utf-8 * Apache "AddDefaultCharset on" settings will not play well with utf-8