From: Reini U. <ru...@x-...> - 2001-10-03 08:39:13
|
Malcolm Ryan schrieb: > On Tue, Oct 02, 2001 at 03:37:54PM -0400, Steve Wainstead wrote: > > On Mon, 1 Oct 2001, Adam Shand wrote: > > > > > i'm very in favor of case insenstive page names. i think case sensitive > > > page names are unintuitve, especially when people insist on doing single > > > word page links like EquipMent, exactly which letters are capitalized is > > > kind of arbitrary, and i see no reason for them to link to different > > > pages. > > > > Well, I meant in the implementation, we store the page name in lowercase. > > The user would see EquipMent and [equipment] as links to the same page. > > This would avoid the problem of EquipMent and [equipment] being different > > pages... users could link them in whichever manner they see fit. > > But the current 1.3 release splits WikiWords in the page titles, so that > FrontPage is shown as "Front Page". If you are going to make EquipMent > the same as [equipment] then should it also be the same as [Equip Ment]? no, SplitPageInTitle is only for output in the header and the title, but not for anything else. (linking and other WikiWord magic) this is mainly for being search engine friendly. |