Changes between Version 1 and Version 2 of UnderscoreWikiPlugin


Ignore:
Timestamp:
Aug 24, 2010, 8:12:00 PM (14 years ago)
Author:
HumanInternals
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UnderscoreWikiPlugin

    v1 v2  
    55== Description ==
    66
    7 Makes Trac transform the MediaWiki styled 'Underscore_Wiki_Page' to a link automatically, as it does with CamelCaseWikiPage.
     7Makes Trac transform the !MediaWiki styled `Underscore_Wiki_Page` to a link automatically, as it does with `CamelCaseWikiPage`.
    88
    99== Bugs/Feature Requests ==
    1010
    1111Existing bugs and feature requests for UnderscoreWikiPlugin are
    12 [report:9?COMPONENT=UnderscoreWikiPlugin here].
     12[report:9?COMPONENT=UnderscoreWikiPlugin here] or nadav \\at\\ humaninternals <dot> com.
    1313
    1414If you have any issues, create a
     
    2323You can check out UnderscoreWikiPlugin from [http://trac-hacks.org/svn/underscorewikiplugin here] using Subversion, or [source:underscorewikiplugin browse the source] with Trac.
    2424
     25== Installation ==
     26This is just a one-file plugin. You can simply put the .py directly in your plugins directory.
     27
     28== Configuration ==
     29This plugin has two configuration options that can be set under the `[underscore-wiki]` section of TracIni.
     30
     31 * '''ignore_missing_pages''' - Enable/disable highlighting `Underscore_Wiki_Page` links to missing pages. Defaults to false (not ignoring them, they'll be shown in grey with a question mark).
     32 * '''uppercase_in_words''' - Enable/disable using upper case letters in places other than first character of every word. Only `Foo_Bar` is supported by default, setting this to true adds support for `Foo_BAR`, `Foo_BaR`, `FOO_Bar`, etc. Defaults to false.
     33
     34{{{
     35[underscore-wiki]
     36ignore_missing_pages = true
     37uppercase_in_words = false
     38}}}
     39
    2540== Example ==
    2641
     
    3348== Author/Contributors ==
    3449
    35 '''Author:''' [wiki:shesek] [[BR]]
     50'''Author:''' [wiki:shesek][[BR]]
    3651'''Maintainer:''' [wiki:shesek] [[BR]]
    3752'''Contributors:'''