Wiki Testing ============ Testing ewok Wiki-style filtering: - Traditional WikiStepCaseLinks should be recognised as page references - ExistingPageRefs, where a corresponding page exists, should be marked up as a standard link - NonexistingPageRefs, where no corresponding page exists, should be annotated with an autocreate icon - Exactly what gets treated as a page reference should be fairly flexible: - Ordinary Capitalised words probably shouldn't - All uppercase words like DNS, SMTP, DDS3 probably shouldn't - These probably all should: - OneTwo - OneTwoThree - DNSAndBind - ArticleI - ArticleII - 1812Overture - 7DeadlySins - BeverlyHills90210 - Item3 - Likewise, more ewok-like linking should also be an option, using quoting: - "One Two Three" - "J. R. R. Tolkien" - "Snow White and the Seven Dwarfs" - An orthogonal issue is how links get mapped to underlying filenames. Perhaps the most useful alternatives are: - mapping exactly - 7DeadlySins = 7DeadlySins.html - mapping to lowercase with (compressed) underscored word boundaries - 7DeadlySins = 7_deadly_sins.html, "J. R. R. Tolkein" = J_R_R_Tolkein.html - Presumably mapping conflicts should be left to the user to resolve/workaround?