[Trac] Numbers in CamelCase links?
Christian Boos
cboos at bct-technology.com
Tue Oct 4 13:00:35 CDT 2005
Eric Brown wrote:
> I'd like to see both these too. It would be nice if this were an
> option in the trac config file... or just put the regep to recognize
> wiki links in the trac config files.
>
> On Oct 4, 2005, at 9:29 AM, Sean Hussey wrote:
>
>> Right, and we do that on occasion, but some here have expressed that
>> it upsets the "flow" of editing documents. :) Same for wiki links
>> with a string of all caps in them:
>>
>> HowToPutYourStuffOnTheSAN
>>
>> Doesn't link.
>>
>> Using wiki:HowToPutYourStuffOnTheSAN is an option as well, but then
>> that disturbs the reading of the document because "wiki:" is
>> prepended to the link. Fairly ugly.
>
In the InterTrac branch (see ticket #2041), I also introduced the
possibility
to have configurable syntax for Wiki Page names.
Among them, the FlexibleWikiPageNames support page names
matching the examples given above.
If not configured otherwise, multiple page name syntax providers
will be activated at startup, and Trac will emit a warning.
This warning contains a fragment of configuration that can be
copy/pasted in the trac.ini.
In that situation. only the first one syntax provider will actually be used,
and this is by default the one which implements the current syntax.
-- Christian
More information about the Trac
mailing list